{% extends "base.html" %} {% load crispy_forms_tags humanize i18n icons permissions translations %} {% block breadcrumbs %} {% if project %}
{% if project %} {% blocktranslate %}Number of entries for {{ project }}{% endblocktranslate %} {% elif from_file %} {% translate "Number of uploaded shared entries" %} {% else %} {% translate "Number of your entries" %} {% endif %} | {{ num_entries|intcomma }} | {% translate "Download as JSON" %} {% translate "Download as TMX" %} {% if delete_url %} {% translate "Delete" %} {% endif %} {% if rebuild_url %} {% translate "Rebuild" %} {% endif %} | |
---|---|---|---|
{% if item.url %} {{ item.origin }} {% else %} {{ item.origin }} {% endif %} | {{ item.id__count|intcomma }} | {% translate "Download as JSON" %} {% translate "Download as TMX" %} {% if delete_url %} {% translate "Delete" %} {% endif %} {% if rebuild_url and item.can_rebuild %} {% translate "Rebuild" %} {% endif %} | |
{% blocktranslate with source_language=item.source_language target_language=item.target_language %}Entries for {{ source_language }} to {{ target_language }}{% endblocktranslate %} | {{ item.id__count|intcomma }} | {% translate "Download as JSON" %} {% translate "Download as TMX" %} | |
{% translate "Shared translation memory" %} | {% if project.use_shared_tm %} {% comment %}Translators: Shared translation memory is enabled{% endcomment %} {% translate "on" %} {% else %} {% comment %}Translators: Shared translation memory is disabled{% endcomment %} {% translate "off" %} {% endif %} | {% perm 'project.edit' project as user_can_edit_project %} {% if user_can_edit_project %} {% translate "Configure" %} {% endif %} | |
{% translate "Number of shared entries in this Weblate instance" %} | {{ shared_entries|intcomma }} | {% if from_file %} {% translate "Download as JSON" %} {% translate "Download as TMX" %} {% endif %} | |
{% translate "Total number of entries in this Weblate instance" %} | {{ total_entries|intcomma }} | {% if from_file %} {% translate "Download as JSON" %} {% translate "Download as TMX" %} {% endif %} |