51 lines
2.5 KiB
JavaScript
51 lines
2.5 KiB
JavaScript
// I18N constants
|
|
|
|
// LANG: "th", ENCODING: UTF-8
|
|
// Author: Suchin Prasongbundit, <suchin@joolsoft.com>
|
|
|
|
// FOR TRANSLATORS:
|
|
//
|
|
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
|
// (at least a valid email address)
|
|
//
|
|
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
|
// (if this is not possible, please include a comment
|
|
// that states what encoding is necessary.)
|
|
|
|
{
|
|
"Bold": "ตัวหนา",
|
|
"Italic": "ตัวเอียง",
|
|
"Underline": "ขีดเส้นใต้",
|
|
"Strikethrough": "ขีดทับ",
|
|
"Subscript": "ตัวห้อย",
|
|
"Superscript": "ตัวยก",
|
|
"Justify Left": "จัดชิดซ้าย",
|
|
"Justify Center": "จัดกึ่งกลาง",
|
|
"Justify Right": "จัดชิดขวา",
|
|
"Justify Full": "จัดเต็มขอบ",
|
|
"Ordered List": "เลขลำดับ",
|
|
"Bulleted List": "ลำดับ",
|
|
"Decrease Indent": "ลดย่อหน้า",
|
|
"Increase Indent": "เพิ่มย่อหน้า",
|
|
"Font Color": "สีขอบแบบอักษร",
|
|
"Background Color": "สีพื้นหลัง",
|
|
"Horizontal Rule": "เส้นกึ่งกลาง",
|
|
"Insert Web Link": "ิเพิ่มลิ้งค์",
|
|
"Insert/Modify Image": "เพิ่ม/แก้ไขภาพ",
|
|
"Insert Table": "เพิ่มตาราง",
|
|
"Toggle HTML Source": "สลับการแสดงโค้ด HTML",
|
|
"Enlarge Editor": "ขยายให้เต็มจอ",
|
|
"About this editor": "เกี่ยวกับโปรแกรมนี้",
|
|
"Help using editor": "การใช้งานโปรแกรม",
|
|
"Current style": "รูปแบบปัจจุบัน",
|
|
"Undoes your last action": "ย้อนกลับ",
|
|
"Redoes your last action": "ทำซ้ำ",
|
|
"Cut selection": "ตัดส่วนที่เลือก",
|
|
"Copy selection": "สำเนาส่วนที่เลือก",
|
|
"Paste from clipboard": "วางจากคลิปบอร์ด",
|
|
"OK": "ตกลง",
|
|
"Cancel": "ยกเลิก",
|
|
"Path": "เส้นทาง",
|
|
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "คุณอยู่ในโหมดธรรมดา กดที่ปุ่ม [<>] เพื่อสลับกลับไปยังโหมดพิมพ์งานแบบเวิร์ด"
|
|
}
|