From d42f53292fec2b24059ade341c31aa137de73ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= <me@m4sk.in> Date: Fri, 6 Jul 2018 19:12:19 +0000 Subject: [PATCH] Add Polish translation --- changes/changelog.d/polish.i18n | 1 + front/locales/pl/LC_MESSAGES/app.po | 2352 +++++++++++++++++++++++++++ front/src/locales.js | 4 + 3 files changed, 2357 insertions(+) create mode 100644 changes/changelog.d/polish.i18n create mode 100644 front/locales/pl/LC_MESSAGES/app.po diff --git a/changes/changelog.d/polish.i18n b/changes/changelog.d/polish.i18n new file mode 100644 index 00000000..8bc6a4dd --- /dev/null +++ b/changes/changelog.d/polish.i18n @@ -0,0 +1 @@ +Polish translation (!304) diff --git a/front/locales/pl/LC_MESSAGES/app.po b/front/locales/pl/LC_MESSAGES/app.po new file mode 100644 index 00000000..4bfbc78a --- /dev/null +++ b/front/locales/pl/LC_MESSAGES/app.po @@ -0,0 +1,2352 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the front package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: front 1.0.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-07-01 22:09+0200\n" +"PO-Revision-Date: 2018-07-06 16:44+0200\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Last-Translator: Marcin MikoÅ‚ajczak <me@m4sk.in>\n" +"Language-Team: \n" +"X-Generator: Poedit 2.0.8\n" + +#: front/src/components/playlists/PlaylistModal.vue:9 +msgid "\"%{ title }\", by %{ artist }" +msgstr "„%{ title }â€, od %{ artist }" + +#: front/src/components/Sidebar.vue:24 +msgid "(%{ index } of %{ length })" +msgstr "(%{ index } z %{ length })" + +#: front/src/components/Sidebar.vue:22 +msgid "(empty)" +msgstr "(pusta)" + +#: front/src/components/common/ActionTable.vue:43 +#: front/src/components/common/ActionTable.vue:51 +msgid "%{ count } on %{ total } selected" +msgid_plural "%{ count } on %{ total } selected" +msgstr[0] "%{ count } z %{ total } zaznaczonego" +msgstr[1] "%{ count } z %{ total } zaznaczonych" +msgstr[2] "%{ count } z %{ total } zaznaczonych" + +#: front/src/components/Sidebar.vue:115 +#: src/views/federation/LibraryDetail.vue:87 +msgid "%{ count } track" +msgid_plural "%{ count } tracks" +msgstr[0] "%{ count } utwór" +msgstr[1] "%{ count } utwory" +msgstr[2] "%{ count } utworów" + +#: front/src/components/library/Artist.vue:13 +msgid "%{ count } track in %{ albumsCount } albums" +msgid_plural "%{ count } tracks in %{ albumsCount } albums" +msgstr[0] "%{ count } utwór w %{ albumsCount } albumach" +msgstr[1] "%{ count } utwory w %{ albumsCount } albumach" +msgstr[2] "%{ count } utworow w %{ albumsCount } albumach" + +#: front/src/components/library/radios/Builder.vue:66 +msgid "%{ count } track matching combined filters" +msgid_plural "%{ count } tracks matching combined filters" +msgstr[0] "%{ count } utwór zgodny z wybranymi filtrami" +msgstr[1] "%{ count } utwory zgodne z wybranymi filtrami" +msgstr[2] "%{ count } utworów zgodnych z wybranymi filtrami" + +#: front/src/components/playlists/Card.vue:19 +msgid "%{ count} track" +msgid_plural "%{ count } tracks" +msgstr[0] "%{ count} utwór" +msgstr[1] "%{ count} utwory" +msgstr[2] "%{ count} utworów" + +#: front/src/components/activity/Like.vue:7 +msgid "%{ user } favorited a track" +msgstr "%{ user } dodaÅ‚ utwór do ulubionych" + +#: front/src/components/activity/Listen.vue:7 +msgid "%{ user } listened to a track" +msgstr "%{ user } sÅ‚uchaÅ‚ utworu" + +#: front/src/components/auth/Profile.vue:43 +msgid "%{ username }'s profile" +msgstr "Profil %{ username }" + +#: front/src/components/audio/artist/Card.vue:41 +msgid "1 album" +msgid_plural "%{ count } albums" +msgstr[0] "1 album" +msgstr[1] "%{ count } albumy" +msgstr[2] "%{ count } albumów" + +#: front/src/components/favorites/List.vue:10 +msgid "1 favorite" +msgid_plural "%{ count } favorites" +msgstr[0] "1 polubienie" +msgstr[1] "%{ count} polubienia" +msgstr[2] "%{ count} polubieÅ„" + +#: front/src/components/audio/album/Card.vue:54 +#: front/src/components/federation/LibraryCard.vue:25 +msgid "1 track" +msgid_plural "%{ count } tracks" +msgstr[0] "1 utwór" +msgstr[1] "%{ count } utwory" +msgstr[2] "%{ count } utworów" + +#: front/src/App.vue:51 +msgid "About Funkwhale" +msgstr "O Funkwhale" + +#: front/src/App.vue:32 src/components/About.vue:8 src/components/About.vue:55 +msgid "About this instance" +msgstr "O tej instancji" + +#: front/src/components/manage/library/RequestsTable.vue:28 +#: front/src/components/manage/library/RequestsTable.vue:62 +msgid "Accepted" +msgstr "Zaakceptowano" + +#: front/src/components/auth/SubsonicTokenForm.vue:111 +msgid "Access disabled" +msgstr "Brak dostÄ™pu" + +#: front/src/components/Home.vue:109 +msgid "Access your music from a clean interface that focus on what really matters" +msgstr "Uzyskaj dostÄ™p do swojej muzyki z przejrzystego interfejsu skupionego na tym, co naprawdÄ™ ważne" + +#: front/src/views/admin/users/UsersDetail.vue:54 +msgid "Account active" +msgstr "Konto aktywne" + +#: front/src/components/auth/Settings.vue:5 +msgid "Account settings" +msgstr "Ustawienia konta" + +#: front/src/components/auth/Settings.vue:180 +msgid "Account Settings" +msgstr "Ustawienia konta" + +#: front/src/components/manage/users/UsersTable.vue:39 +msgid "Account status" +msgstr "Stan konta" + +#: front/src/views/auth/PasswordReset.vue:14 +msgid "Account's email" +msgstr "Adres e-mail konta" + +#: front/src/components/common/ActionTable.vue:82 +msgid "Action %{ action } was launched successfully on %{ count } element" +msgid_plural "Action %{ action } was launched successfully on %{ count } elements" +msgstr[0] "DziaÅ‚anie %{ action } zostaÅ‚o rozpoczÄ™te pomyÅ›lnie na %{ count } elemencie" +msgstr[1] "DziaÅ‚anie %{ action } zostaÅ‚o rozpoczÄ™te pomyÅ›lnie na %{ count } elementach" +msgstr[2] "DziaÅ‚anie %{ action } zostaÅ‚o rozpoczÄ™te pomyÅ›lnie na %{ count } elementach" + +#: front/src/components/common/ActionTable.vue:8 +#: front/src/components/library/radios/Builder.vue:50 +#: front/src/components/manage/library/RequestsTable.vue:54 +#: front/src/components/federation/LibraryFollowTable.vue:25 +msgid "Actions" +msgstr "DziaÅ‚ania" + +#: front/src/components/Sidebar.vue:59 +msgid "Activity" +msgstr "Aktywność" + +#: front/src/views/federation/LibraryList.vue:8 +msgid "Add a new library" +msgstr "Dodaj nowÄ… bibliotekÄ™" + +#: front/src/components/library/radios/Builder.vue:36 +msgid "Add filter" +msgstr "Dodaj filtr" + +#: front/src/components/library/radios/Builder.vue:26 +msgid "Add filters to customize your radio" +msgstr "Dodaj filtry aby dostosować swoje radio" + +#: front/src/components/audio/PlayButton.vue:47 +msgid "Add to current queue" +msgstr "Dodaj do obecnej kolejki" + +#: front/src/components/favorites/TrackFavoriteIcon.vue:4 +#: front/src/components/favorites/TrackFavoriteIcon.vue:21 +msgid "Add to favorites" +msgstr "Dodaj do ulubionych" + +#: front/src/components/playlists/TrackPlaylistIcon.vue:6 +#: front/src/components/playlists/TrackPlaylistIcon.vue:32 +msgid "Add to playlist..." +msgstr "Dodaj do playlisty…" + +#: front/src/components/audio/PlayButton.vue:13 +msgid "Add to queue" +msgstr "Dodaj do kolejki" + +#: front/src/components/playlists/PlaylistModal.vue:115 +msgid "Add to this playlist" +msgstr "Dodaj do tej playlisty" + +#: front/src/components/playlists/PlaylistModal.vue:54 +msgid "Add track" +msgstr "Dodaj utwór" + +#: front/src/components/manage/users/UsersTable.vue:69 +msgid "Admin" +msgstr "Administrator" + +#: front/src/components/Sidebar.vue:63 +msgid "Administration" +msgstr "Administracja" + +#: front/src/components/audio/SearchBar.vue:26 +#: front/src/components/federation/LibraryTrackTable.vue:34 +#: front/src/components/library/Album.vue:91 +#: front/src/components/manage/library/FilesTable.vue:39 +#: front/src/components/metadata/Search.vue:134 +#: front/src/components/audio/track/Table.vue:9 +msgid "Album" +msgstr "Album" + +#: front/src/components/library/import/ReleaseImport.vue:3 +msgid "Album %{ title } (%{ count } track) by %{ artist }" +msgid_plural "Album %{ title } (%{ count } tracks) by %{ artist }" +msgstr[0] "Album %{ title } (%{ count } utwór) od %{ artist }" +msgstr[1] "Album %{ title } (%{ count } utwory) od %{ artist }" +msgstr[2] "Album %{ title } (%{ count } utworów) od %{ artist }" + +#: front/src/components/library/Album.vue:12 +msgid "Album containing %{ count } track, by %{ artist }" +msgid_plural "Album containing %{ count } tracks, by %{ artist }" +msgstr[0] "Album zawiera %{ count } utwór od %{ artist }" +msgstr[1] "Album zawiera %{ count } utwory od %{ artist }" +msgstr[2] "Album zawiera %{ count } utworów od %{ artist }" + +#: front/src/components/library/Track.vue:20 +msgid "Album page" +msgstr "Strona albumu" + +#: front/src/components/audio/Search.vue:19 +#: src/components/instance/Stats.vue:48 +#: front/src/components/manage/library/RequestsTable.vue:50 +#: front/src/components/requests/Form.vue:9 +msgid "Albums" +msgstr "Albumy" + +#: front/src/components/library/Artist.vue:44 +msgid "Albums by this artist" +msgstr "Albumy tego wykonawcy" + +#: front/src/components/manage/library/RequestsTable.vue:26 +#: front/src/components/manage/users/InvitationsTable.vue:19 +msgid "All" +msgstr "Wszystkie" + +#: front/src/components/playlists/Editor.vue:13 +msgid "An error occured while saving your changes" +msgstr "WystÄ…piÅ‚ bÅ‚Ä…d podczas zapisywania zmian" + +#: front/src/components/federation/LibraryTrackTable.vue:11 +#: front/src/components/library/import/BatchDetail.vue:68 +#: front/src/components/library/import/BatchList.vue:13 +#: front/src/components/library/import/BatchList.vue:22 +msgid "Any" +msgstr "Dowolne" + +#: front/src/components/library/import/BatchList.vue:24 +msgid "API" +msgstr "API" + +#: front/src/components/federation/LibraryFollowTable.vue:68 +#: front/src/components/federation/LibraryFollowTable.vue:78 +msgid "Approve" +msgstr "Zaakceptuj" + +#: front/src/components/federation/LibraryFollowTable.vue:70 +msgid "Approve access?" +msgstr "Pozwolić na dostÄ™p?" + +#: front/src/components/federation/LibraryFollowTable.vue:38 +msgid "Approved" +msgstr "Pozwolono" + +#: front/src/components/auth/Logout.vue:5 +msgid "Are you sure you want to log out?" +msgstr "Czy na pewno chcesz siÄ™ wylogować?" + +#: front/src/components/audio/SearchBar.vue:25 +#: front/src/components/federation/LibraryTrackTable.vue:33 +#: front/src/components/library/Artist.vue:108 +#: front/src/components/manage/library/FilesTable.vue:38 +#: front/src/components/manage/library/RequestsTable.vue:49 +#: front/src/components/metadata/Search.vue:130 +msgid "Artist" +msgstr "Wykonawca" + +#: front/src/components/requests/Form.vue:5 +msgid "Artist name" +msgstr "Nazwa wykonawcy" + +#: front/src/components/library/Album.vue:22 +#: src/components/library/Track.vue:23 +msgid "Artist page" +msgstr "Strona wykonawcy" + +#: front/src/components/audio/Search.vue:65 +msgid "Artist, album, track..." +msgstr "Wykonawca, album, utwór…" + +#: front/src/components/audio/Search.vue:10 +#: src/components/instance/Stats.vue:42 +#: front/src/components/library/Artists.vue:119 +#: src/components/library/Library.vue:7 +msgid "Artists" +msgstr "Wykonawcy" + +#: front/src/components/favorites/List.vue:33 +#: src/components/library/Artists.vue:25 +#: front/src/components/library/Radios.vue:28 +#: front/src/components/manage/library/FilesTable.vue:19 +#: front/src/components/manage/library/RequestsTable.vue:19 +#: front/src/components/manage/users/UsersTable.vue:19 +#: front/src/views/federation/LibraryList.vue:28 +#: src/views/playlists/List.vue:27 +msgid "Ascending" +msgstr "RosnÄ…co" + +#: front/src/views/auth/PasswordReset.vue:27 +msgid "Ask for a password reset" +msgstr "PoproÅ› o zresetowanie hasÅ‚a" + +#: front/src/views/federation/LibraryDetail.vue:56 +msgid "Auto importing" +msgstr "Automatyczne importowanie" + +#: front/src/components/playlists/PlaylistModal.vue:26 +msgid "Available playlists" +msgstr "DostÄ™pne playlisty" + +#: front/src/views/auth/EmailConfirm.vue:17 src/views/auth/PasswordReset.vue:24 +#: front/src/views/auth/PasswordResetConfirm.vue:18 +msgid "Back to login" +msgstr "Wróć do logowania" + +#: front/src/views/federation/LibraryFollowersList.vue:5 +msgid "Be careful when accepting follow requests, as it means the follower will have access to your entire library." +msgstr "Zachowaj ostrożność akceptujÄ…c proÅ›by o możliwość Å›ledzenia, ponieważ Å›ledzÄ…cy bÄ™dzie miaÅ‚ dostÄ™p do caÅ‚ej Twojej biblioteki." + +#: front/src/components/library/Track.vue:80 +#: front/src/components/manage/library/FilesTable.vue:42 +msgid "Bitrate" +msgstr "Bitrate" + +#: front/src/components/Sidebar.vue:18 src/components/library/Library.vue:4 +msgid "Browse" +msgstr "PrzeglÄ…daj" + +#: front/src/components/Sidebar.vue:49 +msgid "Browse library" +msgstr "PrzeglÄ…daj bibliotekÄ™" + +#: front/src/components/library/Artists.vue:4 +msgid "Browsing artists" +msgstr "PrzeglÄ…danie wykonawców" + +#: front/src/views/federation/LibraryTrackList.vue:3 +msgid "Browsing federated tracks" +msgstr "PrzeglÄ…danie sfederowanych utworów" + +#: front/src/views/federation/LibraryFollowersList.vue:3 +msgid "Browsing followers" +msgstr "PrzeglÄ…danie Å›ledzÄ…cych" + +#: front/src/views/federation/LibraryList.vue:3 +msgid "Browsing libraries" +msgstr "PrzeglÄ…danie bibliotek" + +#: front/src/views/playlists/List.vue:3 +msgid "Browsing playlists" +msgstr "PrzeglÄ…danie list odtwarzania" + +#: front/src/components/library/Radios.vue:4 +msgid "Browsing radios" +msgstr "PrzeglÄ…danie radiów" + +#: front/src/components/library/radios/Builder.vue:5 +msgid "Builder" +msgstr "Budowanie" + +#: front/src/components/audio/album/Card.vue:13 +msgid "By %{ artist }" +msgstr "Od %{ artist }" + +#: front/src/components/federation/LibraryFollowTable.vue:57 +msgid "By confirming, %{ username } will be denied access to your library." +msgstr "Po potwierdzeniu %{ username } nie bÄ™dzie miaÅ‚ dostÄ™pu do Twojej biblioteki." + +#: front/src/components/federation/LibraryFollowTable.vue:73 +msgid "By confirming, %{ username } will be granted access to your library." +msgstr "Po potwierdzeniu %{ username } uzyska dostÄ™p do Twojej biblioteki." + +#: front/src/components/audio/track/Table.vue:42 +#: front/src/components/common/DangerousButton.vue:17 +#: front/src/components/library/radios/Filter.vue:53 +#: front/src/components/playlists/PlaylistModal.vue:63 +msgid "Cancel" +msgstr "Anuluj" + +#: front/src/components/library/radios/Builder.vue:49 +msgid "Candidates" +msgstr "Kandydaci" + +#: front/src/components/auth/Settings.vue:43 +msgid "Cannot change your password" +msgstr "Nie udaÅ‚o siÄ™ zmienić Twojego hasÅ‚a" + +#: front/src/components/auth/Settings.vue:34 +msgid "Change my password" +msgstr "ZmieÅ„ moje hasÅ‚o" + +#: front/src/components/auth/Settings.vue:62 +msgid "Change password" +msgstr "ZmieÅ„ hasÅ‚o" + +#: front/src/views/auth/PasswordResetConfirm.vue:4 +#: front/src/views/auth/PasswordResetConfirm.vue:62 +msgid "Change your password" +msgstr "ZmieÅ„ swoje hasÅ‚o" + +#: front/src/components/auth/Settings.vue:63 +msgid "Change your password?" +msgstr "Zmienić Twoje hasÅ‚o?" + +#: front/src/components/playlists/Editor.vue:21 +msgid "Changes synced with server" +msgstr "Zsynchronizowano zmiany z serwerem" + +#: front/src/components/auth/Settings.vue:37 +msgid "Changing your password will also change your Subsonic API password if you have requested one." +msgstr "ZMiana Twojego hasÅ‚a zmieni też Twoje hasÅ‚o API Subsonic, jeżeli uzyskaÅ‚eÅ› je." + +#: front/src/components/auth/Settings.vue:65 +msgid "Changing your password will have the following consequences" +msgstr "Zmiana hasÅ‚a bÄ™dzie miaÅ‚a nastÄ™pujÄ…ce konsekwencje" + +#: front/src/App.vue:4 +msgid "Choose your instance" +msgstr "Wybierz instancjÄ™" + +#: front/src/components/Home.vue:64 +msgid "Clean library" +msgstr "Wyczyść bibliotekÄ™" + +#: front/src/components/manage/users/InvitationForm.vue:37 +msgid "Clear" +msgstr "Wyczyść" + +#: front/src/components/playlists/Editor.vue:40 +#: front/src/components/playlists/Editor.vue:45 +msgid "Clear playlist" +msgstr "Wyczyść listÄ™ odtwarzania" + +#: front/src/components/audio/Player.vue:256 +msgid "Clear your queue" +msgstr "Wyczyść swojÄ… kolejkÄ™" + +#: front/src/components/library/import/BatchList.vue:23 +msgid "CLI" +msgstr "CLI" + +#: front/src/components/Home.vue:44 +msgid "Click once, listen for hours using built-in radios" +msgstr "NaciÅ›nij raz, sÅ‚uchaj godzinami dziÄ™ki wbudowanemu radio" + +#: front/src/components/manage/library/RequestsTable.vue:30 +#: front/src/components/manage/library/RequestsTable.vue:64 +msgid "Closed" +msgstr "ZamkniÄ™te" + +#: front/src/components/manage/users/InvitationForm.vue:26 +#: front/src/components/manage/users/InvitationsTable.vue:42 +msgid "Code" +msgstr "Kod" + +#: front/src/components/audio/album/Card.vue:43 +#: front/src/components/audio/artist/Card.vue:33 +#: front/src/components/discussion/Comment.vue:20 +msgid "Collapse" +msgstr "ZwiÅ„" + +#: front/src/components/manage/library/RequestsTable.vue:51 +#: front/src/components/requests/Form.vue:14 +msgid "Comment" +msgstr "Komentarz" + +#: front/src/components/library/radios/Builder.vue:48 +msgid "Config" +msgstr "Konfiguracja" + +#: front/src/components/common/DangerousButton.vue:21 +msgid "Confirm" +msgstr "Potwierdź" + +#: front/src/views/auth/EmailConfirm.vue:4 src/views/auth/EmailConfirm.vue:20 +#: front/src/views/auth/EmailConfirm.vue:51 +msgid "Confirm your email" +msgstr "Potwierdź swój e-mail" + +#: front/src/views/auth/EmailConfirm.vue:13 +msgid "Confirmation code" +msgstr "Kod potwierdzajÄ…cy" + +#: front/src/components/playlists/Editor.vue:163 +msgid "Copy tracks from current queue to playlist" +msgstr "Skopiuj utwory z obecnej kolejki do listy odtwarzania" + +#: front/src/components/Home.vue:88 +msgid "Covers, lyrics, our goal is to have them all ;)" +msgstr "Covery, teksty, naszym celem jest mieć je wszystkie ;)" + +#: front/src/components/auth/Signup.vue:4 +msgid "Create a funkwhale account" +msgstr "Utwórz konto funkwhale" + +#: front/src/components/playlists/Form.vue:2 +msgid "Create a new playlist" +msgstr "Utwórz nowÄ… listÄ™ odtwarzania" + +#: front/src/components/auth/Login.vue:17 +msgid "Create an account" +msgstr "Utwórz konto" + +#: front/src/components/requests/Card.vue:25 +#: front/src/components/manage/library/RequestsTable.vue:89 +msgid "Create import" +msgstr "Utwórz importowanie" + +#: front/src/components/auth/Signup.vue:51 +msgid "Create my account" +msgstr "Utwórz konto" + +#: front/src/components/playlists/Form.vue:34 +msgid "Create playlist" +msgstr "Utwórz listÄ™ odtwarzania" + +#: front/src/components/library/Radios.vue:7 +msgid "Create your own radio" +msgstr "Utwórz wÅ‚asne radio" + +#: front/src/components/manage/library/RequestsTable.vue:52 +#: front/src/components/manage/users/InvitationsTable.vue:40 +#: front/src/components/federation/LibraryFollowTable.vue:23 +msgid "Creation date" +msgstr "Data utworzenia" + +#: front/src/components/playlists/PlaylistModal.vue:8 +msgid "Current track" +msgstr "Obecny utwór" + +#: front/src/components/manage/library/FilesTable.vue:189 +#: front/src/components/manage/library/RequestsTable.vue:195 +#: front/src/components/manage/users/InvitationsTable.vue:166 +#: front/src/views/playlists/Detail.vue:32 +msgid "Delete" +msgstr "UsuÅ„" + +#: front/src/views/playlists/Detail.vue:37 +msgid "Delete playlist" +msgstr "UsuÅ„ listÄ™ odtwarzania" + +#: front/src/views/radios/Detail.vue:28 +msgid "Delete radio" +msgstr "UsuÅ„ radio" + +#: front/src/components/federation/LibraryFollowTable.vue:52 +#: front/src/components/federation/LibraryFollowTable.vue:63 +msgid "Deny" +msgstr "Odmów" + +#: front/src/components/federation/LibraryFollowTable.vue:54 +msgid "Deny access?" +msgstr "Odmówić dostÄ™pu?" + +#: front/src/components/favorites/List.vue:34 +#: src/components/library/Artists.vue:26 +#: front/src/components/library/Radios.vue:31 +#: front/src/components/manage/library/FilesTable.vue:20 +#: front/src/components/manage/library/RequestsTable.vue:20 +#: front/src/components/manage/users/UsersTable.vue:20 +#: front/src/views/federation/LibraryList.vue:29 +#: src/views/playlists/List.vue:28 +msgid "Descending" +msgstr "MalejÄ…co" + +#: front/src/components/federation/LibraryCard.vue:50 +msgid "Detail" +msgstr "Szczegół" + +#: front/src/views/admin/users/UsersDetail.vue:146 +msgid "Determine if the user account is active or not. Inactive users cannot login or user the service." +msgstr "OkreÅ›la, czy konto użytkownika jest aktywne. Nieaktywni użytkownicy nie mogÄ… zalogować siÄ™ i korzystać z usÅ‚ugi." + +#: front/src/components/auth/Settings.vue:71 +#: front/src/components/auth/SubsonicTokenForm.vue:52 +msgid "Disable access" +msgstr "WyÅ‚Ä…cz dostÄ™p" + +#: front/src/components/auth/SubsonicTokenForm.vue:49 +msgid "Disable Subsonic access" +msgstr "WyÅ‚Ä…cz dostÄ™p Subsonic" + +#: front/src/components/auth/SubsonicTokenForm.vue:50 +msgid "Disable Subsonic API access?" +msgstr "WyÅ‚Ä…czyć dostÄ™p do API Subsonic?" + +#: front/src/components/auth/SubsonicTokenForm.vue:14 +msgid "Discover how to use Funkwhale from other apps" +msgstr "Odkryj, jak korzystać z Funkwhale z innych aplikacji" + +#: front/src/components/library/radios/Builder.vue:16 +msgid "Display publicly" +msgstr "WyÅ›wietlaj publicznie" + +#: front/src/components/playlists/Editor.vue:42 +msgid "Do you want to clear the playlist \"%{ playlist }\"?" +msgstr "Czy chcesz wyczyÅ›cić listÄ™ odtwarzania „%{ playlist }â€?" + +#: front/src/components/common/DangerousButton.vue:7 +msgid "Do you want to confirm this action?" +msgstr "Czy chcesz potwierdzić to dziaÅ‚anie?" + +#: front/src/views/playlists/Detail.vue:34 +msgid "Do you want to delete the playlist \"%{ playlist }\"?" +msgstr "Czy chcesz usunąć listÄ™ odtwarzania „%{ playlist }â€?" + +#: front/src/views/radios/Detail.vue:26 +msgid "Do you want to delete the radio \"{{ radio }}\"?" +msgstr "Czy chcesz usunąć radio „{{ radio }}â€?" + +#: front/src/components/common/ActionTable.vue:29 +msgid "Do you want to launch %{ action } on %{ count } element?" +msgid_plural "Do you want to launch %{ action } on %{ count } elements?" +msgstr[0] "Czy chcesz wykonać dziaÅ‚anie %{ action } na %{ count } elemencie?" +msgstr[1] "Czy chcesz wykonać dziaÅ‚anie %{ action } na %{ count } elementach?" +msgstr[2] "Czy chcesz wykonać dziaÅ‚anie %{ action } na %{ count } elementach?" + +#: front/src/components/Sidebar.vue:112 +msgid "Do you want to restore your previous queue?" +msgstr "Czy chcesz przywrócić poprzedniÄ… kolejkÄ™?" + +#: front/src/App.vue:35 +msgid "Documentation" +msgstr "Dokumentacja" + +#: front/src/components/library/Track.vue:48 +#: src/components/audio/track/Table.vue:24 +msgid "Download" +msgstr "Pobierz" + +#: front/src/components/playlists/Editor.vue:49 +msgid "Drag and drop rows to reorder tracks in the playlist" +msgstr "PrzeciÄ…gnij i upuść aby zmienić kolejność utworów w liÅ›cie odtwarzania" + +#: front/src/components/library/Track.vue:58 +#: front/src/components/manage/library/FilesTable.vue:43 +msgid "Duration" +msgstr "DÅ‚ugość" + +#: front/src/components/Home.vue:96 +msgid "Easy to use" +msgstr "Prosty w użyciu" + +#: front/src/components/About.vue:21 +msgid "Edit instance info" +msgstr "Edytuj informacje o instancji" + +#: front/src/components/radios/Card.vue:20 src/views/playlists/Detail.vue:29 +msgid "Edit..." +msgstr "Edytuj…" + +#: front/src/components/auth/Signup.vue:29 +#: front/src/components/manage/users/UsersTable.vue:38 +msgid "Email" +msgstr "E-mail" + +#: front/src/views/admin/users/UsersDetail.vue:29 +msgid "Email address" +msgstr "Adres e-mail" + +#: front/src/views/auth/EmailConfirm.vue:23 +msgid "Email confirmed" +msgstr "Potwierdzono e-mail" + +#: front/src/views/playlists/Detail.vue:28 +msgid "End edition" +msgstr "ZakoÅ„cz edytowanie" + +#: front/src/components/library/import/FileUpload.vue:4 +msgid "Ensure your music files are properly tagged before uploading them." +msgstr "Upewnij siÄ™, że pliki muzyczne sÄ… odpowiednio otagowane zanim je wyÅ›lesz." + +#: front/src/components/library/Radios.vue:124 +msgid "Enter a radio name..." +msgstr "Wprowadź nazwÄ™ radia…" + +#: front/src/components/library/Artists.vue:118 +msgid "Enter an artist name..." +msgstr "Wprowadź nazwÄ™ wykonawcy…" + +#: front/src/views/federation/LibraryList.vue:122 +msgid "Enter an library domain name..." +msgstr "Wprowadź nazwÄ™ domeny biblioteki…" + +#: front/src/views/playlists/List.vue:104 +msgid "Enter an playlist name..." +msgstr "Wprowadź nazwÄ™ listy odtwarzania…" + +#: front/src/components/auth/Signup.vue:97 +msgid "Enter your email" +msgstr "Wprowadź swój e-mail" + +#: front/src/components/auth/Signup.vue:95 +msgid "Enter your invitation code (case insensitive)" +msgstr "Wprowadź swój kod zapraszajÄ…cy (wielkość znaków nie ma znaczenia)" + +#: front/src/components/metadata/Search.vue:114 +msgid "Enter your search query..." +msgstr "Wprowadź swoje kryterium wyszukiwania…" + +#: front/src/components/auth/Signup.vue:96 +msgid "Enter your username" +msgstr "Wprowadź swojÄ… nazwÄ™ użytkownika" + +#: front/src/components/auth/Login.vue:77 +msgid "Enter your username or email" +msgstr "Wprowadź swojÄ… nazwÄ™ użytkownika lub e-mail" + +#: front/src/components/auth/SubsonicTokenForm.vue:20 +msgid "Error" +msgstr "BÅ‚Ä…d" + +#: front/src/views/admin/Settings.vue:87 +msgid "Error reporting" +msgstr "ZgÅ‚aszanie bÅ‚Ä™dów" + +#: front/src/components/common/ActionTable.vue:75 +msgid "Error while applying action" +msgstr "BÅ‚Ä…d podczas zastosowywania dziaÅ‚ania" + +#: front/src/views/auth/PasswordReset.vue:7 +msgid "Error while asking for a password reset" +msgstr "WystÄ…piÅ‚ bÅ‚Ä…d podczas proÅ›by o zresetowanie hasÅ‚a" + +#: front/src/views/auth/PasswordResetConfirm.vue:7 +msgid "Error while changing your password" +msgstr "WystÄ…piÅ‚ bÅ‚Ä…d podczas zmiany hasÅ‚a" + +#: front/src/views/auth/EmailConfirm.vue:7 +msgid "Error while confirming your email" +msgstr "WystÄ…piÅ‚ bÅ‚Ä…d podczas potwierdzania adresu e-mail" + +#: front/src/components/manage/users/InvitationForm.vue:4 +msgid "Error while creating invitation" +msgstr "WystÄ…piÅ‚ bÅ‚Ä…d podczas tworzenia zaproszenia" + +#: front/src/components/admin/SettingsGroup.vue:5 +msgid "Error while saving settings" +msgstr "WystÄ…piÅ‚ bÅ‚Ä…d podczas zapisywania ustawieÅ„" + +#: front/src/components/federation/LibraryForm.vue:10 +msgid "Error while scanning library" +msgstr "WystÄ…piÅ‚ bÅ‚Ä…d podczas przeszukiwania biblioteki" + +#: front/src/components/library/import/BatchDetail.vue:41 +#: front/src/components/library/import/BatchDetail.vue:70 +#: front/src/components/library/import/BatchList.vue:15 +msgid "Errored" +msgstr "ZakoÅ„czono bÅ‚Ä™dem" + +#: front/src/components/playlists/Form.vue:89 +msgid "Everyone" +msgstr "Wszyscy" + +#: front/src/components/playlists/Form.vue:85 +msgid "Everyone on this instance" +msgstr "Wszyscy na tej instancji" + +#: front/src/components/library/radios/Builder.vue:47 +msgid "Exclude" +msgstr "WyÅ‚Ä…cz" + +#: front/src/components/discussion/Comment.vue:14 +msgid "Expand" +msgstr "RozwiÅ„" + +#: front/src/components/manage/users/InvitationsTable.vue:41 +msgid "Expiration date" +msgstr "Data wygaÅ›niÄ™cia" + +#: front/src/components/manage/users/InvitationsTable.vue:50 +msgid "Expired" +msgstr "Wyczerpany" + +#: front/src/components/manage/users/InvitationsTable.vue:21 +msgid "Expired/used" +msgstr "Wyczerpany/zużyty" + +#: front/src/components/library/import/Main.vue:65 +msgid "External source. Supported backends" +msgstr "ZewnÄ™trzne źródÅ‚o. ObsÅ‚ugiwane back-endy" + +#: front/src/components/Sidebar.vue:50 +msgid "Favorites" +msgstr "Ulubione" + +#: front/src/components/federation/LibraryForm.vue:3 +msgid "Federate with a new instance" +msgstr "Federuj z nowÄ… instancjÄ…" + +#: front/src/views/federation/LibraryTrackList.vue:21 +msgid "Federated tracks" +msgstr "Sfederowane utwory" + +#: front/src/components/Sidebar.vue:86 +#: src/components/library/import/BatchList.vue:25 +#: front/src/components/manage/users/UsersTable.vue:180 +#: front/src/views/admin/Settings.vue:84 +#: src/views/admin/users/UsersDetail.vue:161 +#: front/src/views/federation/Base.vue:35 +#: src/views/federation/LibraryDetail.vue:40 +msgid "Federation" +msgstr "Federacja" + +#: front/src/views/federation/LibraryDetail.vue:3 +msgid "File mirroring" +msgstr "Powielanie plików" + +#: front/src/components/library/import/FileUpload.vue:43 +msgid "File name" +msgstr "Nazwa pliku" + +#: front/src/components/library/import/Main.vue:76 +msgid "File upload" +msgstr "WysyÅ‚anie pliku" + +#: front/src/views/admin/library/Base.vue:5 +#: src/views/admin/library/FilesList.vue:21 +msgid "Files" +msgstr "Pliki" + +#: front/src/components/library/import/ArtistImport.vue:7 +msgid "Filter album types" +msgstr "Filtruj rodzaje albumów" + +#: front/src/components/library/radios/Builder.vue:46 +msgid "Filter name" +msgstr "Filtruj nazwÄ™" + +#: front/src/components/library/import/BatchDetail.vue:54 +msgid "Finished" +msgstr "UkoÅ„czono" + +#: front/src/components/library/import/Main.vue:59 +msgid "First, choose where you want to import the music from" +msgstr "Najpierw wybierz, skÄ…d chcesz zaimportować muzykÄ™" + +#: front/src/components/federation/LibraryCard.vue:44 +msgid "Follow" +msgstr "Åšledź" + +#: front/src/components/federation/LibraryCard.vue:36 +msgid "Follow request pending approval" +msgstr "ProÅ›ba o możliwość Å›ledzenia oczekuje na zatwierdzenie" + +#: front/src/views/federation/LibraryDetail.vue:21 +msgid "Follow status" +msgstr "Stan Å›ledzenia" + +#: front/src/views/federation/Base.vue:13 +#: front/src/views/federation/LibraryFollowersList.vue:24 +msgid "Followers" +msgstr "ÅšledzÄ…cy" + +#: front/src/components/federation/LibraryCard.vue:18 +msgid "Followers only" +msgstr "Tylko dla Å›ledzÄ…cych" + +#: front/src/components/federation/LibraryCard.vue:15 +#: front/src/views/federation/LibraryDetail.vue:29 +msgid "Following" +msgstr "Åšledzisz" + +#: front/src/components/activity/Like.vue:12 +#: src/components/activity/Listen.vue:12 +msgid "from %{ album } by %{ artist }" +msgstr "z %{ album } od %{ artist }" + +#: front/src/components/library/Track.vue:13 +msgid "From album %{ album } by %{ artist }" +msgstr "Z albumu %{ album } od %{ artist }" + +#: front/src/App.vue:53 +msgid "Funkwhale is a free and open-source project run by volunteers. You can help us improve the platform by reporting bugs, suggesting features and share the project with your friends!" +msgstr "Funkwhale jest wolnym i otwartoźródÅ‚owym projektem rozwijanym przez wolontariuszy. Możesz pomóc nam ulepszać platformÄ™ zgÅ‚aszajÄ…c bÅ‚Ä™dy, propozycje funkcji i polecajÄ…c projekt znajomym!" + +#: front/src/components/auth/SubsonicTokenForm.vue:7 +msgid "Funkwhale is compatible with other music players that support the Subsonic API." +msgstr "Funkwhale jest kompatybilny z innymi odtwarzaczami muzycznymi obsÅ‚ugujÄ…cymi API Subsonic." + +#: front/src/components/Home.vue:98 +msgid "Funkwhale is dead simple to use." +msgstr "Funkwhale jest niezwykle prosty w użyciu." + +#: front/src/components/Home.vue:39 +msgid "Funkwhale is designed to make it easy to listen to music you like, or to discover new artists." +msgstr "Funkwhale zostaÅ‚ zaprojektowany, aby uczynić sÅ‚uchanie muzyki którÄ… lubisz i poznawanie nowych wykonawców prostym." + +#: front/src/components/Home.vue:119 +msgid "Funkwhale is free and gives you control on your music." +msgstr "Funkwhale jest wolny i oddaje Ci kontrolÄ™ nad TwojÄ… muzykÄ…." + +#: front/src/components/Home.vue:66 +msgid "Funkwhale takes care of handling your music" +msgstr "Funkwhale dba o TwojÄ… bibliotekÄ™ muzycznÄ…" + +#: front/src/components/manage/users/InvitationForm.vue:16 +msgid "Get a new invitation" +msgstr "Uzyskaj nowe zaproszenie" + +#: front/src/components/Home.vue:13 +msgid "Get me to the library" +msgstr "Pokaż mi bibliotekÄ™" + +#: front/src/components/Home.vue:77 +msgid "" +"Get quality metadata about your music thanks to\n" +" <a href=\"https://musicbrainz.org\" target=\"_blank\">\n" +" MusicBrainz\n" +" </a>" +msgstr "" +"Uzyskaj dobrej jakoÅ›ci metadane o Twojej muzyce dziÄ™ki\n" +" <a href=\"https://musicbrainz.org\" target=\"_blank\">\n" +" MusicBrainz\n" +" </a>" + +#: front/src/components/common/ActionTable.vue:21 +#: front/src/components/common/ActionTable.vue:27 +msgid "Go" +msgstr "Przejdź" + +#: front/src/components/PageNotFound.vue:14 +msgid "Go to home page" +msgstr "Przejdź na stronÄ™ głównÄ…" + +#: front/src/components/library/import/Main.vue:13 +msgid "Grab corresponding metadata" +msgstr "Uzyskaj odpowiednie metadane" + +#: front/src/components/library/Home.vue:66 +msgid "Home" +msgstr "Strona główna" + +#: front/src/components/instance/Stats.vue:36 +msgid "Hours of music" +msgstr "Godziny muzyki" + +#: front/src/components/auth/SubsonicTokenForm.vue:11 +msgid "However, accessing Funkwhale from those clients require a separate password you can set below." +msgstr "Korzystanie z Funkwhale z tych klientów wymaga jednak oddzielnego hasÅ‚a, które możesz ustawić poniżej." + +#: front/src/components/library/import/BatchList.vue:34 +msgid "ID" +msgstr "ID" + +#: front/src/views/auth/PasswordResetConfirm.vue:24 +msgid "If the email address provided in the previous step is valid and binded to a user account, you should receive an email with reset instructions in the next couple of minutes." +msgstr "Jeżeli adres e-mail podany w poprzednim kroku jest prawidÅ‚owy i przypisany do konta użytkownika, powinieneÅ› dostać wiadomość z instrukcjami resetowania hasÅ‚a w przeciÄ…gu kilku minut." + +#: front/src/components/federation/LibraryTrackTable.vue:164 +#: front/src/components/library/Library.vue:17 +msgid "Import" +msgstr "Importuj" + +#: front/src/components/federation/LibraryTrackTable.vue:42 +msgid "Import #%{ id } launched" +msgstr "RozpoczÄ™to importowanie #%{ id }" + +#: front/src/components/library/import/Main.vue:38 +msgid "Import %{ count } track" +msgid_plural "Import %{ count } tracks" +msgstr[0] "Importuj %{ count } utwór" +msgstr[1] "Importuj %{ count } utwory" +msgstr[2] "Importuj %{ count } utwów" + +#: front/src/components/library/import/BatchDetail.vue:10 +msgid "Import batch" +msgstr "Importowanie wsadowe" + +#: front/src/components/library/import/BatchDetail.vue:185 +msgid "Import Batch #%{ id }" +msgstr "Importowanie wsadowe #%{ id }" + +#: front/src/components/library/Library.vue:20 +msgid "Import batches" +msgstr "Importuj wsadowo" + +#: front/src/components/library/import/BatchList.vue:117 +msgid "Import Batches" +msgstr "Importowania wsadowe" + +#: front/src/components/manage/library/FilesTable.vue:40 +#: front/src/components/manage/library/RequestsTable.vue:53 +msgid "Import date" +msgstr "Data zaimportowania" + +#: front/src/components/library/import/FileUpload.vue:38 +msgid "Import detail page" +msgstr "Strona szczegółów importowania" + +#: front/src/components/Sidebar.vue:80 +msgid "Import music" +msgstr "Importuj muzykÄ™" + +#: front/src/components/library/import/Main.vue:267 +msgid "Import Music" +msgstr "Importuj muzykÄ™" + +#: front/src/components/Home.vue:71 +msgid "Import music from various platforms, such as YouTube or SoundCloud" +msgstr "Importuj muzykÄ™ z różnych platform, takich jak YouTube i SoundCloud" + +#: front/src/components/federation/LibraryTrackTable.vue:14 +#: front/src/components/federation/LibraryTrackTable.vue:51 +msgid "Import pending" +msgstr "OczekujÄ…ce importowanie" + +#: front/src/views/admin/library/Base.vue:9 +#: front/src/views/admin/library/RequestsList.vue:3 +#: front/src/views/admin/library/RequestsList.vue:21 +msgid "Import requests" +msgstr "ProÅ›by o zaimportowanie" + +#: front/src/components/library/import/BatchList.vue:20 +#: front/src/components/library/import/Main.vue:6 +msgid "Import source" +msgstr "ŹródÅ‚o importu" + +#: front/src/components/federation/LibraryTrackTable.vue:9 +msgid "Import status" +msgstr "Stan importu" + +#: front/src/components/library/import/ReleaseImport.vue:14 +msgid "Import this release" +msgstr "Importuj to wydanie" + +#: front/src/components/library/import/TrackImport.vue:11 +msgid "Import this track" +msgstr "Importuj ten utwór" + +#: front/src/components/federation/LibraryTrackTable.vue:12 +#: front/src/components/manage/library/RequestsTable.vue:29 +#: front/src/components/manage/library/RequestsTable.vue:61 +msgid "Imported" +msgstr "Zaimportowano" + +#: front/src/components/library/import/TrackImport.vue:44 +msgid "Imported URL" +msgstr "Zaimportowany URL" + +#: front/src/views/admin/Settings.vue:82 +msgid "Imports" +msgstr "Importy" + +#: front/src/components/favorites/TrackFavoriteIcon.vue:3 +msgid "In favorites" +msgstr "W ulubionych" + +#: front/src/components/federation/LibraryTrackTable.vue:50 +msgid "In library" +msgstr "W bibliotece" + +#: front/src/components/library/import/Main.vue:96 +msgid "Input a MusicBrainz ID manually:" +msgstr "Wprowadź ID MusicBrainz rÄ™cznie:" + +#: front/src/views/auth/PasswordReset.vue:53 +msgid "Input the email address binded to your account" +msgstr "Wprowadź adres e-mail przypisany do Twojego konta" + +#: front/src/components/playlists/Editor.vue:31 +msgid "Insert from queue (%{ count } track)" +msgid_plural "Insert from queue (%{ count } tracks)" +msgstr[0] "Dodaj z kolejki (%{ count } utwór)" +msgstr[1] "Dodaj z kolejki (%{ count } utwory)" +msgstr[2] "Dodaj z kolejki (%{ count } utworów)" + +#: front/src/views/admin/Settings.vue:80 +msgid "Instance information" +msgstr "Informacje o instancji" + +#: front/src/views/admin/Settings.vue:75 +msgid "Instance settings" +msgstr "Ustawienia instancji" + +#: front/src/views/instance/Timeline.vue:57 +msgid "Instance Timeline" +msgstr "OÅ› czasu instancji" + +#: front/src/components/auth/Signup.vue:42 +#: front/src/components/manage/users/InvitationForm.vue:11 +msgid "Invitation code" +msgstr "Kod zapraszajÄ…cy" + +#: front/src/components/auth/Signup.vue:43 +msgid "Invitation code (optional)" +msgstr "Kod zapraszajÄ…cy (nieobowiÄ…zkowy)" + +#: front/src/views/admin/users/Base.vue:8 +#: src/views/admin/users/InvitationsList.vue:3 +#: front/src/views/admin/users/InvitationsList.vue:24 +msgid "Invitations" +msgstr "Zaproszenia" + +#: front/src/App.vue:40 +msgid "Issue tracker" +msgstr "Åšledzenie bÅ‚Ä™dów" + +#: front/src/components/library/import/BatchDetail.vue:80 +msgid "Job ID" +msgstr "ID zadania" + +#: front/src/components/library/import/BatchList.vue:36 +msgid "Jobs" +msgstr "Zadania" + +#: front/src/components/Home.vue:50 +msgid "Keep a track of your favorite songs" +msgstr "Zachowaj kontrolÄ™ nad ulubionymi utworami" + +#: front/src/components/manage/users/UsersTable.vue:41 +#: front/src/views/admin/users/UsersDetail.vue:45 +msgid "Last activity" +msgstr "Ostatnia aktywność" + +#: front/src/views/federation/LibraryDetail.vue:101 +msgid "Last fetched" +msgstr "Ostatnio dodane" + +#: front/src/components/playlists/PlaylistModal.vue:32 +msgid "Last modification" +msgstr "Ostatnia modyfikacja" + +#: front/src/components/library/Home.vue:9 +msgid "Latest artists" +msgstr "Najnowsi wykonawcy" + +#: front/src/components/common/ActionTable.vue:39 +msgid "Launch" +msgstr "Uruchom" + +#: front/src/components/library/import/BatchDetail.vue:18 +#: front/src/components/library/import/BatchList.vue:35 +msgid "Launch date" +msgstr "Data uruchomienia" + +#: front/src/components/federation/LibraryForm.vue:31 +msgid "Launch scan" +msgstr "Uruchom skanowanie" + +#: front/src/components/Home.vue:10 +msgid "Learn more about this instance" +msgstr "Dowiedz siÄ™ wiÄ™cej o tej instancji" + +#: front/src/components/manage/users/InvitationForm.vue:58 +msgid "Leave empty for a random code" +msgstr "Pozostaw puste, aby wygenerować kod" + +#: front/src/components/requests/Form.vue:10 +msgid "Leave this field empty if you're requesting the whole discography." +msgstr "Pozostaw to pole puste, jeżeli chcesz caÅ‚Ä… dyskografiÄ™." + +#: front/src/views/federation/Base.vue:5 +#: src/views/federation/LibraryList.vue:123 +msgid "Libraries" +msgstr "Biblioteki" + +#: front/src/components/Sidebar.vue:69 +#: front/src/components/federation/LibraryTrackTable.vue:36 +#: front/src/components/instance/Stats.vue:30 +#: front/src/components/manage/users/UsersTable.vue:176 +#: front/src/views/admin/users/UsersDetail.vue:157 +#: front/src/views/federation/LibraryDetail.vue:194 +msgid "Library" +msgstr "Biblioteka" + +#: front/src/views/admin/library/FilesList.vue:3 +msgid "Library files" +msgstr "Pliki z biblioteki" + +#: front/src/components/federation/LibraryForm.vue:20 +msgid "Library name" +msgstr "Nazwa biblioteki" + +#: front/src/views/federation/LibraryDetail.vue:84 +msgid "Library size" +msgstr "Rozmiar biblioteki" + +#: front/src/components/federation/LibraryForm.vue:96 +msgid "library@demo.funkwhale.audio" +msgstr "library@demo.funkwhale.audio" + +#: front/src/App.vue:29 +msgid "Links" +msgstr "OdnoÅ›niki" + +#: front/src/views/instance/Timeline.vue:4 +msgid "Loading timeline..." +msgstr "Åadowanie osi czasu…" + +#: front/src/components/favorites/List.vue:5 +msgid "Loading your favorites..." +msgstr "Åadowanie Twoich ulubionych…" + +#: front/src/components/auth/Login.vue:78 +msgid "Log In" +msgstr "Zaloguj siÄ™" + +#: front/src/components/auth/Login.vue:4 +msgid "Log in to your Funkwhale account" +msgstr "Zaloguj siÄ™ na swoje konto Funkwhale" + +#: front/src/components/auth/Logout.vue:20 +msgid "Log Out" +msgstr "Wyloguj siÄ™" + +#: front/src/components/Sidebar.vue:38 +msgid "Logged in as %{ username }" +msgstr "Zalogowano jako %{ username }" + +#: front/src/components/Sidebar.vue:43 src/components/auth/Login.vue:42 +msgid "Login" +msgstr "Logowanie" + +#: front/src/components/Sidebar.vue:42 +msgid "Logout" +msgstr "Wyloguj siÄ™" + +#: front/src/components/audio/Player.vue:252 +msgid "Looping disabled. Click to switch to single-track looping." +msgstr "ZapÄ™tlanie jest wyÅ‚Ä…czone. NaciÅ›nij, aby przeÅ‚Ä…czyć na powtarzanie jednego utworu." + +#: front/src/components/audio/Player.vue:253 +msgid "Looping on a single track. Click to switch to whole queue looping." +msgstr "ZapÄ™tlanie jednego utworu jest wÅ‚Ä…czone. NaciÅ›nij, aby przeÅ‚Ä…czyć na powtarzanie caÅ‚ej kolejki." + +#: front/src/components/audio/Player.vue:254 +msgid "Looping on whole queue. Click to disable looping." +msgstr "ZapÄ™tlanie caÅ‚ej kolejki jest wÅ‚Ä…czone. NaciÅ›nij, aby wyÅ‚Ä…czyć zapÄ™tlanie." + +#: front/src/components/library/Track.vue:94 +msgid "Lyrics" +msgstr "Tekst" + +#: front/src/views/admin/library/Base.vue:25 +msgid "Manage library" +msgstr "ZarzÄ…dzaj bibliotekÄ…" + +#: front/src/components/playlists/PlaylistModal.vue:3 +msgid "Manage playlists" +msgstr "ZarzÄ…dzaj listami odtwarzania" + +#: front/src/views/admin/users/Base.vue:20 +msgid "Manage users" +msgstr "ZarzÄ…dzaj użytkownikami" + +#: front/src/views/playlists/List.vue:8 +msgid "Manage your playlists" +msgstr "ZarzÄ…dzaj swoimi listami odtwarzania" + +#: front/src/components/manage/library/RequestsTable.vue:197 +msgid "Mark as closed" +msgstr "Oznacz jako zamkniÄ™tÄ…" + +#: front/src/components/manage/library/RequestsTable.vue:196 +msgid "Mark as imported" +msgstr "Oznacz jako zaimportowanÄ…" + +#: front/src/components/library/import/Main.vue:12 +msgid "Metadata" +msgstr "Metadane" + +#: front/src/components/library/import/Main.vue:115 +msgid "" +"Metadata is the data related to the music you want to import. This includes all the information about the artists, albums and tracks. In order to have a high quality library, it is recommended to grab data from the\n" +" <a href=\"https://musicbrainz.org\" target=\"_blank\">\n" +" MusicBrainz\n" +" </a>\n" +" project, which you can think about as the Wikipedia of music." +msgstr "" +"Metadane to dane zwiÄ…zane z muzykÄ…, którÄ… chcesz zaimportować. ZaliczajÄ… siÄ™ do nicj wszystkie dane o wykonawcy, albumach i utworach. Aby uzyskać dopracowanÄ… bibliotekÄ™, polecamy uzyskać dane z projektu\n" +" <a href=\"https://musicbrainz.org\" target=\"_blank\">\n" +" MusicBrainz\n" +" </a>,\n" +" który jest czymÅ› w stylu Wikipedii dla muzyki." + +#: front/src/components/Sidebar.vue:47 +#: src/components/library/import/Main.vue:18 +msgid "Music" +msgstr "Muzyka" + +#: front/src/components/library/import/Main.vue:147 +msgid "Music request" +msgstr "ProÅ›ba o muzykÄ™" + +#: front/src/components/library/Home.vue:26 +msgid "Music requests" +msgstr "ProÅ›by o muzykÄ™" + +#: front/src/components/audio/Player.vue:251 +msgid "Mute" +msgstr "Wycisz" + +#: front/src/components/Sidebar.vue:34 +msgid "My account" +msgstr "Moje konto" + +#: front/src/components/playlists/Form.vue:74 +msgid "My awesome playlist" +msgstr "Moja wspaniaÅ‚a playlista" + +#: front/src/components/library/radios/Builder.vue:206 +msgid "My awesome radio" +msgstr "Moje wspaniaÅ‚e radio" + +#: front/src/components/library/Track.vue:64 +#: src/components/library/Track.vue:75 +#: front/src/components/library/Track.vue:86 +#: front/src/components/manage/library/FilesTable.vue:63 +#: front/src/components/manage/library/FilesTable.vue:69 +#: front/src/components/manage/library/FilesTable.vue:75 +#: front/src/components/manage/library/FilesTable.vue:81 +#: front/src/components/manage/users/UsersTable.vue:61 +#: front/src/views/admin/users/UsersDetail.vue:49 +#: front/src/components/manage/library/RequestsTable.vue:72 +#: front/src/components/manage/library/RequestsTable.vue:83 +msgid "N/A" +msgstr "N/A" + +#: front/src/components/playlists/PlaylistModal.vue:31 +#: front/src/views/admin/users/UsersDetail.vue:21 +msgid "Name" +msgstr "Nazwa" + +#: front/src/views/auth/PasswordResetConfirm.vue:14 +#: front/src/components/auth/Settings.vue:56 +msgid "New password" +msgstr "Nowe hasÅ‚o" + +#: front/src/components/Sidebar.vue:157 +msgid "New tracks will be appended here automatically." +msgstr "Nowe utwory automatycznie pojawiÄ… siÄ™ tutaj." + +#: front/src/components/library/import/Main.vue:29 +msgid "Next step" +msgstr "NastÄ™pny krok" + +#: front/src/components/audio/Player.vue:249 +msgid "Next track" +msgstr "NastÄ™pny utwór" + +#: front/src/components/Sidebar.vue:124 +msgid "No" +msgstr "Nie" + +#: front/src/components/Home.vue:103 +msgid "No add-ons, no plugins : you only need a web library" +msgstr "Brak wtyczek, brak dodatków: potrzebujesz tylko biblioteki sieciowej" + +#: front/src/components/library/Track.vue:102 +msgid "No lyrics available for this track." +msgstr "Tekst nie jest dostÄ™pny dla tego utworu." + +#: front/src/components/playlists/Form.vue:81 +msgid "Nobody except me" +msgstr "Nikt poza mnÄ…" + +#: front/src/views/federation/LibraryDetail.vue:32 +msgid "Not following" +msgstr "Nie Å›ledzisz" + +#: front/src/components/federation/LibraryTrackTable.vue:13 +#: front/src/components/federation/LibraryTrackTable.vue:52 +msgid "Not imported" +msgstr "Nie zaimportowano" + +#: front/src/components/manage/users/InvitationsTable.vue:51 +msgid "Not used" +msgstr "Nie użyty" + +#: front/src/App.vue:34 +msgid "Official website" +msgstr "Oficjalna strona" + +#: front/src/components/library/import/FileUpload.vue:36 +msgid "Once all your files are uploaded, simply click the following button to check the import status." +msgstr "Kiedy wszystkie pliki z zostanÄ… wysÅ‚ane, naciÅ›nij nastÄ™pujÄ…cy przycisk, aby sprawdzić stan importowania." + +#: front/src/components/federation/LibraryCard.vue:21 +#: front/src/components/manage/users/InvitationsTable.vue:20 +msgid "Open" +msgstr "Otwórz" + +#: front/src/App.vue:60 +msgid "Options" +msgstr "Opcje" + +#: front/src/components/library/import/Main.vue:93 +msgid "Or" +msgstr "Lub" + +#: front/src/components/favorites/List.vue:23 +#: src/components/library/Artists.vue:15 +#: front/src/components/library/Radios.vue:17 +#: front/src/components/manage/library/FilesTable.vue:9 +#: front/src/components/manage/library/RequestsTable.vue:9 +#: front/src/components/manage/users/InvitationsTable.vue:9 +#: front/src/components/manage/users/UsersTable.vue:9 +#: front/src/views/federation/LibraryList.vue:18 +#: src/views/playlists/List.vue:17 +msgid "Ordering" +msgstr "PorzÄ…dkowanie" + +#: front/src/components/favorites/List.vue:31 +#: src/components/library/Artists.vue:23 +#: front/src/components/library/Radios.vue:25 +#: front/src/components/manage/library/FilesTable.vue:17 +#: front/src/components/manage/library/RequestsTable.vue:17 +#: front/src/components/manage/users/UsersTable.vue:17 +#: front/src/views/federation/LibraryList.vue:26 +#: src/views/playlists/List.vue:25 +msgid "Ordering direction" +msgstr "Kolejność porzÄ…dkowania" + +#: front/src/components/manage/users/InvitationsTable.vue:38 +msgid "Owner" +msgstr "WÅ‚aÅ›ciciel" + +#: front/src/components/PageNotFound.vue:33 +msgid "Page Not Found" +msgstr "Nie odnaleziono strony" + +#: front/src/components/PageNotFound.vue:7 +msgid "Page not found!" +msgstr "Nie odnaleziono strony!" + +#: front/src/components/auth/Login.vue:32 src/components/auth/Signup.vue:38 +msgid "Password" +msgstr "Haslo" + +#: front/src/components/auth/SubsonicTokenForm.vue:95 +msgid "Password updated" +msgstr "Zmieniono hasÅ‚o" + +#: front/src/views/auth/PasswordResetConfirm.vue:28 +msgid "Password updated successfully" +msgstr "PomyÅ›lnie zmieniono hasÅ‚o" + +#: front/src/components/audio/Player.vue:248 +msgid "Pause track" +msgstr "Wstrzymaj utwór" + +#: front/src/components/federation/LibraryFollowTable.vue:46 +#: front/src/components/library/import/BatchDetail.vue:33 +#: front/src/components/library/import/BatchDetail.vue:69 +#: front/src/components/library/import/BatchList.vue:14 +#: front/src/components/library/import/FileUpload.vue:59 +#: front/src/components/manage/library/RequestsTable.vue:27 +#: front/src/components/manage/library/RequestsTable.vue:63 +msgid "Pending" +msgstr "OczekujÄ…ce" + +#: front/src/components/federation/LibraryFollowTable.vue:11 +#: front/src/views/federation/LibraryDetail.vue:26 +msgid "Pending approval" +msgstr "Oczekiwanie na przyjÄ™cie" + +#: front/src/components/Sidebar.vue:216 +msgid "Pending follow requests" +msgstr "OczekujÄ…ce proÅ›by o możliwość Å›ledzenia" + +#: front/src/components/Sidebar.vue:215 src/views/admin/library/Base.vue:26 +msgid "Pending import requests" +msgstr "OczekujÄ…ce proÅ›by o zaimportowanie" + +#: front/src/components/requests/Form.vue:26 src/views/federation/Base.vue:36 +msgid "Pending requests" +msgstr "OczekujÄ…ce proÅ›by" + +#: front/src/components/manage/users/UsersTable.vue:42 +#: front/src/views/admin/users/UsersDetail.vue:68 +msgid "Permissions" +msgstr "Uprawnienia" + +#: front/src/components/audio/PlayButton.vue:8 +#: src/components/library/Track.vue:30 +msgid "Play" +msgstr "Odtwórz" + +#: front/src/components/audio/album/Card.vue:50 +#: front/src/components/audio/artist/Card.vue:44 +#: src/components/library/Album.vue:28 +#: front/src/components/playlists/Card.vue:26 src/views/playlists/Detail.vue:22 +msgid "Play all" +msgstr "Odtwórz wszystkie" + +#: front/src/components/library/Artist.vue:26 +msgid "Play all albums" +msgstr "Odtwórz wszystkie albumy" + +#: front/src/components/audio/PlayButton.vue:52 +msgid "Play immediatly" +msgstr "Odtwórz natychmiastowo" + +#: front/src/components/audio/PlayButton.vue:14 +msgid "Play next" +msgstr "Odtwórz nastÄ™pny" + +#: front/src/components/audio/PlayButton.vue:15 +msgid "Play now" +msgstr "Odtwórz teraz" + +#: front/src/components/audio/Player.vue:247 +msgid "Play track" +msgstr "Odtwórz utwór" + +#: front/src/views/playlists/Detail.vue:89 +msgid "Playlist" +msgstr "Lista odtwarzania" + +#: front/src/views/playlists/Detail.vue:11 +msgid "Playlist containing %{ count } track, by %{ username }" +msgid_plural "Playlist containing %{ count } tracks, by %{ username }" +msgstr[0] "Lista odtwarzania zawierajÄ…ca %{ count } utwór od %{ username }" +msgstr[1] "Lista odtwarzania zawierajÄ…ca %{ count } utwory od %{ username }" +msgstr[2] "Lista odtwarzania zawierajÄ…ca %{ count } utworów od %{ username }" + +#: front/src/components/playlists/Form.vue:9 +msgid "Playlist created" +msgstr "Utworzono listÄ™ odtwarzania" + +#: front/src/components/playlists/Editor.vue:4 +msgid "Playlist editor" +msgstr "Edytor list odtwarzania" + +#: front/src/components/playlists/Form.vue:21 +msgid "Playlist name" +msgstr "Nazwa listy odtwarzania" + +#: front/src/components/playlists/Form.vue:6 +msgid "Playlist updated" +msgstr "Zaktualizowano listÄ™ odtwarzania" + +#: front/src/components/playlists/Form.vue:25 +msgid "Playlist visibility" +msgstr "Widoczność listy odtwarzania" + +#: front/src/components/Sidebar.vue:55 src/components/library/Library.vue:13 +#: front/src/views/admin/Settings.vue:83 src/views/playlists/List.vue:103 +msgid "Playlists" +msgstr "Listy odtwarzania" + +#: front/src/components/Home.vue:56 +msgid "Playlists? We got them" +msgstr "Listy odtwarzania? Mamy je" + +#: front/src/components/auth/Settings.vue:46 +msgid "Please double-check your password is correct" +msgstr "Sprawdź dwukrotnie, czy Twoje hasÅ‚o jest poprawne" + +#: front/src/components/library/import/Main.vue:26 +msgid "Previous step" +msgstr "Poprzedni krok" + +#: front/src/components/audio/Player.vue:246 +msgid "Previous track" +msgstr "Poprzedni utwór" + +#: front/src/views/auth/EmailConfirm.vue:26 +#: front/src/views/auth/PasswordResetConfirm.vue:31 +msgid "Proceed to login" +msgstr "Przejdź, aby zalogować siÄ™" + +#: front/src/components/federation/LibraryTrackTable.vue:35 +msgid "Published date" +msgstr "Data opublikowania" + +#: front/src/components/library/import/ArtistImport.vue:17 +msgid "Query template" +msgstr "Szablon zapytania" + +#: front/src/components/Sidebar.vue:20 +msgid "Queue" +msgstr "Kolejka" + +#: front/src/components/audio/Player.vue:189 +msgid "Queue shuffled!" +msgstr "Wymieszano kolejkÄ™!" + +#: front/src/views/radios/Detail.vue:80 +msgid "Radio" +msgstr "Radio" + +#: front/src/components/library/radios/Builder.vue:205 +msgid "Radio Builder" +msgstr "Tworzenie radia" + +#: front/src/components/library/radios/Builder.vue:11 +msgid "Radio name" +msgstr "Nazwa radia" + +#: front/src/components/library/Home.vue:18 +#: src/components/library/Library.vue:10 +#: front/src/components/library/Radios.vue:125 +msgid "Radios" +msgstr "Radia" + +#: front/src/views/instance/Timeline.vue:7 +msgid "Recent activity on this instance" +msgstr "Ostatnia aktywność na tej instancji" + +#: front/src/components/library/import/BatchDetail.vue:81 +msgid "Recording MusicBrainz ID" +msgstr "ID MusicBrainz nagrania" + +#: front/src/views/admin/users/UsersDetail.vue:84 +#: front/src/views/federation/LibraryDetail.vue:122 +msgid "Refresh" +msgstr "OdÅ›wież" + +#: front/src/components/federation/LibraryFollowTable.vue:42 +msgid "Refused" +msgstr "Odmówiono" + +#: front/src/components/auth/Profile.vue:11 +msgid "Registered since %{ date }" +msgstr "Zarejestrowany od %{ date }" + +#: front/src/components/auth/Signup.vue:9 +msgid "Registration are closed on this instance, you will need an invitation code to signup." +msgstr "Rejestracja na tej instancji jest wyÅ‚Ä…czona, potrzebujesz kodu zapraszajÄ…cego aby zarejestrować siÄ™." + +#: front/src/components/manage/users/UsersTable.vue:71 +msgid "regular user" +msgstr "zwykÅ‚y użytkownik" + +#: front/src/components/library/radios/Filter.vue:59 +msgid "Remove" +msgstr "UsuÅ„" + +#: front/src/components/favorites/TrackFavoriteIcon.vue:19 +msgid "Remove from favorites" +msgstr "UsuÅ„ z ulubionych" + +#: front/src/components/auth/SubsonicTokenForm.vue:34 +#: front/src/components/auth/SubsonicTokenForm.vue:37 +msgid "Request a new password" +msgstr "PoproÅ› o nowe hasÅ‚o" + +#: front/src/components/auth/SubsonicTokenForm.vue:35 +msgid "Request a new Subsonic API password?" +msgstr "Poprosić o nowe hasÅ‚o API Subsonic?" + +#: front/src/components/auth/SubsonicTokenForm.vue:43 +msgid "Request a password" +msgstr "PoproÅ› o nowe hasÅ‚o" + +#: front/src/components/requests/Form.vue:20 +msgid "Request submitted!" +msgstr "WysÅ‚ano proÅ›bÄ™!" + +#: front/src/components/library/import/BatchDetail.vue:49 +msgid "Rerun errored jobs" +msgstr "Uruchom ponownie zadania zakoÅ„czone bÅ‚Ä™dem" + +#: front/src/components/library/import/BatchDetail.vue:187 +msgid "Rerun job" +msgstr "Uruchom ponownie zadanie" + +#: front/src/components/auth/Login.vue:34 src/views/auth/PasswordReset.vue:4 +#: front/src/views/auth/PasswordReset.vue:52 +msgid "Reset your password" +msgstr "Ustaw nowe hasÅ‚o" + +#: front/src/components/library/import/TrackImport.vue:31 +msgid "Result %{ current }/%{ total }" +msgstr "Wynik %{ current }/%{ total }" + +#: front/src/components/favorites/List.vue:38 +#: src/components/library/Artists.vue:30 +#: front/src/components/library/Radios.vue:36 +#: src/views/federation/LibraryList.vue:33 +#: front/src/views/playlists/List.vue:32 +msgid "Results per page" +msgstr "Wyniki na stronÄ™" + +#: front/src/components/admin/SettingsGroup.vue:63 +#: front/src/components/library/radios/Builder.vue:19 +msgid "Save" +msgstr "Zapisz" + +#: front/src/views/federation/LibraryDetail.vue:112 +msgid "Scan triggered!" +msgstr "WywoÅ‚ano skanowanie!" + +#: front/src/components/federation/LibraryTrackTable.vue:5 +#: front/src/components/library/Artists.vue:10 +#: src/components/library/Radios.vue:13 +#: front/src/components/library/import/BatchDetail.vue:62 +#: front/src/components/library/import/BatchList.vue:7 +#: front/src/components/manage/library/FilesTable.vue:5 +#: front/src/components/manage/library/RequestsTable.vue:5 +#: front/src/components/manage/users/InvitationsTable.vue:5 +#: front/src/components/manage/users/UsersTable.vue:5 +#: front/src/views/federation/LibraryList.vue:14 +#: src/views/playlists/List.vue:13 +msgid "Search" +msgstr "Szukaj" + +#: front/src/components/library/import/Main.vue:85 +msgid "Search an entity you want to import:" +msgstr "Szukaj zawartoÅ›ci którÄ… chcesz zaimportować:" + +#: front/src/components/manage/library/RequestsTable.vue:180 +msgid "Search by artist, username, comment..." +msgstr "Szukaj wedÅ‚ug wykonawcy, nazwy użytkownika, komentarzu…" + +#: front/src/components/library/import/BatchDetail.vue:188 +msgid "Search by source..." +msgstr "Szukaj wedÅ‚ug źródÅ‚a…" + +#: front/src/components/library/import/BatchList.vue:116 +msgid "Search by submitter, source..." +msgstr "Szukaj wedÅ‚ug wysyÅ‚ajÄ…cego, źródÅ‚a…" + +#: front/src/components/federation/LibraryTrackTable.vue:150 +#: front/src/components/manage/library/FilesTable.vue:175 +msgid "Search by title, artist, domain..." +msgstr "Szukaj wedÅ‚ug tytuÅ‚u, wykonawcy, domeny…" + +#: front/src/components/federation/LibraryFollowTable.vue:140 +msgid "Search by username, domain..." +msgstr "Szukaj wedÅ‚ug nazwy użytkownika, domeny…" + +#: front/src/components/manage/users/InvitationsTable.vue:152 +msgid "Search by username, email, code..." +msgstr "Szukaj wedÅ‚ug nazwy użytkownika, adresu e-mail, kodu…" + +#: front/src/components/manage/users/UsersTable.vue:162 +msgid "Search by username, email, name..." +msgstr "Szukaj wedÅ‚ug nazwy użytkownika, adresu e-mail, nazwy…" + +#: front/src/components/audio/SearchBar.vue:20 +msgid "Search for artists, albums, tracks..." +msgstr "Szukaj wykonawców, albumów, utworów…" + +#: front/src/components/audio/Search.vue:2 +msgid "Search for some music" +msgstr "Wyszukaj trochÄ™ muzyki" + +#: front/src/components/library/Track.vue:105 +msgid "Search on lyrics.wikia.com" +msgstr "Szukaj na lyrics.wikia.com" + +#: front/src/components/library/Album.vue:33 +#: src/components/library/Artist.vue:31 +#: front/src/components/library/Track.vue:40 +msgid "Search on Wikipedia" +msgstr "Szukaj na Wikipedii" + +#: front/src/components/library/import/TrackImport.vue:42 +msgid "Search query" +msgstr "Kryterium wyszukiwania" + +#: front/src/views/admin/Settings.vue:15 +msgid "Sections" +msgstr "Sekcje" + +#: front/src/components/library/radios/Builder.vue:31 +msgid "Select a filter" +msgstr "Zaznacz filtr" + +#: front/src/components/common/ActionTable.vue:61 +msgid "Select all %{ total } elements" +msgid_plural "Select all %{ total } elements" +msgstr[0] "Zaznacz %{ total } element" +msgstr[1] "Zaznacz wszystkie %{ total } elementy" +msgstr[2] "Zaznacz wszystkie %{ total } elementów" + +#: front/src/components/library/import/FileUpload.vue:22 +msgid "Select files to upload..." +msgstr "Wybierz pliki do wysÅ‚ania…" + +#: front/src/components/common/ActionTable.vue:69 +msgid "Select only current page" +msgstr "Zaznacz tylko obecnÄ… stronÄ™" + +#: front/src/components/library/import/Main.vue:19 +msgid "Select relevant sources or files for import" +msgstr "Wybierz odpowiednie źródÅ‚a i pliki do zaimportowania" + +#: front/src/components/federation/LibraryCard.vue:43 +msgid "Send a follow request" +msgstr "WyÅ›lij proÅ›bÄ™ o możliwość Å›ledzenia" + +#: front/src/components/Sidebar.vue:96 +#: src/components/manage/users/UsersTable.vue:184 +#: front/src/views/admin/users/UsersDetail.vue:165 +msgid "Settings" +msgstr "Ustawienia" + +#: front/src/components/auth/Settings.vue:10 +msgid "Settings updated" +msgstr "Zaktualizowano ustawienia" + +#: front/src/components/admin/SettingsGroup.vue:11 +msgid "Settings updated successfully." +msgstr "PomyÅ›lnie zaktualizowano ustawienia." + +#: front/src/components/auth/Profile.vue:23 +msgid "Settings..." +msgstr "Ustawienia…" + +#: front/src/components/manage/users/InvitationForm.vue:27 +msgid "Share link" +msgstr "UdostÄ™pnij odnoÅ›nik" + +#: front/src/components/audio/artist/Card.vue:30 +msgid "Show 1 more album" +msgid_plural "Show %{ count } more albums" +msgstr[0] "Pokaż 1 kolejny album" +msgstr[1] "Pokaż %{ count } kolejne albumy" +msgstr[2] "Pokaż %{ count } kolejnych albumów" + +#: front/src/components/audio/album/Card.vue:40 +msgid "Show 1 more track" +msgid_plural "Show %{ count } more tracks" +msgstr[0] "Pokaż 1 kolejny utwór" +msgstr[1] "Pokaż %{ count } kolejne utwory" +msgstr[2] "Pokaż %{ count } kolejnych utworów" + +#: front/src/components/forms/PasswordInput.vue:25 +msgid "Show/hide password" +msgstr "Pokaż/ukryj hasÅ‚o" + +#: front/src/components/federation/LibraryFollowTable.vue:97 +#: front/src/components/federation/LibraryTrackTable.vue:83 +#: front/src/components/library/import/BatchDetail.vue:128 +#: front/src/components/library/import/BatchList.vue:73 +#: front/src/components/manage/library/FilesTable.vue:97 +#: front/src/components/manage/library/RequestsTable.vue:104 +#: front/src/components/manage/users/InvitationsTable.vue:76 +#: front/src/components/manage/users/UsersTable.vue:87 +msgid "Showing results %{ start }-%{ end } on %{ total }" +msgstr "WyÅ›wietlanie wyników %{ start }-%{ end } z %{ total }" + +#: front/src/components/audio/Player.vue:255 +msgid "Shuffle your queue" +msgstr "Wymieszaj kolejkÄ™" + +#: front/src/components/auth/Signup.vue:94 +msgid "Sign Up" +msgstr "Rejestracja" + +#: front/src/components/manage/users/UsersTable.vue:40 +#: front/src/views/admin/users/UsersDetail.vue:37 +msgid "Sign-up" +msgstr "Rejestracja" + +#: front/src/components/library/Track.vue:69 +#: front/src/components/library/import/FileUpload.vue:44 +#: front/src/components/manage/library/FilesTable.vue:44 +msgid "Size" +msgstr "Rozmiar" + +#: front/src/components/library/import/BatchDetail.vue:37 +#: front/src/components/library/import/BatchDetail.vue:72 +msgid "Skipped" +msgstr "PominiÄ™to" + +#: front/src/components/requests/Form.vue:3 +msgid "Something's missing in the library? Let us know what you would like to listen!" +msgstr "Brakuje czegoÅ› w bibliotece? Powiedz nam, czego chcesz posÅ‚uchać!" + +#: front/src/components/audio/Search.vue:25 +msgid "Sorry, we did not found any album matching your query" +msgstr "Przepraszamy, nie znaleziono albumu speÅ‚niajÄ…cego Twoje kryteria" + +#: front/src/components/audio/Search.vue:16 +msgid "Sorry, we did not found any artist matching your query" +msgstr "Przepraszamy, nie znaleziono wykonawcy speÅ‚niajÄ…cego Twoje kryteria" + +#: front/src/components/library/import/BatchDetail.vue:82 +#: front/src/components/library/import/BatchList.vue:38 +#: front/src/components/library/import/TrackImport.vue:17 +msgid "Source" +msgstr "ŹródÅ‚o" + +#: front/src/App.vue:38 +msgid "Source code" +msgstr "Kod źródÅ‚owy" + +#: front/src/App.vue:37 +msgid "Source code (%{version})" +msgstr "Kod źródÅ‚owy (%{version})" + +#: front/src/components/auth/Profile.vue:19 +#: front/src/components/manage/users/UsersTable.vue:70 +msgid "Staff member" +msgstr "CzÅ‚onek administracji" + +#: front/src/components/radios/Button.vue:4 +msgid "Start" +msgstr "Rozpocznij" + +#: front/src/components/library/import/FileUpload.vue:28 +msgid "Start Upload" +msgstr "Rozpocznij wysyÅ‚anie" + +#: front/src/views/admin/Settings.vue:86 +msgid "Statistics" +msgstr "Statystyki" + +#: front/src/components/federation/LibraryTrackTable.vue:31 +#: front/src/components/library/import/BatchDetail.vue:66 +#: front/src/components/library/import/BatchDetail.vue:83 +#: front/src/components/library/import/BatchList.vue:11 +#: front/src/components/library/import/BatchList.vue:37 +#: front/src/components/library/import/FileUpload.vue:45 +#: front/src/components/manage/library/RequestsTable.vue:24 +#: front/src/components/manage/library/RequestsTable.vue:48 +#: front/src/components/manage/users/InvitationsTable.vue:17 +#: front/src/components/manage/users/InvitationsTable.vue:39 +#: front/src/components/manage/users/UsersTable.vue:43 +msgid "Status" +msgstr "Stan" + +#: front/src/components/radios/Button.vue:3 +msgid "Stop" +msgstr "Zatrzymaj" + +#: front/src/components/Sidebar.vue:158 +msgid "Stop radio" +msgstr "Zatrzymaj radio" + +#: front/src/components/library/import/FileUpload.vue:32 +msgid "Stop Upload" +msgstr "Zatrzymaj wysyÅ‚anie" + +#: front/src/App.vue:9 src/components/requests/Form.vue:17 +msgid "Submit" +msgstr "WyÅ›lij" + +#: front/src/components/requests/Form.vue:22 +msgid "Submit another request" +msgstr "WyÅ›lij kolejnÄ… proÅ›bÄ™" + +#: front/src/components/library/import/BatchDetail.vue:26 +#: front/src/components/library/import/BatchList.vue:39 +msgid "Submitted by" +msgstr "WysÅ‚ano przez" + +#: front/src/views/admin/Settings.vue:85 +msgid "Subsonic" +msgstr "Subsonic" + +#: front/src/components/auth/SubsonicTokenForm.vue:2 +msgid "Subsonic API password" +msgstr "HasÅ‚o API Subsonic" + +#: front/src/components/library/import/BatchDetail.vue:71 +#: front/src/components/library/import/BatchList.vue:16 +#: front/src/components/library/import/FileUpload.vue:56 +msgid "Success" +msgstr "Powodzenie" + +#: front/src/components/playlists/Editor.vue:9 +msgid "Syncing changes to server..." +msgstr "Synchronizowanie zmian z serwerem…" + +#: front/src/components/Home.vue:26 +msgid "That's simple: we loved Grooveshark and we want to build something even better." +msgstr "To proste: kochamy Grooveshark i chcemy utworzyć coÅ› jeszcze lepszego." + +#: front/src/components/requests/Form.vue:73 +msgid "The Beatles, Mickael Jackson…" +msgstr "The Beatles, Klocuch…" + +#: front/src/App.vue:56 +msgid "The funkwhale logo was kindly designed and provided by Francis Gading." +msgstr "Logo Funkwhale zostaÅ‚o zaprojektowane i dostarczone przez Francisa Gadinga." + +#: front/src/components/Home.vue:124 +msgid "The plaform is free and open-source, you can install it and modify it without worries" +msgstr "Platforma jest wolna i otwartoźródÅ‚owa, każdy może bez zmartwieÅ„ zainstalować i modyfikować jÄ…" + +#: front/src/components/auth/SubsonicTokenForm.vue:4 +msgid "The Subsonic API is not available on this Funkwhale instance." +msgstr "API Subsonic nie jest dostÄ™pne na tej instancji Funkwhale." + +#: front/src/components/requests/Form.vue:74 +msgid "The White Album, Thriller…" +msgstr "The White Album, Aezakmi…" + +#: front/src/components/library/import/Main.vue:149 +msgid "This import will be associated with the music request below. After the import is finished, the request will be marked as fulfilled." +msgstr "To importowanie zostanie przypisane do poniższego żądania. Gdy importowanie zakoÅ„czy siÄ™, żądanie zostanie oznaczone jako wypeÅ‚nione." + +#: front/src/views/federation/LibraryDetail.vue:195 +msgid "This indicate if the remote library granted you access" +msgstr "Wskazuje to, czy masz dostÄ™p do zdalnej biblioteki" + +#: front/src/components/auth/Profile.vue:15 +msgid "This is you!" +msgstr "To Ty!" + +#: front/src/components/common/ActionTable.vue:37 +msgid "This may affect a lot of elements, please double check this is really what you want." +msgstr "Może to wpÅ‚ywać na wiele rzeczy, sprawdź dwukrotnie czy to na pewno to, czego chcesz." + +#: front/src/components/audio/PlayButton.vue:55 +msgid "This track is not imported and cannot be played" +msgstr "Ten utwór nie zostaÅ‚ zaimportowany i nie może zostać odtworzony" + +#: front/src/views/playlists/Detail.vue:36 +msgid "This will completely delete this playlist and cannot be undone." +msgstr "To caÅ‚kowicie usunie listÄ™ odtwarzania i nie może zostać cofniÄ™te." + +#: front/src/views/radios/Detail.vue:27 +msgid "This will completely delete this radio and cannot be undone." +msgstr "To bezpowrotnie usunie radio." + +#: front/src/components/auth/SubsonicTokenForm.vue:51 +msgid "This will completely disable access to the Subsonic API using from account." +msgstr "To caÅ‚kowicie wyÅ‚Ä…czy dostÄ™p do API Subsonic z tego konta." + +#: front/src/App.vue:130 +msgid "This will erase your local data and disconnect you, do you want to continue?" +msgstr "To wyczyÅ›ci Twoje lokalne dane i rozÅ‚Ä…czy CiÄ™, czy chcesz kontynuować?" + +#: front/src/components/auth/SubsonicTokenForm.vue:36 +msgid "This will log you out from existing devices that use the current password." +msgstr "To wyloguje CiÄ™ z urzÄ…dzeÅ„ na których jesteÅ› obecnie zalogowany." + +#: front/src/components/playlists/Editor.vue:44 +msgid "This will remove all tracks from this playlist and cannot be undone." +msgstr "To bezpowrotnie usunie wszystkie utwory z tej listy odtwarzania." + +#: front/src/components/federation/LibraryTrackTable.vue:32 +#: front/src/components/manage/library/FilesTable.vue:37 +#: front/src/components/audio/track/Table.vue:7 +msgid "Title" +msgstr "TytuÅ‚" + +#: front/src/components/audio/SearchBar.vue:27 +#: src/components/library/Track.vue:174 +#: front/src/components/library/import/BatchDetail.vue:84 +#: front/src/components/metadata/Search.vue:138 +msgid "Track" +msgstr "Utwór" + +#: front/src/components/library/Track.vue:53 +msgid "Track information" +msgstr "Informacje o utworze" + +#: front/src/components/library/radios/Filter.vue:44 +msgid "Track matching filter" +msgstr "Utwór zgodny z filtrem" + +#: front/src/components/instance/Stats.vue:54 +msgid "tracks" +msgstr "utwory" + +#: front/src/components/library/Album.vue:43 +#: front/src/components/playlists/PlaylistModal.vue:33 +#: front/src/views/federation/Base.vue:8 src/views/playlists/Detail.vue:49 +#: front/src/views/radios/Detail.vue:34 +msgid "Tracks" +msgstr "Utwory" + +#: front/src/views/federation/LibraryDetail.vue:125 +msgid "Tracks available in this library" +msgstr "Utwory dostÄ™pne w bibliotece" + +#: front/src/components/instance/Stats.vue:25 +msgid "Tracks favorited" +msgstr "Ulubione utwory" + +#: front/src/components/instance/Stats.vue:19 +msgid "tracks listened" +msgstr "wysÅ‚uchane utwory" + +#: front/src/views/federation/LibraryDetail.vue:109 +msgid "Trigger scan" +msgstr "WywoÅ‚aj skanowanie" + +#: front/src/components/manage/library/FilesTable.vue:41 +msgid "Type" +msgstr "Rodzaj" + +#: front/src/components/About.vue:15 +msgid "Unfortunately, owners of this instance did not yet take the time to complete this page." +msgstr "Niestety, wÅ‚aÅ›ciciele tej instancji nie znaleźli czasu na wypeÅ‚nienie tej strony." + +#: front/src/views/federation/LibraryDetail.vue:95 +msgid "Unkwnown" +msgstr "Nieznany" + +#: front/src/components/Home.vue:37 +msgid "Unlimited music" +msgstr "Nieograniczona muzyka" + +#: front/src/components/audio/Player.vue:250 +msgid "Unmute" +msgstr "Cofnij wyciszenie" + +#: front/src/components/playlists/Form.vue:33 +msgid "Update playlist" +msgstr "Aktualizuj listÄ™ odtwarzania" + +#: front/src/components/auth/Settings.vue:27 +msgid "Update settings" +msgstr "Aktualizuj ustawienia" + +#: front/src/views/auth/PasswordResetConfirm.vue:21 +msgid "Update your password" +msgstr "Aktualizuj swoje hasÅ‚o" + +#: front/src/components/manage/users/UsersTable.vue:172 +#: front/src/views/admin/users/UsersDetail.vue:153 +msgid "Upload" +msgstr "WyÅ›lij" + +#: front/src/components/library/import/Main.vue:7 +msgid "Uploaded files or external source" +msgstr "WysÅ‚ane pliki lub z zewnÄ™trznego źródÅ‚a" + +#: front/src/components/library/import/FileUpload.vue:57 +msgid "Uploading..." +msgstr "WysyÅ‚anie…" + +#: front/src/App.vue:42 +msgid "Use another instance" +msgstr "Skorzystaj z innej instancji" + +#: front/src/components/requests/Form.vue:75 +msgid "Use this comment box to add details to your request if needed" +msgstr "Użyj tego pola komentarzy, aby dodać szczegóły zgÅ‚oszenia, jeżeli potrzebne" + +#: front/src/views/federation/LibraryDetail.vue:196 +msgid "Use this flag to enable/disable federation with this library" +msgstr "Użyj tej opcji aby wyÅ‚Ä…czyć/wÅ‚Ä…czyć federacjÄ™ dla tej biblioteki" + +#: front/src/views/auth/PasswordReset.vue:12 +msgid "Use this form to request a password reset. We will send an email to the given address with instructions to reset your password." +msgstr "Użyj tego formularza aby poprosić o zresetowanie hasÅ‚a. Otrzymasz e-mail z instrukcjami resetowania hasÅ‚a na podany adres." + +#: front/src/components/federation/LibraryForm.vue:6 +msgid "Use this form to scan an instance and setup federation." +msgstr "Użyj tego formularza aby przeskanować instancjÄ™ i skonfigurować federacjÄ™." + +#: front/src/components/manage/users/InvitationsTable.vue:49 +msgid "Used" +msgstr "Zużyty" + +#: front/src/components/manage/library/RequestsTable.vue:47 +msgid "User" +msgstr "Użytkownik" + +#: front/src/components/instance/Stats.vue:5 +msgid "User activity" +msgstr "Aktywność użytkownika" + +#: front/src/components/auth/Signup.vue:19 +#: front/src/components/manage/users/UsersTable.vue:37 +msgid "Username" +msgstr "Nazwa użytkownika" + +#: front/src/components/auth/Login.vue:15 +msgid "Username or email" +msgstr "Nazwa użytkownika lub adres e-mail" + +#: front/src/components/instance/Stats.vue:13 +msgid "users" +msgstr "użytkownicy" + +#: front/src/components/Sidebar.vue:102 src/views/admin/Settings.vue:81 +#: front/src/views/admin/users/Base.vue:5 src/views/admin/users/UsersList.vue:3 +#: front/src/views/admin/users/UsersList.vue:21 +msgid "Users" +msgstr "Użytkownicy" + +#: front/src/components/library/Album.vue:37 +#: src/components/library/Artist.vue:35 +#: front/src/components/library/Track.vue:44 +#: front/src/components/library/import/ArtistImport.vue:131 +#: front/src/components/metadata/ArtistCard.vue:49 +#: front/src/components/metadata/ReleaseCard.vue:53 +msgid "View on MusicBrainz" +msgstr "WyÅ›wietl na MusicBrainz" + +#: front/src/components/playlists/PlaylistModal.vue:20 +msgid "We cannot add the track to a playlist" +msgstr "Nie udaÅ‚o siÄ™ dodać tego utworu do listy odtwarzania" + +#: front/src/components/playlists/Form.vue:14 +msgid "We cannot create the playlist" +msgstr "Nie udaÅ‚o siÄ™ utworzyć listy odtwarzania" + +#: front/src/components/auth/Signup.vue:13 +msgid "We cannot create your account" +msgstr "Nie udaÅ‚o siÄ™ utworzyć Ci konta" + +#: front/src/components/auth/Login.vue:7 +msgid "We cannot log you in" +msgstr "Nie udaÅ‚o siÄ™ zalogować CiÄ™" + +#: front/src/components/auth/Settings.vue:14 +msgid "We cannot save your settings" +msgstr "Nie udaÅ‚o siÄ™ zapisać ustawieÅ„" + +#: front/src/components/Home.vue:130 +msgid "We do not track you or bother you with ads" +msgstr "Nie Å›ledzimy CiÄ™ i nie wyÅ›wietlamy Ci reklam" + +#: front/src/components/library/import/FileUpload.vue:5 +msgid "We recommend using Picard for that purpose." +msgstr "Polecamy używać do tego Picard." + +#: front/src/components/Home.vue:7 +msgid "We think listening to music should be simple." +msgstr "Uważamy, że sÅ‚uchanie muzyki powinno być proste." + +#: front/src/components/PageNotFound.vue:10 +msgid "We're sorry, the page you asked for does not exist:" +msgstr "Przepraszamy, strona której szukasz nie istnieje:" + +#: front/src/components/requests/Form.vue:21 +msgid "We've received your request, you'll get some groove soon ;)" +msgstr "OtrzymaliÅ›my Twoje zgÅ‚oszenie, wkrótce dostaniesz trochÄ™ groove-u ;)" + +#: front/src/components/Home.vue:152 +msgid "Welcome" +msgstr "Witamy" + +#: front/src/components/Home.vue:5 +msgid "Welcome on Funkwhale" +msgstr "Witamy na Funkwhale" + +#: front/src/components/library/import/Main.vue:114 +msgid "What is metadata?" +msgstr "Czym sÄ… metadane?" + +#: front/src/views/federation/LibraryDetail.vue:197 +msgid "When enabled, auto importing will automatically import new tracks published in this library" +msgstr "Jeżeli wÅ‚Ä…czone, automatyczne importowanie bÄ™dzie automatycznie importować nowe utwory opublikowane w tej bibliotece" + +#: front/src/components/Home.vue:24 +msgid "Why funkwhale?" +msgstr "Dlaczego funkwhale?" + +#: front/src/components/Sidebar.vue:123 +msgid "Yes" +msgstr "Tak" + +#: front/src/components/auth/Logout.vue:8 +msgid "Yes, log me out!" +msgstr "Tak, wyloguj mnie!" + +#: front/src/components/auth/Logout.vue:7 +msgid "You are currently logged in as %{ username }" +msgstr "JesteÅ› obecnie zalogowany jako %{ username }" + +#: front/src/components/library/import/Main.vue:111 +msgid "You can also skip this step and enter metadata manually." +msgstr "Możesz też pominąć ten krok i wprowadzić metadane rÄ™cznie." + +#: front/src/components/Home.vue:136 +msgid "You can invite friends and family to your instance so they can enjoy your music" +msgstr "Możesz zaprosić znajomych i rodzinÄ™ na swojÄ… instancjÄ™, aby mogli siÄ™ cieszyć dodanÄ… przez Ciebie muzykÄ…" + +#: front/src/components/library/radios/Builder.vue:7 +msgid "You can use this interface to build your own custom radio, which will play tracks according to your criteria." +msgstr "Możesz używać tego interfejsu aby utworzyć wÅ‚asne radio, które bÄ™dzie odtwarzać utwory pasujÄ…ce do Twoich kryteriów." + +#: front/src/components/auth/SubsonicTokenForm.vue:8 +msgid "You can use those to enjoy your playlist and music in offline mode, on your smartphone or tablet, for instance." +msgstr "Możesz używać tego, aby cieszyć siÄ™ muzykÄ… i swojÄ… listÄ… odtwarzania w trybie offline, na przykÅ‚ad na smartfonie i tablecie." + +#: front/src/components/Sidebar.vue:155 +msgid "You have a radio playing" +msgstr "Odtwarzasz radio" + +#: front/src/App.vue:6 +msgid "You need to select an instance in order to continue" +msgstr "Musisz wybrać instancjÄ™ aby kontynuować" + +#: front/src/components/auth/Settings.vue:67 +msgid "You will be logged out from this session and have to log out with the new one" +msgstr "Zostaniesz wylogowany z tej sesji i musisz zalogować siÄ™ nowym hasÅ‚em" + +#: front/src/components/auth/Settings.vue:38 +msgid "You will have to update your password on your clients that use this password." +msgstr "BÄ™dziesz musiaÅ‚ zmienić hasÅ‚o na klientach używajÄ…cych tego hasÅ‚a." + +#: front/src/components/library/import/Main.vue:103 +msgid "You will import:" +msgstr "Zaimportujesz:" + +#: front/src/views/auth/EmailConfirm.vue:24 +msgid "Your email address was confirmed, you can now use the service without limitations." +msgstr "Twój adres e-mail zostaÅ‚ potwierdzony, możesz używać usÅ‚ugi bez ograniczeÅ„." + +#: front/src/components/favorites/List.vue:109 +msgid "Your Favorites" +msgstr "Twoje ulubione" + +#: front/src/components/Home.vue:117 +msgid "Your music, your way" +msgstr "Twoja muzyka, po Twojemu" + +#: front/src/views/auth/PasswordResetConfirm.vue:29 +msgid "Your password has been updated successfully." +msgstr "Twoje hasÅ‚o zostaÅ‚o pomyÅ›lnie zmienione." + +#: front/src/components/auth/Settings.vue:68 +msgid "Your Subsonic password will be changed to a new, random one, logging you out from devices that used the old Subsonic password" +msgstr "Twoje hasÅ‚o Subsonic zostanie zmienione na nowe, losowe i zostaniesz wylogowany z urzÄ…dzeÅ„ korzystajÄ…cych ze starego hasÅ‚a Subsonic" + +#: front/src/components/auth/Login.vue:10 +msgid "Please double-check your username/password couple is correct" +msgstr "Sprawdź dwukrotnie, czy poÅ‚Ä…czenie nazwy użytkownika i hasÅ‚a jest poprawne" + +#: front/src/components/audio/PlayButton.vue:150 +msgid "%{ count } track was added to your queue" +msgid_plural "%{ count } tracks were added to your queue" +msgstr[0] "Dodano %{ count } utwór do kolejki" +msgstr[1] "Dodano %{ count } utwory do kolejki" +msgstr[2] "Dodano %{ count } utworów do kolejki" + +#: front/src/components/audio/track/Table.vue:30 +msgid "There is currently no way to download directly multiple tracks from funkwhale as a ZIP archive. However, you can use a command line tools such as cURL to easily download a list of tracks." +msgstr "Obecnie nie istnieje sposób na bezpoÅ›rednie pobranie wielu utworów z funkwhale jako archiwum ZIP. Możesz jednak użyć narzÄ™dzi takich jak cURL, aby Å‚atwo pobrać listÄ™ utworów." + +#: front/src/components/manage/users/UsersTable.vue:55 +msgid "Inactive" +msgstr "Nieaktywny" diff --git a/front/src/locales.js b/front/src/locales.js index d4c01401..3e280430 100644 --- a/front/src/locales.js +++ b/front/src/locales.js @@ -12,6 +12,10 @@ export default { { "code": "fr_FR", "label": "Français" + }, + { + "code": "pl", + "label": "Polszczyzna" } ] } -- GitLab