From db040bbd060072e617fbd1f7c5d1a745a835d994 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Thu, 6 Feb 2025 17:50:23 +0800 Subject: [PATCH] feat: add translate --- apps/i18n/chen/en.json | 4 +++- apps/i18n/chen/zh.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/i18n/chen/en.json b/apps/i18n/chen/en.json index 3493e9c3e..b29256afb 100644 --- a/apps/i18n/chen/en.json +++ b/apps/i18n/chen/en.json @@ -73,5 +73,7 @@ "ViewData": "View data", "WaitCommandReviewMessage": "The review request has been initiated, please wait for the review results", "Warning": "Warning", - "initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct" + "initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct", + "Scope": "Scope", + "Format": "Format" } \ No newline at end of file diff --git a/apps/i18n/chen/zh.json b/apps/i18n/chen/zh.json index 51e4047c1..73574799c 100644 --- a/apps/i18n/chen/zh.json +++ b/apps/i18n/chen/zh.json @@ -73,5 +73,7 @@ "ViewData": "查看数据", "WaitCommandReviewMessage": "复核请求已发起, 请等待复核结果", "Warning": "警告", - "initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确" + "initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确", + "Scope": "范围", + "Format": "格式" } \ No newline at end of file