From 3cce90c4d5836a5bd4d8a8a0255d967b4b78d0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 19 Mar 2020 17:02:16 +0100 Subject: [PATCH] update Polish translationz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- resources/lang/pl/exception.php | 11 +++++++++++ resources/lang/pl/helpcenter.php | 26 ++++++++++++++++++++++++++ resources/lang/pl/navmenu.php | 29 +++++++++++++++-------------- resources/lang/pl/notification.php | 1 + resources/lang/pl/profile.php | 3 +++ resources/lang/pl/site.php | 4 ++++ 6 files changed, 60 insertions(+), 14 deletions(-) create mode 100644 resources/lang/pl/exception.php create mode 100644 resources/lang/pl/helpcenter.php diff --git a/resources/lang/pl/exception.php b/resources/lang/pl/exception.php new file mode 100644 index 000000000..11c210bf3 --- /dev/null +++ b/resources/lang/pl/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => 'Musi zawierać jedno zdjęcie lub film, lub wiele zdjęć.', + ], + ], + +]; diff --git a/resources/lang/pl/helpcenter.php b/resources/lang/pl/helpcenter.php new file mode 100644 index 000000000..43db4b3af --- /dev/null +++ b/resources/lang/pl/helpcenter.php @@ -0,0 +1,26 @@ + 'Centrum pomocy', + 'whatsnew' => 'Co nowego', + + 'gettingStarted' => 'Rozpocznij', + 'sharingMedia' => 'Wstawianie multimediów', + 'profile' => 'Profil', + 'stories' => 'Relacje', + 'hashtags' => 'Hashtagi', + 'discover' => 'Odkrywanie', + 'directMessages' => 'Wiadomości bezpośrednie', + 'timelines' => 'Osie czasu', + 'embed' => 'Embed', + + 'communityGuidelines' => 'Wytyczne dla społeczności', + 'whatIsTheFediverse' => 'Czym jest Fediwersum?', + 'controllingVisibility' => 'Kontrolowanie widoczności', + 'blockingAccounts' => 'Blokowanie kont', + 'safetyTips' => 'Wskazówki dot. bezpieczeństwa', + 'reportSomething' => 'Zgłaszanie treści', + 'dataPolicy' => 'Polityka przechowywania danych' + +]; diff --git a/resources/lang/pl/navmenu.php b/resources/lang/pl/navmenu.php index 87887cb09..5e5e1e587 100644 --- a/resources/lang/pl/navmenu.php +++ b/resources/lang/pl/navmenu.php @@ -1,18 +1,19 @@ 'Szukaj', - 'home' => 'Strona główna', - 'local' => 'Lokalne', - 'discover' => 'Odkrywaj', - 'viewMyProfile' => 'Pokaż mój profil', - 'myTimeline' => 'Moja oś czasu', - 'publicTimeline' => 'Publiczna oś czasu', - 'remoteFollow' => 'Zdalne śledzenie', - 'settings' => 'Ustawienia', - 'admin' => 'Administracja', - 'logout' => 'Wyloguj się', - 'directMessages' => 'Wiadomości bezpośrednie', - + 'search' => 'Szukaj', + 'home' => 'Strona główna', + 'local' => 'Lokalne', + 'network' => 'Sieć', + 'discover' => 'Odkrywaj', + 'viewMyProfile' => 'Pokaż mój profil', + 'myProfile' => 'Mój profil', + 'myTimeline' => 'Moja oś czasu', + 'publicTimeline' => 'Publiczna oś czasu', + 'remoteFollow' => 'Zdalne śledzenie', + 'settings' => 'Ustawienia', + 'admin' => 'Administracja', + 'logout' => 'Wyloguj się', + 'directMessages' => 'Wiadomości bezpośrednie', + 'composePost' => 'Uwtórz wpis', ]; diff --git a/resources/lang/pl/notification.php b/resources/lang/pl/notification.php index e6046f9c5..3cbc8975b 100644 --- a/resources/lang/pl/notification.php +++ b/resources/lang/pl/notification.php @@ -3,6 +3,7 @@ return [ 'likedPhoto' => 'polubił(a) Twoje zdjęcie.', + 'likedComment' => 'polubił(a) Twój komentarz.', 'startedFollowingYou' => 'zaczął(-ęła) Cię obserwować.', 'commented' => 'skomentował(a) Twój wpis', 'mentionedYou' => 'wspomniał(a) o Tobie.', diff --git a/resources/lang/pl/profile.php b/resources/lang/pl/profile.php index b0e72e79c..fd913798c 100644 --- a/resources/lang/pl/profile.php +++ b/resources/lang/pl/profile.php @@ -9,4 +9,7 @@ return [ 'privateProfileWarning' => 'To konto jest prywatne', 'alreadyFollow' => 'Już obserwujesz :username?', 'loginToSeeProfile' => 'aby zobaczyć zdjęcia i filmy tego użytkownika.', + + 'status.disabled.header' => 'Profil jest niedostępny', + 'status.disabled.body' => 'Przepraszamy, ten profil nie jest obecnie dostępny. Spróbuj ponownie za jakiś czas.', ]; diff --git a/resources/lang/pl/site.php b/resources/lang/pl/site.php index 7a668ea5e..4b0b3ea82 100644 --- a/resources/lang/pl/site.php +++ b/resources/lang/pl/site.php @@ -12,5 +12,9 @@ return [ 'l10nWip' => 'Wciąż pracujemy nad obsługą wielu języków', 'currentLocale' => 'Obecny język', 'selectLocale' => 'Wybierz jeden z dostępnych języków', + 'contact' => 'Kontakt', + 'contact-us' => 'Skontaktuj się z naim', + 'places' => 'Miejsca', + 'profiles' => 'Profile', ];