10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
//>>built
|
|
define(
|
|
"dijit/nls/ja/loading", //begin v1.x content
|
|
({
|
|
loadingState: "ロード中...",
|
|
errorState: "エラーが発生しました。"
|
|
})
|
|
//end v1.x content
|
|
);
|