22 lines
482 B
JavaScript
22 lines
482 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/editor/plugins/nls/zh-tw/SpellCheck", //begin v1.x content
|
|
({
|
|
widgetLabel: "批次拼字檢查",
|
|
unfound: "找不到",
|
|
skip: "跳過",
|
|
skipAll: "全部跳過",
|
|
toDic: "新增至字典",
|
|
suggestions: "建議",
|
|
replace: "取代",
|
|
replaceWith: "取代為",
|
|
replaceAll: "全部取代",
|
|
cancel: "取消",
|
|
msg: "找不到拼錯",
|
|
iSkip: "跳過此項",
|
|
iSkipAll: "跳過所有如此項的項目",
|
|
iMsg: "沒有拼字建議"
|
|
})
|
|
//end v1.x content
|
|
);
|