diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-02-24 02:19:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-02-24 02:19:17 +0000 |
commit | 921253033ae65eebab08e3673d0635083443b06a (patch) | |
tree | eb7ffa8d3e45087032b94978dec90f70161fc79f /apps/comments | |
parent | e5e8a3d08fb500026635278d5f1909db741adf67 (diff) | |
download | nextcloud-server-921253033ae65eebab08e3673d0635083443b06a.tar.gz nextcloud-server-921253033ae65eebab08e3673d0635083443b06a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/he.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/he.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/comments/l10n/he.js b/apps/comments/l10n/he.js index 580b19a199e..4b92d61da9f 100644 --- a/apps/comments/l10n/he.js +++ b/apps/comments/l10n/he.js @@ -27,6 +27,7 @@ OC.L10N.register( "Error occurred while updating comment with id {id}" : "שגיאה אירעה כאשר עודכנה תגובה עם מספר זיהוי {id}", "Error occurred while posting comment" : "אירעה שגיאה בזמן פרסום תגובה", "_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"], + "_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"], "Comment" : "תגובה" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/comments/l10n/he.json b/apps/comments/l10n/he.json index 17f8e21aa73..d8027ab1cab 100644 --- a/apps/comments/l10n/he.json +++ b/apps/comments/l10n/he.json @@ -25,6 +25,7 @@ "Error occurred while updating comment with id {id}" : "שגיאה אירעה כאשר עודכנה תגובה עם מספר זיהוי {id}", "Error occurred while posting comment" : "אירעה שגיאה בזמן פרסום תגובה", "_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"], + "_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"], "Comment" : "תגובה" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" }
\ No newline at end of file |