mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 03:31:29 +00:00
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
define(
|
|
"dijit/nls/ru/loading", ({
|
|
loadingState: "Загрузка...",
|
|
errorState: "Извините, возникла ошибка"
|
|
})
|
|
);
|