th.js 1.2 KB

123456789101112131415161718
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Deleted files" : "ไฟล์ที่ถูกลบ",
  5. "restored" : "การเรียกคืน",
  6. "Restore" : "คืนค่า",
  7. "Delete permanently" : "ลบแบบถาวร",
  8. "This operation is forbidden" : "การดำเนินการนี้ถูกห้าม",
  9. "This directory is unavailable, please check the logs or contact the administrator" : "ไม่สามารถใช้งานไดเรกทอรีนี้โปรดตรวจสอบบันทึกหรือติดต่อผู้ดูแลระบบ",
  10. "No deleted files" : "ไม่มีไฟล์ที่ถูกลบ",
  11. "You will be able to recover deleted files from here" : "คุณจะสามารถกู้คืนไฟล์ที่ถูกได้ลบจากที่นี่",
  12. "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
  13. "Select all" : "เลือกทั้งหมด",
  14. "Name" : "ชื่อ",
  15. "Deleted" : "ลบแล้ว",
  16. "Delete" : "ลบ"
  17. },
  18. "nplurals=1; plural=0;");