Skip to content

Commit fc5bc2c

Browse files
committed
i18n: Sync translations from Weblate.
1 parent eea013b commit fc5bc2c

13 files changed

Lines changed: 2018 additions & 102 deletions

assets/l10n/app_de.arb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,9 @@
819819
"@loginPasswordLabel": {
820820
"description": "Label for password input field."
821821
},
822+
"@loginRealmUrlHelpButton": {
823+
"description": "Tooltip for the 'help' icon button for the org-URL input in the login flow."
824+
},
822825
"@loginRealmUrlLabel": {
823826
"description": "Label in login page for Zulip realm/org URL entry."
824827
},
@@ -1717,6 +1720,7 @@
17171720
"loginMethodDividerSemanticLabel": "Alternative Möglichkeiten zum Einloggen",
17181721
"loginPageTitle": "Anmelden",
17191722
"loginPasswordLabel": "Passwort",
1723+
"loginRealmUrlHelpButton": "Hilfe",
17201724
"loginRealmUrlLabel": "URL deiner Zulip-Organisation",
17211725
"loginUsernameLabel": "Benutzername",
17221726
"mainMenuMyProfile": "Mein Profil",
@@ -1843,7 +1847,7 @@
18431847
"themeSettingTitle": "THEMA",
18441848
"today": "Heute",
18451849
"topicListEmptyPlaceholderHeader": "Es gibt noch keine Themen.",
1846-
"topicValidationErrorMandatoryButEmpty": "Themen sind in dieser Organisation erforderlich.",
1850+
"topicValidationErrorMandatoryButEmpty": "Themen sind in diesem Kanal||Kanals erforderlich.",
18471851
"topicValidationErrorTooLong": "Länge des Themas sollte {maxLength, plural, =1{1 Zeichen} other{{maxLength} Zeichen}} nicht überschreiten.",
18481852
"topicsButtonTooltip": "Themen",
18491853
"tryAnotherAccountButton": "Anderen Account ausprobieren",

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)