Plume/po/plume/pl.po

1117 lines
28 KiB
Plaintext
Raw Normal View History

2018-06-17 21:45:26 +02:00
msgid ""
msgstr ""
"Project-Id-Version: plume\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 16:33-0700\n"
2022-01-12 02:29:50 +01:00
"PO-Revision-Date: 2022-01-12 01:28\n"
2020-12-18 21:59:58 +01:00
"Last-Translator: \n"
2019-04-19 14:59:03 +02:00
"Language-Team: Polish\n"
"Language: pl_PL\n"
2018-06-17 21:45:26 +02:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
2024-01-06 17:48:05 +01:00
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2019-04-19 14:59:03 +02:00
"X-Crowdin-Project: plume\n"
2020-12-18 21:59:58 +01:00
"X-Crowdin-Project-ID: 352097\n"
2019-04-19 14:59:03 +02:00
"X-Crowdin-Language: pl\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
2020-12-18 21:59:58 +01:00
"X-Crowdin-File-ID: 8\n"
2019-04-19 14:59:03 +02:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:107
2024-12-22 10:33:58 +01:00
#~ msgid "{0} commented on your article."
#~ msgstr "{0} skomentował(a) Twój artykuł."
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:108
2024-12-22 10:33:58 +01:00
#~ msgid "{0} is subscribed to you."
#~ msgstr "{0} jest subskrybentem do ciebie."
2018-06-17 21:45:26 +02:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:109
2024-12-22 10:33:58 +01:00
#~ msgid "{0} liked your article."
#~ msgstr "{0} polubił(a) Twój artykuł."
2018-06-17 21:45:26 +02:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:110
2024-12-22 10:33:58 +01:00
#~ msgid "{0} mentioned you."
#~ msgstr "{0} wspomniał(a) o Tobie."
2018-06-17 21:45:26 +02:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:111
2024-12-22 10:33:58 +01:00
#~ msgid "{0} boosted your article."
#~ msgstr "{0} podbił(a) Twój artykuł."
2018-06-17 21:45:26 +02:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:118
2024-12-22 10:33:58 +01:00
#~ msgid "Your feed"
#~ msgstr "Twój strumień"
2020-12-18 21:59:58 +01:00
2024-01-06 17:48:05 +01:00
# src/template_utils.rs:118
#, fuzzy
2024-12-22 10:33:58 +01:00
#~ msgid "My feed"
#~ msgstr "Twój strumień"
2024-01-06 17:48:05 +01:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:119
2024-12-22 10:33:58 +01:00
#~ msgid "Local feed"
#~ msgstr "Lokalna"
2020-12-18 21:59:58 +01:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:120
2024-12-22 10:33:58 +01:00
#~ msgid "Federated feed"
#~ msgstr "Strumień federacji"
2020-12-18 21:59:58 +01:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:156
2024-12-22 10:33:58 +01:00
#~ msgid "{0}'s avatar"
#~ msgstr "Awatar {0}"
2018-06-17 21:45:26 +02:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:200
2024-12-22 10:33:58 +01:00
#~ msgid "Previous page"
#~ msgstr "Poprzednia strona"
2024-12-18 15:59:13 +01:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:211
2024-12-22 10:33:58 +01:00
#~ msgid "Next page"
#~ msgstr "Następna strona"
2020-12-18 21:59:58 +01:00
2022-01-12 02:24:14 +01:00
# src/template_utils.rs:365
2024-12-22 10:33:58 +01:00
#~ msgid "Optional"
#~ msgstr "Nieobowiązkowe"
2024-12-18 15:59:13 +01:00
2022-01-12 02:29:50 +01:00
# src/routes/blogs.rs:68
2024-12-22 10:33:58 +01:00
#~ msgid "To create a new blog, you need to be logged in"
#~ msgstr "Aby utworzyć nowy blog, musisz być zalogowany"
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/blogs.rs:110
2024-12-22 10:33:58 +01:00
#~ msgid "A blog with the same name already exists."
#~ msgstr "Blog o tej samej nazwie już istnieje."
Big refactoring of the Inbox (#443) * Big refactoring of the Inbox We now have a type that routes an activity through the registered handlers until one of them matches. Each Actor/Activity/Object combination is represented by an implementation of AsObject These combinations are then registered on the Inbox type, which will try to deserialize the incoming activity in the requested types. Advantages: - nicer syntax: the final API is clearer and more idiomatic - more generic: only two traits (`AsActor` and `AsObject`) instead of one for each kind of activity - it is easier to see which activities we handle and which one we don't * Small fixes - Avoid panics - Don't search for AP ID infinitely - Code style issues * Fix tests * Introduce a new trait: FromId It should be implemented for any AP object. It allows to look for an object in database using its AP ID, or to dereference it if it was not present in database Also moves the inbox code to plume-models to test it (and write a basic test for each activity type we handle) * Use if let instead of match * Don't require PlumeRocket::intl for tests * Return early and remove a forgotten dbg! * Add more tests to try to understand where the issues come from * Also add a test for comment federation * Don't check creation_date is the same for blogs * Make user and blog federation more tolerant to errors/missing fields * Make clippy happy * Use the correct Accept header when dereferencing * Fix follow approval with Mastodon * Add spaces to characters that should not be in usernames And validate blog names too * Smarter dereferencing: only do it once for each actor/object * Forgot some files * Cargo fmt * Delete plume_test * Delete plume_tests * Update get_id docs + Remove useless : Sized * Appease cargo fmt * Remove dbg! + Use as_ref instead of clone when possible + Use and_then instead of map when possible * Remove .po~ * send unfollow to local instance * read cover from update activity * Make sure "cc" and "to" are never empty and fix a typo in a constant name * Cargo fmt
2019-04-17 19:31:47 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/blogs.rs:148
2024-12-22 10:33:58 +01:00
#~ msgid "Your blog was successfully created!"
#~ msgstr "Twój blog został pomyślnie utworzony!"
2022-01-12 02:29:50 +01:00
# src/routes/blogs.rs:166
2024-12-22 10:33:58 +01:00
#~ msgid "Your blog was deleted."
#~ msgstr "Twój blog został usunięty."
2022-01-12 02:29:50 +01:00
# src/routes/blogs.rs:174
2024-12-22 10:33:58 +01:00
#~ msgid "You are not allowed to delete this blog."
#~ msgstr "Nie masz uprawnień do usunięcia tego bloga."
2024-12-18 15:59:13 +01:00
# src/routes/blogs.rs:224
2024-12-22 10:33:58 +01:00
#~ msgid "You are not allowed to edit this blog."
#~ msgstr "Nie masz uprawnień edytować tego bloga."
2024-12-21 23:11:13 +01:00
# src/routes/blogs.rs:280
2024-12-22 10:33:58 +01:00
#~ msgid "You can't use this media as a blog icon."
#~ msgstr "Nie możesz użyć tego nośnika jako ikony blogu."
2024-12-21 23:11:13 +01:00
# src/routes/blogs.rs:298
2024-12-22 10:33:58 +01:00
#~ msgid "You can't use this media as a blog banner."
#~ msgstr "Nie możesz użyć tego nośnika jako banner na blogu."
2024-12-21 23:11:13 +01:00
# src/routes/blogs.rs:332
2024-12-22 10:33:58 +01:00
#~ msgid "Your blog information have been updated."
#~ msgstr "Twoje informacje o blogu zostały zaktualizowane."
2024-12-21 23:11:13 +01:00
# src/routes/comments.rs:100
2024-12-22 10:33:58 +01:00
#~ msgid "Your comment has been posted."
#~ msgstr "Twój komentarz został opublikowany."
2024-12-21 23:11:13 +01:00
# src/routes/comments.rs:177
2024-12-22 10:33:58 +01:00
#~ msgid "Your comment has been deleted."
#~ msgstr "Twój komentarz został usunięty."
2024-12-21 23:11:13 +01:00
# src/routes/email_signups.rs:82
2024-12-22 10:33:58 +01:00
#~ msgid "Registrations are closed on this instance."
#~ msgstr "Rejestracje są zamknięte w tej instancji."
2024-12-21 23:11:13 +01:00
# src/routes/email_signups.rs:219
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Your account has been created. Now you just need to log in, before you "
#~ "can use it."
#~ msgstr ""
#~ "Twoje konto zostało utworzone. Zanim będziesz mógł(-ogła) z niego "
#~ "korzystać, musisz się zalogować."
2024-12-21 23:11:13 +01:00
# src/routes/instance.rs:117
2024-12-22 10:33:58 +01:00
#~ msgid "Instance settings have been saved."
#~ msgstr "Zapisano ustawienia instancji."
2024-12-18 15:59:13 +01:00
2021-05-05 20:32:20 +02:00
# src/routes/instance.rs:150
2024-12-22 10:33:58 +01:00
#~ msgid "{} has been unblocked."
#~ msgstr "{} został(a) odblokowany(-a)."
2021-05-05 20:32:20 +02:00
# src/routes/instance.rs:152
2024-12-22 10:33:58 +01:00
#~ msgid "{} has been blocked."
#~ msgstr "{} został(a) zablokowany(-a)."
2020-12-18 21:59:58 +01:00
# src/routes/instance.rs:203
2024-12-22 10:33:58 +01:00
#~ msgid "Blocks deleted"
#~ msgstr "Usunięte blokady"
2020-12-18 21:59:58 +01:00
2021-05-05 20:32:20 +02:00
# src/routes/instance.rs:224
2024-12-22 10:33:58 +01:00
#~ msgid "Email Blocked"
#~ msgstr "E-mail Zablokowany"
2020-12-18 21:59:58 +01:00
2021-05-05 20:32:20 +02:00
# src/routes/instance.rs:317
2024-12-22 10:33:58 +01:00
#~ msgid "You can't change your own rights."
#~ msgstr "Nie możesz zmienićswoich własnych uprawnień."
2020-12-18 21:59:58 +01:00
2021-05-05 20:32:20 +02:00
# src/routes/instance.rs:328
2024-12-22 10:33:58 +01:00
#~ msgid "You are not allowed to take this action."
#~ msgstr "Nie masz uprawnień do wykonania tego działania."
2020-12-18 21:59:58 +01:00
2021-05-05 20:32:20 +02:00
# src/routes/instance.rs:363
2024-12-22 10:33:58 +01:00
#~ msgid "Done."
#~ msgstr "Gotowe."
2021-05-05 20:32:20 +02:00
# src/routes/likes.rs:58
2024-12-22 10:33:58 +01:00
#~ msgid "To like a post, you need to be logged in"
#~ msgstr "Aby polubić post, musisz być zalogowany"
2018-06-17 21:45:26 +02:00
2022-01-12 02:24:14 +01:00
# src/routes/medias.rs:153
2024-12-22 10:33:58 +01:00
#~ msgid "Your media have been deleted."
#~ msgstr "Twoje media zostały usunięte."
2022-01-12 02:24:14 +01:00
# src/routes/medias.rs:158
2024-12-22 10:33:58 +01:00
#~ msgid "You are not allowed to delete this media."
#~ msgstr "Nie można usunąć tego medium."
2022-01-12 02:24:14 +01:00
# src/routes/medias.rs:175
2024-12-22 10:33:58 +01:00
#~ msgid "Your avatar has been updated."
#~ msgstr "Twój awatar został zaktualizowany."
2022-01-12 02:24:14 +01:00
# src/routes/medias.rs:180
2024-12-22 10:33:58 +01:00
#~ msgid "You are not allowed to use this media."
#~ msgstr "Nie możesz użyć tego medium."
2021-05-05 20:32:20 +02:00
# src/routes/notifications.rs:29
2024-12-22 10:33:58 +01:00
#~ msgid "To see your notifications, you need to be logged in"
#~ msgstr "Aby zobaczyć powiadomienia, musisz być zalogowany"
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:56
2024-12-22 10:33:58 +01:00
#~ msgid "This post isn't published yet."
#~ msgstr "Ten wpis nie został jeszcze opublikowany."
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:126
2024-12-22 10:33:58 +01:00
#~ msgid "To write a new post, you need to be logged in"
#~ msgstr "Aby napisać nowy artykuł, musisz być zalogowany"
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:147
2024-12-22 10:33:58 +01:00
#~ msgid "You are not an author of this blog."
#~ msgstr "Nie jesteś autorem tego bloga."
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:154
2024-12-22 10:33:58 +01:00
#~ msgid "New post"
#~ msgstr "Nowy wpis"
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:199
2024-12-22 10:33:58 +01:00
#~ msgid "Edit {0}"
#~ msgstr "Edytuj {0}"
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:268
2024-12-22 10:33:58 +01:00
#~ msgid "You are not allowed to publish on this blog."
#~ msgstr "Nie możesz publikować na tym blogu."
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:368
2024-12-22 10:33:58 +01:00
#~ msgid "Your article has been updated."
#~ msgstr "Twój artykuł został zaktualizowany."
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:557
2024-12-22 10:33:58 +01:00
#~ msgid "Your article has been saved."
#~ msgstr "Twój artykuł został zapisany."
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:564
2024-12-22 10:33:58 +01:00
#~ msgid "New article"
#~ msgstr "Nowy artykuł"
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:602
2024-12-22 10:33:58 +01:00
#~ msgid "You are not allowed to delete this article."
#~ msgstr "Nie można usunąć tego artykułu."
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:626
2024-12-22 10:33:58 +01:00
#~ msgid "Your article has been deleted."
#~ msgstr "Twój artykuł został usunięty."
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:631
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "It looks like the article you tried to delete doesn't exist. Maybe it is "
#~ "already gone?"
#~ msgstr ""
#~ "Wygląda na to, że artykuł który próbowałeś(-aś) usunąć nie istnieje. Może "
#~ "został usunięty wcześniej?"
2022-01-12 02:29:50 +01:00
# src/routes/posts.rs:673
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Couldn't obtain enough information about your account. Please make sure "
#~ "your username is correct."
#~ msgstr ""
#~ "Nie można uzyskać wystarczającej ilości informacji o Twoim koncie. "
#~ "Upewnij się, że nazwa użytkownika jest prawidłowa."
2021-05-05 20:32:20 +02:00
# src/routes/reshares.rs:58
2024-12-22 10:33:58 +01:00
#~ msgid "To reshare a post, you need to be logged in"
#~ msgstr "Aby udostępnić post, musisz być zalogowany"
2018-06-17 21:45:26 +02:00
2021-05-05 20:32:20 +02:00
# src/routes/session.rs:95
2024-12-22 10:33:58 +01:00
#~ msgid "You are now connected."
#~ msgstr "Teraz jesteś połączony."
2021-05-05 20:32:20 +02:00
# src/routes/session.rs:116
2024-12-22 10:33:58 +01:00
#~ msgid "You are now logged off."
#~ msgstr "Teraz jesteś wylogowany."
2021-05-05 20:32:20 +02:00
# src/routes/session.rs:162
2024-12-22 10:33:58 +01:00
#~ msgid "Password reset"
#~ msgstr "Resetowanie hasła"
2021-05-05 20:32:20 +02:00
# src/routes/session.rs:163
2024-12-22 10:33:58 +01:00
#~ msgid "Here is the link to reset your password: {0}"
#~ msgstr "Tutaj jest link do zresetowania hasła: {0}"
2021-05-05 20:32:20 +02:00
# src/routes/session.rs:235
2024-12-22 10:33:58 +01:00
#~ msgid "Your password was successfully reset."
#~ msgstr "Twoje hasło zostało pomyślnie zresetowane."
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:87
2024-12-22 10:33:58 +01:00
#~ msgid "To access your dashboard, you need to be logged in"
#~ msgstr "Aby uzyskać dostęp do panelu, musisz być zalogowany"
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:109
2024-12-22 10:33:58 +01:00
#~ msgid "You are no longer following {}."
#~ msgstr "Już nie obserwujesz użytkownika {}."
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:126
2024-12-22 10:33:58 +01:00
#~ msgid "You are now following {}."
#~ msgstr "Obserwujesz teraz użytkownika {}."
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:203
2024-12-22 10:33:58 +01:00
#~ msgid "To subscribe to someone, you need to be logged in"
#~ msgstr "Aby subskrybować do kogoś, musisz być zalogowany"
2018-06-17 21:45:26 +02:00
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:323
2024-12-22 10:33:58 +01:00
#~ msgid "To edit your profile, you need to be logged in"
#~ msgstr "Aby edytować swój profil, musisz być zalogowany"
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:369
2024-12-22 10:33:58 +01:00
#~ msgid "Your profile has been updated."
#~ msgstr "Twój profil został zaktualizowany."
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:397
2024-12-22 10:33:58 +01:00
#~ msgid "Your account has been deleted."
#~ msgstr "Twoje konto zostało usunięte."
2022-01-12 02:29:50 +01:00
# src/routes/user.rs:403
2024-12-22 10:33:58 +01:00
#~ msgid "You can't delete someone else's account."
#~ msgstr "Nie możesz usunąć konta innej osoby."
2024-12-22 10:33:58 +01:00
#~ msgid "Plume"
#~ msgstr "Plume"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Menu"
#~ msgstr "Menu"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Search"
#~ msgstr "Szukaj"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Dashboard"
#~ msgstr "Panel"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Notifications"
#~ msgstr "Powiadomienia"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Log Out"
#~ msgstr "Wyloguj się"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "My account"
#~ msgstr "Moje konto"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Log In"
#~ msgstr "Zaloguj się"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Register"
#~ msgstr "Zarejestruj się"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "About this instance"
#~ msgstr "O tej instancji"
2024-12-22 10:33:58 +01:00
#~ msgid "Privacy policy"
#~ msgstr "Polityka prywatności"
2024-12-22 10:33:58 +01:00
#~ msgid "Administration"
#~ msgstr "Administracja"
2024-12-22 10:33:58 +01:00
#~ msgid "Moderation"
#~ msgstr "Moderacja"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Documentation"
#~ msgstr "Dokumentacja"
2024-12-22 10:33:58 +01:00
#~ msgid "Source code"
#~ msgstr "Kod źródłowy"
2024-12-22 10:33:58 +01:00
#~ msgid "Matrix room"
#~ msgstr "Pokój Matrix.org"
2024-12-22 10:33:58 +01:00
#~ msgid "None"
#~ msgstr "Brak"
2024-12-22 10:33:58 +01:00
#~ msgid "No description"
#~ msgstr "Brak opisu"
2021-01-11 21:27:52 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "What is Plume?"
#~ msgstr "Czym jest Plume?"
2021-01-11 21:27:52 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Plume is a decentralized blogging engine."
#~ msgstr "Plume jest zdecentralizowanym silnikiem blogowym."
2024-12-22 10:33:58 +01:00
#~ msgid "Authors can manage multiple blogs, each as its own website."
#~ msgstr "Autorzy mogą zarządzać różne blogi, każdy jako unikalny stronie."
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Articles are also visible on other Plume instances, and you can interact "
#~ "with them directly from other platforms like Mastodon."
#~ msgstr ""
#~ "Artykuły są również widoczne w innych instancjach Plume i możesz też "
#~ "wchodzić bezpośrednio interakcje z nimi z innych platform, takich jak "
#~ "Mastodon."
2024-12-22 10:33:58 +01:00
#~ msgid "Create your account"
#~ msgstr "Utwórz konto"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "About {0}"
#~ msgstr "O {0}"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Home to <em>{0}</em> people"
#~ msgstr "Używana przez <em>{0}</em> użytkowników"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Who wrote <em>{0}</em> articles"
#~ msgstr "Którzy napisali <em>{0}</em> artykułów"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Read the detailed rules"
#~ msgstr "Przeczytaj szczegółowe zasady"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Respond"
#~ msgstr "Odpowiedz"
2018-06-17 21:45:26 +02:00
2024-12-22 10:33:58 +01:00
#~ msgid "Are you sure?"
#~ msgstr "Czy jesteś pewny?"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Delete this comment"
#~ msgstr "Usuń ten komentarz"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Edit"
#~ msgstr "Edytuj"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "By {0}"
#~ msgstr "Od {0}"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Draft"
#~ msgstr "Szkic"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "One like"
#~ msgid_plural "{0} likes"
#~ msgstr[0] "Jedno polubienie"
#~ msgstr[1] "{0} polubienia"
#~ msgstr[2] "{0} polubień"
#~ msgstr[3] "{0} polubień"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "One boost"
#~ msgid_plural "{0} boosts"
#~ msgstr[0] "Jedno podbicie"
#~ msgstr[1] "{0} podbicia"
#~ msgstr[2] "{0} podbić"
#~ msgstr[3] "{0} podbić"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "New Blog"
#~ msgstr "Nowy blog"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Create a blog"
#~ msgstr "Utwórz blog"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Title"
#~ msgstr "Tytuł"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Create blog"
#~ msgstr "Utwórz blog"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Edit \"{}\""
#~ msgstr "Edytuj \"{}\""
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Description"
#~ msgstr "Opis"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Markdown syntax is supported"
#~ msgstr "Składnia Markdown jest obsługiwana"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "You can upload images to your gallery, to use them as blog icons, or "
#~ "banners."
#~ msgstr ""
#~ "Możesz przesłać zdjęcia do swojej galerii, aby używać ich jako ikon, lub "
#~ "banery blogów."
2024-12-21 23:11:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Upload images"
#~ msgstr "Przesyłać zdjęcia"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Blog icon"
#~ msgstr "Ikona bloga"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Blog banner"
#~ msgstr "Banner bloga"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Custom theme"
#~ msgstr "Niestandardowy motyw"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Default theme"
#~ msgstr "Domyślny motyw"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Error while loading theme selector."
#~ msgstr "Błąd podczas ładowania selektora motywu."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Update blog"
#~ msgstr "Aktualizuj bloga"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Danger zone"
#~ msgstr "Niebezpieczna strefa"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Be very careful, any action taken here can't be reversed."
#~ msgstr ""
#~ "Bądź ostrożny(-a), działania podjęte tutaj nie mogą zostać cofnięte."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Are you sure that you want to permanently delete this blog?"
#~ msgstr "Czy na pewno chcesz nieodwracalnie usunąć ten blog?"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Permanently delete this blog"
#~ msgstr "Bezpowrotnie usuń ten blog"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "{}'s icon"
#~ msgstr "Ikona {}"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "There's one author on this blog: "
#~ msgid_plural "There are {0} authors on this blog: "
#~ msgstr[0] "Ten blog ma jednego autora: "
#~ msgstr[1] "Ten blog ma {0} autorów: "
#~ msgstr[2] "Ten blog ma {0} autorów: "
#~ msgstr[3] "Ten blog ma {0} autorów: "
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Latest articles"
#~ msgstr "Najnowsze artykuły"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "No posts to see here yet."
#~ msgstr "Brak wpisów do wyświetlenia."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Articles tagged \"{0}\""
#~ msgstr "Artykuły oznaczone „{0}”"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "There are currently no articles with such a tag"
#~ msgstr "Obecnie nie istnieją artykuły z tym tagiem"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Nothing to see here yet."
#~ msgstr "Niczego tu jeszcze nie ma."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Media upload"
#~ msgstr "Wysyłanie zawartości multimedialnej"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Useful for visually impaired people, as well as licensing information"
#~ msgstr ""
#~ "Przydatny dla osób z problemami ze wzrokiem oraz do umieszczenia "
#~ "informacji o licencji"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Content warning"
#~ msgstr "Ostrzeżenie o zawartości"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Leave it empty, if none is needed"
#~ msgstr "Pozostaw puste, jeżeli niepotrzebne"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "File"
#~ msgstr "Plik"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Send"
#~ msgstr "Wyślij"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Your media"
#~ msgstr "Twoja zawartość multimedialna"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Upload"
#~ msgstr "Wyślij"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "You don't have any media yet."
#~ msgstr "Nie masz żadnej zawartości multimedialnej."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Content warning: {0}"
#~ msgstr "Ostrzeżenie o zawartości: {0}"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Delete"
#~ msgstr "Usuń"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Details"
#~ msgstr "Bliższe szczegóły"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Media details"
#~ msgstr "Szczegóły zawartości multimedialnej"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Go back to the gallery"
#~ msgstr "Powróć do galerii"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Markdown syntax"
#~ msgstr "Kod Markdown"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Copy it into your articles, to insert this media:"
#~ msgstr ""
#~ "Skopiuj do swoich artykułów, aby wstawić tę zawartość multimedialną:"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Use as an avatar"
#~ msgstr "Użyj jako awataru"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "I'm from this instance"
#~ msgstr "Jestem z tej instancji"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Username, or email"
#~ msgstr "Nazwa użytkownika, lub adres e-mail"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Password"
#~ msgstr "Hasło"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Log in"
#~ msgstr "Zaloguj się"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "I'm from another instance"
#~ msgstr "Jestem z innej instancji"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Username"
#~ msgstr "Nazwa użytkownika"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Continue to your instance"
#~ msgstr "Przejdź na swoją instancję"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Advanced search"
#~ msgstr "Zaawansowane wyszukiwanie"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Article title matching these words"
#~ msgstr "Tytuł artykułu pasujący do tych słów"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Subtitle matching these words"
#~ msgstr "Podtytuł artykułu pasujący do tych słów"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Subtitle"
#~ msgstr "Podtytuł"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Content macthing these words"
#~ msgstr "Zawartość pasująca do tych słów"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Body content"
#~ msgstr "Zawartość wpisu"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "From this date"
#~ msgstr "Od tej daty"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "To this date"
#~ msgstr "Do tej daty"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Containing these tags"
#~ msgstr "Zawierający te tagi"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Tags"
#~ msgstr "Tagi"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Posted on one of these instances"
#~ msgstr "Opublikowany na jednej z tych instancji"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Instance domain"
#~ msgstr "Domena instancji"
2021-01-11 21:27:52 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Posted by one of these authors"
#~ msgstr "Opublikowany przez jednego z tych autorów"
2021-01-11 21:27:52 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Author(s)"
#~ msgstr "Autor(rzy)"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Posted on one of these blogs"
#~ msgstr "Opublikowany na jednym z tych blogów"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Blog title"
#~ msgstr "Tytuł bloga"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Written in this language"
#~ msgstr "Napisany w tym języku"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Language"
#~ msgstr "Język"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Published under this license"
#~ msgstr "Opublikowany na tej licencji"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Article license"
#~ msgstr "Licencja artykułu"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Search result(s) for \"{0}\""
#~ msgstr "Wyniki wyszukiwania dla \"{0}\""
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Search result(s)"
#~ msgstr "Wyniki wyszukiwania"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "No results for your query"
#~ msgstr "Nie znaleziono wyników dla twojego zapytania"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "No more results for your query"
#~ msgstr "Nie ma więcej wyników pasujących do tych kryteriów"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Invalid CSRF token"
#~ msgstr "Nieprawidłowy token CSRF"
2024-12-21 23:11:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Something is wrong with your CSRF token. Make sure cookies are enabled in "
#~ "you browser, and try reloading this page. If you continue to see this "
#~ "error message, please report it."
#~ msgstr ""
#~ "Coś poszło nie tak z tokenem CSRF. Upewnij się, że w przeglądarce są "
#~ "włączone pliki cookies i spróbuj odświeżyć stronę. Jeżeli wciąż widzisz "
#~ "tę wiadomość, zgłoś to."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "You are not authorized."
#~ msgstr "Nie jesteś zalogowany."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Page not found"
#~ msgstr "Nie odnaleziono strony"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "We couldn't find this page."
#~ msgstr "Nie udało się odnaleźć tej strony."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "The link that led you here may be broken."
#~ msgstr "Odnośnik który Cię tu zaprowadził może być uszkodzony."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "The content you sent can't be processed."
#~ msgstr "Nie udało się przetworzyć wysłanej zawartości."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Maybe it was too long."
#~ msgstr "Możliwe, że była za długa."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Internal server error"
#~ msgstr "Wewnętrzny błąd serwera"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Something broke on our side."
#~ msgstr "Coś poszło nie tak."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Sorry about that. If you think this is a bug, please report it."
#~ msgstr ""
#~ "Przepraszamy. Jeżeli uważasz że wystąpił błąd, prosimy o zgłoszenie go."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Check your inbox!"
#~ msgstr "Sprawdź do swoją skrzynki odbiorczej!"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "We sent a mail to the address you gave us, with a link to reset your "
#~ "password."
#~ msgstr ""
#~ "Wysłaliśmy maila na adres, który nam podałeś, z linkiem do zresetowania "
#~ "hasła."
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "This token has expired"
#~ msgstr "Ten token utracił własność"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Please start the process again by clicking <a href=\"/password-"
#~ "reset\">here</a>."
#~ msgstr ""
#~ "Rozpocznij ten proces ponownie klikając <a href=\"/password-"
#~ "reset\">tutaj</a>."
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Reset your password"
#~ msgstr "Zmień swoje hasło"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "New password"
#~ msgstr "Nowe hasło"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Confirmation"
#~ msgstr "Potwierdzenie"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Update password"
#~ msgstr "Zaktualizuj hasło"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Email"
#~ msgstr "Adres e-mail"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Send password reset link"
#~ msgstr "Wyślij e-mail resetujący hasło"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Interact with {}"
#~ msgstr "Interaguj z {}"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Log in to interact"
#~ msgstr "Zaloguj się, aby wejść w interakcję"
2020-12-18 21:59:58 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Enter your full username to interact"
#~ msgstr "Wprowadź swoją pełną nazwę użytkownika, aby wejść w interakcję"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Publish"
#~ msgstr "Opublikuj"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Classic editor (any changes will be lost)"
#~ msgstr "Klasyczny edytor (wszelkie zmiany zostaną utracone)"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Content"
#~ msgstr "Zawartość"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "You can upload media to your gallery, and then copy their Markdown code "
#~ "into your articles to insert them."
#~ msgstr ""
#~ "Możesz przesłać multimedia do swojej galerii, i następnie skopiuj ich kod "
#~ "Markdown do artykułów, aby je wstawić."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Upload media"
#~ msgstr "Przesłać media"
2024-12-22 10:33:58 +01:00
#~ msgid "Tags, separated by commas"
#~ msgstr "Tagi, oddzielone przecinkami"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "License"
#~ msgstr "Licencja"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Illustration"
#~ msgstr "Ilustracja"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "This is a draft, don't publish it yet."
#~ msgstr "To jest szkic, nie publikuj go jeszcze."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Update"
#~ msgstr "Aktualizuj"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Update, or publish"
#~ msgstr "Aktualizuj lub publikuj"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Publish your post"
#~ msgstr "Opublikuj wpis"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Written by {0}"
#~ msgstr "Napisany przez {0}"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "All rights reserved."
#~ msgstr "Wszelkie prawa zastrzeżone."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "This article is under the {0} license."
#~ msgstr "Ten artykuł został opublikowany na licencji {0}."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "I don't like this anymore"
#~ msgstr "Już tego nie lubię"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Add yours"
#~ msgstr "Dodaj swoje"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "I don't want to boost this anymore"
#~ msgstr "Nie chcę tego podbijać"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Boost"
#~ msgstr "Podbij"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
#~ "article"
#~ msgstr ""
#~ "{0}Zaloguj się{1} lub {2}użyj konta w Fediwersum{3}, aby wejść w "
#~ "interakcje z tym artykułem"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Unsubscribe"
#~ msgstr "Przestań subskrybować"
2024-12-22 10:33:58 +01:00
#~ msgid "Subscribe"
#~ msgstr "Subskrybuj"
2024-12-22 10:33:58 +01:00
#~ msgid "Comments"
#~ msgstr "Komentarze"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Your comment"
#~ msgstr "Twój komentarz"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Submit comment"
#~ msgstr "Wyślij komentarz"
2024-12-22 10:33:58 +01:00
#~ msgid "No comments yet. Be the first to react!"
#~ msgstr "Brak komentarzy. Bądź pierwszy(-a)!"
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "This article is still a draft. Only you and other authors can see it."
#~ msgstr "Ten artykuł jest szkicem. Tylko Ty i inni autorzy mogą go zobaczyć."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Only you and other authors can edit this article."
#~ msgstr "Tylko Ty i inni autorzy mogą edytować ten artykuł."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "If you are browsing this site as a visitor, no data about you is "
#~ "collected."
#~ msgstr ""
#~ "Jeśli przeglądasz tę witrynę jako odwiedzający, nie zbierasz żadnych "
#~ "danych o Tobie."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "As a registered user, you have to provide your username (which does not "
#~ "have to be your real name), your functional email address and a password, "
#~ "in order to be able to log in, write articles and comment. The content "
#~ "you submit is stored until you delete it."
#~ msgstr ""
#~ "Jako zarejestrowany użytkownik, musisz podać swoją nazwę użytkownika (nie "
#~ "musi to być Twoje imię i nazwisko), działający adres e-mail i hasło, aby "
#~ "móc zalogować się, pisać artykuły i komentować. Dodane treści są "
#~ "przechowywane do czasu, gdy je usuniesz."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "When you log in, we store two cookies, one to keep your session open, the "
#~ "second to prevent other people to act on your behalf. We don't store any "
#~ "other cookies."
#~ msgstr ""
#~ "Po zalogowaniu się, przechowujemy dwa ciasteczka jedno, aby utrzymać "
#~ "aktywną sesję i drugie, aby uniemożliwić innym podszywanie się pod "
#~ "Ciebie. Nie przechowujemy innych plików cookie."
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Administration of {0}"
#~ msgstr "Administracja {0}"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Unblock"
#~ msgstr "Odblokuj"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Block"
#~ msgstr "Zablikuj"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Welcome to {}"
#~ msgstr "Witamy na {}"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Runs Plume {0}"
#~ msgstr "Działa na Plume {0}"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "And are connected to <em>{0}</em> other instances"
#~ msgstr "Sa połączone z <em>{0}</em> innymi instancjami"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Administred by"
#~ msgstr "Administrowany przez"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Blocklisted Emails"
#~ msgstr "Zablokowane adresy e-mail"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Email address"
#~ msgstr "Adresy e-mail"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "The email address you wish to block. In order to block domains, you can "
#~ "use globbing syntax, for example '*@example.com' blocks all addresses "
#~ "from example.com"
#~ msgstr ""
#~ "Adres e-mail, który chcesz zablokować. Aby zablokować domeny, możesz użyć "
#~ "globbing syntax, na przykład '*@example.com' blokuje wszystkie adresy z "
#~ "example.com"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Note"
#~ msgstr "Notatka"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Notify the user?"
#~ msgstr "Powiadomić użytkownika?"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Optional, shows a message to the user when they attempt to create an "
#~ "account with that address"
#~ msgstr ""
#~ "Opcjonalnie, pokazuje wiadomość użytkownikowi gdy próbuje utworzyć konto "
#~ "o tym adresie"
2021-01-15 14:36:59 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Blocklisting notification"
#~ msgstr "Zablokuj powiadomienie"
2022-01-12 02:29:50 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "The message to be shown when the user attempts to create an account with "
#~ "this email address"
#~ msgstr ""
#~ "Wiadomość do wyświetlenia, gdy użytkownik próbuje utworzyć konto z tym "
#~ "adresem e-mail"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Add blocklisted address"
#~ msgstr "Dodaj zablokowany adres"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "There are no blocked emails on your instance"
#~ msgstr "Na Twojej instancji nie ma żadnych blokowanych adresów e-mail"
2024-01-06 17:48:05 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Delete selected emails"
#~ msgstr "Usuń wybrane adresy e-mail"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Email address:"
#~ msgstr "Adres e-mail:"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Blocklisted for:"
#~ msgstr "Zablokowane dla:"
#~ msgid "Will notify them on account creation with this message:"
#~ msgstr "Powiadomi o utworzeniu konta za pomocą tej wiadomości:"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Configuration"
#~ msgstr "Konfiguracja"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Instances"
#~ msgstr "Instancje"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Users"
#~ msgstr "Użytkownicy"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Email blocklist"
#~ msgstr "Lista blokowanych e-maili"
2024-12-18 15:59:13 +01:00
#, fuzzy
2024-12-22 10:33:58 +01:00
#~ msgid "Search users"
#~ msgstr "Szukaj"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Grant admin rights"
#~ msgstr "Przyznaj uprawnienia administratora"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Revoke admin rights"
#~ msgstr "Odbierz uprawnienia administratora"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Grant moderator rights"
#~ msgstr "Przyznaj uprawnienia moderatora"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Revoke moderator rights"
#~ msgstr "Odbierz uprawnienia moderatora"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Ban"
#~ msgstr "Zbanuj"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Run on selected users"
#~ msgstr "Wykonaj na zaznaczonych użytkownikach"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Admin"
#~ msgstr "Administrator"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Moderator"
#~ msgstr "Moderator"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Name"
#~ msgstr "Nazwa"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Allow anyone to register here"
#~ msgstr "Pozwól każdemu na rejestrację"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Short description"
#~ msgstr "Krótki opis"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Long description"
#~ msgstr "Szczegółowy opis"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Default article license"
#~ msgstr "Domyślna licencja artykułów"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Save these settings"
#~ msgstr "Zapisz te ustawienia"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "{0}'s subscribers"
#~ msgstr "Subskrybujący {0}"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Articles"
#~ msgstr "Artykuły"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Subscribers"
#~ msgstr "Subskrybenci"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Subscriptions"
#~ msgstr "Subskrypcje"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Create an account"
#~ msgstr "Utwórz nowe konto"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Password confirmation"
#~ msgstr "Potwierdzenie hasła"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "Apologies, but registrations are closed on this particular instance. You "
#~ "can, however, find a different one."
#~ msgstr ""
#~ "Przepraszamy, rejestracja jest zamknięta na tej instancji. Spróbuj "
#~ "znaleźć inną."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "{0}'s subscriptions"
#~ msgstr "Subskrypcje {0}"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Follow {}"
#~ msgstr "Obserwuj {}"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Log in to follow"
#~ msgstr "Zaloguj się, aby śledzić"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Enter your full username handle to follow"
#~ msgstr "Wpisz swoją pełny uchwyt nazwy użytkownika, aby móc śledzić"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Edit your account"
#~ msgstr "Edytuj swoje konto"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Your Profile"
#~ msgstr "Twój profil"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid ""
#~ "To change your avatar, upload it to your gallery and then select from "
#~ "there."
#~ msgstr ""
#~ "Aby zmienić swój awatar, prześlij go do Twojej galerii, a następnie "
#~ "wybierz go stamtąd."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Upload an avatar"
#~ msgstr "Wczytaj awatara"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Display name"
#~ msgstr "Nazwa wyświetlana"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Summary"
#~ msgstr "Opis"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Theme"
#~ msgstr "Motyw"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Never load blogs custom themes"
#~ msgstr "Nigdy nie ładuj niestandardowych motywów blogów"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Update account"
#~ msgstr "Aktualizuj konto"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Be very careful, any action taken here can't be cancelled."
#~ msgstr ""
#~ "Bądź ostrożny(-a), działania podjęte tutaj nie mogą zostać cofnięte."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Delete your account"
#~ msgstr "Usuń swoje konto"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Sorry, but as an admin, you can't leave your own instance."
#~ msgstr ""
#~ "Przepraszamy, jako administrator nie możesz opuścić swojej instancji."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Atom feed"
#~ msgstr "Kanał Atom"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Recently boosted"
#~ msgstr "Ostatnio podbite"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Your Dashboard"
#~ msgstr "Twój panel rozdzielczy"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Your Blogs"
#~ msgstr "Twoje blogi"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "You don't have any blog yet. Create your own, or ask to join one."
#~ msgstr ""
#~ "Nie posiadasz żadnego bloga. Utwórz własny, lub poproś o dołączanie do "
#~ "istniejącego."
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Start a new blog"
#~ msgstr "Utwórz nowy blog"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Your Drafts"
#~ msgstr "Twoje szkice"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Go to your gallery"
#~ msgstr "Przejdź do swojej galerii"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "It is you"
#~ msgstr "To Ty"
2024-12-18 15:59:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Edit your profile"
#~ msgstr "Edytuj swój profil"
2024-12-21 23:11:13 +01:00
2024-12-22 10:33:58 +01:00
#~ msgid "Open on {0}"
#~ msgstr "Otwórz w {0}"
2024-12-18 15:59:13 +01:00
#~ msgid "Home"
#~ msgstr "Strona główna"
2024-01-06 17:48:05 +01:00
#~ msgid "View all"
#~ msgstr "Zobacz wszystko"