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) • 858 B
JavaScript
define(
({
"findLabel": "検索:",
"findTooltip": "検索するテキストを入力",
"replaceLabel": "置換後:",
"replaceTooltip": "置換するテキストを入力",
"findReplace": "検索と置換",
"matchCase": "大/小文字の区別",
"matchCaseTooltip": "大/小文字の区別",
"backwards": "後方",
"backwardsTooltip": "テキストを後方検索",
"replaceAllButton": "すべてを置換",
"replaceAllButtonTooltip": "テキストすべてを置換",
"findButton": "検索",
"findButtonTooltip": "テキストを検索",
"replaceButton": "置換",
"replaceButtonTooltip": "テキストを置換",
"replaceDialogText": "${0} 個のオカレンスを置換しました。",
"eofDialogText": "最後のオカレンス ${0}",
"eofDialogTextFind": "見つかりました",
"eofDialogTextReplace": "置換されました"
})
);