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) • 461 B
JavaScript
define(
({
widgetLabel: "맞춤법 검사 일괄처리",
unfound: "찾을 수 없음",
skip: "건너뛰기",
skipAll: "모두 건너뛰기",
toDic: "사전에 추가",
suggestions: "제안",
replace: "대체",
replaceWith: "다음으로 대체",
replaceAll: "모두 대체",
cancel: "취소",
msg: "맞춤법 오류 없음",
iSkip: "이 항목 건너뛰기",
iSkipAll: "다음과 같이 모두 건너뛰기",
iMsg: "맞춤법 제안 없음"
})
);