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