diff options
Diffstat (limited to 'apps/theming/l10n/he.js')
-rw-r--r-- | apps/theming/l10n/he.js | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/apps/theming/l10n/he.js b/apps/theming/l10n/he.js new file mode 100644 index 00000000000..931ee646cf9 --- /dev/null +++ b/apps/theming/l10n/he.js @@ -0,0 +1,54 @@ +OC.L10N.register( + "theming", + { + "Loading preview…" : "תצוגה מקדימה נטענת…", + "Saved" : "נשמר", + "Admin" : "ניהול", + "a safe home for all your data" : "מקום בטוח לכל הנתונים שלך", + "Name cannot be empty" : "השם לא יכול להישאר ריק", + "The given name is too long" : "השם שסופק ארוך מדי", + "The given web address is too long" : "הכתובת שסופקה ארוכה מדי", + "The given legal notice address is too long" : "כתובת ההצהרה המשפטית שסופקה ארוכה מדי", + "The given privacy policy address is too long" : "כתובת מדיניות הפרטיות שסופקה ארוכה מדי", + "The given slogan is too long" : "שורת הכותרת שסופקה ארוכה מדי", + "The given color is invalid" : "הצבע שסופק שגוי", + "The file was uploaded" : "הקובץ הועלה", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "הקובץ שהועלה חורג מהנחיית ה־upload_max_filesize ב־php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה חורג מההנחיה MAX_FILE_SIZE שהוגדרה בטופס ה־HTML", + "The file was only partially uploaded" : "הקובץ הועלה באופן חלקי", + "No file was uploaded" : "לא הועלו קבצים", + "Missing a temporary folder" : "חסרה תיקייה זמנית", + "Could not write file to disk" : "לא ניתן לכתוב לכונן", + "A PHP extension stopped the file upload" : "הרחבת PHP עצרה את העלאת הקובץ", + "No file uploaded" : "לא הועלה קובץ", + "Unsupported image type" : "סוג התמונה לא נתמך", + "You are already using a custom theme. Theming app settings might be overwritten by that." : "כבר נעשה שימוש בערכת עיצוב מותאמת אישית. יכול להיות שהגדרות יישומון ערכות העיצוב יידרסו.", + "Theming" : "ערכות נושא", + "Legal notice" : "הצהרה משפטית", + "Privacy policy" : "מדיניות פרטיות", + "Adjust the Nextcloud theme" : "התאמת ערכת העיצוב של Nextcloud", + "Name" : "שם", + "Reset to default" : "איפוס לבררת מחדל", + "Web link" : "קישור", + "https://…" : "https://…", + "Slogan" : "שורת כותרת", + "Color" : "צבע", + "Logo" : "לוגו", + "Upload new logo" : "העלאת לוגו חדש", + "Login image" : "תמונת כניסה", + "Upload new login background" : "העלאת תמונת כניסה חדשה", + "Remove background image" : "הסרת תמונת רקע", + "Advanced options" : "אפשרויות מתקדמות", + "Legal notice link" : "קישור להצהרה המשפטית", + "Privacy policy link" : "קישור למדיניות הפרטיות", + "Header logo" : "לוגו כותרת", + "Upload new header logo" : "העלאת לוגו כותרת", + "reset to default" : "איפוס לבררת מחדל", + "Web address" : "כתובת", + "Web address https://…" : "כתובת https://…", + "There is no error, the file uploaded with success" : "אין אף תקלה, הקובץ הועלה בהצלחה", + "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד", + "Failed to write file to disk." : "הכתיבה לכונן נכשלה.", + "A PHP extension stopped the file upload." : "הרחבת PHP עצרה את העלאת הקובץ." +}, +"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;"); |