|
107 | 107 | "@actionSheetReadReceiptsZeroReadCount": { |
108 | 108 | "description": "Label in the \"Read receipts\" bottom sheet when no one has read the message." |
109 | 109 | }, |
| 110 | + "@allChannelsEmptyPlaceholderHeader": { |
| 111 | + "description": "Centered text on the 'All channels' page saying that there is no content to show." |
| 112 | + }, |
110 | 113 | "@allChannelsPageTitle": { |
111 | 114 | "description": "Title for the 'All channels' page." |
112 | 115 | }, |
|
116 | 119 | "@channelFeedButtonTooltip": { |
117 | 120 | "description": "Tooltip for button to navigate to a given channel's feed" |
118 | 121 | }, |
| 122 | + "@channelsEmptyPlaceholderHeader": { |
| 123 | + "description": "Centered text on the 'Channels' page saying that there is no content to show." |
| 124 | + }, |
| 125 | + "@channelsEmptyPlaceholderMessage": { |
| 126 | + "description": "Centered text on the 'Channels' page saying that there is no content to show, with a link to 'All channels'.", |
| 127 | + "placeholders": { |
| 128 | + "allChannelsPageTitle": { |
| 129 | + "example": "All channels", |
| 130 | + "type": "String" |
| 131 | + } |
| 132 | + } |
| 133 | + }, |
119 | 134 | "@channelsPageTitle": { |
120 | 135 | "description": "Title for the page with a list of subscribed channels." |
121 | 136 | }, |
|
337 | 352 | "@errorCopyingFailed": { |
338 | 353 | "description": "Error message when copying the text of a message to the user's system clipboard failed." |
339 | 354 | }, |
| 355 | + "@errorCouldNotAccessUploadedFileTitle": { |
| 356 | + "description": "Error title on failure in opening a file someone previously uploaded to Zulip" |
| 357 | + }, |
340 | 358 | "@errorCouldNotConnectTitle": { |
341 | 359 | "description": "Error title when the app could not connect to the server." |
342 | 360 | }, |
|
606 | 624 | } |
607 | 625 | } |
608 | 626 | }, |
| 627 | + "@inboxEmptyPlaceholderHeader": { |
| 628 | + "description": "Centered text on the 'Inbox' page saying that there is no content to show." |
| 629 | + }, |
| 630 | + "@inboxEmptyPlaceholderMessage": { |
| 631 | + "description": "Additional centered text on the 'Inbox' page saying that there is no content to show." |
| 632 | + }, |
609 | 633 | "@inboxPageTitle": { |
610 | 634 | "description": "Title for the page with unreads." |
611 | 635 | }, |
|
878 | 902 | "@reactionChipsLabel": { |
879 | 903 | "description": "Text identifying the container of reaction chips on a message. (An accessibility label for assistive technology.)" |
880 | 904 | }, |
| 905 | + "@recentDmConversationsEmptyPlaceholderHeader": { |
| 906 | + "description": "Centered text on the 'Direct messages' page saying that there is no content to show." |
| 907 | + }, |
| 908 | + "@recentDmConversationsEmptyPlaceholderMessage": { |
| 909 | + "description": "Additional centered text on the 'Direct messages' page saying that there is no content to show." |
| 910 | + }, |
881 | 911 | "@recentDmConversationsPageTitle": { |
882 | 912 | "description": "Title for the page with a list of DM conversations." |
883 | 913 | }, |
|
1267 | 1297 | "actionSheetReadReceiptsErrorReadCount": "Laden von Empfangsbestätigungen fehlgeschlagen.", |
1268 | 1298 | "actionSheetReadReceiptsReadCount": "{count, plural, =1{Diese Nachricht wurde von einer Person <z-link>gelesen</z-link>:} other{Diese Nachricht wurde von {count} Personen <z-link>gelesen</z-link>:}}", |
1269 | 1299 | "actionSheetReadReceiptsZeroReadCount": "Niemand hat diese Nachricht bisher gelesen.", |
| 1300 | + "allChannelsEmptyPlaceholderHeader": "Es gibt keine Kanäle, die du in dieser Organisation anzeigen könntest.", |
1270 | 1301 | "allChannelsPageTitle": "Alle Kanäle", |
1271 | 1302 | "appVersionUnknownPlaceholder": "(…)", |
1272 | 1303 | "channelFeedButtonTooltip": "Kanal-Feed", |
| 1304 | + "channelsEmptyPlaceholderHeader": "Du hast noch keine Kanäle abonniert.", |
| 1305 | + "channelsEmptyPlaceholderMessage": "Versuche, nach <z-link>{allChannelsPageTitle}</z-link> zu gehen und einigen davon beizutreten.", |
1273 | 1306 | "channelsPageTitle": "Kanäle", |
1274 | 1307 | "chooseAccountButtonAddAnAccount": "Account hinzufügen", |
1275 | 1308 | "chooseAccountPageLogOutButton": "Abmelden", |
|
1325 | 1358 | "errorContentNotInsertedTitle": "Inhalt nicht eingefügt", |
1326 | 1359 | "errorContentToInsertIsEmpty": "Die einzufügende Datei ist leer oder kann nicht geöffnet werden.", |
1327 | 1360 | "errorCopyingFailed": "Kopieren fehlgeschlagen", |
| 1361 | + "errorCouldNotAccessUploadedFileTitle": "Konnte nicht auf die hochgeladene Datei zugreifen", |
1328 | 1362 | "errorCouldNotConnectTitle": "Konnte nicht verbinden", |
1329 | 1363 | "errorCouldNotEditMessageTitle": "Konnte Nachricht nicht bearbeiten", |
1330 | 1364 | "errorCouldNotFetchMessageSource": "Konnte Nachrichtenquelle nicht abrufen.", |
|
1378 | 1412 | "experimentalFeatureSettingsPageTitle": "Experimentelle Funktionen", |
1379 | 1413 | "experimentalFeatureSettingsWarning": "Diese Optionen aktivieren Funktionen, die noch in Entwicklung und nicht bereit sind. Sie funktionieren möglicherweise nicht und können Problem in anderen Bereichen der App verursachen.\n\nDer Zweck dieser Einstellungen ist das Experimentieren der Leute, die an der Entwicklung von Zulip arbeiten.", |
1380 | 1414 | "filenameAndSizeInMiB": "{filename}: {size} MiB", |
| 1415 | + "inboxEmptyPlaceholderHeader": "Es gibt keine ungelesenen Nachrichten in deinem Posteingang.", |
| 1416 | + "inboxEmptyPlaceholderMessage": "Nutze die Buttons unten, um den kombinierten Feed oder die Liste der Kanäle anzuzeigen.", |
1381 | 1417 | "inboxPageTitle": "Eingang", |
1382 | 1418 | "initialAnchorSettingDescription": "Du kannst auswählen ob Nachrichten-Feeds bei deiner ersten ungelesenen oder bei den neuesten Nachrichten geöffnet werden.", |
1383 | 1419 | "initialAnchorSettingFirstUnreadAlways": "Erste ungelesene Nachricht", |
|
1450 | 1486 | "reactionChipLabel": "{emojiName}: {votes}", |
1451 | 1487 | "reactionChipVotesYouAndOthers": "{otherUsersCount, plural, =1{Du und ein weiterer} other{Du und {otherUsersCount} weitere}}", |
1452 | 1488 | "reactionChipsLabel": "Reaktionen", |
| 1489 | + "recentDmConversationsEmptyPlaceholderHeader": "Du hast noch keine Direktnachrichten!", |
| 1490 | + "recentDmConversationsEmptyPlaceholderMessage": "Warum beginnst du nicht einfach eine Unterhaltung?", |
1453 | 1491 | "recentDmConversationsPageTitle": "Direktnachrichten", |
1454 | 1492 | "recentDmConversationsSectionHeader": "Direktnachrichten", |
1455 | 1493 | "revealButtonLabel": "Nachricht anzeigen", |
|
1492 | 1530 | "themeSettingTitle": "THEMA", |
1493 | 1531 | "today": "Heute", |
1494 | 1532 | "topicValidationErrorMandatoryButEmpty": "Themen sind in dieser Organisation erforderlich.", |
1495 | | - "topicValidationErrorTooLong": "Länge des Themas sollte 60 Zeichen nicht überschreiten.", |
| 1533 | + "topicValidationErrorTooLong": "Länge des Themas sollte {maxLength, plural, =1{1 Zeichen} other{{maxLength} Zeichen}} nicht überschreiten.", |
1496 | 1534 | "topicsButtonTooltip": "Themen", |
1497 | 1535 | "tryAnotherAccountButton": "Anderen Account ausprobieren", |
1498 | 1536 | "tryAnotherAccountMessage": "Dein Account bei {url} benötigt einige Zeit zum Laden.", |
|
0 commit comments