diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-02-24 02:19:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-02-24 02:19:27 +0000 |
commit | 8308321fe174c2ec48e55977a4169f54a8afb638 (patch) | |
tree | 2a69fc0162a1c1528e8a7152c109222019c21b48 /apps/comments | |
parent | 51d75fc7ae04bda508861fa16cab78e3177fa1b0 (diff) | |
download | nextcloud-server-8308321fe174c2ec48e55977a4169f54a8afb638.tar.gz nextcloud-server-8308321fe174c2ec48e55977a4169f54a8afb638.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 |