{% extends "base.html" %} {% load humanize i18n static translations %} {% block breadcrumbs_container %}{% endblock %} {% block content %}

{% blocktranslate %}Get involved in {{ project }}{% endblocktranslate %}

{% translate "Hello and thank you for your interest" %} — {% blocktranslate with project=project_link %}{{ project }} is being translated using {{ weblate_name_link }}, a web tool designed to ease translating for both developers and translators.{% endblocktranslate %}

{{ strings_count|intcomma }}

{% blocktranslate count count=strings_count context "Label on engage page" %}String{% plural %}Strings{% endblocktranslate %}

{{ languages_count|intcomma }}

{% blocktranslate count count=languages_count context "Label on engage page" %}Language{% plural %}Languages{% endblocktranslate %}

{% blocktranslate context "Translated percents" %}{{ percent }}%{% endblocktranslate %}

{% translate "Translated" %}

{% if language %} {% blocktranslate count cnt=strings_count with count=strings_count|intcomma %}The translation project for {{ project }} currently contains {{ count }} string for translation and is {{ percent }}% complete.{% plural %}The translation project for {{ project }} currently contains {{ count }} strings for translation and is {{ percent }}% complete.{% endblocktranslate %} {% else %} {% comment %}This is split into sentences to allow proper localization of plurals.{% endcomment %} {% blocktranslate count cnt=strings_count with count=strings_count|intcomma %}The translation project for {{ project }} currently contains {{ count }} string for translation.{% plural %}The translation project for {{ project }} currently contains {{ count }} strings for translation.{% endblocktranslate %} {% blocktranslate count cnt=languages_count with count=languages_count|intcomma %}It is being translated into {{ count }} language.{% plural %}It is being translated into {{ count }} languages.{% endblocktranslate %} {% blocktranslate %}Overall, these translations are {{ percent }}% complete.{% endblocktranslate %} {% endif %} {% blocktranslate %}If you would like to contribute to translation of {{ project }}, you need to register on this server.{% endblocktranslate %} {% if project.access_control %} {% translate "This translation is open only to a limited group of translators, if you want to contribute please get in touch with the project maintainers." %} {% endif %} {% if not user.is_authenticated %} {% blocktranslate %}Once you have activated your account, proceed to the translation section.{% endblocktranslate %} {% endif %}

{% if not user.is_authenticated %} {% translate "Register" %} {% endif %} {% if translate_object %} {% translate "Translate" context "Call to action on engage page" %} {% endif %} {% if language %} {% blocktranslate %}{{ language }} in {{ project }}{% endblocktranslate %} {% else %} {% translate "View project languages" %} {% endif %}

{% endblock content %}