diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-30 16:32:47 +0000 |
commit | 4758166e2ddb5ed93ee596687de55f01ae4494cf (patch) | |
tree | 78f914c2b86172941fd522f8638019a8a72f9c6e /lib/l10n/he.js | |
parent | 791fc9d95a3477ebfe7c72bb92aa44a28ec366db (diff) | |
download | nextcloud-server-4758166e2ddb5ed93ee596687de55f01ae4494cf.tar.gz nextcloud-server-4758166e2ddb5ed93ee596687de55f01ae4494cf.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/he.js')
-rw-r--r-- | lib/l10n/he.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 66ef62259b4..41598bd6cc7 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -47,9 +47,7 @@ OC.L10N.register( "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "המודול עם המזהה: %s לא קיים. נא להפעיל אותו בהגדרות היישומונים שלך או ליצור קשר עם מנהל המערכת.", "Dot files are not allowed" : "אסור ששמות קבצים יתחילו בנקודה", "File already exists" : "הקובץ כבר קיים", - "File name is a reserved word" : "שם קובץ הוא מילה שמורה", - "File name contains at least one invalid character" : "שם הקובץ כולל לפחות תו אחד לא חוקי", - "File name is too long" : "שם קובץ ארוך מדי", + "Filename contains at least one invalid character" : "שם הקובץ מכיל לפחות תו אחד שגוי", "Empty filename is not allowed" : "שם קובץ ריק אינו מאושר", "App \"%s\" cannot be installed because appinfo file cannot be read." : "יישום \"%s\" לא ניתן להתקנה כיוון שקובץ appinfo לא ניתן לקריאה.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "לא ניתן להתקין את היישומון „%s” כיוון שאין לו תמיכה בגרסה זו של השרת.", @@ -166,6 +164,9 @@ OC.L10N.register( "Result" : "תוצאה", "Education Edition" : "מהדורה חינוכית", "Logged in user must be an admin" : "על המשתמש שנכנס להיות מנהל", + "File name is a reserved word" : "שם קובץ הוא מילה שמורה", + "File name contains at least one invalid character" : "שם הקובץ כולל לפחות תו אחד לא חוקי", + "File name is too long" : "שם קובץ ארוך מדי", "Help" : "עזרה", "Users" : "משתמשים", "Unknown user" : "משתמש לא ידוע", |