7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
define(
|
|
({
|
|
loadingState: "ロード中...",
|
|
errorState: "エラーが発生しました。"
|
|
})
|
|
);
|