diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
commit | 2c21adb5a65787b378172adc0257f6d11bbf1428 (patch) | |
tree | fd69227ae820ab5ad3c473d0e841d7eda7955a54 /apps/comments/l10n/he.js | |
parent | 766590d204e29a946effb5cc8cdad32a4236778a (diff) | |
download | nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.tar.gz nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/he.js')
-rw-r--r-- | apps/comments/l10n/he.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/he.js b/apps/comments/l10n/he.js index 4b92d61da9f..b875214385d 100644 --- a/apps/comments/l10n/he.js +++ b/apps/comments/l10n/he.js @@ -15,19 +15,21 @@ OC.L10N.register( "Files app plugin to add comments to files" : "תוסף ליישומון הקבצים כדי להוסיף הערות על קבצים", "Edit comment" : "עריכת תגובה", "Delete comment" : "מחיקת תגובה", + "No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!", + "Retry" : "ניסיון חוזר", + "_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"], + "_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"], + "Comment" : "תגובה", + "Comment deleted" : "נמחקה הערה", "New comment …" : "תגובה חדשה", "Post" : "פרסום", "Cancel" : "ביטול", "[Deleted user]" : "[משתמשים מוסרים]", - "No comments yet, start the conversation!" : "אין תגובות עדיין, בואו נתחיל לקשקש!", "More comments …" : "תגובות נוספות…", "Save" : "שמירה", "Allowed characters {count} of {max}" : "תווים מותרים {count} מתוך {max}", "Error occurred while retrieving comment with ID {id}" : "אירעה שגיאה בעת קבלת התגובה עם המזהה {id}", "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" : "תגובה" + "Error occurred while posting 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;"); |