diff options
author | Tamara Schmitz <tamara.zoe.schmitz@posteo.de> | 2025-07-24 09:20:26 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-07-25 14:59:24 +0200 |
commit | 35d89cde873cc22aab3d8c99fc1cea0c6cd3fef0 (patch) | |
tree | f914f27f5f142beedc6d1b2a88fd63b2bc17e4fe /share | |
parent | 5d0feca74cecfcda9c5791c11c87acfa21d6fbbe (diff) |
localization: add more account page strings to locales
Diffstat (limited to 'share')
-rw-r--r-- | share/locales/de_DE.po | 21 | ||||
-rw-r--r-- | share/locales/en_GB.po | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/share/locales/de_DE.po b/share/locales/de_DE.po index fa650c3..b670f58 100644 --- a/share/locales/de_DE.po +++ b/share/locales/de_DE.po @@ -113,6 +113,27 @@ msgstr "Vorschläge deaktiviert" msgid "account.visibility" msgstr "Sichtbarkeit" +msgid "account.webhook" +msgstr "Webhook" + +msgid "account.webhook.disabled" +msgstr "Nicht eingerichtet" + +msgid "account.webhook.active_pending" +msgstr "Aktiv, noch nicht ausgeführt" + +msgid "account.webhook.active_error" +msgstr "Aktiv, fehlerhaft" + +msgid "account.webhook.active" +msgstr "Aktiv" + +msgid "account.traewelling.unsupported" +msgstr "Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt" + +msgid "account.registration_date" +msgstr "Registriert am" + msgid "account.interaction" msgstr "Interaktion" diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po index c853d03..9795762 100644 --- a/share/locales/en_GB.po +++ b/share/locales/en_GB.po @@ -113,6 +113,27 @@ msgstr "Suggestions disabled" msgid "account.visibility" msgstr "Visibility" +msgid "account.webhook" +msgstr "Webhook" + +msgid "account.webhook.disabled" +msgstr "No webhook was configured" + +msgid "account.webhook.active_pending" +msgstr "Active and Pending" + +msgid "account.webhook.active_error" +msgstr "Active with Error" + +msgid "account.webhook.active" +msgstr "Active" + +msgid "account.traewelling.unsupported" +msgstr "Unsupported due to incompatibility with bahn.de and transitous" + +msgid "account.registration_date" +msgstr "Registered on" + msgid "account.interaction" msgstr "Interaction" |