forked from n1crack/vuefinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"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" | ||
} |