LocalImage.js 335 B

1234567891011121314
  1. define(
  2. "dojox/editor/plugins/nls/zh-tw/LocalImage", //begin v1.x content
  3. ({
  4. insertImageTitle: "插入影像",
  5. url: "影像",
  6. browse: "瀏覽...",
  7. text: "說明",
  8. set: "插入",
  9. invalidMessage: "影像檔類型無效",
  10. prePopuTextUrl: "輸入影像 URL",
  11. prePopuTextBrowse: " 或瀏覽本端檔案。"
  12. })
  13. //end v1.x content
  14. );