diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-02-27 01:12:05 +0000 |
commit | 36b01e3c2d4033f690b30b4fcf92711da28cb2ed (patch) | |
tree | 1821b439cb9ee787894fef8fb69a9949938d6157 /apps/comments/l10n/pl.json | |
parent | c2da3bf1d9820f4031d63daa9bb9e055a3723528 (diff) | |
download | nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.tar.gz nextcloud-server-36b01e3c2d4033f690b30b4fcf92711da28cb2ed.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/pl.json')
-rw-r--r-- | apps/comments/l10n/pl.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index 3f64c6e8fac..9aa5cea888f 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -1,11 +1,22 @@ { "translations": { + "Comments" : "Komentarze", + "You commented" : "Skomentowałeś/-aś", + "%1$s commented" : "%1$s skomentował/-a", + "{author} commented" : "{author} skomentował/-a", + "You commented on %1$s" : "Skomentowałeś/-aś w %1$s", + "You commented on {file}" : "Skomentowałeś/-aś w {file}", + "%1$s commented on %2$s" : "%1$s skomentował/-a %2$s", + "{author} commented on {file}" : "{author} skomentował/-a w {file}", + "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty", + "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”", + "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki", "Edit comment" : "Edytuj komentarz", "Delete comment" : "Skasuj komentarz", "New comment …" : "Nowy komentarz…", "Post" : "Zapisz", "Cancel" : "Anuluj", "[Deleted user]" : "[Usunięty użytkownik]", - "Comments" : "Komentarze", "No comments yet, start the conversation!" : "Brak komentarzy, zacznij konwersację!", "More comments …" : "Więcej komentarzy…", "Save" : "Zapisz", @@ -15,17 +26,6 @@ "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd", "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"], "Comment" : "Komentarz", - "You commented" : "Skomentowałeś/-aś", - "%1$s commented" : "%1$s skomentował/-a", - "{author} commented" : "{author} skomentował/-a", - "You commented on %1$s" : "Skomentowałeś/-aś w %1$s", - "You commented on {file}" : "Skomentowałeś/-aś w {file}", - "%1$s commented on %2$s" : "%1$s skomentował/-a %2$s", - "{author} commented on {file}" : "{author} skomentował/-a w {file}", - "<strong>Comments</strong> for files" : "<strong>Komentarze</strong> dla plików", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Zostałeś/aś wspomniany/a w \"{file}\" w komentarzach przez użytkownika, który został usunięty", - "{user} mentioned you in a comment on “{file}”" : "{user} wspomniał/-a o Tobie w komentarzu “{file}”", - "Files app plugin to add comments to files" : "Plugin umożliwiający dodawanie komentarzy w aplikacji Pliki", "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Wspomniano Cię w \"%s\" przez użytkownika, który został usunięty", "%1$s mentioned you in a comment on “%2$s”" : "%1$s wspomniał/-a o Tobie w komentarzu “%2$s”" },"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);" |