diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-05-09 00:20:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-05-09 00:20:03 +0000 |
commit | 4e7b62a1e1e1285134dfa5c45565a39f588fe3fc (patch) | |
tree | d4c673ea1af5a085d21917311dd2670aa34f7a29 /apps/comments/l10n | |
parent | 72470e33be052ef7803e9fff944da0dec9042755 (diff) | |
download | nextcloud-server-4e7b62a1e1e1285134dfa5c45565a39f588fe3fc.tar.gz nextcloud-server-4e7b62a1e1e1285134dfa5c45565a39f588fe3fc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/pl.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/pl.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index 7ce484a614d..8ede0f6fc45 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -9,12 +9,14 @@ OC.L10N.register( "%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", + "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}”", "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", + "Write a comment …" : "Napisz 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", @@ -30,6 +32,7 @@ OC.L10N.register( "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", + "Write a message …" : "Napisz wiadomość…", "\"@\" 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"] }, diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index 9db71e13db1..f42736c2592 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -7,12 +7,14 @@ "%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", + "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}”", "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", + "Write a comment …" : "Napisz 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", @@ -28,6 +30,7 @@ "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", + "Write a message …" : "Napisz wiadomość…", "\"@\" 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"] },"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);" |