From 165648b731aaa31615b2d4cb1734272f99985f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20R=C3=B3zga?= <53080024+AndrzejRozga@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:02:52 +0100 Subject: [PATCH] Polish localization update (#821) --- .../Localization/pl.lproj/Localizable.strings | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings index 1e1632bd..c364a038 100644 --- a/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/pl.lproj/Localizable.strings @@ -371,14 +371,14 @@ "status.editor.error.upload" = "Błąd wysyłania"; "status.editor.language-select.navigation-title" = "Wybierz język"; "status.editor.language-select.recently-used" = "Ostatnio użyty"; -"status.editor.language-select.confirmation.detected-%@" = "Post in %@ (Detected language)"; -"status.editor.language-select.confirmation.selected-%@" = "Post in %@ (Selected language)"; +"status.editor.language-select.confirmation.detected-%@" = "Publikuj jako %@ (wykryty język)"; +"status.editor.language-select.confirmation.selected-%@" = "Publikuj jako %@ (wybrany język)"; "status.editor.media.edit-image" = "Edytuj obrazek"; "status.editor.media.image-description" = "Opis obrazka"; "status.editor.mode.edit" = "Edycja twojego postu"; "status.editor.mode.new" = "Nowy post"; -"status.editor.mode.quote-%@" = "Cytat z %@"; -"status.editor.mode.reply-%@" = "Odpowiadając na %@"; +"status.editor.mode.quote-%@" = "Cytując %@"; +"status.editor.mode.reply-%@" = "Odpowiadając %@"; "status.editor.restore-previous" = "Przywróć poprzedni tekst"; "status.editor.spoiler" = "Tekst spoilera"; "status.editor.text.placeholder" = "Co ci chodzi po głowie?"; @@ -423,7 +423,7 @@ "filter.edit.contexts" = "Kontekst filtra"; "filter.edit.action" = "Działanie filtra"; "account.action.edit-filters" = "Edytuj filtry"; -"filter.contexts.home" = "Strona domowa i listy"; +"filter.contexts.home" = "Strona główna i listy"; "filter.contexts.notifications" = "Powiadomienia"; "filter.contexts.public" = "Strumienie publiczne"; "filter.contexts.conversations" = "Konwersacje";