mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 18:01:30 +00:00
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
define(
|
|
"dijit/nls/cs/loading", ({
|
|
loadingState: "Probíhá načítání...",
|
|
errorState: "Omlouváme se, došlo k chybě"
|
|
})
|
|
);
|