{% extends "base.html" %} {% load i18n %} {% load icons %} {% load translations %} {% load crispy_forms_tags %} {% load permissions %} {% block extra_meta %} {% endblock %} {% block breadcrumbs %}
{% 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" %} | {% trans "Quality" %} | {% loading_icon "mt" %} | |
---|---|---|---|---|---|
{% trans "Translation" %} | {% trans "Source" %} | {% trans "Origin" %} | {% trans "Similarity" %} | {% loading_icon "memory" %} | |
---|---|---|---|---|---|
{% blocktrans count count=unit.suggestions|length %}There is {{ count }} suggestion for this string.{% plural %}There are {{ count }} suggestions for this string.{% endblocktrans %}
{{ check.get_description }}
{% with fixup=check.get_fixup_json %} {% if fixup %} {% endif %} {% endwith %} {% if not check.is_enforced %} {% endif %}{% blocktrans count count=comments|length %}There is {{ count }} comment for this string.{% plural %}There are {{ count }} comments for this string.{% endblocktrans %}
{% blocktrans count count=shapings|length %}There is {{ count }} shaping for this string.{% plural %}There are {{ count }} shapings for this string.{% endblocktrans %}
{{ unit.translation.component.project.source_language }} | {{ unit.translation.language }} |
---|
{{ unit.extra_context }}
{% endif %} {% if unit.context %} {% format_translation unit.context unit.translation.component.project.source_language search_match=search_query simple=True %} {% endif %}