23 lines
789 B
JavaScript
23 lines
789 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/editor/plugins/nls/th/SpellCheck", //begin v1.x content
|
|
({
|
|
widgetLabel: "ตรวจสอบการสะกดคำแบบแบตช์",
|
|
unfound: "ไม่พบ",
|
|
skip: "ข้าม",
|
|
skipAll: "ข้ามทั้งหมด",
|
|
toDic: "เพิ่งลงในพจนานุกรม",
|
|
suggestions: "การแนะนำ",
|
|
replace: "แทนที่",
|
|
replaceWith: "แทนที่ด้วย",
|
|
replaceAll: "แทนที่ทั้งหมด",
|
|
cancel: "Cancel",
|
|
msg: "ไม่พบคำที่สะกดผิด",
|
|
iSkip: "ข้ามนี้",
|
|
iSkipAll: "ข้ามที่เหมือนนี้",
|
|
iMsg: "ไม่มีการแนะนำการสะกด"
|
|
})
|
|
|
|
//end v1.x content
|
|
);
|