nextcloud/apps/files/l10n/he.js

75 lines
4.6 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files",
{
"Unknown error" : "שגיאה בלתי ידועה",
"No file was uploaded. Unknown error" : "לא הועלה קובץ. טעות בלתי מזוהה.",
"There is no error, the file uploaded with success" : "לא התרחשה שגיאה, הקובץ הועלה בהצלחה",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML",
"The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד",
"No file was uploaded" : "שום קובץ לא הועלה",
"Missing a temporary folder" : "תקיה זמנית חסרה",
"Failed to write to disk" : "הכתיבה לכונן נכשלה",
"Not enough storage available" : "אין די שטח פנוי באחסון",
"Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.",
"Invalid directory." : "תיקייה שגויה.",
"Files" : "קבצים",
2016-01-07 09:55:48 +03:00
"All files" : "כל הקבצים",
2014-12-17 09:56:41 +03:00
"Favorites" : "מועדפים",
2014-12-19 09:56:51 +03:00
"Home" : "בית",
2015-08-25 19:39:10 +03:00
"Close" : "סגירה",
"Upload cancelled." : "ההעלאה בוטלה.",
"Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.",
"File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
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-07 09:55:48 +03:00
"Unshare" : "הסר שיתוף",
2015-09-28 12:07:18 +03:00
"Details" : "פרטים",
2014-12-19 09:56:51 +03:00
"Select" : "בחר",
"Pending" : "ממתין",
2016-01-07 09:55:48 +03:00
"This operation is forbidden" : "פעולה זו אסורה",
"This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל",
"Name" : "שם",
"Size" : "גודל",
"Modified" : "זמן שינוי",
2015-09-08 08:55:56 +03:00
"New" : "חדש",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "שם קובץ אינו יכול להיות ריק",
"Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)",
2016-01-07 09:55:48 +03:00
"Path" : "נתיב",
"Favorited" : "מועדף",
2014-12-17 09:56:41 +03:00
"Favorite" : "מועדף",
2015-09-08 08:55:56 +03:00
"Folder" : "תיקייה",
"New folder" : "תיקייה חדשה",
2015-11-13 09:57:12 +03:00
"Upload" : "העלאה",
2015-02-20 09:55:01 +03:00
"A new file or folder has been <strong>created</strong>" : "קובץ או תיקייה חדשים <strong>נוצרו<strong/>",
"A file or folder has been <strong>changed</strong>" : "קובץ או תיקייה <strong>שונו<strong/>",
"A file or folder has been <strong>deleted</strong>" : "קובץ או תיקייה <strong>נמחקו<strong/>",
"You created %1$s" : "יצרת %1$s",
"%2$s created %1$s" : "%2$s נוצרו %1$s",
"%1$s was created in a public folder" : "%1$s נוצר בתיקייה ציבורית",
"You changed %1$s" : "שינית %1$s",
"%2$s changed %1$s" : "%2$s שונו %1$s",
"You deleted %1$s" : "מחקת %1$s",
"%2$s deleted %1$s" : "%2$s נמחקו %1$s",
"Upload (max. %s)" : "העלאה (מקסימום %s)",
"File handling" : "טיפול בקבצים",
"Maximum upload size" : "גודל העלאה מקסימלי",
"max. possible: " : "המרבי האפשרי: ",
"Save" : "שמירה",
2016-01-07 09:55:48 +03:00
"Missing permissions to edit from here." : "חסרות הרשאות לעריכה מכאן.",
2014-12-19 09:56:51 +03:00
"Settings" : "הגדרות",
"WebDAV" : "WebDAV",
2014-12-19 09:56:51 +03:00
"Cancel upload" : "ביטול ההעלאה",
2016-01-07 09:55:48 +03:00
"No files in here" : "אין כאן קבצים",
"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." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
2015-11-24 09:56:32 +03:00
"Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין.",
2016-01-07 09:55:48 +03:00
"No favorites" : "אין מועדפים",
2015-11-24 09:56:32 +03:00
"Text file" : "קובץ טקסט"
},
"nplurals=2; plural=(n != 1);");