diff --git a/apps/i18n/chen/en.json b/apps/i18n/chen/en.json index ba0347f7c..d962126f7 100644 --- a/apps/i18n/chen/en.json +++ b/apps/i18n/chen/en.json @@ -70,5 +70,8 @@ "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?" + "CommandWarningDialogMessage": "The command you executed is risky and an alert notification will be sent to the administrator. Do you want to continue?", + "PermissionExpiredDialogTitle": "Permission expired", + "PermissionExpiredDialogMessage": "Permission has expired, and the session will expire in ten minutes. Please contact the administrator promptly for renewal", + "PermissionAlreadyExpired": "Permission already expired" } \ No newline at end of file diff --git a/apps/i18n/chen/zh.json b/apps/i18n/chen/zh.json index 62ae1aaa6..9c7414978 100644 --- a/apps/i18n/chen/zh.json +++ b/apps/i18n/chen/zh.json @@ -70,5 +70,8 @@ "initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确", "Warning": "警告", "ExecutionCanceled": "执行已取消", - "CommandWarningDialogMessage": "您执行的命令存在风险,告警通知将发送给管理员。是否继续?" + "CommandWarningDialogMessage": "您执行的命令存在风险,告警通知将发送给管理员。是否继续?", + "PermissionExpiredDialogTitle": "授权已过期", + "PermissionExpiredDialogMessage": "授权已过期,会话将在十分钟后过期,请及时联系管理员续期", + "PermissionAlreadyExpired": "授权已过期" } \ No newline at end of file