commands.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. define(
  2. "dijit/_editor/nls/th/commands", //begin v1.x content
  3. ({
  4. 'bold': 'ตัวหนา',
  5. 'copy': 'คัดลอก',
  6. 'cut': 'ตัด',
  7. 'delete': 'ลบ',
  8. 'indent': 'เพิ่มการเยื้อง',
  9. 'insertHorizontalRule': 'ไม้บรรทัดแนวนอน',
  10. 'insertOrderedList': 'ลำดับเลข',
  11. 'insertUnorderedList': 'หัวข้อย่อย',
  12. 'italic': 'ตัวเอียง',
  13. 'justifyCenter': 'จัดกึ่งกลาง',
  14. 'justifyFull': 'จัดชิดขอบ',
  15. 'justifyLeft': 'จัดชิดซ้าย',
  16. 'justifyRight': 'จัดชิดขวา',
  17. 'outdent': 'ลดการเยื้อง',
  18. 'paste': 'วาง',
  19. 'redo': 'ทำซ้ำ',
  20. 'removeFormat': 'ลบรูปแบบออก',
  21. 'selectAll': 'เลือกทั้งหมด',
  22. 'strikethrough': 'ขีดทับ',
  23. 'subscript': 'ตัวห้อย',
  24. 'superscript': 'ตัวยก',
  25. 'underline': 'ขีดเส้นใต้',
  26. 'undo': 'เลิกทำ',
  27. 'unlink': 'ลบลิงก์ออก',
  28. 'createLink': 'สร้างลิงก์',
  29. 'toggleDir': 'สลับทิศทาง',
  30. 'insertImage': 'แทรกอิมเมจ',
  31. 'insertTable': 'แทรก/แก้ไขตาราง',
  32. 'toggleTableBorder': 'สลับเส้นขอบตาราง',
  33. 'deleteTable': 'ลบตาราง',
  34. 'tableProp': 'คุณสมบัติตาราง',
  35. 'htmlToggle': 'ซอร์ส HTML',
  36. 'foreColor': 'สีพื้นหน้า',
  37. 'hiliteColor': 'สีพื้นหลัง',
  38. 'plainFormatBlock': 'ลักษณะย่อหน้า',
  39. 'formatBlock': 'ลักษณะย่อหน้า',
  40. 'fontSize': 'ขนาดฟอนต์',
  41. 'fontName': 'ชื่อฟอนต์',
  42. 'tabIndent': 'เยื้องแท็บ',
  43. "fullScreen": "สลับจอภาพแบบเต็ม",
  44. "viewSource": "ดูซอร์ส HTML",
  45. "print": "พิมพ์",
  46. "newPage": "หน้าใหม่",
  47. /* Error messages */
  48. 'systemShortcut': 'การดำเนินการ"${0}" ใช้งานได้เฉพาะกับเบราว์เซอร์ของคุณโดยใช้แป้นพิมพ์ลัด ใช้ ${1}'
  49. })
  50. //end v1.x content
  51. );