|
@@ -2,7 +2,7 @@
|
|
* @Author: vera_min vera_min@163.com
|
|
* @Author: vera_min vera_min@163.com
|
|
* @Date: 2025-08-05 12:42:31
|
|
* @Date: 2025-08-05 12:42:31
|
|
* @LastEditors: vera_min vera_min@163.com
|
|
* @LastEditors: vera_min vera_min@163.com
|
|
- * @LastEditTime: 2025-09-01 11:27:50
|
|
|
|
|
|
+ * @LastEditTime: 2025-09-01 13:11:01
|
|
* @FilePath: /sagoo-admin-ui/src/i18n/pages/iotmanagerI18n/en.ts
|
|
* @FilePath: /sagoo-admin-ui/src/i18n/pages/iotmanagerI18n/en.ts
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
*/
|
|
*/
|
|
@@ -141,8 +141,8 @@ export default {
|
|
disabled: "Disabled"
|
|
disabled: "Disabled"
|
|
},
|
|
},
|
|
tableI18nConfirm: {
|
|
tableI18nConfirm: {
|
|
- deleteCategoryMessage: "This operation will permanently delete the category: {name}, continue?",
|
|
|
|
- deleteProductMessage: "This operation will permanently delete the product: {name}, continue?"
|
|
|
|
|
|
+ deleteCategoryMessage: "This operation will permanently delete the category: '{name}', continue?",
|
|
|
|
+ deleteProductMessage: "This operation will permanently delete the product: '{name}', continue?"
|
|
},
|
|
},
|
|
tableI18nAction: {
|
|
tableI18nAction: {
|
|
addCategory: "Add Category",
|
|
addCategory: "Add Category",
|
|
@@ -397,11 +397,11 @@ export default {
|
|
editConfigure: "Edit Configure diagram",
|
|
editConfigure: "Edit Configure diagram",
|
|
addConfigure: "Add Configure diagram",
|
|
addConfigure: "Add Configure diagram",
|
|
configureName: "Configure Name",
|
|
configureName: "Configure Name",
|
|
- deleteDiagramMessage: "This operation will permanently delete the diagram: {name}, continue?",
|
|
|
|
|
|
+ deleteDiagramMessage: "This operation will permanently delete the diagram: '{name}', continue?",
|
|
configureNamePlaceholder: "Enter configure name",
|
|
configureNamePlaceholder: "Enter configure name",
|
|
configureNameValidator: "Configure name cannot be empty.",
|
|
configureNameValidator: "Configure name cannot be empty.",
|
|
defaultCategory: "Default Category",
|
|
defaultCategory: "Default Category",
|
|
- deleteScreenMessage: "This operation will permanently delete the screen: {name}, continue?"
|
|
|
|
|
|
+ deleteScreenMessage: "This operation will permanently delete the screen: '{name}', continue?"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
// 规则引擎
|
|
// 规则引擎
|
|
@@ -420,7 +420,7 @@ export default {
|
|
start: "Start",
|
|
start: "Start",
|
|
ruleEdit: "Rule edit",
|
|
ruleEdit: "Rule edit",
|
|
ruleNotExist: "Rule does not exist",
|
|
ruleNotExist: "Rule does not exist",
|
|
- deleteRuleMessage: "This operation will permanently delete the rule: {name}, continue?",
|
|
|
|
|
|
+ deleteRuleMessage: "This operation will permanently delete the rule: '{name}', continue?",
|
|
debugMode: "Debug mode",
|
|
debugMode: "Debug mode",
|
|
closeSubChain: "Close: To create a sub chain",
|
|
closeSubChain: "Close: To create a sub chain",
|
|
namePlaceholder: "Enter name",
|
|
namePlaceholder: "Enter name",
|
|
@@ -494,7 +494,7 @@ export default {
|
|
"serverDetail": "Server Detail",
|
|
"serverDetail": "Server Detail",
|
|
"enabled": "Successfully enabled!",
|
|
"enabled": "Successfully enabled!",
|
|
"disabled": "Successfully disabled!",
|
|
"disabled": "Successfully disabled!",
|
|
- deleteServerMessage: "This operation will permanently delete the server: {name}, continue?",
|
|
|
|
|
|
+ deleteServerMessage: "This operation will permanently delete the server: '{name}', continue?",
|
|
},
|
|
},
|
|
// 通道管理
|
|
// 通道管理
|
|
channel: {
|
|
channel: {
|
|
@@ -505,7 +505,7 @@ export default {
|
|
addChannel: "Add Channel",
|
|
addChannel: "Add Channel",
|
|
deviceAddress: "Device Address",
|
|
deviceAddress: "Device Address",
|
|
deviceAddressPlaceholder: "Please enter device address",
|
|
deviceAddressPlaceholder: "Please enter device address",
|
|
- deleteChannelMessage: "This operation will permanently delete channel: {name}, continue?",
|
|
|
|
|
|
+ deleteChannelMessage: "This operation will permanently delete channel: '{name}', continue?",
|
|
addDeviceChannel: "Add Device Channel",
|
|
addDeviceChannel: "Add Device Channel",
|
|
save: "Save",
|
|
save: "Save",
|
|
deviceChannelDetail: "Device Channel Details",
|
|
deviceChannelDetail: "Device Channel Details",
|
|
@@ -522,7 +522,7 @@ export default {
|
|
stop: "Stop",
|
|
stop: "Stop",
|
|
clear: "Clear",
|
|
clear: "Clear",
|
|
download: "Download Message",
|
|
download: "Download Message",
|
|
- deleteTaskMessage: "Are you sure to delete the task named: {name}?",
|
|
|
|
|
|
+ deleteTaskMessage: "Are you sure to delete the task named: '{name}'?",
|
|
connectSuccess: "Connection Successful",
|
|
connectSuccess: "Connection Successful",
|
|
request: "Request",
|
|
request: "Request",
|
|
response: "Response",
|
|
response: "Response",
|