diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-23 00:28:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-23 00:28:10 +0000 |
commit | 6d8cbd5ede73c4679b384b9e45da80f7d41aa865 (patch) | |
tree | 9eeae7ffb89d5c5ea6560b0421765d7c8390a22a /apps/comments/l10n | |
parent | 0acad69840ff21a103f532548907e480fc5a982a (diff) | |
download | nextcloud-server-6d8cbd5ede73c4679b384b9e45da80f7d41aa865.tar.gz nextcloud-server-6d8cbd5ede73c4679b384b9e45da80f7d41aa865.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 | 1 | ||||
-rw-r--r-- | apps/comments/l10n/pl.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index fe1fab15351..6b69ab46575 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -19,6 +19,7 @@ OC.L10N.register( "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", diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index 4ed9d283260..0353cf336e3 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -17,6 +17,7 @@ "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", |