{{ language }}
|
{% trans "Application" %}
|
{% trans "Progress" %}
|
{% trans "Messages" %}
|
{% trans "Translated" %}
|
{# info-tip on + width:100% .lucus-th-heading-inner pushed ::after to next line — tip lives inside the flex row. #} |
{% trans "Fuzzy" %}
|
{% trans "Obsolete" %}
|
{% trans "File" %}
|
|---|---|---|---|---|---|---|---|
| {{ app|title }} | {{ po.percent_translated }}% | {% with po.untranslated_entries|length as len_untranslated_entries %} {% endwith %}{{ po.translated_entries|length }} | {{ po.fuzzy_entries|length }} | {{ po.obsolete_entries|length }} | {{ path }} |
{% trans "Nothing to translate!" %}
{% trans "You haven't specified any languages in your settings file, or haven't yet generated a batch of translation catalogs." %}
{% blocktrans with "http://docs.djangoproject.com/en/dev/topics/i18n/#topics-i18n" as i18n_doc_link %}Please refer to Django's I18N documentation for a guide on how to set up internationalization for your project.{% endblocktrans %}