{% extends "base.html" %} {% load i18n %} {% load translations %} {% load authnames %} {% load crispy_forms_tags %} {% block breadcrumbs %}
{% 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 %}
{% 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 download all your private data." %}
{% trans "Avatars are provided using Gravatar." %}
{% blocktrans %}Audit log shows important changes on your account. In case you see something suspicious don't hesitate to contact us.{% endblocktrans %}
{% blocktrans %}You can control Weblate using HTTP REST API and API key is used to authenticate to it.{% 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 %}The API key is also used to authenticate to automatically exported Git repositories.{% endblocktrans %}
git clone 'https://{{ user.username }}:{{ user.auth_token.key }}@{{ site_domain }}/git/PROJECT/COMPONENT/'
{% trans "Please pay attention to the licensing information as these specify how others are allowed to use your translations." %}
{% 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 "You have agreed to the following as a contributor:" %}
{% trans "Following translations have explicitly specified their licensing and copyright conditions:" %}