Browse Source

feat: 物联网管理-设备管理增加词条

vera_min 1 tháng trước cách đây
mục cha
commit
906b8521fb

+ 6 - 2
src/i18n/pages/iotmanagerI18n/en.ts

@@ -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",

+ 7 - 3
src/i18n/pages/iotmanagerI18n/zh-cn.ts

@@ -103,7 +103,9 @@ export default {
 			importModel: "导入物模型",
 			exportModel: "导出物模型",
 			deviceAccess: "设备接入",
-			dataParsing: "数据解析"
+			dataParsing: "数据解析",
+			operationSuccess: "操作成功",
+			modelImportSuccess: "物模型导入成功"
 		},
 		dialogI18n: {
 			addPro: "新增产品",
@@ -141,8 +143,10 @@ export default {
 			disabled: "未启用"
 		},
 		tableI18nConfirm: {
-			deleteCatrgoryMessage: "此操作将永久删除分类:'{name}', 是否继续?",
-			deleteProductMessage: "此操作将永久删除产品:'{name}',是否继续?"
+			deleteCategoryMessage: "此操作将永久删除分类:'{name}', 是否继续?",
+			deleteProductMessage: "此操作将永久删除产品:'{name}',是否继续?",
+			deleteMessage: "此操作将永久删除该数据,是否继续?",
+			selectMessage: "请选择要删除的数据。"
 		},
 		tableI18nAction: {
 			addCategory: "新增分类",

+ 4 - 2
src/i18n/pages/iotmanagerI18n/zh-tw.ts

@@ -141,8 +141,10 @@ export default {
 			disabled: "未啟用"
 		},
 		tableI18nConfirm: {
-			deleteCatrgoryMessage: "此操作將永久刪除分類:'{name}', 是否繼續?",
-			deleteProductMessage: "此操作將永久刪除產品:'{name}',是否繼續?"
+			deleteCategoryMessage: "此操作將永久刪除分類:'{name}', 是否繼續?",
+			deleteProductMessage: "此操作將永久刪除產品:'{name}',是否繼續?",
+			deleteMessage: "此操作將永久删除該數據,是否繼續?",
+			selectMessage: "請選擇要删除的數據。"
 		},
 		tableI18nAction: {
 			addCategory: "新增分類",