27 lines
811 B
JavaScript
27 lines
811 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/editor/plugins/nls/zh-tw/FindReplace", //begin v1.x content
|
||
|
({
|
||
|
"findLabel": "尋找:",
|
||
|
"findTooltip": "輸入要尋找的文字",
|
||
|
"replaceLabel": "取代為:",
|
||
|
"replaceTooltip": "輸入要取代的文字",
|
||
|
"findReplace": "尋找/取代",
|
||
|
"matchCase": "大小寫相符",
|
||
|
"matchCaseTooltip": "大小寫相符",
|
||
|
"backwards": "向後",
|
||
|
"backwardsTooltip": "往回搜尋文字",
|
||
|
"replaceAllButton": "全部取代",
|
||
|
"replaceAllButtonTooltip": "取代所有文字",
|
||
|
"findButton": "尋找",
|
||
|
"findButtonTooltip": "尋找文字",
|
||
|
"replaceButton": "取代",
|
||
|
"replaceButtonTooltip": "取代文字",
|
||
|
"replaceDialogText": "取代了 ${0} 項。",
|
||
|
"eofDialogText": "前次出現 ${0}",
|
||
|
"eofDialogTextFind": "找到",
|
||
|
"eofDialogTextReplace": "已取代"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|