feat: add some translations for chen

pull/13410/head
Aaron3S 2024-06-12 15:22:05 +08:00 committed by Bryan
parent 67bc16238c
commit 507ad10389
4 changed files with 76 additions and 4 deletions

View File

@ -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!"
}

View File

@ -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": "貼り付けは許可されていません。管理者に連絡して権限を開いてください!"
}

View File

@ -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": "不允许粘贴,请联系管理员开启权限!"
}

View File

@ -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": "不允許貼上,請聯絡管理員開啟權限!"
}