8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
define(
|
|
"dijit/nls/zh-tw/loading", //begin v1.x content
|
|
({
|
|
loadingState: "載入中...",
|
|
errorState: "抱歉,發生錯誤"
|
|
})
|
|
//end v1.x content
|
|
);
|