mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-29 07:41:28 +00:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
define(
|
|
"dijit/nls/pt/loading", ({
|
|
loadingState: "Carregando...",
|
|
errorState: "Desculpe, ocorreu um erro"
|
|
})
|
|
);
|