♻️(backend) remove internationalization from non-user-facing strings
Remove translation markers from backend strings that are never displayed to users. Streamlines localization process by focusing only on user-visible content that requires actual translation.
This commit is contained in:
committed by
aleb_the_flash
parent
952104fd82
commit
ae4ef48d05
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-05-13 13:50+0000\n"
|
||||
"POT-Creation-Date: 2025-05-13 13:54+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -35,10 +35,6 @@ msgstr ""
|
||||
"Sie müssen Administrator oder Eigentümer eines Raums sein, um Zugriffe "
|
||||
"hinzuzufügen."
|
||||
|
||||
#: core/authentication/backends.py:96
|
||||
msgid "Multiple user accounts share a common email."
|
||||
msgstr "Mehrere Benutzerkonten verwenden dieselbe E-Mail-Adresse."
|
||||
|
||||
#: core/models.py:31
|
||||
msgid "Member"
|
||||
msgstr "Mitglied"
|
||||
@@ -298,22 +294,6 @@ msgstr "Dieses Team ist bereits Teil dieser Aufzeichnung."
|
||||
msgid "Either user or team must be set, not both."
|
||||
msgstr "Entweder Benutzer oder Team muss festgelegt werden, nicht beides."
|
||||
|
||||
#: core/recording/event/authentication.py:58
|
||||
msgid "Authentication is enabled but token is not configured."
|
||||
msgstr "Authentifizierung ist aktiviert, aber Token ist nicht konfiguriert."
|
||||
|
||||
#: core/recording/event/authentication.py:70
|
||||
msgid "Authorization header is required"
|
||||
msgstr "Autorisierungs-Header ist erforderlich"
|
||||
|
||||
#: core/recording/event/authentication.py:78
|
||||
msgid "Invalid authorization header."
|
||||
msgstr "Ungültiger Autorisierungs-Header."
|
||||
|
||||
#: core/recording/event/authentication.py:88
|
||||
msgid "Invalid token"
|
||||
msgstr "Ungültiges Token"
|
||||
|
||||
#: core/recording/event/notification.py:94
|
||||
msgid "Your recording is ready"
|
||||
msgstr "Ihre Aufzeichnung ist bereit"
|
||||
|
||||
Reference in New Issue
Block a user