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.
24 lines (23 loc) • 769 B
JavaScript
define(
({
"findLabel": "찾기:",
"findTooltip": "찾을 텍스트 입력",
"replaceLabel": "바꿀 대상:",
"replaceTooltip": "대체할 텍스트 입력",
"findReplace": "찾기 및 바꾸기",
"matchCase": "대소문자 구분",
"matchCaseTooltip": "대소문자 구분",
"backwards": "뒤로",
"backwardsTooltip": "텍스트 역방향 검색",
"replaceAllButton": "모두 대체",
"replaceAllButtonTooltip": "텍스트 모두 대체",
"findButton": "찾기",
"findButtonTooltip": "텍스트 찾기",
"replaceButton": "바꾸기",
"replaceButtonTooltip": "텍스트 대체",
"replaceDialogText": "${0}개를 대체했습니다.",
"eofDialogText": "마지막 발생 ${0}",
"eofDialogTextFind": "찾음",
"eofDialogTextReplace": "대체됨"
})
);