forked from n1crack/vuefinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
he-736e9ea8.js
72 lines (72 loc) · 3.2 KB
/
he-736e9ea8.js
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
const e = `{
"Language": "שפה",
"Create": "יצירה",
"Close": "סגירה",
"Cancel": "ביטול",
"Save": "שמירה",
"Edit": "עריכה",
"Crop": "חיתוך",
"New Folder": "תיקייה חדשה",
"New File": "קובץ חדש",
"Rename": "שינוי שם",
"Delete": "מחיקה",
"Upload": "העלאה",
"Download": "הורדה",
"Archive": "לדחוס",
"Unarchive": "לחלץ",
"Open": "פתיחה",
"Open containing folder": "פתיחת מיקום קובץ",
"Refresh": "רענון",
"Preview": "תצוגה מקדימה",
"Dark Mode": "עיצוב כהה",
"Toggle Full Screen": "שינוי מצב מסך מלא",
"Change View": "שינוי תצוגה",
"Storage": "אחסון",
"Go up a directory": "מעבר תיקייה אחת למעלה",
"Search anything..": "חיפוש...",
"Name": "שם",
"Size": "גודל",
"Date": "תאריך",
"Filepath": "נתיב קובץ",
"About": "אודות",
"Folder Name": "שם התיקייה",
"File Name": "שם הקובץ",
"Move files": "העברת קבצים",
"Are you sure you want to move these files to?": "האם בטוח להעביר קבצים אלה?",
"Yes, Move!": "כן, להעביר!",
"Delete files": "מחיקת קבצים",
"Yes, Delete!": "כן, למחוק!",
"Upload Files": "העלאת קבצים",
"No files selected!": "לא נבחרו קבצים",
"Select Files": "בחירת קבצים",
"Archive the files": "דחיסת קבצים אלו",
"Unarchive the files": "חילוץ קבצים אלו",
"The archive will be unarchived at": "הארכיןם יוחלץ ל:",
"Archive name. (.zip file will be created)": "שם הארכיון. (סיומת .zip תווסף)",
"Vuefinder is a file manager component for vue 3.": "Vuefinder הינו רכיב מנהל קבצים עבור vue 3",
"Create a new folder": "יצירת תיקייה חדשה",
"Create a new file": "יצירת קובץ חדש",
"Are you sure you want to delete these files?": "האם בטוח למחוק קבצים אלה?",
"This action cannot be undone.": "לא ניתן לבטל פעולה זו.",
"Search results for": "תוצאות חיפוש עבור",
"item(s) selected.": "פריט(ים) נבחרו.",
"%s is renamed.": "השם של %s השתנה.",
"This is a readonly storage.": "זהו אחסון לקריאה בלבד.",
"%s is created.": "%s נוצר",
"Files moved.": "הקבצים הועברו.",
"Files deleted.": "הקבצים נמחקו",
"The file unarchived.": "הקבצים חולצו.",
"The file(s) archived.": "הקובצים נדחסו.",
"Updated.": "התעדכן",
"No search result found.": "לא נמצאו תוצאות לחיפוש.",
"Are you sure you want to move these files?": "האם בטוח להעביר קבצים אלו?",
"File Size": "גודל קובץ",
"Last Modified": "תאריך שינוי",
"Drag&Drop: on": "מצב גרירה: פעיל",
"Drag&Drop: off": "מצב גרירה: כבוי",
"The selected file exceeds the maximum file size. You cannot upload files greater than %s": "הקובץ הנבחר חורג ממגבלת המקסימום של גודל קובץ. לא ניתן להעלות קובץ גדול מ-%s"
}
`;
export {
e as default
};