{% extends "base.html" %} {% load i18n %} {% load translations %} {% load authnames %} {% load crispy_forms_tags %} {% load icons %} {% load otp_webauthn %} {% block breadcrumbs %}
{% blocktrans %}Send a request to the project you want to translate to add a missing language.{% endblocktrans %}
{% trans "Add all projects you want to translate to see them as watched projects on the dashboard." %}
{% if has_email_auth %} {% translate "Verify new e-mail address" %} {% endif %} {% trans "The e-mail address can be chosen from verified addresses only." %}
{% trans "Two-factor authentication adds another layer of security to your account by requiring more than just a password to sign in." %}
{% trans "No WebAuthn keys registered yet." %}
{% trans "Your web browser lacks WebAuthn support." %}
{% trans "No authenticator apps registered yet." %}
{% trans "No recovery codes generated yet." %}
{% blocktranslate count count=recovery_keys_count trimmed %} {{ count }} recovery code available. {% plural %} {{ count }} recovery codes available. {% endblocktranslate %}
{% trans "You can download all your private data." %}
{% trans "Account removal deletes all your private data." %}
{% blocktrans %}All of the fields on this page are optional and can be deleted at any time, and by filling them out, you're giving us consent to share this data wherever your user profile appears.{% endblocktrans %}
{% blocktrans %}Avatars are provided using {{ avatar_url_prefix }}.{% endblocktrans %}
{% blocktrans %}Get in contact immediately if you notice anything suspicious in the audit log.{% endblocktrans %}
{% blocktrans %}The API key can be used to control Weblate via the HTTP REST API and to access Weblate Git repositories.{% 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|urlencode }}:{{ user.auth_token.key }}@{{ site_domain }}/git/PROJECT/COMPONENT/'
{% trans "Please pay attention to the licensing info, as this specifies how translations can be used." %}
{% trans "By registering you agree to use your name and e-mail in the commits, and provide your contribution under the license defined by each localization project." %}
{% trans "You have agreed to the following as a contributor:" %}
{% for component in items %} {{ component }} {% endfor %}