perf: Translate (#13437)

Co-authored-by: feng <1304903146@qq.com>
pull/13438/head
fit2bot 5 months ago committed by GitHub
parent 50ceca9f06
commit f3a827b76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -31,7 +31,7 @@ class DomainSerializer(ResourceLabelsMixin, BulkOrgResourceModelSerializer):
read_only_fields = ['date_created']
fields = fields_small + fields_m2m + read_only_fields
extra_kwargs = {
'assets': {'required': False},
'assets': {'required': False, 'label': _('Assets')},
}
def to_representation(self, instance):

@ -11,6 +11,7 @@ class BaseTranslateManager:
SEPARATOR = "<SEP>"
LANG_MAPPER = {
'ja': 'Japanese',
# 'zh_hant': 'Taiwan',
# 'en': 'English',
}

@ -1,67 +1,67 @@
{
"Refresh": "Refresh",
"NewQuery": "New query",
"ViewData": "View data",
"ShowProperties": "Show properties",
"Name": "Name",
"Type": "Type",
"Version": "Version",
"User": "User",
"JDBCURL": "JDBC URL",
"DriverClass": "Driver class",
"DriverVersion": "Driver version",
"Properties": "Properties",
"DatabaseProperties": "Datasource properties",
"Connected": "Connected",
"FetchError": "Error while fetching data",
"ConnectError": "Error while fetching data",
"ChangeContextError": "Error while changing context",
"ParseError": "Error while parsing",
"ExecuteError": "Error while executing",
"AlreadyFirstPageError": "It's already the first page",
"AlreadyLastPageError": "It's already the last page",
"CommandReviewRejectBy": "Command review request has been rejected by %s",
"SessionClosedBy": "This session has been closed by %s.",
"PermissionsExpiredOn": "Permissions associated with this session expired on %s",
"OverMaxIdleTimeError": "Since this sessioon has been idle for more than %d minutes, it has been closed",
"OverMaxSessionTimeError": "Since this session has been active for more than %d hours, it has been closed",
"CommandReviewTimeoutError": "Command review request has timed out",
"UserCancelCommandReviewError": "The user has cancelled the command review.",
"SessionLockedError": "This session has been paused and cannot continue executing commands",
"NoPermissionError": " You do not have permission to perform this action",
"ACLRejectError": " Command rejected by ACL",
"ExecuteSuccess": "Executed successfully",
"ConnectSuccess": "Connected successfully",
"AffectedRows": "Affected rows",
"SessionLockedMessage": "This session is locked by %s, please wait for the session to be unlocked.",
"SessionUnlockedMessage": "This session has been unlocked by %s.",
"InitializeDatasource": "Initialize datasource",
"InitializeDatasourceFailed": "Initialize datasource failed",
"ErrorMessage": "Error message",
"SessionFinished": "Session finished",
"CommandReview": "Command review",
"InitializingDatasourceMessage": "Initializing data source, please wait...",
"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",
"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!"
"ACLRejectError": " Command rejected by ACL",
"AffectedRows": "Affected rows",
"AlreadyFirstPageError": "It's already the first page",
"AlreadyLastPageError": "It's already the last page",
"Cancel": "Cancel",
"ChangeContextError": "Error while changing context",
"CommandReview": "Command review",
"CommandReviewMessage": "The command you entered requires verification before it can be executed. Would you like to initiate a review request?",
"CommandReviewRejectBy": "Command review request has been rejected by %s",
"CommandReviewTimeoutError": "Command review request has timed out",
"Confirm": "Confirm",
"ConnectError": "Error while fetching data",
"ConnectSuccess": "Connected successfully",
"Connected": "Connected",
"CopyNotAllowed": "You are not allowed to copy, please contact the administrator to open it!",
"Current": "Current",
"DatabaseExplorer": "Database Explorer",
"DatabaseProperties": "Datasource properties",
"DriverClass": "Driver class",
"DriverVersion": "Driver version",
"ErrorMessage": "Error message",
"ExecuteError": "Error while executing",
"ExecuteSuccess": "Executed successfully",
"ExportALL": "Export all data",
"ExportCurrent": "Export current page",
"ExportData": "Export data",
"FetchError": "Error while fetching data",
"FormatHotKey": "Format (Ctrl + L)",
"InitializeDatasource": "Initialize datasource",
"InitializeDatasourceFailed": "Initialize datasource failed",
"InitializingDatasourceMessage": "Initializing data source, please wait...",
"JDBCURL": "JDBC URL",
"LogOutput": "Log Output",
"Name": "Name",
"NewQuery": "New query",
"NoPermissionError": " You do not have permission to perform this action",
"NumRow": "{num} rows",
"OverMaxIdleTimeError": "Since this sessioon has been idle for more than %d minutes, it has been closed",
"OverMaxSessionTimeError": "Since this session has been active for more than %d hours, it has been closed",
"ParseError": "Error while parsing",
"PasteNotAllowed": "You are not allowed to paste, please contact the administrator to open it!",
"PermissionsExpiredOn": "Permissions associated with this session expired on %s",
"Properties": "Properties",
"Refresh": "Refresh",
"Run": "Run",
"RunHotKey": "Run (Ctrl + Enter)",
"RunSelected": "Run selected",
"SaveSQL": "Save SQL",
"SelectSQL": "Select SQL",
"SessionClosedBy": "This session has been closed by %s.",
"SessionFinished": "Session finished",
"SessionLockedError": "This session has been paused and cannot continue executing commands",
"SessionLockedMessage": "This session is locked by %s, please wait for the session to be unlocked.",
"SessionUnlockedMessage": "This session has been unlocked by %s.",
"ShowProperties": "Show properties",
"StopHotKey": "Stop (Ctrl + C)",
"Submit": "Submit",
"Total": "Total",
"Type": "Type",
"User": "User",
"UserCancelCommandReviewError": "The user has cancelled the command review.",
"Version": "Version",
"ViewData": "View data",
"WaitCommandReviewMessage": "The review request has been initiated, please wait for the review results",
"initializingDatasourceFailedMessage": "Connection failed, please check if the database connection configuration is correct"
}

@ -1,67 +1,67 @@
{
"Refresh": "リフレッシュ",
"NewQuery": "新規クエリ",
"ViewData": "データを見る",
"ShowProperties": "プロパティ",
"Name": "名前",
"Type": "タイプ",
"Version": "バージョン",
"User": "ユーザー",
"JDBCURL": "JDBC URL",
"DriverClass": "ドライバークラス",
"DriverVersion": "ドライバーバージョン",
"Properties": "プロパティ",
"DatabaseProperties": "データソースプロパティ",
"Connected": "接続済み",
"FetchError": "データの取得に失敗しました",
"ConnectError": "接続に失敗しました",
"ChangeContextError": "コンテキストの切り替えに失敗しました",
"ParseError": "解析に失敗しました",
"ExecuteError": "実行に失敗しました",
"AlreadyFirstPageError": "既に最初のページです",
"AlreadyLastPageError": "既に最後のページです",
"CommandReviewRejectBy": "コマンドレビューが%sに拒否されました",
"SessionClosedBy": "セッションが%sによって閉じられました",
"PermissionsExpiredOn": "このセッションに関連する権限は%sに期限切れです",
"OverMaxIdleTimeError": "このセッションのアイドル時間が%d分を超えたため、閉じられました",
"OverMaxSessionTimeError": "このセッションの時間が%d時間を超えたため、閉じられました",
"CommandReviewTimeoutError": "コマンドレビューがタイムアウトしました",
"UserCancelCommandReviewError": "ユーザーがコマンドレビューをキャンセルしました",
"SessionLockedError": "現在のセッションはロックされており、コマンドを続行できません",
"NoPermissionError": "この操作を実行する権限がありません",
"ACLRejectError": "このコマンドの実行は禁止されています",
"ExecuteSuccess": "実行に成功しました",
"ConnectSuccess": "接続に成功しました",
"AffectedRows": "影響を受けた行数",
"SessionLockedMessage": "このセッションは%sにロックされており、コマンドを続行できません",
"SessionUnlockedMessage": "このセッションは%sにアンロックされ、コマンドを続行できます",
"InitializeDatasource": "データソースを初期化",
"InitializeDatasourceFailed": "データソースの初期化に失敗しました",
"ErrorMessage": "エラーメッセージ",
"SessionFinished": "セッションが終了しました",
"CommandReview": "コマンドレビュー",
"InitializingDatasourceMessage": "データソースを初期化中、しばらくお待ちください...",
"initializingDatasourceFailedMessage": "接続に失敗しました。データベース接続設定が正しいか確認してください",
"CommandReviewMessage": "入力されたコマンドはレビュー後に実行されます。レビューリクエストを送信しますか?",
"WaitCommandReviewMessage": "レビューリクエストが送信されました。レビュー結果をお待ちください",
"Submit": "提出",
"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": "貼り付けは許可されていません。管理者に連絡して権限を開いてください!"
}
"ACLRejectError": "このコマンドの実行は禁止されています",
"AffectedRows": "影響を受けた行数",
"AlreadyFirstPageError": "既に最初のページです",
"AlreadyLastPageError": "既に最後のページです",
"Cancel": "キャンセル",
"ChangeContextError": "コンテキストの切り替えに失敗しました",
"CommandReview": "コマンドレビュー",
"CommandReviewMessage": "入力されたコマンドはレビュー後に実行されます。レビューリクエストを送信しますか?",
"CommandReviewRejectBy": "コマンドレビューが%sに拒否されました",
"CommandReviewTimeoutError": "コマンドレビューがタイムアウトしました",
"Confirm": "確認",
"ConnectError": "接続に失敗しました",
"ConnectSuccess": "接続に成功しました",
"Connected": "接続済み",
"CopyNotAllowed": "コピーは許可されていません。管理者に連絡して権限を開いてください!",
"Current": "現在",
"DatabaseExplorer": "データベースエクスプローラー",
"DatabaseProperties": "データソースプロパティ",
"DriverClass": "ドライバークラス",
"DriverVersion": "ドライバーバージョン",
"ErrorMessage": "エラーメッセージ",
"ExecuteError": "実行に失敗しました",
"ExecuteSuccess": "実行に成功しました",
"ExportALL": "すべてのデータをエクスポート",
"ExportCurrent": "現在のページをエクスポート",
"ExportData": "データをエクスポート",
"FetchError": "データの取得に失敗しました",
"FormatHotKey": "フォーマット (Ctrl + L)",
"InitializeDatasource": "データソースを初期化",
"InitializeDatasourceFailed": "データソースの初期化に失敗しました",
"InitializingDatasourceMessage": "データソースを初期化中、しばらくお待ちください...",
"JDBCURL": "JDBC URL",
"LogOutput": "ログ出力",
"Name": "名前",
"NewQuery": "新規クエリ",
"NoPermissionError": "この操作を実行する権限がありません",
"NumRow": "{num} 行",
"OverMaxIdleTimeError": "このセッションのアイドル時間が%d分を超えたため、閉じられました",
"OverMaxSessionTimeError": "このセッションの時間が%d時間を超えたため、閉じられました",
"ParseError": "解析に失敗しました",
"PasteNotAllowed": "貼り付けは許可されていません。管理者に連絡して権限を開いてください!",
"PermissionsExpiredOn": "このセッションに関連する権限は%sに期限切れです",
"Properties": "プロパティ",
"Refresh": "リフレッシュ",
"Run": "実行",
"RunHotKey": "実行 (Ctrl + Enter)",
"RunSelected": "選択を実行",
"SaveSQL": "SQLを保存",
"SelectSQL": "SQLを選択",
"SessionClosedBy": "セッションが%sによって閉じられました",
"SessionFinished": "セッションが終了しました",
"SessionLockedError": "現在のセッションはロックされており、コマンドを続行できません",
"SessionLockedMessage": "このセッションは%sにロックされており、コマンドを続行できません",
"SessionUnlockedMessage": "このセッションは%sにアンロックされ、コマンドを続行できます",
"ShowProperties": "プロパティ",
"StopHotKey": "停止 (Ctrl + C)",
"Submit": "提出",
"Total": "合計",
"Type": "タイプ",
"User": "ユーザー",
"UserCancelCommandReviewError": "ユーザーがコマンドレビューをキャンセルしました",
"Version": "バージョン",
"ViewData": "データを見る",
"WaitCommandReviewMessage": "レビューリクエストが送信されました。レビュー結果をお待ちください",
"initializingDatasourceFailedMessage": "接続に失敗しました。データベース接続設定が正しいか確認してください"
}

@ -1,67 +1,67 @@
{
"Refresh": "刷新",
"NewQuery": "新建查询",
"ViewData": "查看数据",
"ShowProperties": "属性",
"Name": "名称",
"Type": "类型",
"Version": "版本",
"User": "用户",
"JDBCURL": "JDBC URL",
"DriverClass": "驱动类",
"DriverVersion": "驱动版本",
"Properties": "属性",
"DatabaseProperties": "数据源属性",
"Connected": "已连接",
"FetchError": "获取数据失败",
"ConnectError": "连接失败",
"ChangeContextError": "切换上下文失败",
"ParseError": "解析失败",
"ExecuteError": "执行失败",
"AlreadyFirstPageError": "已经是第一页",
"AlreadyLastPageError": "已经是最后一页",
"CommandReviewRejectBy": "命令复核被 %s 拒绝",
"SessionClosedBy": "会话被 %s 关闭",
"PermissionsExpiredOn": "此会话关联的权限已于 %s 过期",
"OverMaxIdleTimeError": "由于此会话空闲时间大于 %d 分钟,已经被关闭",
"OverMaxSessionTimeError": "由于此会话时间大于 %d 小时,已经被关闭",
"CommandReviewTimeoutError": "命令复核超时",
"UserCancelCommandReviewError": "用户取消命令复核",
"SessionLockedError": "当前会话已被锁定,无法继续执行命令",
"NoPermissionError": "没有执行此操作的权限",
"ACLRejectError": " 此命令禁止被执行",
"ExecuteSuccess": "执行成功",
"ConnectSuccess": "连接成功",
"AffectedRows": "受影响行数",
"SessionLockedMessage": "此会话已被 %s 锁定,无法继续执行命令",
"SessionUnlockedMessage": "此会话已被 %s 解锁,可以继续执行命令",
"InitializeDatasource": "初始化数据源",
"InitializeDatasourceFailed": "初始化数据源失败",
"ErrorMessage": "错误消息",
"SessionFinished": "会员已结束",
"CommandReview": "命令复核",
"InitializingDatasourceMessage": "正在初始化数据源,请稍候...",
"initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确",
"CommandReviewMessage": "您输入的命令需要复核后才可以执行, 是否发起复核请求?",
"WaitCommandReviewMessage": "复核请求已发起, 请等待复核结果",
"Submit": "提交",
"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": "不允许粘贴,请联系管理员开启权限!"
"ACLRejectError": " 此命令禁止被执行",
"AffectedRows": "受影响行数",
"AlreadyFirstPageError": "已经是第一页",
"AlreadyLastPageError": "已经是最后一页",
"Cancel": "取消",
"ChangeContextError": "切换上下文失败",
"CommandReview": "命令复核",
"CommandReviewMessage": "您输入的命令需要复核后才可以执行, 是否发起复核请求?",
"CommandReviewRejectBy": "命令复核被 %s 拒绝",
"CommandReviewTimeoutError": "命令复核超时",
"Confirm": "确认",
"ConnectError": "连接失败",
"ConnectSuccess": "连接成功",
"Connected": "已连接",
"CopyNotAllowed": "不允许复制,请联系管理员开启权限!",
"Current": "当前",
"DatabaseExplorer": "数据库浏览器",
"DatabaseProperties": "数据源属性",
"DriverClass": "驱动类",
"DriverVersion": "驱动版本",
"ErrorMessage": "错误消息",
"ExecuteError": "执行失败",
"ExecuteSuccess": "执行成功",
"ExportALL": "导出所有数据",
"ExportCurrent": "导出当前页面",
"ExportData": "导出数据",
"FetchError": "获取数据失败",
"FormatHotKey": "格式化 (Ctrl + L)",
"InitializeDatasource": "初始化数据源",
"InitializeDatasourceFailed": "初始化数据源失败",
"InitializingDatasourceMessage": "正在初始化数据源,请稍候...",
"JDBCURL": "JDBC URL",
"LogOutput": "日志输出",
"Name": "名称",
"NewQuery": "新建查询",
"NoPermissionError": "没有执行此操作的权限",
"NumRow": "{num} 行",
"OverMaxIdleTimeError": "由于此会话空闲时间大于 %d 分钟,已经被关闭",
"OverMaxSessionTimeError": "由于此会话时间大于 %d 小时,已经被关闭",
"ParseError": "解析失败",
"PasteNotAllowed": "不允许粘贴,请联系管理员开启权限!",
"PermissionsExpiredOn": "此会话关联的权限已于 %s 过期",
"Properties": "属性",
"Refresh": "刷新",
"Run": "运行",
"RunHotKey": "运行 (Ctrl + Enter)",
"RunSelected": "运行选中",
"SaveSQL": "保存 SQL",
"SelectSQL": "选择 SQL",
"SessionClosedBy": "会话被 %s 关闭",
"SessionFinished": "会员已结束",
"SessionLockedError": "当前会话已被锁定,无法继续执行命令",
"SessionLockedMessage": "此会话已被 %s 锁定,无法继续执行命令",
"SessionUnlockedMessage": "此会话已被 %s 解锁,可以继续执行命令",
"ShowProperties": "属性",
"StopHotKey": "停止 (Ctrl + C)",
"Submit": "提交",
"Total": "总计",
"Type": "类型",
"User": "用户",
"UserCancelCommandReviewError": "用户取消命令复核",
"Version": "版本",
"ViewData": "查看数据",
"WaitCommandReviewMessage": "复核请求已发起, 请等待复核结果",
"initializingDatasourceFailedMessage": "连接失败,请检查数据库连接配置是否正确"
}

@ -1,67 +1,67 @@
{
"Refresh": "刷新",
"NewQuery": "新建查詢",
"ViewData": "查看資料",
"ShowProperties": "屬性",
"Name": "名稱",
"Type": "類型",
"Version": "版本",
"User": "用戶",
"JDBCURL": "JDBC URL",
"DriverClass": "驅動類",
"DriverVersion": "驅動版本",
"Properties": "屬性",
"DatabaseProperties": "資料源屬性",
"Connected": "已連接",
"FetchError": "獲取資料失敗",
"ConnectError": "連接失敗",
"ChangeContextError": "切換上下文失敗",
"ParseError": "解析失敗",
"ExecuteError": "執行失敗",
"AlreadyFirstPageError": "已經是第一頁",
"AlreadyLastPageError": "已經是最後一頁",
"CommandReviewRejectBy": "命令覆核被 %s 拒絕",
"SessionClosedBy": "會話被 %s 關閉",
"PermissionsExpiredOn": "此會話關聯的權限已於 %s 過期",
"OverMaxIdleTimeError": "由於此會話閒置時間大於 %d 分鐘,已經被關閉",
"OverMaxSessionTimeError": "由於此會話時間大於 %d 小時,已經被關閉",
"CommandReviewTimeoutError": "命令覆核超時",
"UserCancelCommandReviewError": "用戶取消命令覆核",
"SessionLockedError": "當前會話已被鎖定,無法繼續執行命令",
"NoPermissionError": "沒有執行此操作的權限",
"ACLRejectError": "此命令禁止被執行",
"ExecuteSuccess": "執行成功",
"ConnectSuccess": "連接成功",
"AffectedRows": "受影響行數",
"SessionLockedMessage": "此會話已被 %s 鎖定,無法繼續執行命令",
"SessionUnlockedMessage": "此會話已被 %s 解鎖,可以繼續執行命令",
"InitializeDatasource": "初始化資料源",
"InitializeDatasourceFailed": "初始化資料源失敗",
"ErrorMessage": "錯誤消息",
"SessionFinished": "會話已結束",
"CommandReview": "命令覆核",
"InitializingDatasourceMessage": "正在初始化資料源,請稍候...",
"initializingDatasourceFailedMessage": "連接失敗,請檢查資料庫連接配置是否正確",
"CommandReviewMessage": "您輸入的命令需要覆核後才可以執行,是否發起覆核請求?",
"WaitCommandReviewMessage": "覆核請求已發起,請等待覆核結果",
"Submit": "提交",
"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": "不允許貼上,請聯絡管理員開啟權限!"
}
"ACLRejectError": "此命令禁止被執行",
"AffectedRows": "受影響行數",
"AlreadyFirstPageError": "已經是第一頁",
"AlreadyLastPageError": "已經是最後一頁",
"Cancel": "取消",
"ChangeContextError": "切換上下文失敗",
"CommandReview": "命令覆核",
"CommandReviewMessage": "您輸入的命令需要覆核後才可以執行,是否發起覆核請求?",
"CommandReviewRejectBy": "命令覆核被 %s 拒絕",
"CommandReviewTimeoutError": "命令覆核超時",
"Confirm": "確認",
"ConnectError": "連接失敗",
"ConnectSuccess": "連接成功",
"Connected": "已連接",
"CopyNotAllowed": "不允許複製,請聯絡管理員開啟權限!",
"Current": "目前",
"DatabaseExplorer": "資料庫瀏覽器",
"DatabaseProperties": "資料源屬性",
"DriverClass": "驅動類",
"DriverVersion": "驅動版本",
"ErrorMessage": "錯誤消息",
"ExecuteError": "執行失敗",
"ExecuteSuccess": "執行成功",
"ExportALL": "匯出所有資料",
"ExportCurrent": "匯出當前頁面",
"ExportData": "匯出資料",
"FetchError": "獲取資料失敗",
"FormatHotKey": "格式化 (Ctrl + L)",
"InitializeDatasource": "初始化資料源",
"InitializeDatasourceFailed": "初始化資料源失敗",
"InitializingDatasourceMessage": "正在初始化資料源,請稍候...",
"JDBCURL": "JDBC URL",
"LogOutput": "日誌輸出",
"Name": "名稱",
"NewQuery": "新建查詢",
"NoPermissionError": "沒有執行此操作的權限",
"NumRow": "{num} 行",
"OverMaxIdleTimeError": "由於此會話閒置時間大於 %d 分鐘,已經被關閉",
"OverMaxSessionTimeError": "由於此會話時間大於 %d 小時,已經被關閉",
"ParseError": "解析失敗",
"PasteNotAllowed": "不允許貼上,請聯絡管理員開啟權限!",
"PermissionsExpiredOn": "此會話關聯的權限已於 %s 過期",
"Properties": "屬性",
"Refresh": "刷新",
"Run": "執行",
"RunHotKey": "執行 (Ctrl + Enter)",
"RunSelected": "執行選擇",
"SaveSQL": "儲存 SQL",
"SelectSQL": "選擇 SQL",
"SessionClosedBy": "會話被 %s 關閉",
"SessionFinished": "會話已結束",
"SessionLockedError": "當前會話已被鎖定,無法繼續執行命令",
"SessionLockedMessage": "此會話已被 %s 鎖定,無法繼續執行命令",
"SessionUnlockedMessage": "此會話已被 %s 解鎖,可以繼續執行命令",
"ShowProperties": "屬性",
"StopHotKey": "停止 (Ctrl + C)",
"Submit": "提交",
"Total": "總計",
"Type": "類型",
"User": "用戶",
"UserCancelCommandReviewError": "用戶取消命令覆核",
"Version": "版本",
"ViewData": "查看資料",
"WaitCommandReviewMessage": "覆核請求已發起,請等待覆核結果",
"initializingDatasourceFailedMessage": "連接失敗,請檢查資料庫連接配置是否正確"
}

@ -1,52 +1,52 @@
{
"ShareUser": "ForUser",
"ShareUserHelpText": "If left blank, everyone could join the session.",
"GetShareUser": "Enter username",
"UploadSuccess": "Upload success",
"MustSelectOneFile": "Must select one file",
"MustOneFile": "Only support to select one file",
"DownloadSuccess": "Download success",
"Download": "Download",
"Upload": "Upload",
"ActionPerm": "Actions",
"Cancel": "Cancel",
"UploadTitle": "file upload",
"UploadTips": "Drag file here or click to upload",
"Share": "Share",
"ConfirmBtn": "Confirm",
"CopyLink": "Copy Link Address and Code",
"CopyShareURLSuccess": "Copy Share URL Success",
"ThemeConfig": "Theme",
"OnlineUsers": "Online Users",
"User": "User",
"VerifyCode": "Verify Code",
"LinkAddr": "Link",
"ExpiredTime": "Expired",
"SelectAction": "Select",
"CreateSuccess": "Success",
"CreateLink": "Create Share Link",
"CopyLink": "Copy Link Address and Code",
"NoLink": "No Link",
"ConfirmBtn": "Confirm",
"Settings": "Settings",
"Theme": "Theme",
"SelectTheme": "Select Theme",
"ThemeColors": "Theme Colors",
"ExceedTransferSize": "exceed max transfer size",
"WaitFileTransfer": "Wait file transfer to finish",
"CreateSuccess": "Success",
"Download": "Download",
"DownloadSuccess": "Download success",
"EndFileTransfer": "File transfer end",
"ReadOnly": "Read-Only",
"Writable" : "Writable",
"ActionPerm": "Actions",
"Self": "Self",
"RemoveShareUser": "You have been removed from the shared session.",
"ExceedTransferSize": "exceed max transfer size",
"ExpiredTime": "Expired",
"GetShareUser": "Enter username",
"InputVerifyCode": "Input Verify Code",
"JoinShare": "Join Session",
"LeaveShare": "Leave Session",
"Remove": "Remove",
"RemoveShareUserConfirm": "Are you sure to remove the user from the shared session?",
"LinkAddr": "Link",
"Minute": "Minute",
"Minutes": "Minutes",
"PauseSession" : "Pause Session",
"ResumeSession" : "Resume Session",
"SyncUserPreferenceSuccess": "Sync user preference success",
"SyncUserPreferenceFailed": "Sync user preference failed",
"MustOneFile": "Only support to select one file",
"MustSelectOneFile": "Must select one file",
"NoLink": "No Link",
"OnlineUsers": "Online Users",
"PauseSession": "Pause Session",
"ReadOnly": "Read-Only",
"Remove": "Remove",
"RemoveShareUser": "You have been removed from the shared session.",
"RemoveShareUserConfirm": "Are you sure to remove the user from the shared session?",
"ResumeSession": "Resume Session",
"SelectAction": "Select",
"SelectTheme": "Select Theme",
"Self": "Self",
"Settings": "Settings",
"Share": "Share",
"ShareUser": "ForUser",
"ShareUserHelpText": "If left blank, everyone could join the session.",
"Sync": "Sync",
"InputVerifyCode": "Input Verify Code"
}
"SyncUserPreferenceFailed": "Sync user preference failed",
"SyncUserPreferenceSuccess": "Sync user preference success",
"Theme": "Theme",
"ThemeColors": "Theme Colors",
"ThemeConfig": "Theme",
"Upload": "Upload",
"UploadSuccess": "Upload success",
"UploadTips": "Drag file here or click to upload",
"UploadTitle": "file upload",
"User": "User",
"VerifyCode": "Verify Code",
"WaitFileTransfer": "Wait file transfer to finish",
"Writable": "Writable"
}

@ -1,52 +1,52 @@
{
"ShareUser": "共有ユーザー",
"ShareUserHelpText": "ユーザーが選択されていません。つまり、すべての人が参加できます。",
"GetShareUser": "ユーザー名の入力",
"UploadSuccess": "アップロード成功",
"MustSelectOneFile": "ファイルを選択する必要があります",
"MustOneFile": "ファイルを1つだけ選択できます",
"DownloadSuccess": "ダウンロードに成功しました",
"Download": "ダウンロード",
"Upload": "アップロード",
"ActionPerm": "アクション権限",
"Cancel": "キャンセル",
"UploadTitle": "ファイルのアップロード",
"UploadTips": "ファイルをここにドラッグするか、アップロードをクリックします",
"Share": "シェア",
"ConfirmBtn": "確定",
"CopyLink": "リンクと認証コードのコピー",
"CopyShareURLSuccess": "レプリケーション共有住所成功",
"ThemeConfig": "テーマ",
"OnlineUsers": "オンラインスタッフ",
"User": "ユーザー",
"VerifyCode": "認証コード",
"LinkAddr": "リンク先",
"ExpiredTime": "有効期限",
"SelectAction": "選択してください",
"CreateSuccess": "作成に成功しました",
"CreateLink": "シェアリンクの作成",
"CopyLink": "リンクと認証コードのコピー",
"NoLink": "住所なし",
"ConfirmBtn": "確定",
"Settings": "設定",
"Theme": "テーマ",
"SelectTheme": "テーマを選択してください",
"ThemeColors": "テーマカラー",
"ExceedTransferSize": "最大転送サイズを超えています",
"WaitFileTransfer": "ファイル転送終了待ち",
"CreateSuccess": "作成に成功しました",
"Download": "ダウンロード",
"DownloadSuccess": "ダウンロードに成功しました",
"EndFileTransfer": "ファイル転送終了",
"ReadOnly": "読み取り専用",
"Writable" : "書き込み可能",
"ActionPerm": "アクション権限",
"Self": "自分",
"RemoveShareUser": "あなたはすでに共有セッションから削除されました」という意味です",
"ExceedTransferSize": "最大転送サイズを超えています",
"ExpiredTime": "有効期限",
"GetShareUser": "ユーザー名の入力",
"InputVerifyCode": "認証コードを入力してください",
"JoinShare": "共有セッションに参加",
"LeaveShare": "共有セッションから退出",
"Remove": "削除",
"RemoveShareUserConfirm": "共有セッションから削除してもよろしいですか?",
"LinkAddr": "リンク先",
"Minute": "分間",
"Minutes": "分間",
"PauseSession" : "セッションを一時停止",
"ResumeSession" : "セッションを再開",
"SyncUserPreferenceSuccess": "ユーザー設定の同期に成功しました",
"SyncUserPreferenceFailed": "ユーザー設定の同期に失敗しました",
"MustOneFile": "ファイルを1つだけ選択できます",
"MustSelectOneFile": "ファイルを選択する必要があります",
"NoLink": "住所なし",
"OnlineUsers": "オンラインスタッフ",
"PauseSession": "セッションを一時停止",
"ReadOnly": "読み取り専用",
"Remove": "削除",
"RemoveShareUser": "あなたはすでに共有セッションから削除されました」という意味です",
"RemoveShareUserConfirm": "共有セッションから削除してもよろしいですか?",
"ResumeSession": "セッションを再開",
"SelectAction": "選択してください",
"SelectTheme": "テーマを選択してください",
"Self": "自分",
"Settings": "設定",
"Share": "シェア",
"ShareUser": "共有ユーザー",
"ShareUserHelpText": "ユーザーが選択されていません。つまり、すべての人が参加できます。",
"Sync": "同期",
"InputVerifyCode": "認証コードを入力してください"
}
"SyncUserPreferenceFailed": "ユーザー設定の同期に失敗しました",
"SyncUserPreferenceSuccess": "ユーザー設定の同期に成功しました",
"Theme": "テーマ",
"ThemeColors": "テーマカラー",
"ThemeConfig": "テーマ",
"Upload": "アップロード",
"UploadSuccess": "アップロード成功",
"UploadTips": "ファイルをここにドラッグするか、アップロードをクリックします",
"UploadTitle": "ファイルのアップロード",
"User": "ユーザー",
"VerifyCode": "認証コード",
"WaitFileTransfer": "ファイル転送終了待ち",
"Writable": "書き込み可能"
}

@ -1,52 +1,52 @@
{
"ShareUser": "分享用户",
"ShareUserHelpText": "未选择用户,即允许所有人加入",
"GetShareUser": "输入用户名",
"UploadSuccess": "上传成功",
"MustSelectOneFile": "必须选择一个文件",
"MustOneFile": "只能选择一个文件",
"DownloadSuccess": "下载成功",
"Download": "下载",
"Upload": "上传",
"ActionPerm": "操作权限",
"Cancel": "取消",
"UploadTitle": "上传文件",
"UploadTips": "将文件拖到此处,或点击上传",
"Share": "分享",
"ConfirmBtn": "确定",
"CopyLink": "复制链接及验证码",
"CopyShareURLSuccess": "复制分享地址成功",
"ThemeConfig": "主题",
"OnlineUsers": "在线人员",
"User": "用户",
"VerifyCode": "验证码",
"LinkAddr": "链接地址",
"ExpiredTime": "有效期限",
"SelectAction": "请选择",
"CreateSuccess": "创建成功",
"CreateLink": "创建分享链接",
"CopyLink": "复制链接及验证码",
"NoLink": "无地址",
"ConfirmBtn": "确定",
"Settings": "设置",
"Theme": "主题",
"SelectTheme": "请选择主题",
"ThemeColors": "主题颜色",
"ExceedTransferSize": "超过最大传输大小",
"WaitFileTransfer": "等待文件传输结束",
"CreateSuccess": "创建成功",
"Download": "下载",
"DownloadSuccess": "下载成功",
"EndFileTransfer": "文件传输结束",
"ReadOnly": "只读",
"Writable" : "读写",
"ActionPerm": "操作权限",
"Self": "我",
"RemoveShareUser": "你已经被移除共享会话",
"ExceedTransferSize": "超过最大传输大小",
"ExpiredTime": "有效期限",
"GetShareUser": "输入用户名",
"InputVerifyCode": "请输入验证码",
"JoinShare": "加入共享",
"LeaveShare": "离开共享",
"Remove": "移除",
"RemoveShareUserConfirm": "确定要移除该用户吗?",
"LinkAddr": "链接地址",
"Minute": "分钟",
"Minutes": "分钟",
"PauseSession" : "暂停此会话",
"ResumeSession" : "恢复此会话",
"SyncUserPreferenceSuccess": "同步设置成功",
"SyncUserPreferenceFailed": "同步设置失败",
"MustOneFile": "只能选择一个文件",
"MustSelectOneFile": "必须选择一个文件",
"NoLink": "无地址",
"OnlineUsers": "在线人员",
"PauseSession": "暂停此会话",
"ReadOnly": "只读",
"Remove": "移除",
"RemoveShareUser": "你已经被移除共享会话",
"RemoveShareUserConfirm": "确定要移除该用户吗?",
"ResumeSession": "恢复此会话",
"SelectAction": "请选择",
"SelectTheme": "请选择主题",
"Self": "我",
"Settings": "设置",
"Share": "分享",
"ShareUser": "分享用户",
"ShareUserHelpText": "未选择用户,即允许所有人加入",
"Sync": "同步",
"InputVerifyCode": "请输入验证码"
}
"SyncUserPreferenceFailed": "同步设置失败",
"SyncUserPreferenceSuccess": "同步设置成功",
"Theme": "主题",
"ThemeColors": "主题颜色",
"ThemeConfig": "主题",
"Upload": "上传",
"UploadSuccess": "上传成功",
"UploadTips": "将文件拖到此处,或点击上传",
"UploadTitle": "上传文件",
"User": "用户",
"VerifyCode": "验证码",
"WaitFileTransfer": "等待文件传输结束",
"Writable": "读写"
}

@ -1,52 +1,52 @@
{
"ShareUser": "分享用戶",
"ShareUserHelpText": "未選擇用戶,即允許所有人加入",
"GetShareUser": "輸入使用者名稱",
"UploadSuccess": "上傳成功",
"MustSelectOneFile": "必須選擇一個文件",
"MustOneFile": "只能選擇一個文件",
"DownloadSuccess": "下載成功",
"Download": "下載",
"Upload": "上傳",
"ActionPerm": "操作權限",
"Cancel": "取消",
"UploadTitle": "上傳文件",
"UploadTips": "將文件拖到此處,或點擊上傳",
"Share": "分享",
"ConfirmBtn": "確定",
"CopyLink": "複製連結及驗證碼",
"CopyShareURLSuccess": "複製分享地址成功",
"ThemeConfig": "主題",
"OnlineUsers": "在線人員",
"User": "用戶",
"VerifyCode": "驗證碼",
"LinkAddr": "連結地址",
"ExpiredTime": "有效期限",
"SelectAction": "請選擇",
"CreateSuccess": "創建成功",
"CreateLink": "創建分享連結",
"CopyLink": "複製連結及驗證碼",
"NoLink": "無地址",
"ConfirmBtn": "確定",
"Settings": "設置",
"Theme": "主題",
"SelectTheme": "請選擇主題",
"ThemeColors": "主題顏色",
"ExceedTransferSize": "超過最大傳輸大小",
"WaitFileTransfer": "等待文件傳輸結束",
"CreateSuccess": "創建成功",
"Download": "下載",
"DownloadSuccess": "下載成功",
"EndFileTransfer": "文件傳輸結束",
"ReadOnly": "只讀",
"Writable": "讀寫",
"ActionPerm": "操作權限",
"Self": "我",
"RemoveShareUser": "你已經被移除共享會話",
"ExceedTransferSize": "超過最大傳輸大小",
"ExpiredTime": "有效期限",
"GetShareUser": "輸入使用者名稱",
"InputVerifyCode": "請輸入驗證碼",
"JoinShare": "加入共享",
"LeaveShare": "離開共享",
"Remove": "移除",
"RemoveShareUserConfirm": "確定要移除該用戶嗎?",
"LinkAddr": "連結地址",
"Minute": "分鐘",
"Minutes": "分鐘",
"MustOneFile": "只能選擇一個文件",
"MustSelectOneFile": "必須選擇一個文件",
"NoLink": "無地址",
"OnlineUsers": "在線人員",
"PauseSession": "暫停此會話",
"ReadOnly": "只讀",
"Remove": "移除",
"RemoveShareUser": "你已經被移除共享會話",
"RemoveShareUserConfirm": "確定要移除該用戶嗎?",
"ResumeSession": "恢復此會話",
"SyncUserPreferenceSuccess": "同步設定成功",
"SyncUserPreferenceFailed": "同步設定失敗",
"SelectAction": "請選擇",
"SelectTheme": "請選擇主題",
"Self": "我",
"Settings": "設置",
"Share": "分享",
"ShareUser": "分享用戶",
"ShareUserHelpText": "未選擇用戶,即允許所有人加入",
"Sync": "同步",
"InputVerifyCode": "請輸入驗證碼"
"SyncUserPreferenceFailed": "同步設定失敗",
"SyncUserPreferenceSuccess": "同步設定成功",
"Theme": "主題",
"ThemeColors": "主題顏色",
"ThemeConfig": "主題",
"Upload": "上傳",
"UploadSuccess": "上傳成功",
"UploadTips": "將文件拖到此處,或點擊上傳",
"UploadTitle": "上傳文件",
"User": "用戶",
"VerifyCode": "驗證碼",
"WaitFileTransfer": "等待文件傳輸結束",
"Writable": "讀寫"
}

@ -8,44 +8,40 @@
"AccessIP": "Ip whitelist",
"AccessKey": "Access key",
"Account": "Account",
"NoPermissionInGlobal": "No permission in GLOBAL",
"AccountTemplateList": "Account templates",
"AccountBackup": "Backup accounts",
"AccountBackupCreate": "Create account backup",
"AccountBackupDetail": "Backup account details",
"ManualExecution": "Manual execution",
"AccountChangeSecretDetail": "Change account secret details",
"AccountBackupList": "Backup account",
"AccountBackupUpdate": "Update account backup",
"AccountChangeSecret": "Change account secret",
"AccountChangeSecretDetail": "Change account secret details",
"AccountDeleteConfirmMsg": "Delete account, continue?",
"AccountExportTips": "The exported information contains sensitive information such as encrypted account numbers. the exported format is an encrypted zip file (if you have not set the encryption password, please go to personal info to set the file encryption password).",
"GatheredAccountList": "Gathered accounts",
"AccountGatherList": "Gather accounts",
"AccountGatherDetail": "Gather account details",
"AccountPushDetail": "Push account details",
"AccountGatherTaskList": "Gather accounts tasks",
"AccountGatherList": "Gather accounts",
"AccountGatherTaskCreate": "Create gather accounts task",
"AccountGatherTaskList": "Gather accounts tasks",
"AccountGatherTaskUpdate": "Update the gather accounts task",
"AccountList": "Accounts",
"AccountPolicy": "Account policy",
"AccountPolicyHelpText": "For accounts that do not meet the requirements when creating, such as: non-compliant key types and unique key constraints, you can choose the above strategy.",
"AccountPushCreate": "Create push account",
"AccountPushDetail": "Push account details",
"AccountPushList": "Push accounts",
"MenuAccountTemplates": "Templates",
"AccountPushUpdate": "Update push account",
"AccountStorage": "Account storage",
"AccountTemplate": "Account templates",
"AccountTemplateList": "Account templates",
"AccountTemplateUpdateSecretHelpText": "The account list shows the accounts created through the template. when the secret is updated, the ciphertext of the accounts created through the template will be updated.",
"Accounts": "Accounts",
"Action": "Action",
"ActionCount": "Action count",
"PermAction": "Permission Action",
"ActionSetting": "Action setting",
"Actions": "Actions",
"ActionsTips": "The effects of each authority's agreement are different, click on the icon behind the authority to view",
"Activate": "Activate",
"ActivateSelected": "Activate selected",
"ActivateSuccessMsg": "Successful activated",
"Active": "Active",
"ActiveAsset": "Recently logged in",
"ActiveAssetRanking": "Login asset ranking",
@ -54,12 +50,14 @@
"Activity": "Activities",
"Add": "Add",
"AddAccount": "Add account",
"AddAccountResult": "Account batch adding results",
"AddAccountByTemplate": "Add account from template",
"AddAccountResult": "Account batch adding results",
"AddAllMembersWarningMsg": "Are you sure add all user to this group ?",
"AddAsset": "Add assets",
"AddAssetInDomain": "Add asset in domain",
"AddAssetToNode": "Add assets to node",
"AddAssetToThisPermission": "Add assets",
"AddGatewayInDomain": "Add gateway in domain",
"AddInDetailText": "After successful creation or update, add to the details",
"AddNode": "Add node",
"AddNodeToThisPermission": "Add nodes",
@ -108,6 +106,9 @@
"ApplyFromCMDFilterRule": "Command filter rules",
"ApplyFromSession": "Session",
"ApplyInfo": "Apply info",
"ApplyLoginAccount": "Login account",
"ApplyLoginAsset": "Login asset",
"ApplyLoginUser": "Login user",
"ApplyRunAsset": "Assets for which operations are requested",
"ApplyRunCommand": "Command for application",
"ApplyRunUser": "Users applying for run",
@ -120,7 +121,6 @@
"ApsaraStack": "Alibaba cloud private cloud",
"Asset": "Asset",
"AssetAccount": "Accounts",
"Success/Total": "Success/Total",
"AssetAccountDetail": "Account details",
"AssetAclCreate": "Create asset connect rule",
"AssetAclDetail": "Asset connect rule details",
@ -149,6 +149,7 @@
"AssetProtocolHelpText": "! The protocols supported by the assets are restricted by the platform. Click the settings button to view the protocol settings. If updates are required, please update the platform",
"AssetTree": "Asset tree",
"Assets": "Assets",
"AssetsAmount": "Assets",
"AssetsOfNumber": "Number of asset",
"AssetsTotal": "Total assets",
"AssignedInfo": "Approval information",
@ -187,7 +188,6 @@
"BatchProcessing": "{number} items selected",
"BatchReject": "Batch reject",
"BatchTest": "Batch test",
"BatchTransfer": "File transfer",
"BeforeChange": "Before change",
"Beian": "Record",
"BelongAll": "Including at the same time",
@ -222,12 +222,11 @@
"ChangeField": "Change field",
"ChangeOrganization": "Change organization",
"ChangePassword": "Change password",
"EditRecipient": "Edit recipient",
"ChangeSecretParams": "Change secret parameters",
"ChangeViewHelpText": "Click to switch different views",
"Chat": "Chat",
"ChatHello": "Hello, can I help you?",
"ChatAI": "Chat AI",
"ChatHello": "Hello, can I help you?",
"ChdirHelpText": "By default, the execution directory is the user's home directory",
"CheckAssetsAmount": "Check asset quantity",
"CheckViewAcceptor": "Click to view the acceptance person",
@ -241,9 +240,9 @@
"ClearSuccessMsg": "Clear successful",
"ClickCopy": "Click to copy",
"ClientCertificate": "Client certificate",
"Clipboard ": "Clipboard",
"ClipboardCopyPaste": "Clipboard copy and paste",
"Clone": "Clone",
"Duplicate": "Duplicate",
"Close": "Close",
"CloseConfirm": "Confirm close",
"CloseConfirmMessage": "File has changed, save?",
@ -292,6 +291,7 @@
"Configured": "Configured",
"Confirm": "Confirm",
"ConfirmPassword": "Confirm password",
"Connect": "Connect",
"ConnectAssets": "Connect assets",
"ConnectMethod": "Connect method",
"ConnectMethodACLHelpMsg": "Connect methods can be filtered to control whether users can use a certain connect method to login to the asset. according to your set rules, some connect methods can be allowed, while others can be prohibited (globally effective).",
@ -327,11 +327,10 @@
"CreateSuccessMsg": "Successfully created !",
"CreateUserSetting": "User creation",
"Created": "Created",
"Crontab": "Crontab",
"Interval": "Interval",
"CreatedBy": "Creator",
"CriticalLoad": "Serious",
"CronExpression": "Complete crontab expression",
"Crontab": "Crontab",
"CrontabDiffError": "Please ensure that the interval for scheduled execution is no less than ten minutes!",
"CrontabHelpText": "If both interval and crontab are set, crontab is prioritized",
"CrontabHelpTip": "For example: perform every sunday at 03:05 <5 3 * * 0> <br/> use 5-digit linux crontab expressions <min hour day month weekday> (<a href=\"https://tool.lu/crontab/\" target=\"_blank\">online tool</a>) <br/> ",
@ -375,14 +374,13 @@
"DatePasswordLastUpdated": "Last password update date",
"DateStart": "Start date",
"DateSync": "Sync date",
"Datetime": "Datetime",
"DateUpdated": "Update date",
"Datetime": "Datetime",
"Day": "Day",
"DeclassificationLogNum": "Password change logs",
"DefaultDatabase": "Default database",
"DefaultPort": "Default port",
"Delete": "Delete",
"WeekAdd": "Weekly add",
"DeleteConfirmMessage": "Deletion is irreversible, do you wish to continue?",
"DeleteErrorMsg": "Delete failed",
"DeleteNode": "Delete node",
@ -392,7 +390,6 @@
"DeleteSelected": "Delete selected",
"DeleteSuccess": "Successfully deleted",
"DeleteSuccessMsg": "Successfully deleted",
"ActivateSuccessMsg": "Successful activated",
"DeleteWarningMsg": "Are you sure you want to delete",
"Deploy": "Deployment",
"Description": "Description",
@ -416,13 +413,17 @@
"DownloadReplay": "Download recording",
"DownloadUpdateTemplateMsg": "Download update template",
"DragUploadFileInfo": "Drag files here, or click to upload",
"Duplicate": "Duplicate",
"DuplicateFileExists": "Uploading a file with the same name is not allowed, please delete the file with the same name",
"Duration": "Duration",
"DynamicUsername": "Dynamic username",
"Edit": "Edit",
"EditRecipient": "Edit recipient",
"Edition": "Version",
"Email": "Email",
"EmailContent": "Custom content",
"EmailTemplate": "Template",
"EmailTemplateHelpTip": "Email template is used for sending emails and includes the email subject prefix and email content",
"EmailTest": "Test connection",
"Empty": "Empty",
"Enable": "Enable",
@ -491,6 +492,7 @@
"FirstLogin": "First login",
"FlowSetUp": "Flow setup",
"Footer": "Footer",
"ForgotPasswordURL": "Forgot password URL",
"FormatError": "Format error",
"Friday": "Fri",
"From": "From",
@ -506,11 +508,13 @@
"GatewayUpdate": "Update the gateway",
"GatherAccounts": "Gather accounts",
"GatherAccountsHelpText": "Collect account information on assets. the collected account information can be imported into the system for centralized management.",
"GatheredAccountList": "Gathered accounts",
"General": "General",
"GeneralAccounts": "General accounts",
"GeneralSetting": "General",
"Generate": "Generate",
"GenerateAccounts": "Regenerate account",
"GenerateSuccessMsg": "Account creation successful",
"GeneralSetting": "General",
"GoHomePage": "Go to homepage",
"Goto": "Goto",
"GrantedAssets": "Authorized assets",
@ -521,8 +525,6 @@
"HardwareInfo": "Hardware information",
"HasImportErrorItemMsg": "There are import failures, click on the left x to view the failure reasons, after editing the table, you can continue to import failures.",
"Help": "Help",
"HelpDocumentTip": "Document url for navigation bar 'help -> document' redirection.",
"HelpSupportTip": "Support url for the navigation bar 'help -> support' redirection.",
"HighLoad": "Higher",
"HistoricalSessionNum": "Total historical sessions",
"History": "History",
@ -573,16 +575,12 @@
"InputEmailAddress": "Please enter the correct email address",
"InputMessage": "Enter message...",
"InputPhone": "Phone number",
"MIN_LENGTH_ERROR": "Passwords must be at least {0} characters.",
"UPPER_CASE_REQUIRED": "Must contain uppercase letters",
"LOWER_CASE_REQUIRED": "Must contain lowercase letters",
"NUMBER_REQUIRED": "Must contain numbers",
"SPECIAL_CHAR_REQUIRED": "Must contain special characters",
"InstanceAddress": "Instance address",
"InstanceName": "Instance name",
"InstancePlatformName": "Instance platform name",
"Interface": "Appearance",
"InterfaceSettings": "Appearance",
"Interval": "Interval",
"IntervalOfCreateUpdatePage": "Unit: hour",
"InvalidJson": "Invalid json",
"InviteSuccess": "Invitation successful",
@ -610,13 +608,9 @@
"JobUpdate": "Update the job",
"KingSoftCloud": "KingSoft Cloud",
"KokoSetting": "KoKo",
"LDAPUser": "LDAP Users",
"Tag": "Tag",
"LAN": "LAN",
"TagCreate": "Create tag",
"TagInputFormatValidation": "Tag format error, the correct format is: name:value",
"TagList": "Tags",
"TagUpdate": "Update the tag",
"LDAPUser": "LDAP Users",
"LOWER_CASE_REQUIRED": "Must contain lowercase letters",
"Language": "Language",
"LarkOAuth": "Lark OAuth",
"Last30": "Recent 30 items",
@ -672,10 +666,12 @@
"MFAErrorMsg": "MFA errors, please check",
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "Enable multi-factor authentication to make your account more secure. <br/>after enabling, you will enter the multi-factor authentication binding process the next time you login; you can also directly bind in (personal information->quick modification->change multi-factor settings)!",
"MFAOfUserFirstLoginUserGuidePage": "In order to protect your and the company's security, please carefully safeguard important sensitive information such as your account, password, and key (for example, set a complex password, and enable multi-factor authentication) <br/> personal information such as email, mobile number, and wechat are only used for user authentication and platform internal message notifications.",
"MIN_LENGTH_ERROR": "Passwords must be at least {0} characters.",
"MailRecipient": "Email recipients",
"MailSend": "Sending",
"ManualAccount": "Manual account",
"ManualAccountTip": "Manual input of username/password upon login",
"ManualExecution": "Manual execution",
"ManyChoose": "Select multiple",
"MarkAsRead": "Mark as read",
"Marketplace": "App market",
@ -684,6 +680,7 @@
"MatchResult": "Match results",
"MatchedCount": "Match results",
"Members": "Members",
"MenuAccountTemplates": "Templates",
"MenuAccounts": "Accounts",
"MenuAcls": "Acls",
"MenuAssets": "Assets",
@ -706,8 +703,10 @@
"MsgSubscribe": "Subscription",
"MyAssets": "My assets",
"MyTickets": "Submitted",
"NUMBER_REQUIRED": "Must contain numbers",
"Name": "Name",
"NavHelp": "Navigation",
"Navigation": "Navigation",
"NeedReLogin": "Need to re-login",
"New": "Create",
"NewChat": "New chat",
@ -724,13 +723,15 @@
"NoContent": "No content",
"NoData": "No data available",
"NoFiles": "No file, upload on the left",
"NoLog": "No log",
"NoPermission": "No permissions",
"NoPermission403": "403 no permission",
"NoPermissionInGlobal": "No permission in GLOBAL",
"NoPermissionVew": "No permission to view the current page",
"NoUnreadMsg": "You have unread notifications",
"Node": "Node",
"NodeOfNumber": "Number of node",
"NodeInformation": "Node information",
"NodeOfNumber": "Number of node",
"NodeSearchStrategy": "Node search strategy",
"NormalLoad": "Normal",
"NotEqual": "Not equal to",
@ -746,6 +747,7 @@
"OAuth2LogoTip": "Note: authentication provider (recommended image size: 64px*64px)",
"OIDC": "OIDC",
"ObjectNotFoundOrDeletedMsg": "No corresponding resources found or it has been deleted.",
"ObjectStorage": "Object Storage",
"Offline": "Offline",
"OfflineSelected": "Offline selected",
"OfflineSuccessMsg": "Successfully offline",
@ -809,6 +811,7 @@
"PauseTaskSendSuccessMsg": "Task pausing issued, please refresh and check later",
"Pending": "Pending",
"PermAccount": "Authorized accounts",
"PermAction": "Permission Action",
"PermUserList": "Authorized users",
"PermissionCompany": "Authorized companies",
"PermissionName": "Authorization rule name",
@ -845,12 +848,12 @@
"ProfileSetting": "Profile info",
"Project": "Project name",
"Prompt": "Prompt",
"Proportion": "Proportion",
"Proportion": "New this week",
"ProportionOfAssetTypes": "Asset type proportion",
"Protocol": "Protocol",
"Protocols": "Protocols",
"Proxy": "Agent",
"Provider": "Provider",
"Proxy": "Agent",
"PublicCloud": "Public cloud",
"PublicKey": "Public key",
"Publish": "Publish",
@ -878,6 +881,7 @@
"RecentLogin": "Recent login",
"RecentSession": "Recent sessions",
"RecentlyUsed": "Recently",
"Recipient": "Recipient",
"RecipientHelpText": "If both recipient a and b are set, the account's key will be split into two parts",
"RecipientServer": "Receiving server",
"Reconnect": "Reconnect",
@ -975,6 +979,7 @@
"SMS": "Message",
"SMSProvider": "SMS service provider",
"SMTP": "Server",
"SPECIAL_CHAR_REQUIRED": "Must contain special characters",
"SSHKey": "SSH key",
"SSHKeyOfProfileSSHUpdatePage": "You can reset and download the SSH public key by clicking the button below, or copy your SSH public key and submit it.",
"SSHPort": "SSH Port",
@ -998,7 +1003,6 @@
"SearchAncestorNodePerm": "Search for authorizations simultaneously on the current node and ancestor nodes",
"Secret": "Password",
"SecretKey": "Key",
"SubscriptionID": "ID",
"SecretKeyStrategy": "Password policy",
"Secure": "Security",
"Security": "Security",
@ -1054,6 +1058,7 @@
"Setting": "Setting",
"SettingInEndpointHelpText": "Configure service address and port in system settings / component settings / server endpoints",
"Settings": "System settings",
"Settings...": "Settings...",
"Show": "Display",
"ShowAssetAllChildrenNode": "Show all sub-nodes assets",
"ShowAssetOnlyCurrentNode": "Only show current node assets",
@ -1061,6 +1066,7 @@
"SignChannelNum": "Channel signature",
"SiteMessage": "Notifications",
"SiteMessageList": "Notifications",
"SiteURLTip": "For example: https://demo.jumpserver.org",
"Skip": "Skip this asset",
"Skipped": "Skipped",
"Slack": "Slack",
@ -1095,7 +1101,9 @@
"SuEnabled": "Enable switch",
"SuFrom": "Switch from",
"Submit": "Submit",
"SubscriptionID": "ID",
"Success": "Success",
"Success/Total": "Success/Total",
"SuccessAsset": "Successful assets",
"SuccessfulOperation": "Action successful",
"Summary(success/total)": " overview( successful/total )",
@ -1116,9 +1124,9 @@
"SyncInstanceTaskHistoryList": "Synchronization history",
"SyncInstanceTaskList": "Synchronization task",
"SyncInstanceTaskUpdate": "Update the sync task",
"SyncProtocolToAsset": "Sync protocols to assets",
"SyncManual": "Manual sync",
"SyncOnline": "Online sync",
"SyncProtocolToAsset": "Sync protocols to assets",
"SyncRegion": "Sync region",
"SyncSelected": "Sync selected",
"SyncSetting": "Sync settings",
@ -1134,18 +1142,23 @@
"SystemRoleHelpMsg": "System roles are roles that apply universally across all organizations within the platform. these roles allow you to define specific permissions and access levels for users across the entire system. changes made to system roles will affect all organizations using the platform.",
"SystemRoles": "System roles",
"SystemSetting": "System settings",
"SystemTasks": "Tasks",
"SystemTools": "Tools",
"TableColSetting": "Select visible attribute columns",
"TableSetting": "Table preferences",
"Tag": "Tag",
"TagCreate": "Create tag",
"TagInputFormatValidation": "Tag format error, the correct format is: name:value",
"TagList": "Tags",
"TagUpdate": "Update the tag",
"TailLog": "Tail Log",
"Target": "Target",
"TargetResources": "Target resource",
"Task": "Task",
"TestSelected": "Test selected",
"TaskDetail": "Task details",
"TaskDone": "Task finished",
"TaskID": "Task id",
"TaskList": "Tasks",
"SystemTasks": "Tasks",
"TaskMonitor": "Monitoring",
"TechnologyConsult": "Technical consultation",
"TempPasswordTip": "The temporary password is valid for 300 seconds and becomes invalid immediately after use",
@ -1171,6 +1184,7 @@
"TestLdapLoginTitle": "Test ldap user login",
"TestNodeAssetConnectivity": "Test assets connectivity of node",
"TestPortErrorMsg": "Port error, please re-enter",
"TestSelected": "Test selected",
"TestSuccessMsg": "Test succeeded",
"Thursday": "Thu",
"Ticket": "Ticket",
@ -1205,6 +1219,7 @@
"TypeTree": "Type tree",
"Types": "Type",
"UCloud": "Ucloud uhost",
"UPPER_CASE_REQUIRED": "Must contain uppercase letters",
"UnSyncCount": "Not synced",
"Unbind": "Unlink",
"UnbindHelpText": "Local users are the source of this authentication and cannot be unbound",
@ -1302,7 +1317,7 @@
"WebUpdate": "Update the asset - web",
"Wednesday": "Wed",
"Week": "Week",
"Proportion": "New this week",
"WeekAdd": "Weekly add",
"WeekOrTime": "Day/time",
"WildcardsAllowed": "Allowed wildcards",
"WindowsPushHelpText": "Windows assets temporarily do not support key push",
@ -1317,17 +1332,5 @@
"ZoneEnabled": "Enable zone",
"ZoneHelpMessage": "The zone is the location where assets are located, which can be a data center, public cloud, or VPC. Gateways can be set up within the region. When the network cannot be directly accessed, users can utilize gateways to login to the assets.",
"ZoneList": "Zones",
"ZoneUpdate": "Update the zone",
"TailLog": "Tail Log",
"NoLog": "No log",
"SiteURLTip": "For example: https://demo.jumpserver.org",
"Settings...": "Settings...",
"EmailTemplate": "Template",
"EmailTemplateHelpTip": "Email template is used for sending emails and includes the email subject prefix and email content",
"ForgotPasswordURL": "Forgot password URL",
"ObjectStorage": "Object Storage",
"ApplyLoginAsset": "Login asset",
"ApplyLoginUser": "Login user",
"ApplyLoginAccount": "Login account",
"General": "General"
}
"ZoneUpdate": "Update the zone"
}

@ -41,6 +41,7 @@
"ActionsTips": "各権限の役割はプロトコルにより異なります、アイコンをクリックして確認してください",
"Activate": "有効化",
"ActivateSelected": "選択を有効化",
"ActivateSuccessMsg": "アクティベーション成功",
"Active": "アクティベーション中",
"ActiveAsset": "最近ログインされた",
"ActiveAssetRanking": "ログイン資産ランキング",
@ -53,8 +54,10 @@
"AddAccountResult": "アカウントの一括追加の結果",
"AddAllMembersWarningMsg": "全員を追加しますか?",
"AddAsset": "資産を追加",
"AddAssetInDomain": "ドメインにアセットを追加",
"AddAssetToNode": "ノードに資産を追加",
"AddAssetToThisPermission": "資産の追加",
"AddGatewayInDomain": "ドメインにゲートウェイを追加する",
"AddInDetailText": "作成または更新に成功した後、詳細情報を追加する",
"AddNode": "ノードの追加",
"AddNodeToThisPermission": "ノードを追加する",
@ -103,6 +106,9 @@
"ApplyFromCMDFilterRule": "コマンドフィルタールール",
"ApplyFromSession": "セッション",
"ApplyInfo": "申請情報",
"ApplyLoginAccount": "ログインアカウントの申請",
"ApplyLoginAsset": "登録資産の申請",
"ApplyLoginUser": "ログインユーザーの申請",
"ApplyRunAsset": "実行申請の資産",
"ApplyRunCommand": "実行するコマンドを申請する",
"ApplyRunUser": "申請を実行するユーザー",
@ -144,6 +150,7 @@
"AssetTree": "アセットツリー",
"Assets": "アセット",
"AssetsAmount": "資産数",
"AssetsOfNumber": "アセット数",
"AssetsTotal": "総資産数",
"AssignedInfo": "承認情報",
"Assignee": "処理者",
@ -176,22 +183,22 @@
"Basic": "基本設定",
"BasicInfo": "基本情報",
"BasicSetting": "基本設定",
"BatchConsent": "一括同意",
"BatchDeployment": "一括デプロイ",
"BatchProcessing": "バルク処理({number} アイテムが選択されています)",
"BatchReject": "一括拒否",
"BatchTest": "一括テスト",
"BasicSettings": "基本設定",
"BasicTools": "基本的なツール",
"BatchActivate": "一括アクティブ化",
"BatchApproval": "大量承認です",
"BatchCommand": "一括コマンド",
"BatchCommandNotExecuted": "未実行コマンド",
"BatchConsent": "一括同意",
"BatchDelete": "一括削除",
"BatchDeployment": "一括デプロイ",
"BatchDisable": "一括無効化",
"BatchProcessing": "バルク処理({number} アイテムが選択されています)",
"BatchReject": "一括拒否",
"BatchRemoval": "一括除去",
"BatchRetry": "一括リトライ",
"BatchScript": "バッチ スクリプト",
"BatchTest": "一括テスト",
"BatchUpdate": "ロット更新",
"BeforeChange": "変更前",
"Beian": "登記",
@ -247,6 +254,7 @@
"ClearSuccessMsg": "クリアに成功",
"ClickCopy": "クリックでコピー",
"ClientCertificate": "クライアント証明書",
"Clipboard": "クリップボード",
"ClipboardCopyPaste": "クリップボードのコピーペースト",
"Clone": "クローン",
"Close": "閉じる",
@ -263,8 +271,8 @@
"CloudSource": "同期ソース",
"CloudSync": "クラウド同期",
"CloudSyncConfig": "クラウド同期構成",
"Clouds": "クラウド プラットフォーム",
"CloudUpdate": "資産の更新-クラウドプラットフォーム",
"Clouds": "クラウド プラットフォーム",
"Cluster": "クラスター",
"CollectionSucceed": "お気に入り登録成功",
"Command": "コマンド",
@ -298,6 +306,7 @@
"Configured": "設定済み",
"Confirm": "確認",
"ConfirmPassword": "パスワードの確認",
"Connect": "接続",
"ConnectAssets": "接続資産",
"ConnectMethod": "接続方法",
"ConnectMethodACLHelpMsg": "接続方式でフィルタリングすることで、ユーザーが特定の接続方式で資産にログインできるかどうかを制御できます。あなたが設定したルールに基づき、一部の接続方法は許可され、他の接続方法は禁止されます(全域で有効)。",
@ -380,8 +389,8 @@
"DatePasswordLastUpdated": "最終パスワード更新日",
"DateStart": "開始日",
"DateSync": "同期日",
"Datetime": "日時",
"DateUpdated": "更新日",
"Datetime": "日時",
"Day": "日",
"DeclassificationLogNum": "パスワード変更ログ数",
"DefaultDatabase": "デフォルトのデータベース",
@ -424,9 +433,12 @@
"Duration": "時間",
"DynamicUsername": "ダイナミックユーザー名",
"Edit": "編集",
"EditRecipient": "受取人の編集",
"Edition": "バージョン",
"Email": "メールボックス",
"EmailContent": "メールコンテンツのカスタマイズ",
"EmailTemplate": "メールテンプレート",
"EmailTemplateHelpTip": "メールテンプレートはメールを送るためのテンプレートで、メールの件名のプレフィックスとメールの内容を含む",
"EmailTest": "接続テスト",
"Empty": "空",
"Enable": "有効化",
@ -495,6 +507,7 @@
"FirstLogin": "初回ログイン",
"FlowSetUp": "プロセス設定",
"Footer": "フッター",
"ForgotPasswordURL": "パスワード忘れのリンク",
"FormatError": "形式エラー",
"Friday": "金曜日",
"From": "から",
@ -511,7 +524,9 @@
"GatherAccounts": "アカウント収集",
"GatherAccountsHelpText": "資産上のアカウント情報を収集します。収集したアカウント情報は、システムにインポートして一元管理が可能です",
"GatheredAccountList": "収集したアカウント",
"General": "基本",
"GeneralAccounts": "一般アカウント",
"GeneralSetting": "汎用設定",
"Generate": "生成",
"GenerateAccounts": "アカウント再生成",
"GenerateSuccessMsg": "アカウント作成成功",
@ -613,6 +628,7 @@
"KokoSetting": "KoKo 設定",
"LAN": "LAN",
"LDAPUser": "LDAP ユーザー",
"LOWER_CASE_REQUIRED": "小文字を含む必要があります",
"Label": "タグ",
"LabelCreate": "タグを作成",
"LabelInputFormatValidation": "タグの形式が間違っています。正しい形式はname:valueです。",
@ -673,6 +689,7 @@
"MFAErrorMsg": "MFAエラー、確認してください",
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "多要素認証を有効にしてアカウントをより安全にします。<br/>有効化後、次回のログイン時に多要素認証のバインディングプロセスに入るでしょう。また、(個人情報->速やかに変更->多要素設定を変更)で直接バインディングすることもできます!",
"MFAOfUserFirstLoginUserGuidePage": "あなたと会社の安全を保つために、アカウント、パスワード、鍵などの重要な機密情報を適切に管理してください。(例:複雑なパスワードの設定、そして多要素認証の有効化)<br/> メール、携帯電話番号、WeChat等の個人情報は、ユーザー認証とプラットフォーム内部でのメッセージ通知にのみ使用されます。",
"MIN_LENGTH_ERROR": "パスワードの長さは少なくとも {0} 文字でなければなりません",
"MailRecipient": "メール受信者",
"MailSend": "メール送信",
"ManualAccount": "手動アカウント",
@ -698,6 +715,7 @@
"MfaLevel": "マルチファクター認証",
"Min": "分",
"MinLengthError": "パスワードは少なくとも {0} 文字必要です",
"MinNumber30": "数字は30以上でなければならない",
"Modify": "修正",
"Module": "モジュール",
"Monday": "月曜日",
@ -709,8 +727,10 @@
"MsgSubscribe": "メッセージの購読",
"MyAssets": "私の資産",
"MyTickets": "私が始めた",
"NUMBER_REQUIRED": "数字を含める必要があります",
"Name": "名称",
"NavHelp": "ナビゲーションバーリンク",
"Navigation": "ナビゲーション",
"NeedReLogin": "再ログインが必要",
"New": "新規作成",
"NewChat": "新しいチャット",
@ -727,8 +747,10 @@
"NoContent": "内容がありません",
"NoData": "データなし",
"NoFiles": "ファイルなし",
"NoLog": "ログがありません",
"NoPermission": "権限なし",
"NoPermission403": "403 権限がありません",
"NoPermissionInGlobal": "全体的に権限がありません",
"NoPermissionVew": "現在のページを表示する権限がありません",
"NoPublished": "未発表",
"NoResourceImport": "インポートできるリソースがありません",
@ -738,6 +760,7 @@
"Node": "ノード",
"NodeAmount": "ノード数",
"NodeInformation": "ノード情報",
"NodeOfNumber": "ノード数",
"NodeSearchStrategy": "ノード検索戦略",
"NormalLoad": "正常",
"NotEqual": "等しくない",
@ -753,6 +776,7 @@
"OAuth2LogoTip": "ヒント:認証サービスプロバイダ(推奨画像サイズ: 64px*64px",
"OIDC": "OIDC",
"ObjectNotFoundOrDeletedMsg": "該当するリソースが見つからないか削除されています",
"ObjectStorage": "オブジェクトストレージ",
"Offline": "オフライン",
"OfflineSelected": "選択したものをオフライン",
"OfflineSuccessMsg": "正常にサインアウト",
@ -839,12 +863,12 @@
"PolicyName": "ポリシー名称",
"Port": "ポート",
"Ports": "ポート",
"PrepareSyncTask": "同期タスクの実行準備中...",
"PrimaryProtocol": "主要協議は、資産にとって最も基本的で最も一般的に使用されるプロトコルであり、1つのみ設定でき、必ず設定する必要があります",
"PriorityHelpMessage": "1-100、1最低優先度、100最高優先度。複数のユーザーを許可する場合、優先度の高いシステムユーザーはデフォルトのログインユーザーになります",
"Preferences": "好みの設定",
"PrepareSyncTask": "同期タスクの実行準備中...",
"Primary": "主な",
"PrimaryProtocol": "主要協議は、資産にとって最も基本的で最も一般的に使用されるプロトコルであり、1つのみ設定でき、必ず設定する必要があります",
"Priority": "優先順位",
"PriorityHelpMessage": "1-100、1最低優先度、100最高優先度。複数のユーザーを許可する場合、優先度の高いシステムユーザーはデフォルトのログインユーザーになります",
"PrivateCloud": "プライベートクラウド",
"PrivateKey": "秘密鍵",
"Privileged": "特権アカウント",
@ -859,6 +883,7 @@
"ProportionOfAssetTypes": "資産タイプの比率",
"Protocol": "協定",
"Protocols": "契約",
"Provider": "供給業者",
"Proxy": "代理",
"PublicCloud": "パブリッククラウド",
"PublicKey": "公開鍵",
@ -887,6 +912,7 @@
"RecentLogin": "最近のログイン",
"RecentSession": "最近の会話",
"RecentlyUsed": "最近使用",
"Recipient": "受取人",
"RecipientHelpText": "A B受信者が設定されている場合、アカウントの鍵は前後二つに分割されます",
"RecipientServer": "受信サーバー",
"Reconnect": "再接続",
@ -897,6 +923,8 @@
"RegularlyPerform": "定期実行",
"Reject": "拒否",
"Rejected": "拒否されました",
"ReleaseAssets": "資産の同期及び解放",
"ReleaseAssetsHelpTips": "タスク終了時に、このタスクを通じて同期され、すでにクラウドでリリースされたアセットを自動的に削除しますか",
"ReleasedCount": "リリース済み",
"RelevantApp": "アプリケーション",
"RelevantAsset": "資産",
@ -982,6 +1010,7 @@
"SMS": "ショートメッセージ",
"SMSProvider": "メッセージサービスプロバイダ",
"SMTP": "メールサーバ",
"SPECIAL_CHAR_REQUIRED": "特別な文字を含む必要があります",
"SSHKey": "SSH公開鍵",
"SSHKeyOfProfileSSHUpdatePage": "下のボタンをクリックしてSSH公開鍵をリセットおよびダウンロードするか、あなたのSSH公開鍵をコピーして提出できます。",
"SSHPort": "SSH ポート",
@ -1011,16 +1040,16 @@
"Select": "選択",
"SelectAdhoc": "コマンドの選択",
"SelectAll": "全選択",
"SelectCreateMethod": "作り方を選ぶ",
"SelectProviderMsg": "クラウドプラットフォームを選択してください",
"SelectAtLeastOneAssetOrNodeErrMsg": "アセットまたはノードは少なくとも一つ選択してください",
"SelectAttrs": "属性の選択",
"SelectByAttr": "プロパティフィルタ",
"SelectCreateMethod": "作り方を選ぶ",
"SelectFile": "ファイル選択",
"SelectKeyOrCreateNew": "タグキーを選択するか、新しいものを作成します",
"SelectLabelFilter": "タグを選択して検索",
"SelectPlatforms": "プラットフォームの選択",
"SelectProperties": "属性を選択",
"SelectProviderMsg": "クラウドプラットフォームを選択してください",
"SelectResource": "リソースを選択",
"SelectTemplate": "テンプレートを選択",
"SelectValueOrCreateNew": "タグの値を選択または新規作成",
@ -1061,6 +1090,7 @@
"Setting": "設定",
"SettingInEndpointHelpText": "システム設定/コンポーネント設定/サーバーエンドポイントでサービスのアドレスとポートを設定してください",
"Settings": "システム設定",
"Settings...": "設定...",
"Show": "表示",
"ShowAssetAllChildrenNode": "すべての子ノードの資産を表示",
"ShowAssetOnlyCurrentNode": "現在のノードアセットのみを表示",
@ -1068,6 +1098,7 @@
"SignChannelNum": "署名チャネル番号",
"SiteMessage": "内部メール",
"SiteMessageList": "内部メール",
"SiteURLTip": "例えばhttps://demo.jumpserver.org",
"Skip": "現在の資産を無視する",
"Skipped": "スキップ済み",
"Slack": "Slack",
@ -1084,6 +1115,7 @@
"Startswith": "...で始まる",
"State": "状態",
"StateClosed": "閉じられた",
"StatePrivate": "プライベート",
"Status": "状況",
"StatusGreen": "最近の状態は良好",
"StatusRed": "前回のタスク実行は失敗しました",
@ -1111,8 +1143,8 @@
"SuperAdmin": "スーパー管理者",
"SuperOrgAdmin": "スーパー管理者+組織管理",
"Support": "サポート",
"SupportedProtocol": "サポートされるプロトコル",
"SupportedProtocolHelpText": "資産がサポートするプロトコルを設定します。設定ボタンをクリックして、SFTPディレクトリ、RDP ADドメインなどのプロトコルのカスタム構成を変更します。",
"SupportedProtocol": "サポートされているプロトコル",
"SupportedProtocolHelpText": "資産がサポートするプロトコルを設定します。設定ボタンをクリックして、プロトコルのカスタム設定を変更することができます。例えば、SFTPディレクトリやRDP ADドメインなど",
"SwitchPage": "ビューを切り替える",
"SwitchToUser": "Suユーザー",
"SwitchToUserListTips": "次のユーザーからアセットに接続すると、現在のシステムユーザーログインを使用して切り替えます。",
@ -1121,26 +1153,24 @@
"Sync": "同期する",
"SyncAction": "同期アクション",
"SyncDelete": "同期削除",
"SupportedProtocol": "サポートされているプロトコル",
"SupportedProtocolHelpText": "資産がサポートするプロトコルを設定します。設定ボタンをクリックして、プロトコルのカスタム設定を変更することができます。例えば、SFTPディレクトリやRDP ADドメインなど",
"SyncDeleteSelected": "選択を同期削除",
"SyncErrorMsg": "同期失敗:",
"SyncInstanceTaskCreate": "同期タスクを作成",
"SyncInstanceTaskDetail": "同期タスクの詳細",
"SyncInstanceTaskHistoryAssetList": "インスタンスリストの同期",
"SyncInstanceTaskHistoryList": "履歴リストの同期",
"SyncInstanceTaskList": "同期タスクリスト",
"SyncInstanceTaskUpdate": "同期タスクの更新",
"SyncManual": "手動同期",
"SyncOnline": "オンライン同期",
"SyncProtocolToAsset": "同期プロトコルを資産へ",
"SyncRegion": "地域を同期",
"SyncSelected": "選択した同期",
"SyncInstanceTaskList": "同期タスクリスト",
"SyncInstanceTaskUpdate": "同期タスクの更新",
"SyncProtocolToAsset": "同期プロトコルを資産へ",
"SyncSetting": "同期設定",
"SyncTiming": "タイミング同期",
"SyncStrategy": "同期方針",
"SyncSuccessMsg": "同期成功",
"SyncTask": "同期化シスクリプト",
"SyncTiming": "タイミング同期",
"SyncUpdateAccountInfo": "アカウント情報の同期更新",
"SyncUser": "ユーザー同期",
"SyncedCount": "同期済み",
@ -1149,9 +1179,15 @@
"SystemRoleHelpMsg": "システムロールはすべての組織に一般的に適用可能なプラットフォーム内の役割です。これらのロールでは、システム全体のユーザーに対して特定の権限とアクセスレベルを定義することができます。システムロールの変更は、このプラットフォームを使用するすべての組織に影響を与えます。",
"SystemRoles": "システムロール",
"SystemSetting": "システム設定",
"SystemTasks": "タスクリスト",
"SystemTools": "システムツール",
"TableColSetting": "表示属性列の選択",
"TableSetting": "テーブル環境設定",
"Tag": "ラベル",
"TagCreate": "ラベルの作成",
"TagInputFormatValidation": "ラベルの形式が間違っています、正しい形式はname:value",
"TagList": "タグ一覧",
"TagUpdate": "タグの更新",
"TailLog": "ログの追跡",
"Target": "目標",
"TargetResources": "目標リソース",
@ -1159,7 +1195,7 @@
"TaskDetail": "タスクの詳細",
"TaskDone": "ジョブ終了",
"TaskID": "タスク ID",
"SystemTasks": "タスクリスト",
"TaskList": "タスク一覧",
"TaskMonitor": "タスクモニタリング",
"TechnologyConsult": "技術相談",
"TempPasswordTip": "一時的なパスワードの有効期間は300秒で、使用後すぐに無効になります",
@ -1212,8 +1248,8 @@
"TotalSyncAsset": "同期資産数(個)",
"TotalSyncRegion": "同期地域数(個)",
"TotalSyncStrategy": "バインドポリシー数(個)",
"True": "はい",
"Transfer": "転送",
"True": "はい",
"Tuesday": "火曜日",
"TwoAssignee": "二次受理者",
"TwoAssigneeType": "二次受信者タイプ",
@ -1221,6 +1257,7 @@
"TypeTree": "タイプツリー",
"Types": "タイプ",
"UCloud": "UCloudユウコクデ",
"UPPER_CASE_REQUIRED": "大文字を含む必要があります",
"UnSyncCount": "未同期化",
"Unbind": "解除",
"UnbindHelpText": "このユーザーはローカル認証源であり、解除できません",
@ -1333,11 +1370,5 @@
"ZoneEnabled": "ゲートウェイを有効にする",
"ZoneHelpMessage": "エリアとはアセットの位置で、データセンターやパブリッククラウド、あるいはVPCが該当します。エリアにはゲートウェイを設定でき、ネットワークが直接接続できない場合、ゲートウェイを経由してアセットにログインすることができます",
"ZoneList": "地域リスト",
"ZoneUpdate": "更新エリア",
"ObjectStorage": "オブジェクトストレージ",
"ApplyLoginAsset": "登録資産の申請",
"ApplyLoginUser": "ログインユーザーの申請",
"ApplyLoginAccount": "ログインアカウントの申請",
"Navigation": "ナビゲーション",
"General": "基本"
}
"ZoneUpdate": "更新エリア"
}

@ -6,56 +6,32 @@
"About": "关于",
"Accept": "同意",
"AccessIP": "IP 白名单",
"SuEnabled": "启用开关",
"AccessKey": "访问密钥",
"AccessKeys": "访问密钥",
"AccountTemplateList": "账号模版列表",
"HistoryRecord": "历史记录",
"UserPasswordChangeLog": "用户密码修改日志",
"Account": "账号信息",
"ActivateSelected": "激活所选",
"VirtualAccountHelpMsg": "虚拟账户是连接资产时具有特定用途的专用账户。",
"AccountBackup": "账号备份",
"AccountBackupCreate": "创建账号备份",
"AccountBackupDetail": "账号备份详情",
"ManualExecution": "手动执行",
"AccountChangeSecretDetail": "账号改密详情",
"AccountGatherDetail": "账号收集详情",
"AccountPushDetail": "账号推送详情",
"AccountBackupList": "账号备份列表",
"AccountBackupUpdate": "更新账号备份",
"AccountChangeSecret": "账号改密",
"AccountChangeSecretDetail": "账号改密详情",
"AccountDeleteConfirmMsg": "删除账号,是否继续?",
"AccountExportTips": "导出信息中包含账号密文涉及敏感信息导出的格式为一个加密的zip文件若没有设置加密密码请前往个人信息中设置文件加密密码。",
"GatheredAccountList": "收集的账号",
"AccountGatherDetail": "账号收集详情",
"AccountGatherList": "账号收集",
"OrgRoleHelpMsg": "组织角色是为平台内的各个组织量身定制的角色。 这些角色是在邀请用户加入特定组织时分配的,并规定他们在该组织内的权限和访问级别。 与系统角色不同,组织角色是可自定义的,并且仅适用于它们所分配到的组织范围内。",
"TableSetting": "表格偏好",
"SystemRoleHelpMsg": "系统角色是平台内所有组织普遍适用的角色。 这些角色允许您为整个系统的用户定义特定的权限和访问级别。 对系统角色的更改将影响使用该平台的所有组织。",
"StrategyHelpTip": "根据策略优先级识别资产(例如平台)的独特属性; 当资产的属性(如节点)可以配置为多个时,策略的所有动作都会被执行。",
"AccountGatherTaskList": "账号收集任务",
"AccountGatherTaskCreate": "创建账号收集任务",
"AccountGatherTaskList": "账号收集任务",
"AccountGatherTaskUpdate": "更新账号收集任务",
"AccountList": "账号",
"ChangeCredentials": "改密",
"CrontabHelpText": "如果同时设置了 interval 和 crontab则优先考虑 crontab",
"LoginConfirmUser": "确认方式",
"TypeTree": "类型树",
"IsAlwaysUpdateHelpTip": "每次执行同步任务时是否同步更新资产信息包括主机名、ip、平台、域、节点等",
"OrgsAndRoles": "组织和角色",
"ActiveUsers": "活跃用户",
"IpDomain": "IP 域",
"Primary": "主要的",
"GatherAccounts": "账号收集",
"DeleteSelected": "删除所选",
"AccountPolicy": "账号策略",
"AccountPolicyHelpText": "创建时对于不符合要求的账号,如:密钥类型不合规,唯一键约束,可选择以上策略。",
"AccountPushCreate": "创建账号推送",
"AccountPushDetail": "账号推送详情",
"AccountPushList": "账号推送",
"MenuAccountTemplates": "账号模版",
"AccountPushUpdate": "更新账号推送",
"AccountStorage": "账号存储",
"AccountTemplate": "账号模版",
"AccountTemplateList": "账号模版列表",
"AccountTemplateUpdateSecretHelpText": "账号列表展示通过模版创建的账号。更新密文时,会更新通过模版所创建账号的密文。",
"Accounts": "账号",
"Action": "动作",
@ -64,19 +40,25 @@
"Actions": "操作",
"ActionsTips": "各个权限作用协议不尽相同,点击权限后面的图标查看",
"Activate": "激活",
"ActivateSelected": "激活所选",
"ActivateSuccessMsg": "激活成功",
"Active": "激活中",
"ActiveAsset": "近期被登录过",
"ActiveAssetRanking": "登录资产排名",
"ActiveUser": "近期登录过",
"ActiveUsers": "活跃用户",
"Activity": "活动",
"Add": "新增",
"AddAccount": "新增账号",
"AddAccountResult": "账号批量添加结果",
"AddAccountByTemplate": "从模板添加账号",
"AddAccountResult": "账号批量添加结果",
"AddAllMembersWarningMsg": "你确定要添加全部成员?",
"AddAsset": "添加资产",
"AddAssetInDomain": "在域中添加资产",
"AddAssetToNode": "添加资产到节点",
"AddAssetToThisPermission": "添加资产",
"AddGatewayInDomain": "在域中添加网关",
"AddInDetailText": "创建或更新成功后,添加详细信息",
"AddNode": "添加节点",
"AddNodeToThisPermission": "添加节点",
"AddPassKey": "添加 Passkey(通行密钥)",
@ -124,6 +106,9 @@
"ApplyFromCMDFilterRule": "命令过滤规则",
"ApplyFromSession": "会话",
"ApplyInfo": "申请信息",
"ApplyLoginAccount": "登录账号",
"ApplyLoginAsset": "登录资产",
"ApplyLoginUser": "登录用户",
"ApplyRunAsset": "申请运行的资产",
"ApplyRunCommand": "申请运行的命令",
"ApplyRunUser": "申请运行的用户",
@ -136,7 +121,6 @@
"ApsaraStack": "阿里云专有云",
"Asset": "资产",
"AssetAccount": "账号列表",
"Success/Total": "成功/总数",
"AssetAccountDetail": "账号详情",
"AssetAclCreate": "创建资产登录规则",
"AssetAclDetail": "资产登录规则详情",
@ -161,10 +145,12 @@
"AssetPermissionHelpMsg": "资产授权允许您选择用户和资产,将资产授权给用户以便访问。一旦授权完成,用户便可便捷地浏览这些资产。此外,您还可以设置特定的权限位,以进一步定义用户对资产的权限范围。",
"AssetPermissionRules": "资产授权规则",
"AssetPermissionUpdate": "更新资产授权规则",
"AssetPermsAmount": "资产授权数量",
"AssetProtocolHelpText": "资产支持的协议受平台限制,点击设置按钮可以查看协议的设置。 如果需要更新,请更新平台",
"AssetTree": "资产树",
"Assets": "资产管理",
"AssetsAmount": "资产数量",
"AssetsOfNumber": "资产数",
"AssetsTotal": "资产总数",
"AssignedInfo": "审批信息",
"Assignee": "处理人",
@ -180,7 +166,6 @@
"AuthSaml2UserAttrMapHelpText": "左侧的键为 SAML2 用户属性,右侧的值为认证平台用户属性",
"AuthSecurity": "认证安全",
"AuthSettings": "认证配置",
"AddInDetailText": "创建或更新成功后,添加详细信息",
"AuthUserAttrMapHelpText": "左侧的键为 JumpServer 用户属性,右侧的值为认证平台用户属性",
"Authentication": "认证",
"AutoPush": "自动推送",
@ -208,7 +193,7 @@
"BelongAll": "同时包含",
"BelongTo": "任意包含",
"Bind": "绑定",
"BindTag": "关联标签",
"BindLabel": "绑定标签",
"BindResource": "关联资源",
"BindSuccess": "绑定成功",
"BlockedIPS": "已锁定的 IP",
@ -223,7 +208,6 @@
"CACertificate": "CA 证书",
"CAS": "CAS",
"CMPP2": "CMPP v2.0",
"CTYunPrivate": "天翼私有云",
"CalculationResults": "cron 表达式错误",
"CanDragSelect": "可拖动鼠标选择时间段",
"Cancel": "取消",
@ -233,11 +217,11 @@
"CeleryTaskLog": "Celery任务日志",
"Certificate": "证书",
"CertificateKey": "客户端密钥",
"ChangeCredentials": "改密",
"ChangeCredentialsHelpText": "定时修改账号密钥密码。账号随机生成密码,并同步到目标资产,如果同步成功,更新该账号的密码",
"ChangeField": "变更字段",
"ChangeOrganization": "更改组织",
"ChangePassword": "更新密码",
"EditRecipient": "编辑接收人",
"ChangeSecretParams": "改密参数",
"ChangeViewHelpText": "点击切换不同视图",
"Chat": "聊天",
@ -256,6 +240,7 @@
"ClearSuccessMsg": "清除成功",
"ClickCopy": "点击复制",
"ClientCertificate": "客户端证书",
"Clipboard": "剪贴板",
"ClipboardCopyPaste": "剪贴板复制粘贴",
"Clone": "克隆",
"Close": "关闭",
@ -306,6 +291,7 @@
"Configured": "已配置",
"Confirm": "确认",
"ConfirmPassword": "确认密码",
"Connect": "连接",
"ConnectAssets": "连接资产",
"ConnectMethod": "连接方式",
"ConnectMethodACLHelpMsg": "通过连接方式过滤,您可以控制用户是否可以使用某种连接方式登录到资产上。根据您设定的规则,某些连接方式可以被放行,而另一些连接方式则被禁止(全局生效)。",
@ -342,11 +328,12 @@
"CreateUserSetting": "创建用户内容",
"Created": "已创建",
"CreatedBy": "创建者",
"Crontab": "定时任务",
"Interval": "间隔",
"CriticalLoad": "严重",
"CronExpression": "crontab完整表达式",
"Crontab": "定时任务",
"CrontabDiffError": "请确保定期执行的时间间隔不少于十分钟!",
"CrontabHelpText": "如果同时设置了 interval 和 crontab则优先考虑 crontab",
"CrontabHelpTip": "例如:每周日 03:05 执行 <5 3 * * 0> <br/> 使用 5 位 linux crontab 表达式 <min hour day Month weekday> (<a href=\\\"https://tool.lu /crontab/\\\" target=\\\"_blank\\\">在线工具</a>) <br/>",
"CrontabOfCreateUpdatePage": "例如:每周日 03:05 执行 <5 3 * * 0> <br/> 使用5位 Linux crontab 表达式 <分 时 日 月 星期> <a href=\"https://tool.lu/crontab/\" target=\"_blank\">在线工具</a> <br/> 如果同时设置了定期执行和周期执行,优先使用定期执行",
"CurrentConnectionUsers": "当前会话用户数",
"CurrentConnections": "当前连接数",
@ -387,8 +374,8 @@
"DatePasswordLastUpdated": "最后更新密码日期",
"DateStart": "开始日期",
"DateSync": "同步日期",
"Datetime": "日期时间",
"DateUpdated": "更新日期",
"Datetime": "日期时间",
"Day": "日",
"DeclassificationLogNum": "改密日志数",
"DefaultDatabase": "默认数据库",
@ -400,6 +387,7 @@
"DeleteOrgMsg": "用户列表、用户组、资产列表、网域列表、管理用户、系统用户、标签管理、资产授权规则",
"DeleteOrgTitle": "请确保组织内的以下信息已删除",
"DeleteReleasedAssets": "删除已释放资产",
"DeleteSelected": "删除所选",
"DeleteSuccess": "删除成功",
"DeleteSuccessMsg": "删除成功",
"DeleteWarningMsg": "你确定要删除",
@ -415,12 +403,12 @@
"DingTalkOAuth": "钉钉认证",
"DingTalkTest": "测试",
"Disable": "禁用",
"DisableSelected": "禁用所选",
"DisplayName": "名称",
"Docs": "文档",
"Download": "下载",
"DownloadCenter": "下载中心",
"DownloadFTPFileTip": "当前动作不记录文件或者文件大小超过阈值默认100M或者还未保存到对应存储中",
"MinLengthError": "密码最少有 {0} 位",
"DownloadImportTemplateMsg": "下载创建模板",
"DownloadReplay": "下载录像",
"DownloadUpdateTemplateMsg": "下载更新模板",
@ -430,9 +418,12 @@
"Duration": "时长",
"DynamicUsername": "动态用户名",
"Edit": "编辑",
"EditRecipient": "编辑接收人",
"Edition": "版本",
"Email": "邮箱",
"EmailContent": "邮件内容定制",
"EmailTemplate": "邮件模版",
"EmailTemplateHelpTip": "邮件模版是用于发送邮件的模版,包括邮件标题前缀和邮件内容",
"EmailTest": "测试连接",
"Empty": "空",
"Enable": "启用",
@ -501,24 +492,29 @@
"FirstLogin": "首次登录",
"FlowSetUp": "流程设置",
"Footer": "页脚",
"ForgotPasswordURL": "忘记密码链接",
"FormatError": "格式错误",
"Friday": "周五",
"From": "从",
"FromTicket": "来自工单",
"FullName": "全称",
"FullySynchronous": "资产完全同步",
"FullySynchronousHelpTip": "当资产条件不满足匹配政策规则时是否继续同步该资产",
"GCP": "谷歌云",
"GPTCreate": "创建资产-GPT",
"GPTUpdate": "更新资产-GPT",
"GatewayCreate": "创建网关",
"GatewayList": "网关列表",
"GatewayUpdate": "更新网关",
"GatherAccounts": "账号收集",
"GatherAccountsHelpText": "收集资产上的账号信息。收集后的账号信息可以导入到系统中,方便统一管理",
"GatheredAccountList": "收集的账号",
"General": "基本",
"GeneralAccounts": "普通账号",
"GeneralSetting": "通用配置",
"Generate": "生成",
"GenerateAccounts": "重新生成账号",
"GenerateSuccessMsg": "账号生成成功",
"GenericSetting": "通用配置",
"GoHomePage": "去往首页",
"Goto": "转到",
"GrantedAssets": "授权的资产",
@ -534,6 +530,7 @@
"History": "历史记录",
"HistoryDate": "日期",
"HistoryPassword": "历史密码",
"HistoryRecord": "历史记录",
"Host": "资产",
"HostCreate": "创建资产-主机",
"HostDeployment": "发布机部署",
@ -583,21 +580,24 @@
"InstancePlatformName": "实例平台名称",
"Interface": "网络接口",
"InterfaceSettings": "界面设置",
"Interval": "间隔",
"IntervalOfCreateUpdatePage": "单位:时",
"InvalidJson": "不是合法 JSON",
"InviteSuccess": "邀请成功",
"InviteUser": "邀请用户",
"InviteUserInOrg": "邀请用户加入此组织",
"Ip": "IP",
"IpDomain": "IP 域",
"IpGroup": "IP 组",
"IpGroupHelpText": "* 表示匹配所有。例如: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64",
"IsActive": "激活",
"IsAlwaysUpdate": "资产保持最新",
"IsAlwaysUpdateHelpTip": "每次执行同步任务时是否同步更新资产信息包括主机名、ip、平台、域、节点等",
"IsFinished": "完成",
"IsLocked": "是否暂停",
"IsSuccess": "成功",
"IsSyncAccountHelpText": "收集完成后会把收集的账号同步到资产",
"IsSyncAccountTag": "同步到资产",
"IsSyncAccountLabel": "同步到资产",
"JDCloud": "京东云",
"Job": "作业",
"JobCenter": "作业中心",
@ -608,14 +608,9 @@
"JobUpdate": "更新作业",
"KingSoftCloud": "金山云",
"KokoSetting": "KoKo 配置",
"GeneralSetting": "通用配置",
"LAN": "局域网",
"LDAPUser": "LDAP 用户",
"Tag": "标签",
"TagCreate": "创建标签",
"TagInputFormatValidation": "标签格式错误正确格式为name:value",
"TagList": "标签列表",
"TagUpdate": "更新标签",
"LOWER_CASE_REQUIRED": "必须包含小写字母",
"Language": "语言",
"LarkOAuth": "Lark 认证",
"Last30": "最近 30 次",
@ -639,11 +634,13 @@
"LockedIP": "已锁定 IP {count} 个",
"Log": "日志",
"LogData": "日志数据",
"LogOfLoginSuccessNum": "成功登录日志数",
"Logging": "日志记录",
"LoginAssetConfirm": "资产登录复核",
"LoginAssetToday": "今日活跃资产数",
"LoginAssets": "活跃资产",
"LoginConfirm": "登录复核",
"LoginConfirmUser": "确认方式",
"LoginCount": "登录次数",
"LoginDate": "登录日期",
"LoginFailed": "登录失败",
@ -669,10 +666,12 @@
"MFAErrorMsg": "MFA错误请检查",
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "启用多因子认证,使账号更加安全。<br/> 启用之后您将会在下次登录时进入多因子认证绑定流程;您也可以在(个人信息->快速修改->更改多因子设置)中直接绑定!",
"MFAOfUserFirstLoginUserGuidePage": "为了保护您和公司的安全,请妥善保管您的账户、密码和密钥等重要敏感信息;(如:设置复杂密码,并启用多因子认证)<br/> 邮箱、手机号、微信等个人信息,仅作为用户认证和平台内部消息通知使用。",
"MIN_LENGTH_ERROR": "密码长度至少为 {0} 位",
"MailRecipient": "邮件收件人",
"MailSend": "邮件发送",
"ManualAccount": "手动账号",
"ManualAccountTip": "登录时手动输入 用户名/密码",
"ManualExecution": "手动执行",
"ManyChoose": "可多选",
"MarkAsRead": "标记已读",
"Marketplace": "应用市场",
@ -681,6 +680,7 @@
"MatchResult": "匹配结果",
"MatchedCount": "匹配结果",
"Members": "成员",
"MenuAccountTemplates": "账号模版",
"MenuAccounts": "账号管理",
"MenuAcls": "访问控制",
"MenuAssets": "资产管理",
@ -703,8 +703,10 @@
"MsgSubscribe": "消息订阅",
"MyAssets": "我的资产",
"MyTickets": "我发起的",
"NUMBER_REQUIRED": "必须包含数字",
"Name": "名称",
"NavHelp": "导航栏链接",
"Navigation": "导航",
"NeedReLogin": "需要重新登录",
"New": "新建",
"NewChat": "新聊天",
@ -721,14 +723,15 @@
"NoContent": "暂无内容",
"NoData": "暂无数据",
"NoFiles": "暂无文件",
"NoLog": "无日志",
"NoPermission": "暂无权限",
"NoPermission403": "403 暂无权限",
"NoPermissionInGlobal": "全局无权限",
"NoPermissionVew": "没有权限查看当前页面",
"NoResourceImport": "没有资源可导入",
"NoUnreadMsg": "暂无未读消息",
"Node": "节点",
"NodeAmount": "节点数量",
"NodeInformation": "节点信息",
"NodeOfNumber": "节点数",
"NodeSearchStrategy": "节点搜索策略",
"NormalLoad": "正常",
"NotEqual": "不等于",
@ -744,6 +747,7 @@
"OAuth2LogoTip": "提示:认证服务提供商(建议图片大小为: 64px*64px",
"OIDC": "OIDC",
"ObjectNotFoundOrDeletedMsg": "没有找到对应资源或者已被删除",
"ObjectStorage": "对象存储",
"Offline": "离线",
"OfflineSelected": "下线所选",
"OfflineSuccessMsg": "下线成功",
@ -770,13 +774,16 @@
"OrgAuditor": "组织审计员",
"OrgName": "授权组织名称",
"OrgRole": "组织角色",
"OrgRoleHelpMsg": "组织角色是为平台内的各个组织量身定制的角色。 这些角色是在邀请用户加入特定组织时分配的,并规定他们在该组织内的权限和访问级别。 与系统角色不同,组织角色是可自定义的,并且仅适用于它们所分配到的组织范围内。",
"OrgRoleHelpText": "组织角色是用户在当前组织中的角色",
"OrgRoles": "组织角色",
"OrgUser": "组织用户",
"OrganizationCreate": "创建组织",
"OrganizationDetail": "组织详情",
"OrganizationList": "组织管理",
"OrganizationManage": "组织管理",
"OrganizationUpdate": "更新组织",
"OrgsAndRoles": "组织和角色",
"Other": "其它设置",
"Output": "输出",
"Overview": "概览",
@ -811,6 +818,7 @@
"Permissions": "权限",
"PersonalInformationImprovement": "个人信息完善",
"PersonalSettings": "个人设置",
"Phone": "手机",
"Plan": "计划",
"Platform": "平台",
"PlatformCreate": "创建平台",
@ -828,6 +836,7 @@
"Ports": "端口",
"Preferences": "偏好设置",
"PrepareSyncTask": "准备执行同步任务中...",
"Primary": "主要的",
"Priority": "优先级",
"PrivateCloud": "私有云",
"PrivateKey": "私钥",
@ -836,7 +845,6 @@
"PrivilegedOnly": "仅特权账号",
"PrivilegedTemplate": "特权的",
"Product": "产品",
"Profile": "个人信息",
"ProfileSetting": "个人信息设置",
"Project": "项目名",
"Prompt": "提示词",
@ -844,8 +852,8 @@
"ProportionOfAssetTypes": "资产类型占比",
"Protocol": "协议",
"Protocols": "协议",
"Proxy": "代理",
"Provider": "供应商",
"Proxy": "代理",
"PublicCloud": "公有云",
"PublicKey": "公钥",
"Publish": "发布",
@ -873,6 +881,7 @@
"RecentLogin": "最近登录",
"RecentSession": "最近会话",
"RecentlyUsed": "最近使用",
"Recipient": "接收人",
"RecipientHelpText": "若收件人 A B 都设置,账号的密钥将被拆分成前后两部分",
"RecipientServer": "接收服务器",
"Reconnect": "重新连接",
@ -894,6 +903,7 @@
"RemoteAddr": "远端地址",
"Remove": "移除",
"RemoveAssetFromNode": "从节点移除资产",
"RemoveSelected": "删除所选",
"RemoveSuccessMsg": "移除成功",
"Rename": "重命名",
"RenameNode": "重命名节点",
@ -949,6 +959,7 @@
"RuleCount": "条件数量",
"RuleDetail": "规则详情",
"RuleRelation": "条件关系",
"RuleRelationHelpTip": "并且:只有当所有条件都满足时才会执行该动作; or只要满足一个条件就会执行该动作",
"RuleSetting": "条件设置",
"Rules": "规则",
"Run": "执行",
@ -968,6 +979,7 @@
"SMS": "短信",
"SMSProvider": "短信服务商",
"SMTP": "邮件服务器",
"SPECIAL_CHAR_REQUIRED": "必须包含特殊字符",
"SSHKey": "SSH公钥",
"SSHKeyOfProfileSSHUpdatePage": "你可以点击下面的按钮重置并下载 SSH 公钥,或者复制你的 SSH 公钥并提交。",
"SSHPort": "SSH 端口",
@ -1002,7 +1014,7 @@
"SelectByAttr": "属性筛选",
"SelectFile": "选择文件",
"SelectKeyOrCreateNew": "选择标签键或创建新的",
"SelectTagFilter": "选择标签搜索",
"SelectLabelFilter": "选择标签筛选",
"SelectPlatforms": "选择平台",
"SelectProperties": "选择属性",
"SelectProviderMsg": "请选择一个云平台",
@ -1015,6 +1027,7 @@
"Send": "发送",
"SendVerificationCode": "发送验证码",
"SerialNumber": "序列号",
"Server": "服务",
"ServerAccountKey": "服务账号密钥",
"ServerError": "服务器错误",
"ServerTime": "服务器时间",
@ -1036,15 +1049,16 @@
"SessionsAudit": "会话审计",
"SessionsNum": "会话数",
"Set": "已设置",
"SetDingTalk": "设置钉钉认证",
"SetFailed": "设置失败",
"SetFeiShu": "设置飞书认证",
"SetMFA": "MFA 认证",
"SetSuccess": "设置成功",
"SetToDefault": "设为默认",
"SetToDefaultStorage": "设置为默认存储",
"WeComOAuth": "企业微信认证",
"Setting": "设置",
"SettingInEndpointHelpText": "在 系统设置 / 组件设置 / 服务端点 中配置服务地址和端口",
"Settings": "系统设置",
"Settings...": "设置...",
"Show": "显示",
"ShowAssetAllChildrenNode": "显示所有子节点资产",
"ShowAssetOnlyCurrentNode": "仅显示当前节点资产",
@ -1052,6 +1066,7 @@
"SignChannelNum": "签名通道号",
"SiteMessage": "站内信",
"SiteMessageList": "站内信",
"SiteURLTip": "例如https://demo.jumpserver.org",
"Skip": "忽略当前资产",
"Skipped": "已跳过",
"Slack": "Slack",
@ -1068,37 +1083,27 @@
"Startswith": "以...开头",
"State": "状态",
"StateClosed": "已关闭",
"StatePrivate": "私有",
"Status": "状态",
"StatusGreen": "近期状态良好",
"StatusRed": "上一次任务执行失败",
"StatusYellow": "近期存在在执行失败",
"Step": "步骤",
"Stop": "停止",
"Storage": "存储",
"StorageSetting": "存储设置",
"Strategy": "策略",
"StrategyCreate": "创建策略",
"StrategyDetail": "策略详情",
"StrategyHelpTip": "根据策略优先级识别资产(例如平台)的独特属性; 当资产的属性(如节点)可以配置为多个时,策略的所有动作都会被执行。",
"StrategyList": "策略列表",
"StrategyUpdate": "更新策略",
"SuEnabled": "启用开关",
"SuFrom": "切换自",
"SetDingTalk": "设置钉钉认证",
"TableColSetting": "选择可见属性列",
"FullySynchronousHelpTip": "当资产条件不满足匹配政策规则时是否继续同步该资产",
"CrontabHelpTip": "例如:每周日 03:05 执行 <5 3 * * 0> <br/> 使用 5 位 linux crontab 表达式 <min hour day Month weekday> (<a href=\\\"https://tool.lu /crontab/\\\" target=\\\"_blank\\\">在线工具</a>) <br/>",
"Submit": "提交",
"RuleRelationHelpTip": "并且:只有当所有条件都满足时才会执行该动作; or只要满足一个条件就会执行该动作",
"UserSwitchFrom": "切换自",
"AssetPermsAmount": "资产授权数量",
"SetFeiShu": "设置飞书认证",
"DisableSelected": "禁用所选",
"LogOfLoginSuccessNum": "成功登录日志数",
"Server": "服务",
"OrganizationManage": "组织管理",
"Storage": "存储",
"RemoveSelected": "删除所选",
"SyncProtocolToAsset": "同步协议到资产",
"SubscriptionID": "订阅授权 ID",
"Success": "成功",
"Success/Total": "成功/总数",
"SuccessAsset": "成功的资产",
"SuccessfulOperation": "操作成功",
"Summary(success/total)": "概况( 成功/总数 )",
@ -1121,6 +1126,7 @@
"SyncInstanceTaskUpdate": "更新同步任务",
"SyncManual": "手动同步",
"SyncOnline": "在线同步",
"SyncProtocolToAsset": "同步协议到资产",
"SyncRegion": "正在同步地域",
"SyncSelected": "同步所选",
"SyncSetting": "同步设置",
@ -1133,16 +1139,26 @@
"SyncedCount": "已同步",
"SystemError": "系统错误",
"SystemRole": "系统角色",
"SystemRoleHelpMsg": "系统角色是平台内所有组织普遍适用的角色。 这些角色允许您为整个系统的用户定义特定的权限和访问级别。 对系统角色的更改将影响使用该平台的所有组织。",
"SystemRoles": "系统角色",
"SystemSetting": "系统设置",
"SystemTasks": "任务列表",
"SystemTools": "系统工具",
"TableColSetting": "选择可见属性列",
"TableSetting": "表格偏好",
"Tag": "标签",
"TagCreate": "创建标签",
"TagInputFormatValidation": "标签格式错误正确格式为name:value",
"TagList": "标签列表",
"TagUpdate": "更新标签",
"TailLog": "追踪日志",
"Target": "目标",
"TargetResources": "目标资源",
"Task": "任务",
"TaskDetail": "任务详情",
"TaskDone": "任务结束",
"TaskID": "任务 ID",
"SystemTasks": "任务列表",
"TaskList": "任务列表",
"TaskMonitor": "任务监控",
"TechnologyConsult": "技术咨询",
"TempPasswordTip": "临时密码有效期为 300 秒,使用后立刻失效",
@ -1200,8 +1216,10 @@
"TwoAssignee": "二级受理人",
"TwoAssigneeType": "二级受理人类型",
"Type": "类型",
"TypeTree": "类型树",
"Types": "类型",
"UCloud": "优刻得(UCloud)",
"UPPER_CASE_REQUIRED": "必须包含大写字母",
"UnSyncCount": "未同步",
"Unbind": "解绑",
"UnbindHelpText": "本地用户为此认证来源用户,无法解绑",
@ -1259,7 +1277,9 @@
"UserLoginAclUpdate": "更新用户登录控制",
"UserLoginLimit": "用户登录限制",
"UserLoginTrend": "账号登录趋势",
"UserPasswordChangeLog": "用户密码修改日志",
"UserSession": "用户会话",
"UserSwitchFrom": "切换自",
"UserUpdate": "更新用户",
"Username": "用户名",
"UsernamePlaceholder": "请输入用户名",
@ -1279,6 +1299,7 @@
"ViewPerm": "查看授权",
"ViewSecret": "查看密文",
"VirtualAccountDetail": "虚拟账号详情",
"VirtualAccountHelpMsg": "虚拟账户是连接资产时具有特定用途的专用账户。",
"VirtualAccountUpdate": "虚拟账号更新",
"VirtualAccounts": "虚拟账号",
"VirtualApp": "虚拟应用",
@ -1306,24 +1327,10 @@
"Yes": "是",
"YourProfile": "个人信息",
"ZStack": "ZStack",
"Zone": "域",
"ZoneCreate": "创建域",
"Zone": "域",
"ZoneCreate": "创建域",
"ZoneEnabled": "启用网关",
"ZoneHelpMessage": "区域是资产所在的位置,可以是机房,公有云 或者 VPC。区域中可以设置网关当网络不能直达的时候可以使用网关跳转登录到资产",
"ZoneList": "区域列表",
"ZoneUpdate": "更新区域",
"Phone": "手机",
"TailLog": "追踪日志",
"NoLog": "无日志",
"SiteURLTip": "例如https://demo.jumpserver.org",
"Settings...": "设置...",
"EmailTemplate": "邮件模版",
"EmailTemplateHelpTip": "邮件模版是用于发送邮件的模版,包括邮件标题前缀和邮件内容",
"ObjectStorage": "对象存储",
"ApplyLoginAsset": "登录资产",
"ApplyLoginUser": "登录用户",
"ApplyLoginAccount": "登录账号",
"IsSyncAccountLabel": "同步到资产",
"Navigation": "导航",
"General": "基本"
}
"ZoneHelpMessage": "网域是资产所在的位置,可以是机房,公有云 或者 VPC。网域中可以设置网关当网络不能直达的时候可以使用网关跳转登录到资产",
"ZoneList": "网域列表",
"ZoneUpdate": "更新网域"
}

@ -17,20 +17,20 @@
"AccountDeleteConfirmMsg": "刪除帳號,是否繼續?",
"AccountExportTips": "導出信息中包含賬號密文涉及敏感信息導出的格式為一個加密的zip文件若沒有設置加密密碼請前往個人信息中設置文件加密密碼。",
"AccountGatherList": "帳號收集",
"AccountGatherTaskList": "賬號收集任務",
"AccountGatherTaskCreate": "創建賬號收集任務",
"AccountGatherTaskExecutionList": "任務執行列表",
"AccountGatherTaskList": "賬號收集任務",
"AccountGatherTaskUpdate": "更新賬號收集任務",
"AccountHelpText": "雲帳號是用來連接雲服務商的帳號,用於獲取雲服務商的資源資訊",
"AccountHistoryHelpMessage": "記錄當前帳號的歷史版本",
"AccountList": "雲帳號",
"AccountName": "帳號名稱",
"AccountPolicy": "帳號策略",
"AccountPolicyHelpText": "創建時對於不符合要求的賬號,如:密鑰類型不合規,唯一鍵約束,可選擇以上策略。",
"AccountPushExecutionList": "賬號推送執行列表",
"AccountPushCreate": "創建帳號推送",
"AccountPushExecutionList": "賬號推送執行列表",
"AccountPushList": "帳號推送",
"AccountPushUpdate": "更新帳號推送",
"AccountGatherTaskExecutionList": "任務執行列表",
"AccountHelpText": "雲帳號是用來連接雲服務商的帳號,用於獲取雲服務商的資源資訊",
"AccountHistoryHelpMessage": "記錄當前帳號的歷史版本",
"AccountName": "帳號名稱",
"AccountStorage": "帳號儲存",
"AccountTemplate": "帳號模板",
"AccountTemplateUpdateSecretHelpText": "帳號列表展示通過模板創建的帳號。更新密文時,會更新通過模板所創建帳號的密文。",
@ -130,6 +130,9 @@
"ApplyFromCMDFilterRule": "命令過濾規則",
"ApplyFromSession": "會話",
"ApplyInfo": "申請資訊",
"ApplyLoginAccount": "登入帳號",
"ApplyLoginAsset": "登入資產",
"ApplyLoginUser": "登入用戶",
"ApplyRunAsset": "申請運行的資產",
"ApplyRunCommand": "申請運行的命令",
"ApplyRunSystemUser": "申請運行的系統用戶",
@ -241,9 +244,16 @@
"Builtin": "內建",
"BuiltinTree": "類型樹",
"BuiltinVariable": "內建變數",
"BulkClearErrorMsg": "批次清除失敗:",
"BulkCreateStrategy": "創建時對於不符合要求的帳號,如:金鑰類型不合規,唯一鍵約束,可選擇以上策略。",
"BulkDeleteErrorMsg": "批次刪除失敗: ",
"BulkDeleteSuccessMsg": "批次刪除成功",
"BulkDeploy": "批次部署",
"BulkOffline": "批次下線",
"BulkRemoveErrorMsg": "批次移除失敗: ",
"BulkRemoveSuccessMsg": "批次移除成功",
"BulkSyncDelete": "批次同步刪除",
"BulkSyncErrorMsg": "批次同步失敗: ",
"BulkTransfer": "批次傳輸",
"BulkUnblock": "批次解鎖",
"BulkUpdatePlatformHelpText": "只有資產的原平台類型與所選平台類型相同時才會進行更新,若更新前後的平台類型不同則不會更新。",
@ -444,8 +454,8 @@
"DatePasswordUpdated": "密碼更新日期",
"DateStart": "開始日期",
"DateSync": "同步日期",
"Datetime": "日期時間",
"DateUpdated": "更新日期",
"Datetime": "日期時間",
"DeactiveSelected": "禁用所選",
"DeclassificationLogNum": "改密日誌數",
"Default": "預設的",
@ -585,6 +595,7 @@
"GatewayList": "網關列表",
"GatewayProtocolHelpText": "SSH網關支持代理SSH,RDP和VNC",
"GatewayUpdate": "更新網關",
"General": "基本",
"GeneralAccounts": "普通帳號",
"Generate": "生成",
"GenerateAccounts": "重新生成帳號",
@ -671,6 +682,7 @@
"IsActive": "啟用",
"IsAlwaysUpdate": "資產保持最新",
"IsAlwaysUpdateHelpTips": "每次執行同步任務時是否同步更新資產的資訊包括主機名、IP、系統平台、網域、節點等資訊",
"IsFinished": "完成",
"IsSuccess": "是否成功",
"IsSyncAccountHelpText": "收集完成後會把收集的帳號同步到資產",
"IsSyncAccountLabel": "同步到資產",
@ -1301,6 +1313,7 @@
"SystemRole": "系統角色",
"SystemRoles": "系統角色",
"SystemSetting": "系統設置",
"SystemTasks": "任務列表",
"SystemTools": "系統工具",
"SystemUser": "系統用戶",
"SystemUserAmount": "系統用戶數量",
@ -1320,7 +1333,6 @@
"TaskDispatch": "任務下發成功",
"TaskDone": "任務結束",
"TaskID": "任務 ID",
"SystemTasks": "任務列表",
"TaskMonitor": "任務監控",
"TechnologyConsult": "技術諮詢",
"TempPassword": "臨時密碼有效期為 300 秒,使用後立刻失效",
@ -1570,13 +1582,6 @@
"become": "Become",
"bind": "綁定",
"bucket": "桶名稱",
"BulkClearErrorMsg": "批次清除失敗:",
"BulkDeleteErrorMsg": "批次刪除失敗: ",
"BulkDeleteSuccessMsg": "批次刪除成功",
"BulkDeploy": "批次部署",
"BulkRemoveErrorMsg": "批次移除失敗: ",
"BulkRemoveSuccessMsg": "批次移除成功",
"BulkSyncErrorMsg": "批次同步失敗: ",
"calculationResults": "cron 表達式錯誤",
"chrome": "Chrome",
"chrome_password": "登入密碼",
@ -1716,7 +1721,6 @@
"ip_group": "IP 組",
"ips": "請輸入逗號分割的IP位址組",
"isEffective": "已生效的",
"IsFinished": "完成",
"isSuccess": "成功",
"isValid": "有效",
"is_locked": "是否暫停",
@ -1959,9 +1963,5 @@
"weComTest": "測試",
"week": "周",
"weekOf": "周的星期",
"wildcardsAllowed": "允許的通配符",
"ApplyLoginAsset": "登入資產",
"ApplyLoginUser": "登入用戶",
"ApplyLoginAccount": "登入帳號",
"General": "基本"
"wildcardsAllowed": "允許的通配符"
}

@ -42,11 +42,13 @@
"Connect Method": "接続方法",
"Connect checked": "接続済み",
"Connect command line": "接続コマンドライン",
"Connect method": "接続方法",
"Copied": "複製済み",
"Copy link": "リンクをコピーする",
"Current online": "現在オンライン",
"Current session": "現在のセッション",
"Database": "データベース",
"Database connect info": "データベース接続情報",
"Database disabled": "このリンク方式をサポートしていない、管理者に連絡してください",
"Database info": "データベース接続情報",
"Database token help text": " クライアントが接続するデータベースの種類のトークンは、コンポーネントによって5分間キャッシュされます。つまり、トークンは使用後すぐに無効になるわけではありませんが、クライアントが切断されてから5分後に無効になります",
@ -100,6 +102,7 @@
"Login review approved": "ログイン監査に合格し、アセットを接続しています...",
"LoginExpireMsg": "ログインが期限切れになりました。ログインし直してください",
"Manual accounts": "手動アカウント",
"MenuAccountTemplates": "アカウントテンプレート",
"Module": "ユニット",
"Multi Screen": "マルチスクリーン",
"My applications": "私の応用",
@ -140,6 +143,7 @@
"Remember password": "パスワードを覚える",
"Remember select": "選択を覚える",
"Remote apps": "リモートアプリケーション",
"RemoteApp": "リモートアプリケーション",
"Reselect connection method": "資産の接続方法の再選択",
"Resume": "タスクを再開",
"Resume task has been send": "タスクが再開されました",
@ -175,6 +179,7 @@
"Switch to quick command": "クイックコマンドに切り替え",
"Tab List": "ウィンドウリスト",
"The connection method is invalid, please refresh the page": "接続方法が無効です。ページを更新してください",
"Ticket review approved for login asset": "今回のログイン審査は承認されました、資産に接続しますか?",
"Ticket review closed for login asset": "このログイン レビューは終了しており、アセットを接続できません",
"Ticket review pending for login asset": "ログイン アプリケーションが送信され、承認者が確認するのを待っています。リンクをコピーして承認者に送信することもできます。",
"Ticket review rejected for login asset": "このログイン レビューは拒否されたため、アセットを接続できません",
@ -185,6 +190,7 @@
"Type tree": "タイプツリー",
"UK English keyboard layout": "UK English (Qwerty)",
"US English keyboard layout": "US English (Qwerty)",
"User": "ユーザー",
"User: ": "ユーザー: {{value}}",
"Username": "ユーザー名",
"Username@Domain": "ユーザー名 @ ADドメイン",
@ -194,6 +200,7 @@
"VirtualApp": "仮想アプリ",
"Web Terminal": "Web端末",
"Website": "公式サイト",
"With secret accounts": "管理されたアカウント",
"Yes": "はい",
"asset": "資産",
"cols": "列数",

@ -1,6 +1,5 @@
{
"ACL reject login asset": "本次登录已拒绝,原因是访问控制策略的限制",
"MenuAccountTemplates": "账号模版",
"Account info": "账号信息",
"Account not found": "账号未找到",
"Account: ": "账号: {{value}}",
@ -102,6 +101,7 @@
"Login review approved": "登录审核已通过, 正在连接资产...",
"LoginExpireMsg": "登录已过期,请重新登录",
"Manual accounts": "手动账号",
"MenuAccountTemplates": "账号模版",
"Module": "模块",
"Multi Screen": "多屏显示",
"My applications": "我的应用",
@ -206,4 +206,4 @@
"success": "成功",
"system user": "系统用户",
"user": "用户"
}
}

@ -47,8 +47,6 @@ class Translate:
return
for dir_name in dir_names:
if dir_name != 'lina':
continue
if dir_name.startswith('_'):
continue
if hasattr(self, f'{dir_name}_trans'):

Loading…
Cancel
Save