{% extends "base.html" %} {% load i18n %} {% load static %} {% load translations %} {% load crispy_forms_tags %} {% load permissions %} {% block extra_meta %} {% endblock %} {% block breadcrumbs %}
{% trans "Source" %} | {% trans "Translation" %} | {% trans "State" %} | |
---|---|---|---|
{{ item.position }} | {% format_translation item.source unit.translation.subproject.project.source_language %} | {% format_translation item.target unit.translation.language %} | {% get_state_flags item %} |
{% trans "Component" %} | {% trans "Translation" %} | |
---|---|---|
{% blocktrans count count=others.matching|length %}Following string has same context and same source.{% plural %}Following strings have same context and same source.{% endblocktrans %} | ||
{% blocktrans count count=others.source|length %}Following string has different context but same source.{% plural %}Following strings have different contexts but same source.{% endblocktrans %} | ||
{% blocktrans count count=others.context|length %}Following string has different source but same context.{% plural %}Following strings have different sources but same context.{% endblocktrans %} |
{% trans "Loading…" %}
{% trans "Loading…" %}
{% trans "Translation" %} | {% trans "Source" %} | {% trans "Service" %} | |
---|---|---|---|