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

he.js « l10n - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01e1cb9b094724d7d1d61e6a68bb34125106aab4 (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
OC.L10N.register(
    "files_antivirus",
    {
    "Clean" : "ניקוי",
    "Infected" : "נגוע",
    "Unchecked" : "לא נבדק",
    "Scanner exit status" : "מצב היציאה של הסורק",
    "Scanner output" : "פלט הסורק",
    "Saving…" : "מתבצעת שמירה…",
    "Antivirus" : "אנטיוירוס",
    "File {file} is infected with {virus}" : "הקובץ {file} נגוע בווירוס {virus}",
    "The file has been removed" : "הקובץ הוסר",
    "File containing {virus} detected" : "זוהה קובץ שמכיל את {virus}",
    "Antivirus detected a virus" : "האנטיוירוס זיהה וירוס",
    "Virus %s is detected in the file. Upload cannot be completed." : "התגלה וירוס %s בקובץ. לא ניתן להשלים את ההלאה.",
    "Saved" : "נשמר",
    "Antivirus for files" : "אנטיוירוס לקבצים",
    "An antivirus app for Nextcloud" : "יישומון אנטיוירוס ל־Nextcloud",
    "Greetings {user}," : "ברכות {user},",
    "Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." : "התגלתה נוזקה בקובץ שניסית להעלות ולכן הוא נמחק, עמך הסליחה.",
    "This email is a notification from {host}. Please, do not reply." : "הודעת דוא״ל זאת היא מאת {host}. נא לא להגיב.",
    "File uploaded: {file}" : "קובץ הועלה: {file}",
    "Antivirus for Files" : "אנטיוירוס לקבצים",
    "Mode" : "מצב",
    "ClamAV Executable" : "קובץ ההפעלה של ClamAV",
    "ClamAV Daemon" : "סוכן רקע של ClamAV",
    "ClamAV Daemon (Socket)" : "סוכן רקע של ClamAV (שקע - Socket)",
    "Kaspersky Daemon" : "סוכן רקע של Kaspersky",
    "Socket" : "שקע",
    "ClamAV Socket." : "שקע - Socket של ClamAV.",
    "Not required in Executable Mode." : "לא נדרש במצב הפעלה.",
    "Host" : "מארח",
    "Address of Antivirus Host." : "כתובת מארח האנטיוירוס.",
    "Port" : "פתחה",
    "Port number of Antivirus Host." : "מספר הפתחה של מארח האנטיוירוס.",
    "Select" : "בחירה",
    "Stream Length" : "אורך התזרים",
    "ClamAV StreamMaxLength value in bytes." : "ערך StreamMaxLength של ClamAV בבתים.",
    "bytes" : "בתים",
    "Path to clamscan" : "נתיב אל clamscan",
    "Path to clamscan executable." : "נתיב אל קובץ ההפעלה של clamscan.",
    "Not required in Daemon Mode." : "לא נדרש במצב סוכן",
    "Extra command line options (comma-separated)" : "אפשרויות נוספות לשורת הפקודה (בהפרדה לפסיקים)",
    "When infected files are found during a background scan" : "כאשר נמצאים קבצים נגועים במהלך סריקת רגע",
    "Only log" : "לתעד בלבד",
    "Delete file" : "מחיקת קובץ",
    "Save" : "שמירה",
    "Advanced" : "מתקדם",
    "Rules" : "כללים",
    "Clear All" : "לפנות הכול",
    "Reset to defaults" : "איפוס לבררת המחדל",
    "Match by" : "התאמה לפי",
    "Scanner exit status or signature to search" : "מצב יציאה של סורק או חתימה לחיפוש",
    "Description" : "תיאור",
    "Mark as" : "סימון בתור",
    "Add a rule" : "הוספת כל"
},
"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;");