From b206e751dade16c4de5603ef984b743f92671289 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 18 Mar 2025 10:40:06 +0800 Subject: [PATCH] feat: add translate --- apps/i18n/chen/en.json | 1 + apps/i18n/chen/zh.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/i18n/chen/en.json b/apps/i18n/chen/en.json index 2c60dea1c..faf3bd34f 100644 --- a/apps/i18n/chen/en.json +++ b/apps/i18n/chen/en.json @@ -19,6 +19,7 @@ "CopyNotAllowed": "You are not allowed to copy, please contact the administrator to open it!", "CopySucceeded": "Copy succeeded", "Current": "Current", + "DownloadNotAllowed": "You are not allowed to download, please contact the administrator to open it!", "DatabaseExplorer": "Database Explorer", "DatabaseProperties": "Datasource properties", "DriverClass": "Driver class", diff --git a/apps/i18n/chen/zh.json b/apps/i18n/chen/zh.json index d64aebe88..2eed33da7 100644 --- a/apps/i18n/chen/zh.json +++ b/apps/i18n/chen/zh.json @@ -19,6 +19,7 @@ "CopyNotAllowed": "不允许复制,请联系管理员开启权限!", "CopySucceeded": "复制成功", "Current": "当前", + "DownloadNotAllowed": "不允许下载,请联系管理员开启权限! ", "DatabaseExplorer": "数据库浏览器", "DatabaseProperties": "数据源属性", "DriverClass": "驱动类",