{% load i18n permissions translations %}
{% translate "The component contains several duplicated translation strings." %}
{% translate "The following occurrences were found:" %}
| {% translate "Language" %} | {% translate "File" %} | {% translate "Source" %} |
|---|---|---|
| {{ occurrence.language }} | {% if occurrence.unit %}{{ occurrence.unit.translation.filename }}{% endif %} | {% if occurrence.unit %} {% format_unit_source occurrence.unit %} {% else %} {{ occurrence.source }} {% endif %} |
{% translate "Please fix this by removing duplicated strings with same identifier from the translation files." %}
{% for translation in analysis.cleanup_translations %} {% perm "vcs.reset" translation as user_can_cleanup_translation %} {% if user_can_cleanup_translation %} {% endif %} {% endfor %} {% include "trans/alert/occurrences-limit.html" %}