From 507ad103895067526b8c7892f8b447db00b0bd98 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Wed, 12 Jun 2024 15:22:05 +0800 Subject: [PATCH] feat: add some translations for chen --- apps/i18n/chen/en.json | 20 +++++++++++++++++++- apps/i18n/chen/ja.json | 20 +++++++++++++++++++- apps/i18n/chen/zh.json | 20 +++++++++++++++++++- apps/i18n/chen/zh_hant.json | 20 +++++++++++++++++++- 4 files changed, 76 insertions(+), 4 deletions(-) diff --git a/apps/i18n/chen/en.json b/apps/i18n/chen/en.json index 946b331b2..160892706 100644 --- a/apps/i18n/chen/en.json +++ b/apps/i18n/chen/en.json @@ -44,6 +44,24 @@ "initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct", "CommandReviewMessage": "The command you entered requires verification before it can be executed. Would you like to initiate a review request?", "WaitCommandReviewMessage": "The review request has been initiated, please wait for the review results", + "DatabaseExplorer": "Database Explorer", "Submit": "Submit", - "Cancel": "Cancel" + "Cancel": "Cancel", + "SaveSQL": "Save SQL", + "SelectSQL": "Select SQL", + "ExportData": "Export data", + "Run": "Run", + "RunSelected": "Run selected", + "Total": "Total", + "NumRow": "{num} rows", + "LogOutput": "Log Output", + "Current": "Current", + "Confirm": "Confirm", + "RunHotKey": "Run (Ctrl + Enter)", + "StopHotKey": "Stop (Ctrl + C)", + "FormatHotKey": "Format (Ctrl + L)", + "ExportALL": "Export all data", + "ExportCurrent": "Export current page", + "CopyNotAllowed": "You are not allowed to copy, please contact the administrator to open it!", + "PasteNotAllowed": "You are not allowed to paste, please contact the administrator to open it!" } \ No newline at end of file diff --git a/apps/i18n/chen/ja.json b/apps/i18n/chen/ja.json index 44e5ac63d..676032a48 100644 --- a/apps/i18n/chen/ja.json +++ b/apps/i18n/chen/ja.json @@ -45,5 +45,23 @@ "CommandReviewMessage": "入力されたコマンドはレビュー後に実行されます。レビューリクエストを送信しますか?", "WaitCommandReviewMessage": "レビューリクエストが送信されました。レビュー結果をお待ちください", "Submit": "提出", - "Cancel": "キャンセル" + "Cancel": "キャンセル", + "DatabaseExplorer": "データベースエクスプローラー", + "SaveSQL": "SQLを保存", + "SelectSQL": "SQLを選択", + "ExportData": "データをエクスポート", + "Run": "実行", + "RunSelected": "選択を実行", + "Total": "合計", + "NumRow": "{num} 行", + "LogOutput": "ログ出力", + "Current": "現在", + "Confirm": "確認", + "RunHotKey": "実行 (Ctrl + Enter)", + "StopHotKey": "停止 (Ctrl + C)", + "FormatHotKey": "フォーマット (Ctrl + L)", + "ExportALL": "すべてのデータをエクスポート", + "ExportCurrent": "現在のページをエクスポート", + "CopyNotAllowed": "コピーは許可されていません。管理者に連絡して権限を開いてください!", + "PasteNotAllowed": "貼り付けは許可されていません。管理者に連絡して権限を開いてください!" } diff --git a/apps/i18n/chen/zh.json b/apps/i18n/chen/zh.json index cbf1dc195..bc31ea7ba 100644 --- a/apps/i18n/chen/zh.json +++ b/apps/i18n/chen/zh.json @@ -45,5 +45,23 @@ "CommandReviewMessage": "您输入的命令需要复核后才可以执行, 是否发起复核请求?", "WaitCommandReviewMessage": "复核请求已发起, 请等待复核结果", "Submit": "提交", - "Cancel": "取消" + "Cancel": "取消", + "DatabaseExplorer": "数据库浏览器", + "SaveSQL": "保存 SQL", + "SelectSQL": "选择 SQL", + "ExportData": "导出数据", + "Run": "运行", + "RunSelected": "运行选中", + "Total": "总计", + "NumRow": "{num} 行", + "LogOutput": "日志输出", + "Current": "当前", + "Confirm": "确认", + "RunHotKey": "运行 (Ctrl + Enter)", + "StopHotKey": "停止 (Ctrl + C)", + "FormatHotKey": "格式化 (Ctrl + L)", + "ExportALL": "导出所有数据", + "ExportCurrent": "导出当前页面", + "CopyNotAllowed": "不允许复制,请联系管理员开启权限!", + "PasteNotAllowed": "不允许粘贴,请联系管理员开启权限!" } \ No newline at end of file diff --git a/apps/i18n/chen/zh_hant.json b/apps/i18n/chen/zh_hant.json index dde2062e5..ace337808 100644 --- a/apps/i18n/chen/zh_hant.json +++ b/apps/i18n/chen/zh_hant.json @@ -45,5 +45,23 @@ "CommandReviewMessage": "您輸入的命令需要覆核後才可以執行,是否發起覆核請求?", "WaitCommandReviewMessage": "覆核請求已發起,請等待覆核結果", "Submit": "提交", - "Cancel": "取消" + "Cancel": "取消", + "DatabaseExplorer": "資料庫瀏覽器", + "SaveSQL": "儲存 SQL", + "SelectSQL": "選擇 SQL", + "ExportData": "匯出資料", + "Run": "執行", + "RunSelected": "執行選擇", + "Total": "總計", + "NumRow": "{num} 行", + "LogOutput": "日誌輸出", + "Current": "目前", + "Confirm": "確認", + "RunHotKey": "執行 (Ctrl + Enter)", + "StopHotKey": "停止 (Ctrl + C)", + "FormatHotKey": "格式化 (Ctrl + L)", + "ExportALL": "匯出所有資料", + "ExportCurrent": "匯出當前頁面", + "CopyNotAllowed": "不允許複製,請聯絡管理員開啟權限!", + "PasteNotAllowed": "不允許貼上,請聯絡管理員開啟權限!" }