loading.js 152 B

12345678
  1. define(
  2. "dijit/nls/zh-tw/loading", //begin v1.x content
  3. ({
  4. loadingState: "載入中...",
  5. errorState: "抱歉,發生錯誤"
  6. })
  7. //end v1.x content
  8. );