cronapp-framework-mobile-js 2.9.6-SP.25 → 2.9.6-SP.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -126,5 +126,7 @@
|
|
|
126
126
|
"template.crud.clickToAddImage": "Click to add an image",
|
|
127
127
|
"clear": "Clear",
|
|
128
128
|
"yes": "Yes",
|
|
129
|
-
"no": "No"
|
|
129
|
+
"no": "No",
|
|
130
|
+
"Datasource.Error": "Error",
|
|
131
|
+
"Datasource.Duplicate": "There is more than one data source with the same name, use a unique name for each, check if there is a modal with the data source that has the name: "
|
|
130
132
|
}
|
|
@@ -126,5 +126,7 @@
|
|
|
126
126
|
"template.crud.clickToAddImage": "Clique para adicionar uma imagem",
|
|
127
127
|
"clear": "Limpar",
|
|
128
128
|
"yes": "Sim",
|
|
129
|
-
"no": "Não"
|
|
129
|
+
"no": "Não",
|
|
130
|
+
"Datasource.Error": "Erro",
|
|
131
|
+
"Datasource.Duplicate": "Existem mais de uma fonte de dados com o mesmo nome, utilize nome único para cada, verifique se existe modal com a fonte de dados que tenha o nome: "
|
|
130
132
|
}
|
package/i18n/locale_en_us.json
CHANGED
|
@@ -126,5 +126,7 @@
|
|
|
126
126
|
"template.crud.clickToAddImage": "Click to add an image",
|
|
127
127
|
"clear": "Clear",
|
|
128
128
|
"yes": "Yes",
|
|
129
|
-
"no": "No"
|
|
129
|
+
"no": "No",
|
|
130
|
+
"Datasource.Error": "Error",
|
|
131
|
+
"Datasource.Duplicate": "There is more than one data source with the same name, use a unique name for each, check if there is a modal with the data source that has the name: "
|
|
130
132
|
}
|
package/i18n/locale_pt_br.json
CHANGED
|
@@ -126,5 +126,7 @@
|
|
|
126
126
|
"template.crud.clickToAddImage": "Clique para adicionar uma imagem",
|
|
127
127
|
"clear": "Limpar",
|
|
128
128
|
"yes": "Sim",
|
|
129
|
-
"no": "Não"
|
|
129
|
+
"no": "Não",
|
|
130
|
+
"Datasource.Error": "Erro",
|
|
131
|
+
"Datasource.Duplicate": "Existem mais de uma fonte de dados com o mesmo nome, utilize nome único para cada, verifique se existe modal com a fonte de dados que tenha o nome: "
|
|
130
132
|
}
|