nextcloud/apps/comments/l10n/pl.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

34 lines
2.4 KiB
JSON
Raw Normal View History

2016-02-17 01:56:11 -05:00
{ "translations": {
2019-02-26 20:12:05 -05:00
"Comments" : "Komentarze",
2020-01-22 21:18:24 -05:00
"You commented" : "Skomentowałeś",
2019-03-26 06:41:31 -04:00
"{author} commented" : "{author} skomentował",
2020-01-22 21:18:24 -05:00
"You commented on %1$s" : "Skomentowałeś w %1$s",
"You commented on {file}" : "Skomentowałeś w {file}",
2019-03-26 06:41:31 -04:00
"%1$s commented on %2$s" : "%1$s skomentował %2$s",
"{author} commented on {file}" : "{author} skomentował w {file}",
2019-02-26 20:12:05 -05:00
"<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
"Files" : "Pliki",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Wspomniano o Tobie w „{file}” w komentarzu konta, które zostało już usunięte",
"{user} mentioned you in a comment on \"{file}\"" : "{user} wspomniał o Tobie w komentarzu do “{file}”",
2019-02-26 20:12:05 -05:00
"Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
2018-04-11 20:19:20 -04:00
"Edit comment" : "Edytuj komentarz",
2019-03-26 06:41:31 -04:00
"Delete comment" : "Usuń komentarz",
2020-10-21 22:19:07 -04:00
"Cancel edit" : "Anuluj edycję",
"New comment" : "Nowy komentarz",
"Write a comment …" : "Napisz komentarz…",
2020-10-21 22:19:07 -04:00
"Post comment" : "Wyślij komentarz",
"@ for mentions, : for emoji, / for smart picker" : "@ dla wzmianek, : dla emoji, / dla inteligentnego wybierania",
"Could not reload comments" : "Nie można ponownie wczytać komentarzy",
"Failed to mark comments as read" : "Nie udało się oznaczyć komentarzy jako przeczytane",
"Unable to load the comments list" : "Nie można załadować listy komentarzy",
2020-10-20 22:18:44 -04:00
"No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowę!",
2020-10-21 22:19:07 -04:00
"No more messages" : "Nie ma więcej wiadomości",
2020-10-20 22:18:44 -04:00
"Retry" : "Powtórz",
"_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"],
"Comment" : "Komentarz",
2020-10-21 22:19:07 -04:00
"An error occurred while trying to edit the comment" : "Wystąpił błąd podczas próby edycji komentarza",
2020-10-20 22:18:44 -04:00
"Comment deleted" : "Komentarz usunięty",
2020-10-21 22:19:07 -04:00
"An error occurred while trying to delete the comment" : "Wystąpił błąd podczas próby usunięcia komentarza",
"An error occurred while trying to create the comment" : "Wystąpił błąd podczas próby utworzenia komentarza"
2017-06-16 20:08:26 -04:00
},"pluralForm" :"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);"
2016-02-17 01:56:11 -05:00
}