{% extends "base.html" %} {% load translations %} {% load url from future %} {% load crispy_forms_tags %} {% load i18n %} {% block breadcrumbs %}
| {% trans "Strings" %}{{ object.total }} | {% translation_progress object %} | {{ object.get_translated_percent }}% |
|---|---|---|
| {% trans "Words" %}{{ object.total_words }} | {% words_progress object %} | {{ object.get_words_percent }}% |
{% trans "Loading…" %}
{% trans "Locking the translation will prevent others to work on translation." %}
{% if object.is_user_locked %}{% trans "Locked by:" %} {{ object.get_lock_user_display }}
{% trans "Lock expires:" %} {{ object.lock_time|naturaltime }}
{% else %}{% trans "Translation is currently not locked." %}
{% endif %} {% if perms.trans.lock_translation %} {% if object.lock_user == request.user %} {% trans "Unlock" %} {% elif not object.is_user_locked %} {% trans "Lock" %} {% endif %} {% endif %}| {% trans "Percent" %} | {% trans "Strings" %} | {% trans "Words" %} | |
|---|---|---|---|
| {% trans "Total" %} | {{ object.total }} | {{ object.total_words }} | |
| {% trans "Translated" %} | {{ object.get_translated_percent }}% | {{ object.translated }} | {{ object.translated_words }} |
| {% trans "Fuzzy" %} | {{ object.get_fuzzy_percent }}% | {{ object.fuzzy }} | |
| {% trans "Failing check" %} | {{ object.get_failing_checks_percent }}% | {{ object.failing_checks }} |
| {% trans "Last change" %} | {{ object.last_change }} | |||
|---|---|---|---|---|
| {% trans "Last author" %} | {{ object.get_last_author }} | |||
{% trans "Loading…" %}