diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-10-23 14:54:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-10-23 14:54:28 +0000 |
commit | a9fb21f9fccf14eee9192a01a22a41b94904a729 (patch) | |
tree | c355d852358a6fe159cfebb5082d29092434d299 /apps/workflowengine/l10n/he.js | |
parent | 39338aaa676168b0a53c3a1f6d5363569f303361 (diff) | |
download | nextcloud-server-a9fb21f9fccf14eee9192a01a22a41b94904a729.tar.gz nextcloud-server-a9fb21f9fccf14eee9192a01a22a41b94904a729.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/he.js')
-rw-r--r-- | apps/workflowengine/l10n/he.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/workflowengine/l10n/he.js b/apps/workflowengine/l10n/he.js index 99bdf9db707..17b768a8e1d 100644 --- a/apps/workflowengine/l10n/he.js +++ b/apps/workflowengine/l10n/he.js @@ -1,10 +1,16 @@ OC.L10N.register( "workflowengine", { + "Short rule description" : "תיאור מקוצר לכלל", + "Add rule" : "הוספת כלל", + "Reset" : "איפוס", + "Save" : "שמירה", + "Saving…" : "בהליכי שמירה…", "Group list is empty" : "רשימת הקבוצות ריקה", "Unable to retrieve the group list" : "לא ניתן לקבל את רשימת הקבוצות", "Saved" : "נשמרה", "Saving failed:" : "השמירה נכשלה:", + "Add rule group" : "הוספת קבוצת כללים", "File MIME type" : "סוג ה־MIME של הקובץ", "is" : "הוא", "is not" : "אינו", @@ -58,12 +64,6 @@ OC.L10N.register( "Operation %s does not exist" : "הפעולה %s לא קיימת", "Operation %s is invalid" : "הפעולה %s שגויה", "Open documentation" : "פתיחת תיעוד", - "Add rule group" : "הוספת קבוצת כללים", - "Short rule description" : "תיאור מקוצר לכלל", - "Add rule" : "הוספת כלל", - "Reset" : "איפוס", - "Save" : "שמירה", - "Saving…" : "בהליכי שמירה…", "Loading…" : "בטעינה…" }, "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;"); |