10 lines
164 B
JavaScript
10 lines
164 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dijit/nls/pt/loading", //begin v1.x content
|
||
|
({
|
||
|
loadingState: "Carregando...",
|
||
|
errorState: "Desculpe, ocorreu um erro"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|