summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/zh-tw/SpellCheck.js
blob: 9e10d7dce86020ecab006729228b45356481ef8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//>>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
);