diff --git a/apps/i18n/chen/en.json b/apps/i18n/chen/en.json index dbb7953f0..ba0347f7c 100644 --- a/apps/i18n/chen/en.json +++ b/apps/i18n/chen/en.json @@ -67,5 +67,8 @@ "Version": "Version", "ViewData": "View data", "WaitCommandReviewMessage": "The review request has been initiated, please wait for the review results", - "initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct" + "initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct", + "Warning": "Warning", + "ExecutionCanceled": "Execution Canceled", + "CommandWarningDialogMessage": "The command you executed is risky and an alert notification will be sent to the administrator. Do you want to continue?" } \ No newline at end of file diff --git a/apps/i18n/chen/zh.json b/apps/i18n/chen/zh.json index 523475168..51ec43446 100644 --- a/apps/i18n/chen/zh.json +++ b/apps/i18n/chen/zh.json @@ -67,5 +67,8 @@ "Version": "版本", "ViewData": "查看数据", "WaitCommandReviewMessage": "复核请求已发起, 请等待复核结果", - "initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确" + "initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确", + "Warning": "警告", + "ExecutionCanceled": "执行已取消", + "CommandWarningDialogMessage": "您执行的命令存在风险,警报通知将发送给管理员。是否继续?" } \ No newline at end of file