aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/pl.js
blob: 7ce484a614de045b17d55eb573badf507834c9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
OC.L10N.register(
    "comments",
    {
    "Comments" : "Komentarze",
    "You commented" : "Skomentowałeś",
    "{author} commented" : "{author} skomentował",
    "You commented on %1$s" : "Skomentowałeś w %1$s",
    "You commented on {file}" : "Skomentowałeś w {file}",
    "%1$s commented on %2$s" : "%1$s skomentował %2$s",
    "{author} commented on {file}" : "{author} skomentował w {file}‭",
    "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików",
    "{user} mentioned you in a comment on \"{file}\"" : "{user} wspomniał o Tobie w komentarzu do “{file}”",
    "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki",
    "Edit comment" : "Edytuj komentarz",
    "Delete comment" : "Usuń komentarz",
    "Cancel edit" : "Anuluj edycję",
    "New comment" : "Nowy komentarz",
    "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 załadować komentarzy",
    "No comments yet, start the conversation!" : "Brak komentarzy, rozpocznij rozmowę!",
    "No more messages" : "Nie ma więcej wiadomości",
    "Retry" : "Powtórz",
    "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",
    "_1 new comment_::_{unread} new comments_" : ["{unread} nowy komentarz","{unread} nowe komentarze","{unread} nowych komentarzy","{unread} nowe komentarze"],
    "Comment" : "Komentarz",
    "An error occurred while trying to edit the comment" : "Wystąpił błąd podczas próby edycji komentarza",
    "Comment deleted" : "Komentarz usunięty",
    "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",
    "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Wspomniano o Tobie w komentarzu w \"{file}\" przez użytkownika, który został usunięty",
    "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" dla wzmianek, \":\" dla emoji, \"/\" dla inteligentnego wybierania",
    "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"]
},
"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);");