mirror of https://github.com/jumpserver/jumpserver
Aaron3S
6 months ago
committed by
Bryan
4 changed files with 308 additions and 0 deletions
@ -0,0 +1,77 @@
|
||||
{ |
||||
"action": { |
||||
"refresh": "Refresh", |
||||
"new": "New", |
||||
"new_query": "New Query", |
||||
"view_data": "View Data", |
||||
"show_properties": "Show Properties", |
||||
"label": { |
||||
"name": "Name", |
||||
"type": "Type", |
||||
"version": "Version", |
||||
"user": "User", |
||||
"jdbc_url": "JDBC URL", |
||||
"driver_class": "Driver Class", |
||||
"driver_version": "Driver Version" |
||||
} |
||||
}, |
||||
"title": { |
||||
"query": "Query", |
||||
"properties": "Properties", |
||||
"datasource_properties": "Datasource Properties" |
||||
}, |
||||
"state": { |
||||
"connected": "Connected" |
||||
}, |
||||
"msg": { |
||||
"error": { |
||||
"fetch_error": "Error while fetching data", |
||||
"connect_error": "Error while connecting", |
||||
"change_context_error": "Error while changing context", |
||||
"parse_error": "Error while parsing", |
||||
"execute_error": "Error while executing", |
||||
"already_first_page": "It's already the first page", |
||||
"already_last_page": "It's already the last page", |
||||
"perms_expired": "Permissions associated with this session expired on %s", |
||||
"over_max_idle_time": "Since this sessioon has been idle for more than %d minutes, it has been closed", |
||||
"over_max_session_time": "Since this session has been active for more than %d hours, it has been closed", |
||||
"command_review_timeout": "Command review request has timed out", |
||||
"command_review_reject": "Command review request has been rejected by %s", |
||||
"session_closed_by": "This session has been closed by %s.", |
||||
"user_cancel_command_review": "The user has cancelled the command review.", |
||||
"session_locked": "This session has been paused and cannot continue executing commands", |
||||
"no_permission": " You do not have permission to perform this action", |
||||
"acl_reject": " Command rejected by ACL" |
||||
}, |
||||
"success": { |
||||
"execute_success": "Executed successfully", |
||||
"connect_success": "Connected successfully" |
||||
}, |
||||
"info": { |
||||
"affected_rows": "Affected rows" |
||||
}, |
||||
"dialog": { |
||||
"session_locked": "This session is locked by %s, please wait for the session to be unlocked.", |
||||
"session_unlocked": "This session has been unlocked by %s.", |
||||
"title": { |
||||
"init_datasource": "Initialize Datasource", |
||||
"init_datasource_failed": "Initialize Datasource Failed", |
||||
"error_message": "Error Message", |
||||
"session_finished": "Session Finished", |
||||
"command_review": "Command Review" |
||||
}, |
||||
"message": { |
||||
"init_datasource": "Initializing data source, please wait...", |
||||
"init_datasource_failed": "Connection failed, please check if the database connection configuration is correct", |
||||
"command_review": "The command you entered requires verification before it can be executed. Would you like to initiate a review request?", |
||||
"wait_command_review": "The review request has been initiated, please wait for the review results" |
||||
} |
||||
} |
||||
}, |
||||
"btn": { |
||||
"label": { |
||||
"submit": "Submit", |
||||
"cancel": "Cancel" |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,77 @@
|
||||
{ |
||||
"action": { |
||||
"refresh": "更新", |
||||
"new": "新規", |
||||
"new_query": "新規クエリ", |
||||
"view_data": "データ表示", |
||||
"show_properties": "プロパティ表示", |
||||
"label": { |
||||
"name": "名前", |
||||
"type": "タイプ", |
||||
"version": "バージョン", |
||||
"user": "ユーザー", |
||||
"jdbc_url": "JDBC URL", |
||||
"driver_class": "ドライバクラス", |
||||
"driver_version": "ドライババージョン" |
||||
} |
||||
}, |
||||
"title": { |
||||
"query": "クエリ", |
||||
"properties": "プロパティ", |
||||
"datasource_properties": "データソースのプロパティ" |
||||
}, |
||||
"state": { |
||||
"connected": "接続済み" |
||||
}, |
||||
"msg": { |
||||
"error": { |
||||
"fetch_error": "データ取得エラー", |
||||
"connect_error": "接続エラー", |
||||
"change_context_error": "コンテキスト変更エラー", |
||||
"parse_error": "解析エラー", |
||||
"execute_error": "実行エラー", |
||||
"already_first_page": "すでに最初のページです", |
||||
"already_last_page": "すでに最後のページです", |
||||
"perms_expired": "このセッションの権限が%sに失効しました", |
||||
"over_max_idle_time": "このセッションは%d分以上アイドル状態が続いたため、閉じられました", |
||||
"over_max_session_time": "このセッションは%d时以上継続したため、閉じられました", |
||||
"command_review_timeout": "コマンドレビューリクエストがタイムアウトしました", |
||||
"command_review_reject": "コマンドレビューリクエストは%sによって拒否されました", |
||||
"session_closed_by": "このセッションは%sによって閉じられました。", |
||||
"user_cancel_command_review": "ユーザーがコマンドレビューをキャンセルしました。", |
||||
"session_locked": "このセッションは一時停止されており、コマンドを続行できません", |
||||
"no_permission": " この操作を行う権限がありません", |
||||
"acl_reject": " この操作はACLによって拒否されました" |
||||
}, |
||||
"success": { |
||||
"execute_success": "正常に実行されました", |
||||
"connect_success": "正常に接続されました" |
||||
}, |
||||
"info": { |
||||
"affected_rows": "影響を受けた行数" |
||||
}, |
||||
"dialog": { |
||||
"session_locked": "このセッションは%sロックされており、コマンドを実行できません", |
||||
"session_unlocked": "このセッションは%sロック解除されており、コマンドを実行できます", |
||||
"title": { |
||||
"init_datasource": "データソースの初期化", |
||||
"init_datasource_failed": "データソースの初期化失敗", |
||||
"error_message": "エラーメッセージ", |
||||
"session_finished": "セッション終了", |
||||
"command_review": "コマンドレビュー" |
||||
}, |
||||
"message": { |
||||
"init_datasource": "データソースを初期化しています、お待ちください...", |
||||
"init_datasource_failed": "接続に失敗しました、データベース接続設定が正しいことを確認してください", |
||||
"command_review": "入力したコマンドは、実行前に検証が必要です。レビューリクエストを開始しますか?", |
||||
"wait_command_review": "レビューリクエストが開始されました、レビュー結果をお待ちください" |
||||
} |
||||
} |
||||
}, |
||||
"btn": { |
||||
"label": { |
||||
"submit": "送信", |
||||
"cancel": "キャンセル" |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,77 @@
|
||||
{ |
||||
"action": { |
||||
"refresh": "刷新", |
||||
"new": "新建", |
||||
"new_query": "新建查询", |
||||
"view_data": "查看数据", |
||||
"show_properties": "属性", |
||||
"label": { |
||||
"name": "名称", |
||||
"type": "类型", |
||||
"version": "版本", |
||||
"user": "用户", |
||||
"jdbc_url": "JDBC 链接", |
||||
"driver_class": "驱动类", |
||||
"driver_version": "驱动版本" |
||||
} |
||||
}, |
||||
"title": { |
||||
"query": "查询", |
||||
"properties": "属性", |
||||
"datasource_properties": "数据源属性" |
||||
}, |
||||
"state": { |
||||
"connected": "已连接" |
||||
}, |
||||
"msg": { |
||||
"error": { |
||||
"fetch_data": "获取数据失败", |
||||
"connect_error": "连接失败", |
||||
"change_context_error": "切换上下文错误", |
||||
"parse_error": "解析错误", |
||||
"execute_error": "执行错误", |
||||
"already_first_page": "已经是第一页", |
||||
"already_last_page": "已经是最后一页", |
||||
"user_cancel_command_review": "用户取消命令复核", |
||||
"command_review_timeout": "命令复核超时", |
||||
"command_review_reject": "命令复核被 %s 拒绝", |
||||
"perms_expired": "此会话关联的权限已于 %s 过期", |
||||
"over_max_idle_time": "由于此会话空闲时间大于 %d 分钟,已经被关闭", |
||||
"over_max_session_time": "由于此会话时间大于 %d 小时,已经被关闭", |
||||
"session_closed_by": "当前会话被管理员 %s 关闭", |
||||
"session_locked": "当前会话已被锁定,无法继续执行命令", |
||||
"no_permission": " 没有执行此操作的权限", |
||||
"acl_reject": " 此命令禁止被执行" |
||||
}, |
||||
"success": { |
||||
"execute_success": "执行成功", |
||||
"connect_success": "连接成功" |
||||
}, |
||||
"info": { |
||||
"affected_rows": "受影响行数" |
||||
}, |
||||
"dialog": { |
||||
"session_locked": "此会话已被 %s 锁定,无法继续执行命令", |
||||
"session_unlocked": "此会话已被 %s 解锁,可以继续执行命令", |
||||
"title": { |
||||
"init_datasource": "初始化数据源", |
||||
"init_datasource_failed": "初始化数据源失败", |
||||
"error_message": "错误消息", |
||||
"session_finished": "会话已结束", |
||||
"command_review": "命令复核" |
||||
}, |
||||
"message": { |
||||
"init_datasource": "正在初始化数据源,请稍候...", |
||||
"init_datasource_failed": "连接失败,请检查数据库连接配置是否正确", |
||||
"command_review": "您输入的命令需要复核后才可以执行, 是否发起复核请求?", |
||||
"wait_command_review": "复核请求已发起, 请等待复核结果" |
||||
} |
||||
} |
||||
}, |
||||
"btn": { |
||||
"label": { |
||||
"submit": "提交", |
||||
"cancel": "取消" |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,77 @@
|
||||
{ |
||||
"action": { |
||||
"refresh": "刷新", |
||||
"new": "新建", |
||||
"new_query": "新建查詢", |
||||
"view_data": "查看數據", |
||||
"show_properties": "屬性", |
||||
"label": { |
||||
"name": "名稱", |
||||
"type": "類型", |
||||
"version": "版本", |
||||
"user": "用戶", |
||||
"jdbc_url": "JDBC 連結", |
||||
"driver_class": "驅動類", |
||||
"driver_version": "驅動版本" |
||||
} |
||||
}, |
||||
"title": { |
||||
"query": "查詢", |
||||
"properties": "屬性", |
||||
"datasource_properties": "數據源屬性" |
||||
}, |
||||
"state": { |
||||
"connected": "已連接" |
||||
}, |
||||
"msg": { |
||||
"error": { |
||||
"fetch_data": "獲取數據失敗", |
||||
"connect_error": "連接失敗", |
||||
"change_context_error": "切換上下文錯誤", |
||||
"parse_error": "解析錯誤", |
||||
"execute_error": "執行錯誤", |
||||
"already_first_page": "已經是第一頁", |
||||
"already_last_page": "已經是最後一頁", |
||||
"user_cancel_command_review": "用戶取消命令覆核", |
||||
"command_review_timeout": "命令覆核超時", |
||||
"command_review_reject": "命令覆核被 %s 拒絕", |
||||
"perms_expired": "此會話關聯的權限已於 %s 過期", |
||||
"over_max_idle_time": "由於此會話空閒時間大於 %d 分鐘,已經被關閉", |
||||
"over_max_session_time": "由於此會話時間大於 %d 小時,已經被關閉", |
||||
"session_closed_by": "當前會話被管理員 %s 關閉", |
||||
"session_locked": "當前會話已被鎖定,無法繼續執行命令", |
||||
"no_permission": " 沒有執行此操作的權限", |
||||
"acl_reject": " 此命令禁止被執行" |
||||
}, |
||||
"success": { |
||||
"execute_success": "執行成功", |
||||
"connect_success": "連接成功" |
||||
}, |
||||
"info": { |
||||
"affected_rows": "受影響行數" |
||||
}, |
||||
"dialog": { |
||||
"session_locked": "此會話已被 %s 鎖定,無法繼續執行命令", |
||||
"session_unlocked": "此會話已被 %s 解鎖,可以繼續執行命令", |
||||
"title": { |
||||
"init_datasource": "初始化數據源", |
||||
"init_datasource_failed": "初始化數據源失敗", |
||||
"error_message": "錯誤消息", |
||||
"session_finished": "會話已結束", |
||||
"command_review": "命令覆核" |
||||
}, |
||||
"message": { |
||||
"init_datasource": "正在初始化數據源,請稍候...", |
||||
"init_datasource_failed": "連接失敗,請檢查資料庫連接配置是否正確", |
||||
"command_review": "您輸入的命令需要覆核後才可以執行, 是否發起覆核請求?", |
||||
"wait_command_review": "覆核請求已發起, 請等待覆核結果" |
||||
} |
||||
} |
||||
}, |
||||
"btn": { |
||||
"label": { |
||||
"submit": "提交", |
||||
"cancel": "取消" |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue