{% trans "Total" context "Number of strings" %} |
|
{{ stats.all|intcomma }} |
|
{{ stats.all_words|intcomma }} |
|
{{ stats.all_chars|intcomma }} |
{% if show_source %}
{% trans "Source" context "Number of strings" %} |
|
{{ stats.source_strings|intcomma }} |
|
{{ stats.source_words|intcomma }} |
|
{{ stats.source_chars|intcomma }} |
{% endif %}
{% if stats.has_review %}
{% trans "Approved" context "Number of strings" %} |
{{ stats.approved_percent|percent_format }} |
{{ stats.approved|intcomma }} |
{{ stats.approved_words_percent|percent_format }} |
{{ stats.approved_words|intcomma }} |
{{ stats.approved_chars_percent|percent_format }} |
{{ stats.approved_chars|intcomma }} |
{% trans "Waiting for review" context "Number of strings" %} |
{{ stats.waiting_review_percent|percent_format }} |
{{ stats.waiting_review|intcomma }} |
{{ stats.waiting_review_words_percent|percent_format }} |
{{ stats.waiting_review_words|intcomma }} |
{{ stats.waiting_review_chars_percent|percent_format }} |
{{ stats.waiting_review_chars|intcomma }} |
{% endif %}
{% trans "Translated" context "Number of strings" %} |
{{ stats.translated_percent|percent_format }} |
{{ stats.translated|intcomma }} |
{{ stats.translated_words_percent|percent_format }} |
{{ stats.translated_words|intcomma }} |
{{ stats.translated_chars_percent|percent_format }} |
{{ stats.translated_chars|intcomma }} |
{% trans "Needs editing" context "Number of strings" %} |
{{ stats.fuzzy_percent|percent_format }} |
{{ stats.fuzzy|intcomma }} |
{{ stats.fuzzy_words_percent|percent_format }} |
{{ stats.fuzzy_words|intcomma }} |
{{ stats.fuzzy_chars_percent|percent_format }} |
{{ stats.fuzzy_chars|intcomma }} |
{% trans "Read-only" context "Number of strings" %} |
{{ stats.readonly_percent|percent_format }} |
{{ stats.readonly|intcomma }} |
{{ stats.readonly_words_percent|percent_format }} |
{{ stats.readonly_words|intcomma }} |
{{ stats.readonly_chars_percent|percent_format }} |
{{ stats.readonly_chars|intcomma }} |
{% trans "Failing checks" context "Number of strings" %} |
{{ stats.allchecks_percent|percent_format }} |
{{ stats.allchecks|intcomma }} |
{{ stats.allchecks_words_percent|percent_format }} |
{{ stats.allchecks_words|intcomma }} |
{{ stats.allchecks_chars_percent|percent_format }} |
{{ stats.allchecks_chars|intcomma }} |
{% trans "Strings with suggestions" context "Number of strings" %} |
{{ stats.suggestions_percent|percent_format }} |
{{ stats.suggestions|intcomma }} |
{{ stats.suggestions_words_percent|percent_format }} |
{{ stats.suggestions_words|intcomma }} |
{{ stats.suggestions_chars_percent|percent_format }} |
{{ stats.suggestions_chars|intcomma }} |
{% trans "Untranslated strings" context "Number of strings" %} |
{{ stats.nottranslated_percent|percent_format }} |
{{ stats.nottranslated|intcomma }} |
{{ stats.nottranslated_words_percent|percent_format }} |
{{ stats.nottranslated_words|intcomma }} |
{{ stats.nottranslated_chars_percent|percent_format }} |
{{ stats.nottranslated_chars|intcomma }} |