|
@@ -103,7 +103,9 @@ export default {
|
|
|
importModel: "Import Thing Model",
|
|
|
exportModel: "Export Thing Model",
|
|
|
deviceAccess: "Device Access",
|
|
|
- dataParsing: "Data Parsing"
|
|
|
+ dataParsing: "Data Parsing",
|
|
|
+ operationSuccess: "Operate Successfully",
|
|
|
+ modelImportSuccess: "Model Import Successfully"
|
|
|
},
|
|
|
dialogI18n: {
|
|
|
addPro: "Add Product",
|
|
@@ -142,7 +144,9 @@ export default {
|
|
|
},
|
|
|
tableI18nConfirm: {
|
|
|
deleteCategoryMessage: "This operation will permanently delete the category: '{name}', continue?",
|
|
|
- deleteProductMessage: "This operation will permanently delete the product: '{name}', continue?"
|
|
|
+ deleteProductMessage: "This operation will permanently delete the product: '{name}', continue?",
|
|
|
+ deleteMessage: "This operation will permanently delete the data, continue?",
|
|
|
+ selectMessage: "Please select the data to delete."
|
|
|
},
|
|
|
tableI18nAction: {
|
|
|
addCategory: "Add Category",
|