FindReplace.js 801 B

12345678910111213141516171819202122232425
  1. define(
  2. "dojox/editor/plugins/nls/zh-tw/FindReplace", //begin v1.x content
  3. ({
  4. "findLabel": "尋找:",
  5. "findTooltip": "輸入要尋找的文字",
  6. "replaceLabel": "取代為:",
  7. "replaceTooltip": "輸入要取代的文字",
  8. "findReplace": "尋找/取代",
  9. "matchCase": "大小寫相符",
  10. "matchCaseTooltip": "大小寫相符",
  11. "backwards": "向後",
  12. "backwardsTooltip": "往回搜尋文字",
  13. "replaceAllButton": "全部取代",
  14. "replaceAllButtonTooltip": "取代所有文字",
  15. "findButton": "尋找",
  16. "findButtonTooltip": "尋找文字",
  17. "replaceButton": "取代",
  18. "replaceButtonTooltip": "取代文字",
  19. "replaceDialogText": "取代了 ${0} 項。",
  20. "eofDialogText": "前次出現 ${0}",
  21. "eofDialogTextFind": "找到",
  22. "eofDialogTextReplace": "已取代"
  23. })
  24. //end v1.x content
  25. );