Skip to content

Commit 6cff08a

Browse files
committed
i18n: Sync translations from Weblate.
1 parent f57c789 commit 6cff08a

19 files changed

Lines changed: 2102 additions & 113 deletions

assets/l10n/app_de.arb

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,15 @@
481481
"@errorCouldNotOpenLinkTitle": {
482482
"description": "Error title when opening a link failed."
483483
},
484+
"@errorCouldNotReadFile": {
485+
"description": "Error message when an attached file could not be read.",
486+
"placeholders": {
487+
"filename": {
488+
"example": "foo.txt",
489+
"type": "String"
490+
}
491+
}
492+
},
484493
"@errorCouldNotShowUserProfile": {
485494
"description": "Message that appears on the user profile page when the profile cannot be shown."
486495
},
@@ -819,6 +828,12 @@
819828
"@loginPasswordLabel": {
820829
"description": "Label for password input field."
821830
},
831+
"@loginRealmUrlHelpButton": {
832+
"description": "Tooltip for the 'help' icon button for the org-URL input in the login flow."
833+
},
834+
"@loginRealmUrlHelperText": {
835+
"description": "Helper text below the Zulip organization URL entry field on the login page."
836+
},
822837
"@loginRealmUrlLabel": {
823838
"description": "Label in login page for Zulip realm/org URL entry."
824839
},
@@ -1639,6 +1654,7 @@
16391654
"errorCouldNotFetchMessageSource": "Konnte Nachrichtenquelle nicht abrufen.",
16401655
"errorCouldNotOpenLink": "Link konnte nicht geöffnet werden: {url}",
16411656
"errorCouldNotOpenLinkTitle": "Link kann nicht geöffnet werden",
1657+
"errorCouldNotReadFile": "Datei konnte nicht gelesen werden: {filename}",
16421658
"errorCouldNotShowUserProfile": "Nutzerprofil kann nicht angezeigt werden.",
16431659
"errorDeleteMessageFailedTitle": "Löschen der Nachricht fehlgeschlagen",
16441660
"errorDialogContinue": "OK",
@@ -1717,6 +1733,8 @@
17171733
"loginMethodDividerSemanticLabel": "Alternative Möglichkeiten zum Einloggen",
17181734
"loginPageTitle": "Anmelden",
17191735
"loginPasswordLabel": "Passwort",
1736+
"loginRealmUrlHelpButton": "Hilfe",
1737+
"loginRealmUrlHelperText": "Dies ist die Adresse, über die du Zulip im Browser öffnest.",
17201738
"loginRealmUrlLabel": "URL deiner Zulip-Organisation",
17211739
"loginUsernameLabel": "Benutzername",
17221740
"mainMenuMyProfile": "Mein Profil",
@@ -1843,7 +1861,7 @@
18431861
"themeSettingTitle": "THEMA",
18441862
"today": "Heute",
18451863
"topicListEmptyPlaceholderHeader": "Es gibt noch keine Themen.",
1846-
"topicValidationErrorMandatoryButEmpty": "Themen sind in dieser Organisation erforderlich.",
1864+
"topicValidationErrorMandatoryButEmpty": "Themen sind in diesem Kanal||Kanals erforderlich.",
18471865
"topicValidationErrorTooLong": "Länge des Themas sollte {maxLength, plural, =1{1 Zeichen} other{{maxLength} Zeichen}} nicht überschreiten.",
18481866
"topicsButtonTooltip": "Themen",
18491867
"tryAnotherAccountButton": "Anderen Account ausprobieren",

assets/l10n/app_en_GB.arb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@
22
"@aboutPageAppVersion": {
33
"description": "Label for Zulip app version in About Zulip page"
44
},
5+
"@aboutPageOpenSourceLicenses": {
6+
"description": "Item title in About Zulip page to navigate to Licenses page"
7+
},
8+
"@aboutPageTapToView": {
9+
"description": "Item subtitle in About Zulip page to navigate to Licenses page"
10+
},
511
"@aboutPageTitle": {
612
"description": "Title for About Zulip page."
713
},
814
"@topicValidationErrorMandatoryButEmpty": {
915
"description": "Topic validation error when topic is required but was empty."
1016
},
17+
"@upgradeWelcomeDialogTitle": {
18+
"description": "Title for dialog shown on first upgrade from the legacy Zulip app."
19+
},
1120
"aboutPageAppVersion": "App Version",
21+
"aboutPageOpenSourceLicenses": "Open-source licences",
22+
"aboutPageTapToView": "Tap to view",
1223
"aboutPageTitle": "About Zulip",
13-
"topicValidationErrorMandatoryButEmpty": "Topics are required in this organisation."
24+
"topicValidationErrorMandatoryButEmpty": "Topics are required in this organisation.",
25+
"upgradeWelcomeDialogTitle": "Welcome to the new Zulip app!"
1426
}

assets/l10n/app_es.arb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,15 @@
481481
"@errorCouldNotOpenLinkTitle": {
482482
"description": "Error title when opening a link failed."
483483
},
484+
"@errorCouldNotReadFile": {
485+
"description": "Error message when an attached file could not be read.",
486+
"placeholders": {
487+
"filename": {
488+
"example": "foo.txt",
489+
"type": "String"
490+
}
491+
}
492+
},
484493
"@errorCouldNotShowUserProfile": {
485494
"description": "Message that appears on the user profile page when the profile cannot be shown."
486495
},
@@ -819,6 +828,12 @@
819828
"@loginPasswordLabel": {
820829
"description": "Label for password input field."
821830
},
831+
"@loginRealmUrlHelpButton": {
832+
"description": "Tooltip for the 'help' icon button for the org-URL input in the login flow."
833+
},
834+
"@loginRealmUrlHelperText": {
835+
"description": "Helper text below the Zulip organization URL entry field on the login page."
836+
},
822837
"@loginRealmUrlLabel": {
823838
"description": "Label in login page for Zulip realm/org URL entry."
824839
},
@@ -1645,6 +1660,7 @@
16451660
"errorCouldNotFetchMessageSource": "No se pudo obtener el origen del mensaje.",
16461661
"errorCouldNotOpenLink": "No se pudo abrir el enlace: {url}",
16471662
"errorCouldNotOpenLinkTitle": "No se puede abrir el enlace",
1663+
"errorCouldNotReadFile": "No se ha podido leer el archivo: {filename}",
16481664
"errorCouldNotShowUserProfile": "No se pudo mostrar el perfil de usuario.",
16491665
"errorDeleteMessageFailedTitle": "No se pudo eliminar el mensaje",
16501666
"errorDialogContinue": "OK",
@@ -1723,6 +1739,8 @@
17231739
"loginMethodDividerSemanticLabel": "Alternativas de Inicio de Sesión",
17241740
"loginPageTitle": "Iniciar sesión",
17251741
"loginPasswordLabel": "Contraseña",
1742+
"loginRealmUrlHelpButton": "Ayuda",
1743+
"loginRealmUrlHelperText": "Esta es la dirección que debes utilizar para abrir Zulip en un navegador.",
17261744
"loginRealmUrlLabel": "URL de tu organización de Zulip",
17271745
"loginUsernameLabel": "Nombre de usuario",
17281746
"mainMenuMyProfile": "Mi perfil",

0 commit comments

Comments
 (0)