diff --git a/assets/l10n/app_pl.arb b/assets/l10n/app_pl.arb index c43e57e573..260942bdcd 100644 --- a/assets/l10n/app_pl.arb +++ b/assets/l10n/app_pl.arb @@ -585,7 +585,7 @@ "@composeBoxSendTooltip": { "description": "Tooltip for send button in compose box." }, - "messageListGroupYouWithYourself": "Ty ze sobą", + "messageListGroupYouWithYourself": "Zapiski na własne konto", "@messageListGroupYouWithYourself": { "description": "Message list recipient header for a DM group that only includes yourself." }, @@ -597,10 +597,6 @@ "@aboutPageTitle": { "description": "Title for About Zulip page." }, - "errorLoginCouldNotConnectTitle": "Nie można połączyć", - "@errorLoginCouldNotConnectTitle": { - "description": "Error title when the app could not connect to the server." - }, "contentValidationErrorEmpty": "Nie masz nic do wysłania!", "@contentValidationErrorEmpty": { "description": "Content validation error message when the message is empty." @@ -886,5 +882,99 @@ "unpinnedSubscriptionsLabel": "Odpięte", "@unpinnedSubscriptionsLabel": { "description": "Label for the list of unpinned subscribed channels." + }, + "actionSheetOptionResolveTopic": "Oznacz jako rozwiązany", + "@actionSheetOptionResolveTopic": { + "description": "Label for the 'Mark as resolved' button on the topic action sheet." + }, + "actionSheetOptionUnresolveTopic": "Oznacz brak rozwiązania", + "@actionSheetOptionUnresolveTopic": { + "description": "Label for the 'Mark as unresolved' button on the topic action sheet." + }, + "errorResolveTopicFailedTitle": "Nie udało się oznaczyć jako rozwiązany", + "@errorResolveTopicFailedTitle": { + "description": "Error title when marking a topic as resolved failed." + }, + "errorUnresolveTopicFailedTitle": "Nie udało się oznaczyć brak rozwiązania", + "@errorUnresolveTopicFailedTitle": { + "description": "Error title when marking a topic as unresolved failed." + }, + "appVersionUnknownPlaceholder": "(…)", + "@appVersionUnknownPlaceholder": { + "description": "Placeholder to show in place of the app version when it is unknown." + }, + "zulipAppTitle": "Zulip", + "@zulipAppTitle": { + "description": "The name of Zulip. This should be either 'Zulip' or a transliteration." + }, + "filenameAndSizeInMiB": "{filename}: {size} MiB", + "@filenameAndSizeInMiB": { + "description": "The name of a file, and its size in mebibytes.", + "placeholders": { + "filename": { + "type": "String", + "example": "foo.txt" + }, + "size": { + "type": "String", + "example": "20.2" + } + } + }, + "errorInvalidApiKeyMessage": "Konto w ramach {url} nie zostało przyjęte. Spróbuj ponownie lub skorzystaj z innego konta.", + "@errorInvalidApiKeyMessage": { + "description": "Error message in the dialog for invalid API key.", + "placeholders": { + "url": { + "type": "String", + "example": "http://chat.example.com/" + } + } + }, + "errorCouldNotConnectTitle": "Brak połączenia", + "@errorCouldNotConnectTitle": { + "description": "Error title when the app could not connect to the server." + }, + "composeBoxChannelContentHint": "Wiadomość do {destination}", + "@composeBoxChannelContentHint": { + "description": "Hint text for content input when sending a message to a channel.", + "placeholders": { + "destination": { + "type": "String", + "example": "#channel name > topic name" + } + } + }, + "actionSheetOptionMarkChannelAsRead": "Oznacz kanał jako przeczytany", + "@actionSheetOptionMarkChannelAsRead": { + "description": "Label for marking a channel as read." + }, + "actionSheetOptionMarkTopicAsRead": "Oznacz wątek jako przeczytany", + "@actionSheetOptionMarkTopicAsRead": { + "description": "Option to mark a specific topic as read in the action sheet." + }, + "themeSettingLight": "Jasny", + "@themeSettingLight": { + "description": "Label for light theme setting." + }, + "themeSettingSystem": "Systemowy", + "@themeSettingSystem": { + "description": "Label for system theme setting." + }, + "themeSettingDark": "Ciemny", + "@themeSettingDark": { + "description": "Label for dark theme setting." + }, + "themeSettingTitle": "WYSTRÓJ", + "@themeSettingTitle": { + "description": "Title for theme setting. (Use ALL CAPS for cased alphabets: Latin, Greek, Cyrillic, etc.)" + }, + "settingsPageTitle": "Ustawienia", + "@settingsPageTitle": { + "description": "Title for the settings page." + }, + "openLinksWithInAppBrowser": "Otwieraj odnośniki w aplikacji", + "@openLinksWithInAppBrowser": { + "description": "Label for toggling setting to open links with in-app browser" } } diff --git a/assets/l10n/app_ru.arb b/assets/l10n/app_ru.arb index 5df7840006..b0717b14ab 100644 --- a/assets/l10n/app_ru.arb +++ b/assets/l10n/app_ru.arb @@ -325,10 +325,6 @@ } } }, - "errorLoginCouldNotConnectTitle": "Не удалось подключиться", - "@errorLoginCouldNotConnectTitle": { - "description": "Error title when the app could not connect to the server." - }, "errorMessageDoesNotSeemToExist": "Это сообщение, похоже, отсутствует.", "@errorMessageDoesNotSeemToExist": { "description": "Error message when loading a message that does not exist." diff --git a/assets/l10n/app_sk.arb b/assets/l10n/app_sk.arb index 087f459697..ba700eb33c 100644 --- a/assets/l10n/app_sk.arb +++ b/assets/l10n/app_sk.arb @@ -171,10 +171,6 @@ } } }, - "errorLoginCouldNotConnectTitle": "Nepodarilo sa pripojiť", - "@errorLoginCouldNotConnectTitle": { - "description": "Error title when the app could not connect to the server." - }, "errorMessageDoesNotSeemToExist": "Správa zrejme neexistuje.", "@errorMessageDoesNotSeemToExist": { "description": "Error message when loading a message that does not exist." diff --git a/lib/generated/l10n/zulip_localizations_pl.dart b/lib/generated/l10n/zulip_localizations_pl.dart index 45ad091f43..15af01b7fe 100644 --- a/lib/generated/l10n/zulip_localizations_pl.dart +++ b/lib/generated/l10n/zulip_localizations_pl.dart @@ -24,7 +24,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations { String get chooseAccountPageTitle => 'Wybierz konto'; @override - String get settingsPageTitle => 'Settings'; + String get settingsPageTitle => 'Ustawienia'; @override String get switchAccountButton => 'Przełącz konto'; @@ -71,7 +71,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations { String get permissionsDeniedReadExternalStorage => 'Aby odebrać pliki Zulip musi uzyskać dodatkowe uprawnienia w Ustawieniach.'; @override - String get actionSheetOptionMarkChannelAsRead => 'Mark channel as read'; + String get actionSheetOptionMarkChannelAsRead => 'Oznacz kanał jako przeczytany'; @override String get actionSheetOptionMuteTopic => 'Wycisz wątek'; @@ -86,16 +86,16 @@ class ZulipLocalizationsPl extends ZulipLocalizations { String get actionSheetOptionUnfollowTopic => 'Nie śledź wątku'; @override - String get actionSheetOptionResolveTopic => 'Mark as resolved'; + String get actionSheetOptionResolveTopic => 'Oznacz jako rozwiązany'; @override - String get actionSheetOptionUnresolveTopic => 'Mark as unresolved'; + String get actionSheetOptionUnresolveTopic => 'Oznacz brak rozwiązania'; @override - String get errorResolveTopicFailedTitle => 'Failed to mark topic as resolved'; + String get errorResolveTopicFailedTitle => 'Nie udało się oznaczyć jako rozwiązany'; @override - String get errorUnresolveTopicFailedTitle => 'Failed to mark topic as unresolved'; + String get errorUnresolveTopicFailedTitle => 'Nie udało się oznaczyć brak rozwiązania'; @override String get actionSheetOptionCopyMessageText => 'Skopiuj tekst wiadomości'; @@ -119,7 +119,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations { String get actionSheetOptionUnstarMessage => 'Odbierz gwiazdkę'; @override - String get actionSheetOptionMarkTopicAsRead => 'Mark topic as read'; + String get actionSheetOptionMarkTopicAsRead => 'Oznacz wątek jako przeczytany'; @override String get errorWebAuthOperationalErrorTitle => 'Coś poszło nie tak'; @@ -188,7 +188,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations { } @override - String get errorCouldNotConnectTitle => 'Could not connect'; + String get errorCouldNotConnectTitle => 'Brak połączenia'; @override String get errorMessageDoesNotSeemToExist => 'Taka wiadomość raczej nie istnieje.'; @@ -286,7 +286,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations { @override String composeBoxChannelContentHint(String destination) { - return 'Message $destination'; + return 'Wiadomość do $destination'; } @override @@ -325,7 +325,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations { } @override - String get messageListGroupYouWithYourself => 'Ty ze sobą'; + String get messageListGroupYouWithYourself => 'Zapiski na własne konto'; @override String get contentValidationErrorTooLong => 'Wiadomość nie może być dłuższa niż 10000 znaków.'; @@ -415,7 +415,7 @@ class ZulipLocalizationsPl extends ZulipLocalizations { @override String errorInvalidApiKeyMessage(String url) { - return 'Your account at $url could not be authenticated. Please try logging in again or use another account.'; + return 'Konto w ramach $url nie zostało przyjęte. Spróbuj ponownie lub skorzystaj z innego konta.'; } @override @@ -623,19 +623,19 @@ class ZulipLocalizationsPl extends ZulipLocalizations { } @override - String get themeSettingTitle => 'THEME'; + String get themeSettingTitle => 'WYSTRÓJ'; @override - String get themeSettingDark => 'Dark'; + String get themeSettingDark => 'Ciemny'; @override - String get themeSettingLight => 'Light'; + String get themeSettingLight => 'Jasny'; @override - String get themeSettingSystem => 'System'; + String get themeSettingSystem => 'Systemowy'; @override - String get openLinksWithInAppBrowser => 'Open links with in-app browser'; + String get openLinksWithInAppBrowser => 'Otwieraj odnośniki w aplikacji'; @override String get pollWidgetQuestionMissing => 'Brak pytania.';