he.js 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Unknown error" : "שגיאה בלתי ידועה",
  5. "Could not move %s - File with this name already exists" : "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים",
  6. "Could not move %s" : "לא ניתן להעביר את %s",
  7. "No file was uploaded. Unknown error" : "לא הועלה קובץ. טעות בלתי מזוהה.",
  8. "There is no error, the file uploaded with success" : "לא התרחשה שגיאה, הקובץ הועלה בהצלחה",
  9. "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:",
  10. "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML",
  11. "The uploaded file was only partially uploaded" : "הקובץ הועלה באופן חלקי בלבד",
  12. "No file was uploaded" : "שום קובץ לא הועלה",
  13. "Missing a temporary folder" : "תקיה זמנית חסרה",
  14. "Failed to write to disk" : "הכתיבה לכונן נכשלה",
  15. "Not enough storage available" : "אין די שטח פנוי באחסון",
  16. "Upload failed. Could not get file info." : "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.",
  17. "Invalid directory." : "תיקייה שגויה.",
  18. "Files" : "קבצים",
  19. "Favorites" : "מועדפים",
  20. "Home" : "בית",
  21. "Upload cancelled." : "ההעלאה בוטלה.",
  22. "Could not get result from server." : "לא ניתן לגשת לתוצאות מהשרת.",
  23. "File upload is in progress. Leaving the page now will cancel the upload." : "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
  24. "{new_name} already exists" : "{new_name} כבר קיים",
  25. "Rename" : "שינוי שם",
  26. "Delete" : "מחיקה",
  27. "Unshare" : "הסר שיתוף",
  28. "Download" : "הורדה",
  29. "Select" : "בחר",
  30. "Pending" : "ממתין",
  31. "Error" : "שגיאה",
  32. "Name" : "שם",
  33. "Size" : "גודל",
  34. "Modified" : "זמן שינוי",
  35. "File name cannot be empty." : "שם קובץ אינו יכול להיות ריק",
  36. "Your storage is almost full ({usedSpacePercent}%)" : "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)",
  37. "Favorite" : "מועדף",
  38. "A new file or folder has been <strong>created</strong>" : "קובץ או תיקייה חדשים <strong>נוצרו<strong/>",
  39. "A file or folder has been <strong>changed</strong>" : "קובץ או תיקייה <strong>שונו<strong/>",
  40. "A file or folder has been <strong>deleted</strong>" : "קובץ או תיקייה <strong>נמחקו<strong/>",
  41. "You created %1$s" : "יצרת %1$s",
  42. "%2$s created %1$s" : "%2$s נוצרו %1$s",
  43. "%1$s was created in a public folder" : "%1$s נוצר בתיקייה ציבורית",
  44. "You changed %1$s" : "שינית %1$s",
  45. "%2$s changed %1$s" : "%2$s שונו %1$s",
  46. "You deleted %1$s" : "מחקת %1$s",
  47. "%2$s deleted %1$s" : "%2$s נמחקו %1$s",
  48. "Upload (max. %s)" : "העלאה (מקסימום %s)",
  49. "File handling" : "טיפול בקבצים",
  50. "Maximum upload size" : "גודל העלאה מקסימלי",
  51. "max. possible: " : "המרבי האפשרי: ",
  52. "Save" : "שמירה",
  53. "Settings" : "הגדרות",
  54. "WebDAV" : "WebDAV",
  55. "New" : "חדש",
  56. "Text file" : "קובץ טקסט",
  57. "New folder" : "תיקייה חדשה",
  58. "Folder" : "תיקייה",
  59. "Upload" : "העלאה",
  60. "Cancel upload" : "ביטול ההעלאה",
  61. "Upload too large" : "העלאה גדולה מידי",
  62. "The files you are trying to upload exceed the maximum size for file uploads on this server." : "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.",
  63. "Files are being scanned, please wait." : "הקבצים נסרקים, נא להמתין."
  64. },
  65. "nplurals=2; plural=(n != 1);");