diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-06-14 00:13:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-06-14 00:13:06 +0000 |
commit | 479e31997f0ecde8d3cf59cc54c5f8ac4b1f80d8 (patch) | |
tree | 8e57487cd7b59b1195126b0b37562ff5c7f09828 /apps/workflowengine/l10n | |
parent | 90f9e0a88e2c611f7d5b964b8b5cc681f1f58d82 (diff) | |
download | nextcloud-server-479e31997f0ecde8d3cf59cc54c5f8ac4b1f80d8.tar.gz nextcloud-server-479e31997f0ecde8d3cf59cc54c5f8ac4b1f80d8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n')
-rw-r--r-- | apps/workflowengine/l10n/he.js | 14 | ||||
-rw-r--r-- | apps/workflowengine/l10n/he.json | 14 |
2 files changed, 26 insertions, 2 deletions
diff --git a/apps/workflowengine/l10n/he.js b/apps/workflowengine/l10n/he.js index d92ae3f13fc..b28e80f592d 100644 --- a/apps/workflowengine/l10n/he.js +++ b/apps/workflowengine/l10n/he.js @@ -48,6 +48,18 @@ OC.L10N.register( "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" + "The given IP range is not valid for IPv6" : "טווח כתובות ה־IP שצוין אינו תקף ל־IPv6", + "The given time span is invalid" : "טווח הזמן שצוין שגוי", + "The given start time is invalid" : "מועד ההתחלה שצוין שגוי", + "The given end time is invalid" : "מועד הסיום שצוין שגוי", + "The given group does not exist" : "הקבוצה שצוינה אינה קיימת", + "Operation #%s does not exist" : "פעולה מס׳ %s לא קיימת", + "Operation %s does not exist" : "הפעולה %s לא קיימת", + "Operation %s is invalid" : "הפעולה %s שגויה", + "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;"); diff --git a/apps/workflowengine/l10n/he.json b/apps/workflowengine/l10n/he.json index c5fc82f8e77..970bf69de77 100644 --- a/apps/workflowengine/l10n/he.json +++ b/apps/workflowengine/l10n/he.json @@ -46,6 +46,18 @@ "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" + "The given IP range is not valid for IPv6" : "טווח כתובות ה־IP שצוין אינו תקף ל־IPv6", + "The given time span is invalid" : "טווח הזמן שצוין שגוי", + "The given start time is invalid" : "מועד ההתחלה שצוין שגוי", + "The given end time is invalid" : "מועד הסיום שצוין שגוי", + "The given group does not exist" : "הקבוצה שצוינה אינה קיימת", + "Operation #%s does not exist" : "פעולה מס׳ %s לא קיימת", + "Operation %s does not exist" : "הפעולה %s לא קיימת", + "Operation %s is invalid" : "הפעולה %s שגויה", + "Add rule" : "הוספת כלל", + "Reset" : "איפוס", + "Save" : "שמירה", + "Saving…" : "בהליכי שמירה…", + "Loading…" : "בטעינה…" },"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 |