diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-17 00:26:59 +0000 |
commit | 16e584ce6cac844d15adcf75692a6f5ab3fbd698 (patch) | |
tree | a620660f111f69620b08b16839ff9ea31d142778 /apps/comments/l10n/hu.js | |
parent | 7bba5ec71ef00b68a27a861b0d7a0f4ce83bcc2e (diff) | |
download | nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.tar.gz nextcloud-server-16e584ce6cac844d15adcf75692a6f5ab3fbd698.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/hu.js')
-rw-r--r-- | apps/comments/l10n/hu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/hu.js b/apps/comments/l10n/hu.js index ff2a217646e..0ca8628bdc1 100644 --- a/apps/comments/l10n/hu.js +++ b/apps/comments/l10n/hu.js @@ -21,13 +21,13 @@ OC.L10N.register( "Retry" : "Újra", "Failed to mark comments as read" : "A hozzászólások olvasottnak jelölése sikertelen", "Unable to load the comments list" : "A hozzászólások betöltése sikertelen", - "_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"], "_1 new comment_::_{unread} new comments_" : ["1 új hozzászólás","{unread} új hozzászólás"], "Comment" : "Hozzászólás", "An error occurred while trying to edit the comment" : "Hiba történt a megjegyzés szerkesztése közben", "Comment deleted" : "Hozzászólás törölve", "An error occurred while trying to delete the comment" : "Hiba történt a megjegyzés törlése közben", "An error occurred while trying to create the comment" : "Hiba történt a megjegyzés létrehozása közben", - "%1$s commented" : "%1$s hozzászólt" + "%1$s commented" : "%1$s hozzászólt", + "_%n unread comment_::_%n unread comments_" : ["%n olvasatlan hozzászólás","%n olvasatlan hozzászólás"] }, "nplurals=2; plural=(n != 1);"); |