|
481 | 481 | "@errorCouldNotOpenLinkTitle": { |
482 | 482 | "description": "Error title when opening a link failed." |
483 | 483 | }, |
| 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 | + }, |
484 | 493 | "@errorCouldNotShowUserProfile": { |
485 | 494 | "description": "Message that appears on the user profile page when the profile cannot be shown." |
486 | 495 | }, |
|
819 | 828 | "@loginPasswordLabel": { |
820 | 829 | "description": "Label for password input field." |
821 | 830 | }, |
| 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 | + }, |
822 | 837 | "@loginRealmUrlLabel": { |
823 | 838 | "description": "Label in login page for Zulip realm/org URL entry." |
824 | 839 | }, |
|
1639 | 1654 | "errorCouldNotFetchMessageSource": "Konnte Nachrichtenquelle nicht abrufen.", |
1640 | 1655 | "errorCouldNotOpenLink": "Link konnte nicht geöffnet werden: {url}", |
1641 | 1656 | "errorCouldNotOpenLinkTitle": "Link kann nicht geöffnet werden", |
| 1657 | + "errorCouldNotReadFile": "Datei konnte nicht gelesen werden: {filename}", |
1642 | 1658 | "errorCouldNotShowUserProfile": "Nutzerprofil kann nicht angezeigt werden.", |
1643 | 1659 | "errorDeleteMessageFailedTitle": "Löschen der Nachricht fehlgeschlagen", |
1644 | 1660 | "errorDialogContinue": "OK", |
|
1717 | 1733 | "loginMethodDividerSemanticLabel": "Alternative Möglichkeiten zum Einloggen", |
1718 | 1734 | "loginPageTitle": "Anmelden", |
1719 | 1735 | "loginPasswordLabel": "Passwort", |
| 1736 | + "loginRealmUrlHelpButton": "Hilfe", |
| 1737 | + "loginRealmUrlHelperText": "Dies ist die Adresse, über die du Zulip im Browser öffnest.", |
1720 | 1738 | "loginRealmUrlLabel": "URL deiner Zulip-Organisation", |
1721 | 1739 | "loginUsernameLabel": "Benutzername", |
1722 | 1740 | "mainMenuMyProfile": "Mein Profil", |
|
1843 | 1861 | "themeSettingTitle": "THEMA", |
1844 | 1862 | "today": "Heute", |
1845 | 1863 | "topicListEmptyPlaceholderHeader": "Es gibt noch keine Themen.", |
1846 | | - "topicValidationErrorMandatoryButEmpty": "Themen sind in dieser Organisation erforderlich.", |
| 1864 | + "topicValidationErrorMandatoryButEmpty": "Themen sind in diesem Kanal||Kanals erforderlich.", |
1847 | 1865 | "topicValidationErrorTooLong": "Länge des Themas sollte {maxLength, plural, =1{1 Zeichen} other{{maxLength} Zeichen}} nicht überschreiten.", |
1848 | 1866 | "topicsButtonTooltip": "Themen", |
1849 | 1867 | "tryAnotherAccountButton": "Anderen Account ausprobieren", |
|
0 commit comments