dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
19 lines (18 loc) • 501 B
JavaScript
define(
({
widgetLabel: "一括スペル・チェック",
unfound: "未検出",
skip: "スキップ",
skipAll: "すべてをスキップ",
toDic: "辞書に追加",
suggestions: "修正候補",
replace: "置換",
replaceWith: "置き換え",
replaceAll: "すべてを置換",
cancel: "キャンセル",
msg: "ミススペルはありません",
iSkip: "これをスキップ",
iSkipAll: "これと類似のものをスキップ",
iMsg: "スペルの修正候補はありません"
})
);