You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

th_TH.php 2.2KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "ช่วยเหลือ",
  4. "Personal" => "ส่วนตัว",
  5. "Settings" => "ตั้งค่า",
  6. "Users" => "ผู้ใช้งาน",
  7. "Admin" => "ผู้ดูแล",
  8. "web services under your control" => "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้",
  9. "ZIP download is turned off." => "คุณสมบัติการดาวน์โหลด zip ถูกปิดการใช้งานไว้",
  10. "Files need to be downloaded one by one." => "ไฟล์สามารถดาวน์โหลดได้ทีละครั้งเท่านั้น",
  11. "Back to Files" => "กลับไปที่ไฟล์",
  12. "Selected files too large to generate zip file." => "ไฟล์ที่เลือกมีขนาดใหญ่เกินกว่าที่จะสร้างเป็นไฟล์ zip",
  13. "Application is not enabled" => "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน",
  14. "Authentication error" => "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
  15. "Token expired. Please reload page." => "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง",
  16. "Files" => "ไฟล์",
  17. "Text" => "ข้อความ",
  18. "Images" => "รูปภาพ",
  19. "seconds ago" => "วินาที ก่อนหน้านี้",
  20. "_%n minute ago_::_%n minutes ago_" => array(""),
  21. "_%n hour ago_::_%n hours ago_" => array(""),
  22. "today" => "วันนี้",
  23. "yesterday" => "เมื่อวานนี้",
  24. "_%n day go_::_%n days ago_" => array(""),
  25. "last month" => "เดือนที่แล้ว",
  26. "_%n month ago_::_%n months ago_" => array(""),
  27. "last year" => "ปีที่แล้ว",
  28. "years ago" => "ปี ที่ผ่านมา",
  29. "Could not find category \"%s\"" => "ไม่พบหมวดหมู่ \"%s\""
  30. );
  31. $PLURAL_FORMS = "nplurals=1; plural=0;";