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

he.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1248b6cd2ac9d6bdd88d3d28c88c1c79ad15763 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
OC.L10N.register(
    "serverinfo",
    {
    "CPU info not available" : "פרטי המעבד לא זמינים",
    "Load average" : "ממוצע עומס",
    "Last minute" : "דקה אחרונה",
    "Memory info not available" : "פרטי זיכרון אינם זמינים",
    "Total" : "סך הכול",
    "Current usage" : "שימוש נוכחי",
    "Users" : "משתמשים",
    "Groups" : "קבוצות",
    "Links" : "קישורים",
    "Mails" : "פריטי דוא״ל",
    "Federated sent" : "בקשת איגוד נשלחה",
    "Federated received" : "בקשת איגוד התקבלה",
    "Talk conversations" : "דיוני שיח",
    "24 hours" : "24 שעות",
    "1 hour" : "שעה",
    "5 mins" : "5 דקות",
    "Copy" : "העתקה",
    "Copied!" : "הועתק!",
    "Not supported!" : "אין תמיכה!",
    "Press ⌘-C to copy." : "להעתקה: ‎⌘-C.",
    "Press Ctrl-C to copy." : "להעתקה: Ctrl-C.",
    "System" : "מערכת",
    "Monitoring" : "מעקב",
    "Monitoring app with useful server information" : "יישום מעקב עם פרטים חשובים על השרת",
    "Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc." : "מספק פרטים חיוניים על השרת כגון העומס על המעבד, ניצולת הזיכרון, ניצולת נפח הכונן מספר המשתמשים וכו׳",
    "Operating System" : "מערכת הפעלה",
    "CPU" : "מעבד",
    "Memory" : "זיכרון",
    "Server time" : "זמן השרת",
    "Uptime" : "זמן פעילות",
    "Load" : "עומס",
    "Disk" : "כונן",
    "Mount" : "עגינה",
    "Filesystem" : "מערכת קבצים",
    "Size" : "גודל",
    "Available" : "זמינות",
    "Used" : "מנוצלים",
    "You will get a notification once one of your disks is nearly full." : "תישלח אליך התראה כשהכונן עומד להתמלא לחלוטין.",
    "Files:" : "קבצים",
    "Storages:" : "אמצעי אחסון:",
    "Free Space:" : "מקום פנוי:",
    "Network" : "רשת",
    "Hostname" : "שם מארח",
    "DNS" : "DNS",
    "Gateway" : "שער גישה",
    "Status" : "מצב",
    "Speed" : "מהירות",
    "MAC" : "כתובת חומרה",
    "IPv4" : "IPv4",
    "IPv6" : "IPv6",
    "Active users" : "משתמשים פעילים",
    "Total users:" : "סך כל המשתמשים:",
    "Shares" : "שיתופים",
    "PHP" : "PHP",
    "Version:" : "גרסה:",
    "Memory Limit:" : "מגבלת זיכרון:",
    "Max Execution Time:" : "זמן ההפעלה המרבי:",
    "Upload max size:" : "גודל העלאה מרבי:",
    "Database" : "מסד נתונים",
    "Type:" : "סוג:",
    "Size:" : "גודל:",
    "External monitoring tool" : "כלי מעקב חיצוני",
    "You can connect an external monitoring tool by using this end point:" : "ניתן לחבר לכלי מעקב חיצוני דרך נקודת הגישה הזאת:",
    "Appending \"?format=json\" at the end of the URL gives you the result in JSON." : "הוספת „‎?format=json” לסוף הכתובת יעניק לך את התוצאה ב־JSON.",
    "To use an access token please generate one then set it using the following command:" : "כדי להשתמש באסימון גישה נא לייצור אחד ואז להגדיר אותו באמצעות הפקודה הבאה:",
    "Then pass the token with the \"NC-Token\" header when querying the above URL." : "לאחר מכן יש להעביר את האסימון עם כותרת „NC-Token” בעת תשאול הכתובת שלעיל.",
    "Time Servers" : "שרתי זמן"
},
"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;");