{% load i18n translations %} {% if analysis.source_language %}

{% translate "The component contains translation file for the source language." %}

{% translate "Please consider the following:" %}

{% else %}

{% translate "The component contains several translation files mapped to a single language in Weblate." %} {% translate "Please fix this by removing one of the translation files." %}

{% if analysis.default_country %}

{% translate "Please consider the following:" %}

{% endif %} {% endif %}

{% translate "The following occurrences were found:" %}

{% for occurrence in occurrences %} {% endfor %}
{% translate "Language" %} {% translate "Language codes" %} {% translate "File names" %}
{{ occurrence.language }} {{ occurrence.codes }} {{ occurrence.filenames }}
{% include "trans/alert/occurrences-limit.html" %}