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/hr.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/hr.js')
-rw-r--r-- | apps/comments/l10n/hr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/hr.js b/apps/comments/l10n/hr.js index ff36da02cc8..6104315bd92 100644 --- a/apps/comments/l10n/hr.js +++ b/apps/comments/l10n/hr.js @@ -18,13 +18,13 @@ OC.L10N.register( "No more messages" : "Nema više poruka", "Retry" : "Pokušaj ponovno", "Unable to load the comments list" : "Nije moguće učitati popis komentara", - "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"], "_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"], "Comment" : "Komentar", "An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara", "Comment deleted" : "Komentar izbrisan", "An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara", "An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara", - "%1$s commented" : "Komentirao je %1$s" + "%1$s commented" : "Komentirao je %1$s", + "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"] }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |