mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 09:19:15 +00:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
define(
|
|
"dijit/nls/pt/loading", ({
|
|
loadingState: "Carregando...",
|
|
errorState: "Desculpe, ocorreu um erro"
|
|
})
|
|
);
|