{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
{% blocktrans %}Weblate is a web based translation tool with tight version control integration. It features simple and clean user interface, propagation of translations across components, quality checks and automatic linking to source files.{% endblocktrans %}
{% blocktrans %}If you are looking for support for Weblate or want to file bug reports check its website at weblate.org.{% endblocktrans %}
{% blocktrans %}Weblate is free software created by volunteers, but you can still support them financially.{% endblocktrans %}
{% trans "This Weblate instance hosts translations for various free software projects." %} {% blocktrans %}We can host your project as well, if you are interested, please contact us.{% endblocktrans %}
{% trans "Commercial hosting is possible as well, our price starts at 19 EUR per project and month, please get in touch with us for more details." %}
{% trans "This site is built using following projects:" %}
Weblate | {{ version }} | {{ ver.0 }} | {{ ver.2 }} | {% endfor %}
---|
{% trans "Strings to translate" %} | {{ total_strings }} |
---|---|
{% trans "Words to translate" %} | {{ total_words }} |
{% trans "Used languages" %} | {{ total_languages }} |
{% trans "Registered users" %} | {{ total_users }} |
{% trans "Suggestions made" %} | {{ total_suggestions }} |
{% trans "Translations made" %} | {{ total_translations }} |
{% trans "Failing checks found" %} | {{ total_checks }} |
{% trans "Ignored checks" %} | {{ ignored_checks }} |