fa.js 4.5 KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "restored" : "بازیابی شد",
  5. "Deleted files" : "فایل های حذف شده",
  6. "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)",
  7. "Restore" : "بازیابی",
  8. "List of files that have been deleted." : "List of files that have been deleted.",
  9. "No deleted files" : "هیچ فایل حذف شده وجود ندارد",
  10. "Files and folders you have deleted will show up here" : "Files and folders you have deleted will show up here",
  11. "Deleted" : "حذف شده",
  12. "This application enables users to restore files that were deleted from the system." : "این برنامه کاربران را قادر می سازد تا پرونده هایی را که از سیستم حذف شده اند بازیابی کنند.",
  13. "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "این برنامه کاربران را قادر می سازد تا پرونده هایی را که از سیستم حذف شده اند بازیابی کنند. این لیست لیستی از پرونده های حذف شده در رابط وب را نشان می دهد ، و گزینه هایی برای بازگرداندن آن پرونده های حذف شده به فهرست پرونده های کاربران یا حذف دائمی آنها از سیستم دارد. در صورت فعال بودن برنامه نسخه ، با بازیابی یک پرونده ، نسخه های مربوط به پرونده نیز بازیابی می شود. هنگامی که یک پرونده از یک سهم حذف شد ، می تواند به همان شیوه بازیابی شود ، اگرچه دیگر به اشتراک گذاشته نشده است. به طور پیش فرض ، این پرونده ها به مدت 30 روز در سطل زباله باقی می مانند.\nبرای جلوگیری از خالی شدن فضای کاربر در فضای دیسک ، برنامه حذف پرونده ها بیش از 50٪ از سهمیه رایگان موجود در حال حاضر را برای پرونده های حذف شده استفاده نمی کند. اگر پرونده های حذف شده از این حد فراتر رود ، برنامه قدیمی ترین پرونده ها را حذف می کند تا اینکه به زیر این حد برسد. اطلاعات بیشتر در مستندات حذف پرونده ها موجود است.",
  14. "Delete permanently" : "حذف قطعی",
  15. "Error while restoring file from trash bin" : "Error while restoring file from trash bin",
  16. "Error while removing file from trash bin" : "Error while removing file from trash bin",
  17. "Error while restoring files from trash bin" : "Error while restoring files from trash bin",
  18. "Error while emptying trash bin" : "Error while emptying trash bin",
  19. "Error while removing files from trash bin" : "Error while removing files from trash bin",
  20. "This operation is forbidden" : "این عملیات غیرمجاز است",
  21. "This directory is unavailable, please check the logs or contact the administrator" : "پوشه‌ در دسترس نیست، لطفا لاگ‌ها را بررسی کنید یا به مدیر سیستم اطلاع دهید",
  22. "You will be able to recover deleted files from here" : "شما قادر خواهید بود فایل های حذف شده را از اینجا بازیابی کنید",
  23. "No entries found in this folder" : "هیچ ورودی‌ای در این پوشه وجود ندارد",
  24. "Select all" : "انتخاب همه",
  25. "Name" : "نام",
  26. "Actions" : "فعالیت ها",
  27. "Delete" : "حذف"
  28. },
  29. "nplurals=2; plural=(n > 1);");