mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
dojo: remove uncompressed files
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
define(
|
||||
"dijit/_editor/nls/th/FontChoice", //begin v1.x content
|
||||
({
|
||||
fontSize: "ขนาด",
|
||||
fontName: "ฟอนต์",
|
||||
formatBlock: "รูปแบบ",
|
||||
|
||||
serif: "serif",
|
||||
"sans-serif": "sans-serif",
|
||||
monospace: "monospace",
|
||||
cursive: "cursive",
|
||||
fantasy: "fantasy",
|
||||
|
||||
noFormat: "ไม่มี",
|
||||
p: "ย่อหน้า",
|
||||
h1: "ส่วนหัว",
|
||||
h2: "ส่วนหัวย่อย",
|
||||
h3: "ส่วนย่อยของส่วนหัวย่อย",
|
||||
pre: "การกำหนดรูปแบบล่วงหน้า",
|
||||
|
||||
1: "xx-small",
|
||||
2: "x-small",
|
||||
3: "small",
|
||||
4: "medium",
|
||||
5: "large",
|
||||
6: "x-large",
|
||||
7: "xx-large"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,17 +0,0 @@
|
||||
define(
|
||||
"dijit/_editor/nls/th/LinkDialog", //begin v1.x content
|
||||
({
|
||||
createLinkTitle: "คุณสมบัติลิงก์",
|
||||
insertImageTitle: "คุณสมบัติอิมเมจ",
|
||||
url: "URL:",
|
||||
text: "รายละเอียด:",
|
||||
target: "เป้าหมาย:",
|
||||
set: "ตั้งค่า",
|
||||
currentWindow: "หน้าต่างปัจจุบัน",
|
||||
parentWindow: "หน้าต่างหลัก",
|
||||
topWindow: "หน้าต่างบนสุด",
|
||||
newWindow: "หน้าต่างใหม่"
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
@@ -1,52 +0,0 @@
|
||||
define(
|
||||
"dijit/_editor/nls/th/commands", //begin v1.x content
|
||||
({
|
||||
'bold': 'ตัวหนา',
|
||||
'copy': 'คัดลอก',
|
||||
'cut': 'ตัด',
|
||||
'delete': 'ลบ',
|
||||
'indent': 'เพิ่มการเยื้อง',
|
||||
'insertHorizontalRule': 'ไม้บรรทัดแนวนอน',
|
||||
'insertOrderedList': 'ลำดับเลข',
|
||||
'insertUnorderedList': 'หัวข้อย่อย',
|
||||
'italic': 'ตัวเอียง',
|
||||
'justifyCenter': 'จัดกึ่งกลาง',
|
||||
'justifyFull': 'จัดชิดขอบ',
|
||||
'justifyLeft': 'จัดชิดซ้าย',
|
||||
'justifyRight': 'จัดชิดขวา',
|
||||
'outdent': 'ลดการเยื้อง',
|
||||
'paste': 'วาง',
|
||||
'redo': 'ทำซ้ำ',
|
||||
'removeFormat': 'ลบรูปแบบออก',
|
||||
'selectAll': 'เลือกทั้งหมด',
|
||||
'strikethrough': 'ขีดทับ',
|
||||
'subscript': 'ตัวห้อย',
|
||||
'superscript': 'ตัวยก',
|
||||
'underline': 'ขีดเส้นใต้',
|
||||
'undo': 'เลิกทำ',
|
||||
'unlink': 'ลบลิงก์ออก',
|
||||
'createLink': 'สร้างลิงก์',
|
||||
'toggleDir': 'สลับทิศทาง',
|
||||
'insertImage': 'แทรกอิมเมจ',
|
||||
'insertTable': 'แทรก/แก้ไขตาราง',
|
||||
'toggleTableBorder': 'สลับเส้นขอบตาราง',
|
||||
'deleteTable': 'ลบตาราง',
|
||||
'tableProp': 'คุณสมบัติตาราง',
|
||||
'htmlToggle': 'ซอร์ส HTML',
|
||||
'foreColor': 'สีพื้นหน้า',
|
||||
'hiliteColor': 'สีพื้นหลัง',
|
||||
'plainFormatBlock': 'ลักษณะย่อหน้า',
|
||||
'formatBlock': 'ลักษณะย่อหน้า',
|
||||
'fontSize': 'ขนาดฟอนต์',
|
||||
'fontName': 'ชื่อฟอนต์',
|
||||
'tabIndent': 'เยื้องแท็บ',
|
||||
"fullScreen": "สลับจอภาพแบบเต็ม",
|
||||
"viewSource": "ดูซอร์ส HTML",
|
||||
"print": "พิมพ์",
|
||||
"newPage": "หน้าใหม่",
|
||||
/* Error messages */
|
||||
'systemShortcut': 'การดำเนินการ"${0}" ใช้งานได้เฉพาะกับเบราว์เซอร์ของคุณโดยใช้แป้นพิมพ์ลัด ใช้ ${1}'
|
||||
})
|
||||
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user