{% extends "base.html" %} {% load i18n %} {% load translations %} {% load authnames %} {% load crispy_forms_tags %} {% block breadcrumbs %}
{% blocktrans %}Choose which languages you prefer to translate. These will be offered to you on the dashboard to have easier access to chosen translations.{% endblocktrans %}
{% blocktrans %}The secondary languages are shown next to the source string when translating.{% endblocktrans %}
{% blocktrans %}Only languages which are currently being translated are listed. If you want to translate to another language, please request it first on the project you want to translate.{% endblocktrans %}
{% blocktrans %}Customize Weblate behavior to match your personal preferences.{% endblocktrans %}
{% trans "You will automatically receive important notifications on managed projects." %}
{% trans "You will receive chosen notifications via email for all your languages." %}
{% trans "Watched projects are also shown on dashboard, so choose all projects you want to translate." %}
{% trans "Your name and email will appear as author on the commits." %}
{% trans "Removal of the account deletes all your private data." %}
{% trans "You can manage identities which are associated to this account and which can be used to log in." %}
{% trans "You can configure how you will log in on this site." %}
{% trans "Avatars are provided using libravatar." %}
{% trans "Your public appearance on this site." %}
{% blocktrans %}Audit log shows important changes on your account. In case you see something suspicious don't hesitate to contact us.{% endblocktrans %}
curl \ -H "Authorization: Token {{ user.auth_token.key }}" \ {{ site_url }}{% url 'api:api-root' %}
wlc \ --key {{ user.auth_token.key }} \ --url {{ site_url }}{% url 'api:api-root' %} \ list-projects
{% blocktrans %}You can control Weblate using HTTP REST API and API key is used to authenticate to it.{% endblocktrans %}
{% blocktrans %}The API key is also used to authenticate to automatically exported Git repositories.{% endblocktrans %}
{% trans "By registering you agree to use your name and email in the commits and provide your contribution under license defined by each translated project." %}
{% trans "Following translations have explicitly specified their licensing and copyright conditions:" %}
{% trans "Please pay attention to the licensing information as these specify how others are allowed to use your translations." %}