{% load i18n %}

{% trans "The component contains several translation files mapped to single language in Weblate." %}

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

{% for occurrence in occurrences %} {% endfor %}
{% trans "Language" %}{% trans "Language codes" %}
{{ occurrence.language }}{{ occurrence.codes }}

{% trans "Please fix this by removing one of the duplicated strings from the translation files." %}