diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-13 00:12:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-13 00:12:59 +0000 |
commit | 5ecfd80f0735c6ff37a4b624016866fae7392c08 (patch) | |
tree | ce734605c9f3979a280100fb7119c7931d75f23c /apps/workflowengine/l10n/he.js | |
parent | ed25fc3440f4d66539b2aa512f47ad12b03b7533 (diff) | |
download | nextcloud-server-5ecfd80f0735c6ff37a4b624016866fae7392c08.tar.gz nextcloud-server-5ecfd80f0735c6ff37a4b624016866fae7392c08.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/he.js')
-rw-r--r-- | apps/workflowengine/l10n/he.js | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/he.js b/apps/workflowengine/l10n/he.js new file mode 100644 index 00000000000..d92ae3f13fc --- /dev/null +++ b/apps/workflowengine/l10n/he.js @@ -0,0 +1,53 @@ +OC.L10N.register( + "workflowengine", + { + "Group list is empty" : "רשימת הקבוצות ריקה", + "Unable to retrieve the group list" : "לא ניתן לקבל את רשימת הקבוצות", + "Saved" : "נשמרה", + "Saving failed:" : "השמירה נכשלה:", + "File MIME type" : "סוג ה־MIME של הקובץ", + "is" : "הוא", + "is not" : "אינו", + "matches" : "תואם", + "does not match" : "אינו תואם", + "Example: {placeholder}" : "דוגמה: {placeholder}", + "File size (upload)" : "גודל קובץ (העלאה)", + "less" : "פחות", + "less or equals" : "פחות או שווה", + "greater or equals" : "גדול או שווה", + "greater" : "גדול", + "File system tag" : "תגית מערכת קבצים", + "is tagged with" : "עם התגית", + "is not tagged with" : "ללא התגית", + "Select tag…" : "בחירת תגית…", + "Request remote address" : "בקשת כתובת מרוחקת", + "matches IPv4" : "התאמת IPv4", + "does not match IPv4" : "ללא התאמת IPv4", + "matches IPv6" : "התאמת IPv6", + "does not match IPv6" : "ללא התאמת IPv6", + "Request time" : "זמן בקשה", + "between" : "בין", + "not between" : "לא בין", + "Start" : "התחלה", + "End" : "סיום", + "Select timezone…" : "בחירת אזור זמן…", + "Request URL" : "כתובת בקשה", + "Predefined URLs" : "כתובות שמוגדרות מראש", + "Files WebDAV" : "WebDAV קבצים", + "Request user agent" : "סוכן משתמש הבקשה", + "Sync clients" : "סנכרון לקוחות", + "Android client" : "לקוח Android", + "iOS client" : "לקוח iOS", + "Desktop client" : "לקוח שולחן עבודה", + "User group membership" : "חברות בקבוצת משתמשים", + "is member of" : "חבר בקבוצה", + "is not member of" : "לא חבר בקבוצה", + "The given operator is invalid" : "הפעולה שצוינה שגויה", + "The given regular expression is invalid" : "הביטוי הרגולרי שצוין שגוי", + "The given file size is invalid" : "גודל הקובץ שצוין שגוי", + "The given tag id is invalid" : "התגית שצוינה שגויה", + "The given IP range is invalid" : "טווח כתובות ה־IP שצוין שגוי", + "The given IP range is not valid for IPv4" : "טווח כתובות ה־IP שצוין אינו תקף ל־IPv4", + "The given IP range is not valid for IPv6" : "טווח כתובות ה־IP שצוין אינו תקף ל־IPv6" +}, +"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;"); |