mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 19:09:33 +00:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
define(
|
|
"dijit/nls/ja/loading", ({
|
|
loadingState: "ロード中...",
|
|
errorState: "エラーが発生しました。"
|
|
})
|
|
);
|