|
62 | 62 | "@actionSheetOptionStarMessage": { |
63 | 63 | "description": "Label for star button on action sheet." |
64 | 64 | }, |
| 65 | + "@actionSheetOptionSubscribe": { |
| 66 | + "description": "Label in the channel action sheet for subscribing to the channel." |
| 67 | + }, |
65 | 68 | "@actionSheetOptionUnfollowTopic": { |
66 | 69 | "description": "Label for unfollowing a topic on action sheet." |
67 | 70 | }, |
|
74 | 77 | "@actionSheetOptionUnstarMessage": { |
75 | 78 | "description": "Label for unstar button on action sheet." |
76 | 79 | }, |
| 80 | + "@actionSheetOptionUnsubscribe": { |
| 81 | + "description": "Label in the channel action sheet for unsubscribing from the channel." |
| 82 | + }, |
| 83 | + "@actionSheetOptionViewReadReceipts": { |
| 84 | + "description": "Label for the 'View read receipts' button in the message action sheet." |
| 85 | + }, |
| 86 | + "@actionSheetReadReceipts": { |
| 87 | + "description": "Title for the \"Read receipts\" bottom sheet." |
| 88 | + }, |
| 89 | + "@actionSheetReadReceiptsErrorReadCount": { |
| 90 | + "description": "Label in the \"Read receipts\" bottom sheet when loading read receipts failed." |
| 91 | + }, |
| 92 | + "@actionSheetReadReceiptsReadCount": { |
| 93 | + "description": "Label in the \"Read receipts\" bottom sheet when one or more people have read the message.", |
| 94 | + "placeholders": { |
| 95 | + "count": { |
| 96 | + "example": "1", |
| 97 | + "type": "int" |
| 98 | + } |
| 99 | + } |
| 100 | + }, |
| 101 | + "@actionSheetReadReceiptsZeroReadCount": { |
| 102 | + "description": "Label in the \"Read receipts\" bottom sheet when no one has read the message." |
| 103 | + }, |
77 | 104 | "@appVersionUnknownPlaceholder": { |
78 | 105 | "description": "Placeholder to show in place of the app version when it is unknown." |
79 | 106 | }, |
|
494 | 521 | } |
495 | 522 | } |
496 | 523 | }, |
| 524 | + "@errorSharingAccountNotLoggedIn": { |
| 525 | + "description": "Error title when sharing content received from other apps fails, when there is no account logged in" |
| 526 | + }, |
497 | 527 | "@errorSharingFailed": { |
498 | 528 | "description": "Error message when sharing a message failed." |
499 | 529 | }, |
| 530 | + "@errorSharingTitle": { |
| 531 | + "description": "Error title when sharing content received from other apps fails" |
| 532 | + }, |
500 | 533 | "@errorStarMessageFailedTitle": { |
501 | 534 | "description": "Error title when starring a message failed." |
502 | 535 | }, |
|
898 | 931 | "@settingsPageTitle": { |
899 | 932 | "description": "Title for the settings page." |
900 | 933 | }, |
| 934 | + "@sharePageTitle": { |
| 935 | + "description": "Title for the page about sharing content received from other apps." |
| 936 | + }, |
901 | 937 | "@signInWithFoo": { |
902 | 938 | "description": "Button to use {method} to sign in to the app.", |
903 | 939 | "placeholders": { |
|
931 | 967 | "@statusTextHint": { |
932 | 968 | "description": "Hint text for the status text input field in 'Set status' page." |
933 | 969 | }, |
| 970 | + "@subscribeFailedTitle": { |
| 971 | + "description": "Error title when subscribing to a channel failed." |
| 972 | + }, |
934 | 973 | "@successChannelLinkCopied": { |
935 | 974 | "description": "Message when link of a channel was copied to the user's system clipboard." |
936 | 975 | }, |
|
1011 | 1050 | "@unpinnedSubscriptionsLabel": { |
1012 | 1051 | "description": "Label for the list of unpinned subscribed channels." |
1013 | 1052 | }, |
| 1053 | + "@unsubscribeConfirmationDialogConfirmButton": { |
| 1054 | + "description": "Label for the 'Unsubscribe' button on a confirmation dialog for unsubscribing from a channel." |
| 1055 | + }, |
| 1056 | + "@unsubscribeConfirmationDialogMessageMaybeCannotResubscribe": { |
| 1057 | + "description": "Message for a confirmation dialog for unsubscribing from a channel when you might not have permission to resubscribe." |
| 1058 | + }, |
| 1059 | + "@unsubscribeConfirmationDialogTitle": { |
| 1060 | + "description": "Title for a confirmation dialog for unsubscribing from a channel.", |
| 1061 | + "placeholders": { |
| 1062 | + "channelName": { |
| 1063 | + "example": "mobile", |
| 1064 | + "type": "String" |
| 1065 | + } |
| 1066 | + } |
| 1067 | + }, |
| 1068 | + "@unsubscribeFailedTitle": { |
| 1069 | + "description": "Error title when unsubscribing from a channel failed." |
| 1070 | + }, |
1014 | 1071 | "@updateStatusErrorTitle": { |
1015 | 1072 | "description": "Error title when updating user status failed." |
1016 | 1073 | }, |
|
1026 | 1083 | "@upgradeWelcomeDialogTitle": { |
1027 | 1084 | "description": "Title for dialog shown on first upgrade from the legacy Zulip app." |
1028 | 1085 | }, |
| 1086 | + "@userActiveDate": { |
| 1087 | + "description": "Indicates the date when a user was last active on Zulip (who is currently offline).\n\nThe date might be day and month if recent, or day, month, and year if less recent.", |
| 1088 | + "placeholders": { |
| 1089 | + "date": { |
| 1090 | + "example": "Aug 1, 2024", |
| 1091 | + "type": "String" |
| 1092 | + } |
| 1093 | + } |
| 1094 | + }, |
| 1095 | + "@userActiveDaysAgo": { |
| 1096 | + "description": "Indicates when a user was last active on Zulip (who is currently offline)", |
| 1097 | + "placeholders": { |
| 1098 | + "days": { |
| 1099 | + "example": "5", |
| 1100 | + "type": "int" |
| 1101 | + } |
| 1102 | + } |
| 1103 | + }, |
| 1104 | + "@userActiveHoursAgo": { |
| 1105 | + "description": "Indicates when a user was last active on Zulip (who is currently offline)", |
| 1106 | + "placeholders": { |
| 1107 | + "hours": { |
| 1108 | + "example": "5", |
| 1109 | + "type": "int" |
| 1110 | + } |
| 1111 | + } |
| 1112 | + }, |
| 1113 | + "@userActiveMinutesAgo": { |
| 1114 | + "description": "Indicates when a user was last active on Zulip (who is currently offline)", |
| 1115 | + "placeholders": { |
| 1116 | + "minutes": { |
| 1117 | + "example": "5", |
| 1118 | + "type": "int" |
| 1119 | + } |
| 1120 | + } |
| 1121 | + }, |
| 1122 | + "@userActiveNow": { |
| 1123 | + "description": "Indicates a user is currently active on Zulip (not idle or offline)" |
| 1124 | + }, |
| 1125 | + "@userActiveYesterday": { |
| 1126 | + "description": "Indicates when a user was last active on Zulip (who is currently offline)" |
| 1127 | + }, |
| 1128 | + "@userIdle": { |
| 1129 | + "description": "Indicates a user is currently idle on Zulip (not active, but not offline)" |
| 1130 | + }, |
| 1131 | + "@userNotActiveInYear": { |
| 1132 | + "description": "Indicates when a user was last active on Zulip (who is currently offline)" |
| 1133 | + }, |
1029 | 1134 | "@userRoleAdministrator": { |
1030 | 1135 | "description": "Label for UserRole.administrator" |
1031 | 1136 | }, |
|
1119 | 1224 | "actionSheetOptionSeeWhoReacted": "Pokaż kto zareagował", |
1120 | 1225 | "actionSheetOptionShare": "Udostępnij", |
1121 | 1226 | "actionSheetOptionStarMessage": "Oznacz gwiazdką", |
| 1227 | + "actionSheetOptionSubscribe": "Subskrybuj", |
1122 | 1228 | "actionSheetOptionUnfollowTopic": "Nie śledź wątku", |
1123 | 1229 | "actionSheetOptionUnmuteTopic": "Wznów wątek", |
1124 | 1230 | "actionSheetOptionUnresolveTopic": "Oznacz brak rozwiązania", |
1125 | 1231 | "actionSheetOptionUnstarMessage": "Odbierz gwiazdkę", |
| 1232 | + "actionSheetOptionUnsubscribe": "Odsubskrybuj", |
| 1233 | + "actionSheetOptionViewReadReceipts": "Zobacz potwierdzenia odczytu", |
| 1234 | + "actionSheetReadReceipts": "Potwierdzenia odczytu", |
| 1235 | + "actionSheetReadReceiptsErrorReadCount": "Ładowanie potwierdzeń odczytu bez powodzenia.", |
| 1236 | + "actionSheetReadReceiptsReadCount": "{count, plural, =1{Ta wiadomość została <z-link>przeczytana</z-link> przez {count} osobę:} other{Ta wiadomość została <z-link>przeczytana</z-link> przez {count} osób:}}", |
| 1237 | + "actionSheetReadReceiptsZeroReadCount": "Nikt jeszcze nie widział tej wiadomości.", |
1126 | 1238 | "appVersionUnknownPlaceholder": "(…)", |
1127 | 1239 | "channelFeedButtonTooltip": "Strumień kanału", |
1128 | 1240 | "channelsEmptyPlaceholder": "Nie śledzisz żadnego z kanałów.", |
|
1211 | 1323 | "errorResolveTopicFailedTitle": "Nie udało się oznaczyć jako rozwiązany", |
1212 | 1324 | "errorServerMessage": "Odpowiedź serwera:\n\n{message}", |
1213 | 1325 | "errorServerVersionUnsupportedMessage": "{url} uruchamia Zulip Server {zulipVersion}, który nie jest obsługiwany. Minimalna obsługiwana wersja to Zulip Server {minSupportedZulipVersion}.", |
| 1326 | + "errorSharingAccountNotLoggedIn": "Brak zalogowanego użytkownika. Proszę zaloguj się i spróbuj ponownie.", |
1214 | 1327 | "errorSharingFailed": "Udostępnianie bez powodzenia", |
| 1328 | + "errorSharingTitle": "Udostępnianie zawartości bez powodzenia", |
1215 | 1329 | "errorStarMessageFailedTitle": "Dodanie gwiazdki bez powodzenia", |
1216 | 1330 | "errorUnfollowTopicFailed": "Nie śledź bez powodzenia", |
1217 | 1331 | "errorUnmuteTopicFailed": "Wznowienie bez powodzenia", |
|
1315 | 1429 | "serverUrlValidationErrorUnsupportedScheme": "Adres URL serwera musi zaczynać się od http:// or https://.", |
1316 | 1430 | "setStatusPageTitle": "Ustaw stan", |
1317 | 1431 | "settingsPageTitle": "Ustawienia", |
| 1432 | + "sharePageTitle": "Udostępnij", |
1318 | 1433 | "signInWithFoo": "Logowanie z {method}", |
1319 | 1434 | "snackBarDetails": "Szczegóły", |
1320 | 1435 | "spoilerDefaultHeaderText": "Spoiler", |
|
1324 | 1439 | "statusClearButtonLabel": "Wyczyść", |
1325 | 1440 | "statusSaveButtonLabel": "Zapisz", |
1326 | 1441 | "statusTextHint": "Twój stan", |
| 1442 | + "subscribeFailedTitle": "Subskrypcja bez powodzenia", |
1327 | 1443 | "successChannelLinkCopied": "Skopiowano odnośnik do kanału", |
1328 | 1444 | "successLinkCopied": "Skopiowano odnośnik", |
1329 | 1445 | "successMessageLinkCopied": "Skopiowano odnośnik wiadomości", |
|
1346 | 1462 | "unknownChannelName": "(nieznany kanał)", |
1347 | 1463 | "unknownUserName": "(nieznany użytkownik)", |
1348 | 1464 | "unpinnedSubscriptionsLabel": "Odpięte", |
| 1465 | + "unsubscribeConfirmationDialogConfirmButton": "Odsubskrybuj", |
| 1466 | + "unsubscribeConfirmationDialogMessageMaybeCannotResubscribe": "Po opuszczeniu kanału możesz utracić możliwość powrotu.", |
| 1467 | + "unsubscribeConfirmationDialogTitle": "Odsubskrybować z {channelName}?", |
| 1468 | + "unsubscribeFailedTitle": "Odsubskrybowanie bez powdzenia", |
1349 | 1469 | "updateStatusErrorTitle": "Błąd aktualizacji stanu. Spróbuj ponownie.", |
1350 | 1470 | "upgradeWelcomeDialogDismiss": "Zaczynajmy", |
1351 | 1471 | "upgradeWelcomeDialogLinkText": "Sprawdź blog pod kątem obwieszczenia!", |
1352 | 1472 | "upgradeWelcomeDialogMessage": "Napotkasz na znane rozwiązania, które upakowaliśmy w szybszy i elegancki pakiet.", |
1353 | 1473 | "upgradeWelcomeDialogTitle": "Witaj w nowej apce Zulip!", |
| 1474 | + "userActiveDate": "Aktywny {date}", |
| 1475 | + "userActiveDaysAgo": "Aktywny {days, plural, =1{1 dzień} other{{days} dni}} temu", |
| 1476 | + "userActiveHoursAgo": "Aktywny {hours, plural, =1{1 godzinę} other{{hours} godzin}} temu", |
| 1477 | + "userActiveMinutesAgo": "Aktywny {minutes, plural, =1{1 minutę} other{{minutes} minut}} temu", |
| 1478 | + "userActiveNow": "Dostępny", |
| 1479 | + "userActiveYesterday": "Aktywny wczoraj", |
| 1480 | + "userIdle": "Bezczynny", |
| 1481 | + "userNotActiveInYear": "Brak aktywności za ostatni rok", |
1354 | 1482 | "userRoleAdministrator": "Administrator", |
1355 | 1483 | "userRoleGuest": "Gość", |
1356 | 1484 | "userRoleMember": "Członek", |
|
0 commit comments