From 166bf8c67540eb4dcd9a298fce9bf257da96a94a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Allan=20Nordh=C3=B8y?=
{% trans "There are currently no WebAuthn keys registered." %}
+{% trans "No WebAuthn keys registered yet." %}
{% else %}{% trans "Unfortunately, your browser has no WebAuthn support." %}
+{% trans "Your web browser lacks WebAuthn support." %}
@@ -227,7 +227,7 @@{% trans "There are currently no authenticator apps registered." %}
+{% trans "No authenticator apps registered yet." %}
{% else %}{% trans "There are currently no recovery codes generated." %}
+{% trans "No recovery codes generated yet." %}
{% trans "Generate new recovery codes" %} {% else %}{% blocktranslate count count=recovery_keys_count trimmed %} - {{ count }} recovery code is available. + {{ count }} recovery code available. {% plural %} - {{ count }} recovery codes are available. + {{ count }} recovery codes available. {% endblocktranslate %}
{% trans "View recovery codes" %} @@ -300,7 +300,7 @@- {% 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 %}All fields on this page are optional and can be deleted at any time. By filling them out, you are consent to their use wherever your user profile appears.{% endblocktrans %}
{% blocktrans %}Contact us immediately if you see anything suspicious in the audit log.{% endblocktrans %}
+{% blocktrans %}Get in contact immediately if you notice anything suspicious in the audit log.{% endblocktrans %}
- {% blocktrans %}You can control Weblate using the HTTP REST API and your API key is used to authenticate to it.{% endblocktrans %} +{% blocktrans %}You can control Weblate using the HTTP REST API, and your API key is used to authenticate to it.{% endblocktrans %} | |||
{% trans "Your personal API key:" %} | From 5eaae86631056559fbf8f42d1f1d8714698cea82 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:56:07 +0000 Subject: [PATCH 02/16] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- weblate/templates/accounts/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weblate/templates/accounts/profile.html b/weblate/templates/accounts/profile.html index 41201bead92a..f5b66468356c 100644 --- a/weblate/templates/accounts/profile.html +++ b/weblate/templates/accounts/profile.html @@ -127,7 +127,7 @@ {% endif %} {% trans "The e-mail address can be chosen from verified addresses only." %} - +
---|
- {% blocktrans %}You can control Weblate using the HTTP REST API, and your API key is used to authenticate to it.{% endblocktrans %} +{% blocktrans %}Your your API key can be used to control Weblate via the HTTP REST API.{% endblocktrans %} | |
{% trans "Your personal API key:" %} | From 495523ee7416cbcc3aaf7550b11b982b892b80ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?=
---|