mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 04:11:28 +00:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
define(
|
|
"dijit/nls/pl/loading", ({
|
|
loadingState: "Ładowanie...",
|
|
errorState: "Niestety, wystąpił błąd"
|
|
})
|
|
);
|