diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-12 02:28:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-12 02:28:13 +0000 |
commit | b85c2dab27a392c5031701a7a5809c47f3b76d59 (patch) | |
tree | 7bab8faaf07275d6e15a15bb96ed296adc99da77 /apps/workflowengine/l10n/he.js | |
parent | 83dcb2061d441c94805a6533be0acc622355de22 (diff) | |
download | nextcloud-server-b85c2dab27a392c5031701a7a5809c47f3b76d59.tar.gz nextcloud-server-b85c2dab27a392c5031701a7a5809c47f3b76d59.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/workflowengine/l10n/he.js')
-rw-r--r-- | apps/workflowengine/l10n/he.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/l10n/he.js b/apps/workflowengine/l10n/he.js index d8fa6e54df0..57769469f75 100644 --- a/apps/workflowengine/l10n/he.js +++ b/apps/workflowengine/l10n/he.js @@ -48,9 +48,7 @@ OC.L10N.register( "Custom mimetype" : "נא לבחור טיפוס MIME", "Please enter a valid time span" : "נא למלא טווח זמן תקין", "Select a request URL" : "נא לבחור את כתובת הבקשה", - "Predefined URLs" : "כתובות שמוגדרות מראש", "Files WebDAV" : "WebDAV קבצים", - "Others" : "חרים", "Custom URL" : "כתובת מותאמת אישית", "Select a user agent" : "נא לבחור סוכן משתמש", "Android client" : "לקוח Android", @@ -104,6 +102,8 @@ OC.L10N.register( "Select a tag" : "נא לבחור תגית", "No results" : "אין תוצאות", "%s (invisible)" : "%s (נסתר)", - "%s (restricted)" : "%s (מוגבל)" + "%s (restricted)" : "%s (מוגבל)", + "Predefined URLs" : "כתובות שמוגדרות מראש", + "Others" : "חרים" }, "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;"); |