diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:27:11 +0000 |
commit | 8045a6dd2258a5fcf91bdba54fc42fd34bc69081 (patch) | |
tree | a5940f11daab4f983735e8e04ec5a0bdcbdbd72e /apps/comments/l10n/pl.js | |
parent | 5139643a63a89ebcc85ff613b486cddfb0ce58e0 (diff) | |
download | nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.tar.gz nextcloud-server-8045a6dd2258a5fcf91bdba54fc42fd34bc69081.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/pl.js')
-rw-r--r-- | apps/comments/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index 8854cfc4105..fe1fab15351 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -20,13 +20,13 @@ OC.L10N.register( "No more messages" : "Nie ma więcej wiadomości", "Retry" : "Powtórz", "Unable to load the comments list" : "Nie można załadować listy komentarzy", - "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych 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", - "%1$s commented" : "%1$s skomentował" + "%1$s commented" : "%1$s skomentował", + "_%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);"); |