Welcome to mirror list, hosted at ThFree Co, Russian Federation.

he.js « l10n « theming « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 32bcd089e73c73fe8353835ba45250f78fb21afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 web address is not a valid URL" : "הכתובת שסופקה אינה תקנית",
    "The given legal notice address is too long" : "כתובת ההצהרה המשפטית שסופקה ארוכה מדי",
    "The given legal notice address is not a valid URL" : "כתובת ההצהרה המשפטית שסופקה אינה תקינה",
    "The given privacy policy address is too long" : "כתובת מדיניות הפרטיות שסופקה ארוכה מדי",
    "The given privacy policy address is not a valid URL" : "כתובת מדיניות הפרטיות שסופקה אינה תקינה",
    "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" : "לא הועלה קובץ",
    "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",
    "Open documentation" : "פתיחת תיעוד",
    "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "עם ערכות עיצוב ניתן להתאים את המראה והתחושה של המערכת ושל הלקוחות הנתמכים שלך. אלו תהיינה גלויות לכל המשתמשים.",
    "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" : "העלאת לוגו כותרת",
    "Favicon" : "סמל כותרת",
    "Upload new favicon" : "העלאת סמל כותרת חדש",
    "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "יש להתקין את הרחבת ה־PHP של Imagemagick עם תמיכה בתמונות SVG כדי לייצר תמונות מועדפים אוטומטיות על בסיס הלוגו שהועלה והצבע."
},
"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;");