{% set no_tax_to_update = true %}
{% for taxonomy in taxonomies %}
{% set no_tax_to_update = false %}
-
{% if taxonomy.untranslated %}
{% if taxonomy.fully_trans %}
{{ strings.not_req_trnsl|format( taxonomy.name ) }}
{% else %}
{% if( taxonomy.untranslated == 1) %}
{{ strings.miss_trnsl_one|format( taxonomy.untranslated, taxonomy.name_singular ) }}
{% else %}
{{ strings.miss_trnsl_more|format( taxonomy.untranslated, taxonomy.name ) }}
{% endif %}
{{ strings.trnsl|format( taxonomy.name ) }}
{% endif %}
{% else %}
{{ strings.all_trnsl|format( taxonomy.name ) }}
{% endif %}
{% endfor %}
{% if no_tax_to_update %}
-
{{ strings.not_to_trnsl }}
{% endif %}
{{ strings.conf_warning|raw }}