PasteFromWord.js 356 B

12345678910
  1. define(
  2. "dojox/editor/plugins/nls/zh-tw/PasteFromWord", //begin v1.x content
  3. ({
  4. "pasteFromWord": "從 Word 貼上",
  5. "paste": "貼上",
  6. "cancel": "取消",
  7. "instructions": "將 Word 中的內容貼入下方的文字框。在滿意要插入的內容之後,請按貼上按鈕。若要中斷插入文字,請按取消按鈕。"
  8. })
  9. //end v1.x content
  10. );