nextcloud/apps/files/l10n/he.js

87 lines
6.5 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
2016-01-10 09:55:57 +03:00
"Storage invalid" : "אחסון לא חוקי",
"Unknown error" : "שגיאה בלתי ידועה",
2016-01-07 09:55:48 +03:00
"All files" : "כל הקבצים",
2016-06-14 09:02:15 +03:00
"File could not be found" : "הקובץ לא ניתן לאיתור",
2014-12-19 09:56:51 +03:00
"Home" : "בית",
2015-08-25 19:39:10 +03:00
"Close" : "סגירה",
2016-05-13 09:08:45 +03:00
"Favorites" : "מועדפים",
2016-10-25 12:36:09 +03:00
"Could not create folder \"{dir}\"" : "לא ניתן ליצור את התיקייה \"{dir}\"",
"Upload cancelled." : "ההעלאה בוטלה.",
2016-01-10 09:55:57 +03:00
"Unable to upload {filename} as it is a directory or has 0 bytes" : "לא ניתן להעלות {filename} כיוון שמדובר בתיקייה או שגודלו 0 בייט",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "לא קיים מספיק מקום פנוי, הקובץ המיועד להעלאה {size1} אבל נשאר {size2} בלבד",
2016-06-14 09:02:15 +03:00
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} מתוך {totalSize} ({bitrate})",
2015-08-25 19:39:10 +03:00
"Actions" : "פעולות",
2015-01-13 09:56:58 +03:00
"Download" : "הורדה",
2015-09-28 12:07:18 +03:00
"Rename" : "שינוי שם",
"Delete" : "מחיקה",
2016-01-10 09:55:57 +03:00
"Disconnect storage" : "ניתוק אחסון",
2016-01-07 09:55:48 +03:00
"Unshare" : "הסר שיתוף",
2017-02-11 04:07:23 +03:00
"Files" : "קבצים",
2015-09-28 12:07:18 +03:00
"Details" : "פרטים",
2014-12-19 09:56:51 +03:00
"Select" : "בחר",
"Pending" : "ממתין",
2016-01-10 09:55:57 +03:00
"Unable to determine date" : "לא ניתן לקבוע תאריך",
2016-01-07 09:55:48 +03:00
"This operation is forbidden" : "פעולה זו אסורה",
"This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל",
2016-01-10 09:55:57 +03:00
"Could not move \"{file}\", target exists" : "לא ניתן להעביר \"{file}\", קובץ מטרה קיים",
"Could not move \"{file}\"" : "לא ניתן להעביר \"{file}\"",
"{newName} already exists" : "{newName} כבר קיים",
"Could not rename \"{fileName}\", it does not exist any more" : "לא ניתן לשנות שם \"{fileName}\", הוא כבר לא קיים יותר",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "השם \"{targetName}\" כבר קיים בתיקייה \"{dir}\". יש לבחור שם אחר.",
"Could not rename \"{fileName}\"" : "לא ניתן לשנות את השם \"{fileName}\"",
"Could not create file \"{file}\"" : "לא ניתן ליצור את הקובץ \"{file}\"",
"Could not create file \"{file}\" because it already exists" : "לא ניתן ליצור את הקובץ \"{file}\" כיוון שהוא כבר קיים",
"Could not create folder \"{dir}\" because it already exists" : "לא ניתן ליצור את התיקייה \"{dir}\" כיוון שהיא כבר קיימת",
"Error deleting file \"{fileName}\"." : "שגיאה בזמן מחיקת קובץ \"{fileName}\".",
"Name" : "שם",
"Size" : "גודל",
"Modified" : "זמן שינוי",
2016-01-11 09:55:34 +03:00
"_%n folder_::_%n folders_" : ["%n תיקייה","%n תיקיות"],
"_%n file_::_%n files_" : ["%n קובץ","%n קבצים"],
2016-01-10 09:55:57 +03:00
"{dirs} and {files}" : "{dirs} וכן {files}",
"You dont have permission to upload or create files here" : "אין לך הרשאות להעלות או ליצור קבצים כאן",
2016-01-23 09:55:35 +03:00
"_Uploading %n file_::_Uploading %n files_" : ["מעלה %n קובץ","מעלה %n קבצים"],
2015-09-08 08:55:56 +03:00
"New" : "חדש",
2016-01-10 09:55:57 +03:00
"\"{name}\" is an invalid file name." : "\"{name}\" הנו שם קובץ לא חוקי.",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "שם קובץ אינו יכול להיות ריק",
2016-01-10 09:55:57 +03:00
"Storage of {owner} is full, files can not be updated or synced anymore!" : "האחסון של {owner} מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!",
"Your storage is full, files can not be updated or synced anymore!" : "האחסון שלך מלא, כבר לא ניתן לעדכן ולסנכרן קבצים!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "האחסון של {owner} כמעט מלא ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)",
2016-01-11 09:55:34 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["מתאים ל- '{filter}'","מתאים ל- '{filter}'"],
2017-02-11 04:07:23 +03:00
"View in folder" : "הצג בתיקייה",
2016-01-07 09:55:48 +03:00
"Path" : "נתיב",
2016-01-11 09:55:34 +03:00
"_%n byte_::_%n bytes_" : ["%n בייט","%n בייטים"],
2016-01-07 09:55:48 +03:00
"Favorited" : "מועדף",
2014-12-17 09:56:41 +03:00
"Favorite" : "מועדף",
2015-09-08 08:55:56 +03:00
"New folder" : "תיקייה חדשה",
2016-01-10 09:55:57 +03:00
"An error occurred while trying to update the tags" : "שגיאה אירעה בזמן עדכון התגיות",
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "קובץ או תיקייה חדשים <strong>נוצרו<strong/>",
2016-01-10 09:55:57 +03:00
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "הגבלת הודעות על יצירת או שינוי <strong>הקבצים המועדפים</strong> שלך <em>(Stream only)</em>",
"Upload (max. %s)" : "העלאה (מקסימום %s)",
"File handling" : "טיפול בקבצים",
"Maximum upload size" : "גודל העלאה מקסימלי",
"max. possible: " : "המרבי האפשרי: ",
"Save" : "שמירה",
2016-01-10 09:55:57 +03:00
"With PHP-FPM it might take 5 minutes for changes to be applied." : "בשימוש ב- PHP-FPM זה יכול להמשך 5 דקות לשינויים לחול.",
2016-01-07 09:55:48 +03:00
"Missing permissions to edit from here." : "חסרות הרשאות לעריכה מכאן.",
2014-12-19 09:56:51 +03:00
"Settings" : "הגדרות",
2016-06-02 08:55:16 +03:00
"Show hidden files" : "הצגת קבצים נסתרים",
"WebDAV" : "WebDAV",
2016-01-07 09:55:48 +03:00
"No files in here" : "אין כאן קבצים",
2016-01-10 09:55:57 +03:00
"Upload some content or sync with your devices!" : "יש להעלות קצת תוכן או לסנכרן עם ההתקנים שלך!",
2016-01-07 09:55:48 +03:00
"No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו",
"Select all" : "לבחור הכול",
"Upload too large" : "העלאה גדולה מידי",
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
2016-01-10 09:55:57 +03:00
"Files and folders you mark as favorite will show up here" : "קבצים ותיקיות שסומנו על ידך כמועדפים יוצגו כאן",
2017-02-11 04:07:23 +03:00
"Tags" : "תגיות",
"Deleted files" : "קבצים שנמחקו",
2016-01-09 09:55:50 +03:00
"Text file" : "קובץ טקסט",
2018-02-13 13:48:27 +03:00
"New text file.txt" : "קובץ טקסט חדש.txt"
},
"nplurals=2; plural=(n != 1);");