From e2bf56e624144cd84a81474b608f36c493d917ef Mon Sep 17 00:00:00 2001
From: feng <1304903146@qq.com>
Date: Thu, 12 Dec 2024 15:47:53 +0800
Subject: [PATCH] perf: translate
---
apps/i18n/_translator/base.py | 1 -
apps/i18n/_translator/utils.py | 2 +-
apps/i18n/koko/en.json | 6 +++---
apps/i18n/koko/ja.json | 6 +++---
apps/i18n/koko/zh.json | 4 ++--
apps/i18n/koko/zh_hant.json | 6 +++---
apps/i18n/lina/en.json | 20 ++++++++++----------
apps/i18n/lina/zh.json | 20 ++++++++++----------
apps/i18n/lion/en.json | 6 +++---
apps/i18n/lion/ja.json | 1 +
apps/i18n/lion/pt_br.json | 1 +
apps/i18n/lion/zh.json | 6 +++---
apps/i18n/lion/zh_Hant.json | 6 +++---
apps/i18n/luna/en.json | 12 ++++++------
apps/i18n/luna/ja.json | 4 ++++
apps/i18n/luna/pt_br.json | 4 ++++
apps/i18n/luna/zh.json | 12 ++++++------
apps/i18n/luna/zh_hant.json | 12 ++++++------
18 files changed, 69 insertions(+), 60 deletions(-)
diff --git a/apps/i18n/_translator/base.py b/apps/i18n/_translator/base.py
index 420b1bee2..e82254428 100644
--- a/apps/i18n/_translator/base.py
+++ b/apps/i18n/_translator/base.py
@@ -13,7 +13,6 @@ class BaseTranslateManager:
'ja': 'Japanese',
'zh_Hant': 'Traditional Chinese',
'pt_BR': 'Portuguese (Brazil)',
- # 'en': 'English',
}
def __init__(self, dir_path, oai_trans_instance):
diff --git a/apps/i18n/_translator/utils.py b/apps/i18n/_translator/utils.py
index 312ebb935..f4fcad6f3 100644
--- a/apps/i18n/_translator/utils.py
+++ b/apps/i18n/_translator/utils.py
@@ -26,7 +26,7 @@ class OpenAITranslate:
"content": text,
},
],
- model="gpt-4",
+ model="gpt-4o-mini",
)
except Exception as e:
print("Open AI Error: ", e)
diff --git a/apps/i18n/koko/en.json b/apps/i18n/koko/en.json
index fea028006..74a5fc5c3 100644
--- a/apps/i18n/koko/en.json
+++ b/apps/i18n/koko/en.json
@@ -62,6 +62,8 @@
"ThemeConfig": "Theme",
"UpArrow": "Up arrow",
"Upload": "Upload",
+ "UploadEnd": "Upload completed, please wait for further processing",
+ "UploadStart": "Upload start",
"UploadSuccess": "Upload success",
"UploadTips": "Drag file here or click to upload",
"UploadTitle": "file upload",
@@ -69,7 +71,5 @@
"VerifyCode": "Verify Code",
"WaitFileTransfer": "Wait file transfer to finish",
"WebSocketClosed": "WebSocket closed",
- "Writable": "Writable",
- "UploadStart": "Upload start",
- "UploadEnd": "Upload completed, please wait for further processing"
+ "Writable": "Writable"
}
\ No newline at end of file
diff --git a/apps/i18n/koko/ja.json b/apps/i18n/koko/ja.json
index e1d2a46b4..d0880fb12 100644
--- a/apps/i18n/koko/ja.json
+++ b/apps/i18n/koko/ja.json
@@ -62,6 +62,8 @@
"ThemeConfig": "テーマ",
"UpArrow": "上向き矢印",
"Upload": "アップロード",
+ "UploadEnd": "アップロードが完了しました。後の処理をお待ちください",
+ "UploadStart": "アップロード開始",
"UploadSuccess": "アップロード成功",
"UploadTips": "ファイルをここにドラッグするか、アップロードをクリックします",
"UploadTitle": "ファイルのアップロード",
@@ -69,7 +71,5 @@
"VerifyCode": "認証コード",
"WaitFileTransfer": "ファイル転送終了待ち",
"WebSocketClosed": "WebSocket 閉店",
- "Writable": "書き込み可能",
- "UploadStart": "アップロード開始",
- "UploadEnd": "アップロードが完了しました。後の処理をお待ちください"
+ "Writable": "書き込み可能"
}
\ No newline at end of file
diff --git a/apps/i18n/koko/zh.json b/apps/i18n/koko/zh.json
index e722723ac..d2c9ad124 100644
--- a/apps/i18n/koko/zh.json
+++ b/apps/i18n/koko/zh.json
@@ -62,11 +62,11 @@
"ThemeConfig": "主题",
"UpArrow": "向上箭头",
"Upload": "上传",
+ "UploadEnd": "上传已完成,请等待后续处理",
+ "UploadStart": "上传开始",
"UploadSuccess": "上传成功",
"UploadTips": "将文件拖到此处,或点击上传",
"UploadTitle": "上传文件",
- "UploadStart": "上传开始",
- "UploadEnd": "上传已完成,请等待后续处理",
"User": "用户",
"VerifyCode": "验证码",
"WaitFileTransfer": "等待文件传输结束",
diff --git a/apps/i18n/koko/zh_hant.json b/apps/i18n/koko/zh_hant.json
index 904c01c46..36985132b 100644
--- a/apps/i18n/koko/zh_hant.json
+++ b/apps/i18n/koko/zh_hant.json
@@ -62,6 +62,8 @@
"ThemeConfig": "主題",
"UpArrow": "向上箭頭",
"Upload": "上傳",
+ "UploadEnd": "上傳已完成,請等待後續處理",
+ "UploadStart": "上傳開始",
"UploadSuccess": "上傳成功",
"UploadTips": "將文件拖到此處,或點擊上傳",
"UploadTitle": "上傳文件",
@@ -69,7 +71,5 @@
"VerifyCode": "驗證碼",
"WaitFileTransfer": "等待文件傳輸結束",
"WebSocketClosed": "WebSocket 已關閉",
- "Writable": "讀寫",
- "UploadStart": "上傳開始",
- "UploadEnd": "上傳已完成,請等待後續處理"
+ "Writable": "讀寫"
}
\ No newline at end of file
diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json
index 3f37e4d52..b5791e404 100644
--- a/apps/i18n/lina/en.json
+++ b/apps/i18n/lina/en.json
@@ -177,9 +177,8 @@
"AverageTimeCost": "Average spend time",
"AwaitingMyApproval": "Assigned",
"Azure": "Azure (China)",
- "Azure_Int": "Azure (International)",
"AzureKeyVault": "Azure vault",
- "HashicorpVault": "HCP vault",
+ "Azure_Int": "Azure (International)",
"Backup": "Backup",
"BackupAccountsHelpText": "Backup account information externally. it can be stored in an external system or sent via email, supporting segmented delivery.",
"BadConflictErrorMsg": "Refreshing, please try again later",
@@ -509,6 +508,7 @@
"ExportOnlyFiltered": "Export filtered items",
"ExportOnlySelectedItems": "Export selected items",
"ExportRange": "Export range",
+ "ExtraArgsFormatError": "Format error, please enter according to the requirements",
"ExtraArgsPlaceholder": "One option per line, for example:\nOption 1: Value 1\nOption 2: Value 2",
"FC": "Fusion compute",
"FTPFileNotStored": "The file has not been saved to storage yet, please check back later.",
@@ -574,6 +574,7 @@
"Hardware": "Hardware information",
"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.",
+ "HashicorpVault": "HCP vault",
"Help": "Help",
"HighLoad": "Higher",
"HistoricalSessionNum": "Total historical sessions",
@@ -655,8 +656,10 @@
"JobCreate": "Create job",
"JobDetail": "Job details",
"JobExecutionLog": "Executions",
+ "JobList": "Job List",
"JobManagement": "Job List",
"JobUpdate": "Update the job",
+ "JobsAudit": "Job audits",
"KingSoftCloud": "KingSoft cloud",
"KokoSetting": "KoKo",
"LAN": "LAN",
@@ -716,9 +719,11 @@
"LogsAudit": "Activities",
"Lowercase": "Lowercase",
"LunaSetting": "Luna",
+ "MFAAllUsers": "Globally: All users",
"MFAErrorMsg": "MFA errors, please check",
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "Enable multi-factor authentication to make your account more secure.
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)
personal information such as email, mobile number, and wechat are only used for user authentication and platform internal message notifications.",
+ "MFAOnlyAdminUsers": "Globally: Only admin",
"MIN_LENGTH_ERROR": "Passwords must be at least {0} characters.",
"MailRecipient": "Email recipients",
"MailSend": "Sending",
@@ -1156,6 +1161,7 @@
"StatusYellow": "There have been recent failures",
"Step": "Step",
"Stop": "Stop",
+ "StopJobMsg": "Stop job successfully",
"StopLogOutput": "Task Canceled: The current task (currentTaskId) has been manually stopped. Since the progress of each task varies, the following is the final execution result of the task. A failed execution indicates that the task has been successfully stopped.",
"Storage": "Storage",
"StorageSetting": "Storage",
@@ -1413,11 +1419,5 @@
"disallowSelfUpdateFields": "Not allowed to modify the current fields yourself",
"forceEnableMFAHelpText": "If force enable, user can not disable by themselves",
"removeWarningMsg": "Are you sure you want to remove",
- "setVariable": "Set variable",
- "JobsAudit": "Job audits",
- "JobList": "Job List",
- "StopJobMsg": "Stop job successfully",
- "ExtraArgsFormatError": "Format error, please enter according to the requirements",
- "MFAOnlyAdminUsers": "Globally: Only admin",
- "MFAAllUsers": "Globally: All users"
-}
+ "setVariable": "Set variable"
+}
\ No newline at end of file
diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json
index 93068083d..b6276a9ab 100644
--- a/apps/i18n/lina/zh.json
+++ b/apps/i18n/lina/zh.json
@@ -177,9 +177,8 @@
"AverageTimeCost": "平均花费时间",
"AwaitingMyApproval": "待我审批",
"Azure": "Azure (中国)",
- "Azure_Int": "Azure (国际)",
"AzureKeyVault": "Azure vault",
- "HashicorpVault": "HCP vault",
+ "Azure_Int": "Azure (国际)",
"Backup": "备份",
"BackupAccountsHelpText": "备份账号信息到外部。可以存储到外部系统或发送邮件,支持分段方式",
"BadConflictErrorMsg": "正在刷新中,请稍后再试",
@@ -511,6 +510,7 @@
"ExportOnlyFiltered": "仅导出搜索结果",
"ExportOnlySelectedItems": "仅导出选择项",
"ExportRange": "导出范围",
+ "ExtraArgsFormatError": "格式错误,请按要求输入",
"ExtraArgsPlaceholder": "每行一个选项,例如:\n选项1:值1\n选项2:值2\n",
"FC": "Fusion Compute",
"FTPFileNotStored": "文件尚未保存到存储中,请稍后查看。",
@@ -576,6 +576,7 @@
"Hardware": "硬件信息",
"HardwareInfo": "硬件信息",
"HasImportErrorItemMsg": "存在导入失败项,点击左侧 x 查看失败原因,点击表格编辑后,可以继续导入失败项",
+ "HashicorpVault": "HCP vault",
"Help": "帮助",
"HighLoad": "较高",
"HistoricalSessionNum": "历史会话数",
@@ -659,8 +660,10 @@
"JobCreate": "创建作业",
"JobDetail": "作业详情",
"JobExecutionLog": "执行记录",
+ "JobList": "作业列表",
"JobManagement": "作业列表",
"JobUpdate": "更新作业",
+ "JobsAudit": "作业审计",
"KingSoftCloud": "金山云",
"KokoSetting": "KoKo 配置",
"LAN": "局域网",
@@ -720,9 +723,11 @@
"LogsAudit": "日志审计",
"Lowercase": "小写字母",
"LunaSetting": "Luna 配置",
+ "MFAAllUsers": "全局启用: 所有用户",
"MFAErrorMsg": "MFA错误,请检查",
"MFAOfUserFirstLoginPersonalInformationImprovementPage": "启用多因子认证,使账号更加安全。
启用之后您将会在下次登录时进入多因子认证绑定流程;您也可以在(个人信息->快速修改->更改多因子设置)中直接绑定!",
"MFAOfUserFirstLoginUserGuidePage": "为了保护您和公司的安全,请妥善保管您的账户、密码和密钥等重要敏感信息;(如:设置复杂密码,并启用多因子认证)
邮箱、手机号、微信等个人信息,仅作为用户认证和平台内部消息通知使用。",
+ "MFAOnlyAdminUsers": "全局启用: 仅管理员",
"MIN_LENGTH_ERROR": "密码长度至少为 {0} 位",
"MailRecipient": "邮件收件人",
"MailSend": "邮件发送",
@@ -1161,6 +1166,7 @@
"StatusYellow": "近期存在在执行失败",
"Step": "步骤",
"Stop": "停止",
+ "StopJobMsg": "停止成功",
"StopLogOutput": "Task Canceled:当前任务(currentTaskId)已手动停止,由于每个任务的执行进度不一样,下面是任务最终的执行结果,执行失败表示已成功停止任务执行。",
"Storage": "存储",
"StorageSetting": "存储设置",
@@ -1418,11 +1424,5 @@
"disallowSelfUpdateFields": "不允许自己修改当前字段",
"forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用",
"removeWarningMsg": "你确定要移除",
- "setVariable": "设置参数",
- "JobsAudit": "作业审计",
- "JobList": "作业列表",
- "StopJobMsg": "停止成功",
- "ExtraArgsFormatError": "格式错误,请按要求输入",
- "MFAOnlyAdminUsers": "全局启用: 仅管理员",
- "MFAAllUsers": "全局启用: 所有用户"
-}
+ "setVariable": "设置参数"
+}
\ No newline at end of file
diff --git a/apps/i18n/lion/en.json b/apps/i18n/lion/en.json
index 8d743c737..73b3c7e50 100644
--- a/apps/i18n/lion/en.json
+++ b/apps/i18n/lion/en.json
@@ -39,6 +39,7 @@
"GuacamoleErrSecurityNegotiationFailed": "Security negotiation failed (wrong security type?)",
"GuacamoleErrServerRefusedConnection": "Server refused connection.",
"GuacamoleErrServerRefusedConnectionBySecurityType": "Server refused connection (wrong security type?)",
+ "GuacamoleErrUnableToConnectToVNCServer": "Unable to connect to VNC server",
"GuacamoleErrUnsupportedCredentialTypeRequested": "Unsupported credential type requested.",
"GuacamoleErrUpstreamError": "Upstream error.",
"JMSErrAPIFailed": "Core API failed",
@@ -79,6 +80,5 @@
"Username": "Username",
"VerifyCode": "Verify Code",
"WebSocketError": "WebSocket connect failed, please check network",
- "Writable": "Writable",
- "GuacamoleErrUnableToConnectToVNCServer": "Unable to connect to VNC server"
-}
+ "Writable": "Writable"
+}
\ No newline at end of file
diff --git a/apps/i18n/lion/ja.json b/apps/i18n/lion/ja.json
index ec7443744..c13327bc5 100644
--- a/apps/i18n/lion/ja.json
+++ b/apps/i18n/lion/ja.json
@@ -39,6 +39,7 @@
"GuacamoleErrSecurityNegotiationFailed": "リモート接続のセキュリティネゴシエーションが失敗しました",
"GuacamoleErrServerRefusedConnection": "リモート接続のサーバーが接続を拒否しました",
"GuacamoleErrServerRefusedConnectionBySecurityType": "リモート接続のサーバーが接続を拒否しました、セキュリティタイプが一致していない可能性があります",
+ "GuacamoleErrUnableToConnectToVNCServer": "VNCサーバーに接続できません",
"GuacamoleErrUnsupportedCredentialTypeRequested": "リモート接続の資格タイプがサポートされていません",
"GuacamoleErrUpstreamError": "リモート接続のサーバーにエラーが発生",
"JMSErrAPIFailed": "Core APIエラーが発生",
diff --git a/apps/i18n/lion/pt_br.json b/apps/i18n/lion/pt_br.json
index 8b38b6927..3498f186b 100644
--- a/apps/i18n/lion/pt_br.json
+++ b/apps/i18n/lion/pt_br.json
@@ -39,6 +39,7 @@
"GuacamoleErrSecurityNegotiationFailed": "Falha na negociação de segurança da conexão remota",
"GuacamoleErrServerRefusedConnection": "O servidor de conexão remota recusou a conexão",
"GuacamoleErrServerRefusedConnectionBySecurityType": "A conexão remota foi recusada pelo servidor, possivelmente o tipo de segurança não corresponde",
+ "GuacamoleErrUnableToConnectToVNCServer": "Não é possível conectar ao servidor VNC",
"GuacamoleErrUnsupportedCredentialTypeRequested": "Tipo de credencial de conexão remota não suportado",
"GuacamoleErrUpstreamError": "Ocorreu um erro no servidor de conexão remota",
"JMSErrAPIFailed": "Ocorreu um erro com a API principal",
diff --git a/apps/i18n/lion/zh.json b/apps/i18n/lion/zh.json
index 4f924fe6b..11aafb555 100644
--- a/apps/i18n/lion/zh.json
+++ b/apps/i18n/lion/zh.json
@@ -39,6 +39,7 @@
"GuacamoleErrSecurityNegotiationFailed": "远程连接的安全协商失败",
"GuacamoleErrServerRefusedConnection": "远程连接的服务器拒绝连接",
"GuacamoleErrServerRefusedConnectionBySecurityType": "远程连接的服务器拒绝连接,可能安全类型不匹配",
+ "GuacamoleErrUnableToConnectToVNCServer": "无法连接到 VNC 服务器",
"GuacamoleErrUnsupportedCredentialTypeRequested": "远程连接的凭证类型不支持",
"GuacamoleErrUpstreamError": "远程连接的服务器发生错误",
"JMSErrAPIFailed": "Core API 发生错误",
@@ -79,6 +80,5 @@
"Username": "用户名",
"VerifyCode": "验证码",
"WebSocketError": "WebSocket 连接失败,请检查网络",
- "Writable": "读写",
- "GuacamoleErrUnableToConnectToVNCServer": "无法连接到 VNC 服务器"
-}
+ "Writable": "读写"
+}
\ No newline at end of file
diff --git a/apps/i18n/lion/zh_Hant.json b/apps/i18n/lion/zh_Hant.json
index 7756d7efa..33f1c9e4b 100644
--- a/apps/i18n/lion/zh_Hant.json
+++ b/apps/i18n/lion/zh_Hant.json
@@ -39,6 +39,7 @@
"GuacamoleErrSecurityNegotiationFailed": "遠程連接的安全協商失敗",
"GuacamoleErrServerRefusedConnection": "遠程連接的伺服器拒絕連接",
"GuacamoleErrServerRefusedConnectionBySecurityType": "遠程連接的伺服器拒絕連接,可能安全類型不匹配",
+ "GuacamoleErrUnableToConnectToVNCServer": "無法連接到 VNC 伺服器",
"GuacamoleErrUnsupportedCredentialTypeRequested": "遠程連接的憑證類型不支持",
"GuacamoleErrUpstreamError": "遠程連接的伺服器發生錯誤",
"JMSErrAPIFailed": "Core API 發生錯誤",
@@ -79,6 +80,5 @@
"Username": "使用者名稱",
"VerifyCode": "驗證碼",
"WebSocketError": "WebSocket 連接失敗,請檢查網路",
- "Writable": "讀寫",
- "GuacamoleErrUnableToConnectToVNCServer": "無法連接到 VNC 伺服器"
-}
+ "Writable": "讀寫"
+}
\ No newline at end of file
diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json
index 3ca3c46cf..8ff09ba79 100644
--- a/apps/i18n/luna/en.json
+++ b/apps/i18n/luna/en.json
@@ -14,6 +14,7 @@
"Asset tree loading method": "Configure Asset Tree Loading Method",
"Asset: ": "Asset: {{value}}",
"Assignees": "Assignees",
+ "Auto": "Auto",
"Automatic login next": "Automatic Login next (right click asset to re-select)",
"Backspace as Ctrl+H": "Backspace as Ctrl+H",
"Batch actions": "Batch actions",
@@ -88,6 +89,7 @@
"Help or download": "Help → Download",
"Help text": "Help text",
"Hide left manager": "Hide left manager",
+ "High-speed broadband (2 Mbps – 10 Mbps )": "High-speed broadband (2 Mbps – 10 Mbps )",
"Host": "Host",
"Info": "Info",
"InstallClientMsg": "JumpServer client not found, Go to download and install?",
@@ -106,6 +108,7 @@
"Login reminder": "Login reminder",
"Login review approved": "Login review has been approved, connecting assets...",
"LoginExpireMsg": "Your session has timed out. Please log in through a new window and return to this page to continue your operations.",
+ "Low Speed Broadband (256 Kbps - 2 Mbps)": "Low Speed Broadband (256 Kbps - 2 Mbps)",
"Manual accounts": "Manual accounts",
"Module": "Module",
"Multi Screen": "Multi Screen",
@@ -140,6 +143,7 @@
"RDP File": "RDP File",
"RDP client options": "RDP client options",
"RDP color quality": "RDP Color Quality",
+ "RDP connection speed": "RDP connection speed",
"RDP resolution": "RDP resolution",
"RDP smart size": "RDP smart size",
"Re-use for a long time after opening": "Re-use for a long time after opening",
@@ -223,9 +227,5 @@
"start time": "start time",
"success": "success",
"system user": "system user",
- "user": "user",
- "Low Speed Broadband (256 Kbps - 2 Mbps)": "Low Speed Broadband (256 Kbps - 2 Mbps)",
- "High-speed broadband (2 Mbps – 10 Mbps )": "High-speed broadband (2 Mbps – 10 Mbps )",
- "Auto": "Auto",
- "RDP connection speed": "RDP connection speed"
-}
+ "user": "user"
+}
\ No newline at end of file
diff --git a/apps/i18n/luna/ja.json b/apps/i18n/luna/ja.json
index b8ee3e237..f1f1203f1 100644
--- a/apps/i18n/luna/ja.json
+++ b/apps/i18n/luna/ja.json
@@ -14,6 +14,7 @@
"Asset tree loading method": "資産ツリーのロード方法の設定",
"Asset: ": "アセット: {{value}}",
"Assignees": "受信者",
+ "Auto": "自動",
"Automatic login next": "次回の自動登録 (右クリック資産接続は再選択できます)",
"Backspace as Ctrl+H": "文字端末backspacas Ctrl H",
"Batch actions": "バッチ操作",
@@ -87,6 +88,7 @@
"Help or download": "ヘルプ → ダウンロード",
"Help text": "します",
"Hide left manager": "左サイドバーを非表示",
+ "High-speed broadband (2 Mbps – 10 Mbps )": "高速ブロードバンド (2 Mbps - 10 Mbps)",
"Host": "ホスト",
"Info": "ヒント",
"InstallClientMsg": "JumpServerクライアントがインストールされていない、今ダウンロードしてインストールしますか?",
@@ -105,6 +107,7 @@
"Login reminder": "ログインリマインダー",
"Login review approved": "ログイン監査に合格し、アセットを接続しています...",
"LoginExpireMsg": "現在のログインはタイムアウトしました。ウィンドウを閉じないでください。新しいウィンドウでログインすると現在のページが復元されます。復元されない場合は、ページを更新してください。",
+ "Low Speed Broadband (256 Kbps - 2 Mbps)": "低速ブロードバンド (256 Kbps - 2 Mbps)",
"Manual accounts": "手動アカウント",
"MenuAccountTemplates": "アカウントテンプレート",
"Module": "ユニット",
@@ -142,6 +145,7 @@
"RDP File": "RDPファイル",
"RDP client options": "RDPクライアントオプション",
"RDP color quality": "RDP 色品質",
+ "RDP connection speed": "RDP 接続速度",
"RDP resolution": "RDP 解像度",
"RDP smart size": "RDP スマート・サイズ",
"Re-use for a long time after opening": "開いた後、長い間再利用する",
diff --git a/apps/i18n/luna/pt_br.json b/apps/i18n/luna/pt_br.json
index a9720df93..f2ecf7da2 100644
--- a/apps/i18n/luna/pt_br.json
+++ b/apps/i18n/luna/pt_br.json
@@ -14,6 +14,7 @@
"Asset tree loading method": " Configurar forma de carregamento da árvore de ativos ",
"Asset: ": "Ativo: {{value}}",
"Assignees": "Atendente",
+ "Auto": "Automático",
"Automatic login next": "Login Automático na Próxima Vez (Clique com o botão direito na conexão do ativo para escolher novamente)",
"Backspace as Ctrl+H": " Terminal Character Backspace As Ctrl+H ",
"Batch actions": "Operações em Lote",
@@ -86,6 +87,7 @@
"Help or download": "Menu de Ajuda → Download",
"Help text": " Descrição ",
"Hide left manager": "Ocultar Barra Lateral Esquerda",
+ "High-speed broadband (2 Mbps – 10 Mbps )": "Banda larga de alta velocidade (2 Mbps - 10 Mbps)",
"Host": "Host",
"Info": "Aviso",
"InstallClientMsg": "O cliente JumpServer não está instalado, deseja baixá-lo e instalá-lo agora?",
@@ -104,6 +106,7 @@
"Login reminder": "Alerta de login",
"Login review approved": "Login aprovado, conectando aos ativos...",
"LoginExpireMsg": "O login atual excedeu o tempo limite, por favor, não feche a janela. Após o login na nova janela, será possível restaurar a página atual. Se não restaurar, por favor atualize a página.",
+ "Low Speed Broadband (256 Kbps - 2 Mbps)": "Banda larga de baixa velocidade (256 Kbps - 2 Mbps)",
"Manual accounts": "Conta manual",
"MenuAccountTemplates": "Modelo de conta",
"Module": "Módulo",
@@ -139,6 +142,7 @@
"RDP File": "Arquivo RDP",
"RDP client options": "Opções do cliente RDP",
"RDP color quality": " Qualidade de cor RDP ",
+ "RDP connection speed": "Velocidade de conexão RDP",
"RDP resolution": "RDP Resolução",
"RDP smart size": "RDP Tamanho inteligente",
"Re-use for a long time after opening": "Após a ativação, essas informações de conexão podem ser usadas várias vezes por um longo período",
diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json
index 24b88e41a..caf9a58e5 100644
--- a/apps/i18n/luna/zh.json
+++ b/apps/i18n/luna/zh.json
@@ -14,6 +14,7 @@
"Asset tree loading method": "配置资产树加载方式",
"Asset: ": "资产: {{value}}",
"Assignees": "受理人",
+ "Auto": "自动",
"Automatic login next": "下次自动登录 (右击资产连接可以重新选择)",
"Backspace as Ctrl+H": "字符终端Backspace As Ctrl+H",
"Batch actions": "批量操作",
@@ -86,6 +87,7 @@
"Help or download": "菜单帮助 → 下载",
"Help text": "说明",
"Hide left manager": "隐藏左边栏",
+ "High-speed broadband (2 Mbps – 10 Mbps )": "高速宽带 (2 Mbps - 10 Mbps)",
"Host": "主机",
"Info": "提示",
"InstallClientMsg": "JumpServer 客户端没有安装,现在去下载安装?",
@@ -104,6 +106,7 @@
"Login reminder": "登录提醒",
"Login review approved": "登录审核已通过, 正在连接资产...",
"LoginExpireMsg": "当前登录已超时,请不要关闭窗口。在新的窗口登录后即可恢复当前页面,如未恢复请刷新页面。",
+ "Low Speed Broadband (256 Kbps - 2 Mbps)": "低速宽带 (256 Kbps - 2 Mbps)",
"Manual accounts": "手动账号",
"MenuAccountTemplates": "账号模版",
"Module": "模块",
@@ -139,6 +142,7 @@
"RDP File": "RDP 文件",
"RDP client options": "RDP 客户端选项",
"RDP color quality": "RDP 颜色质量",
+ "RDP connection speed": "RDP 连接速度",
"RDP resolution": "RDP 分辨率",
"RDP smart size": "RDP 智能大小",
"Re-use for a long time after opening": "开启后该连接信息可长时间多次使用",
@@ -221,9 +225,5 @@
"start time": "开始时间",
"success": "成功",
"system user": "系统用户",
- "user": "用户",
- "Low Speed Broadband (256 Kbps - 2 Mbps)": "低速宽带 (256 Kbps - 2 Mbps)",
- "High-speed broadband (2 Mbps – 10 Mbps )": "高速宽带 (2 Mbps - 10 Mbps)",
- "Auto": "自动",
- "RDP connection speed": "RDP 连接速度"
-}
+ "user": "用户"
+}
\ No newline at end of file
diff --git a/apps/i18n/luna/zh_hant.json b/apps/i18n/luna/zh_hant.json
index 90b7755cd..f50e38f62 100644
--- a/apps/i18n/luna/zh_hant.json
+++ b/apps/i18n/luna/zh_hant.json
@@ -14,6 +14,7 @@
"Asset tree loading method": "配置資產樹載入方式",
"Asset: ": "資產: {{value}}",
"Assignees": "受理人",
+ "Auto": "自動",
"Automatic login next": "下次自動登入 (右擊資產連接可以重新選擇)",
"Backspace as Ctrl+H": "字元終端Backspace As Ctrl+H",
"Batch actions": "批次操作",
@@ -87,6 +88,7 @@
"Help or download": "菜單幫助 → 下載",
"Help text": "說明",
"Hide left manager": "隱藏左邊欄",
+ "High-speed broadband (2 Mbps – 10 Mbps )": "高速寬帶 (2 Mbps - 10 Mbps)",
"Host": "主機",
"Info": "提示",
"InstallClientMsg": "JumpServer 用戶端沒有安裝,現在去下載安裝?",
@@ -105,6 +107,7 @@
"Login reminder": "登入提醒",
"Login review approved": "登入審核已通過, 正在連接資產...",
"LoginExpireMsg": "目前登入已逾時,請不要關閉視窗。在新的視窗登入後即可恢復目前頁面,如未恢復請重新整理頁面。",
+ "Low Speed Broadband (256 Kbps - 2 Mbps)": "低速寬帶 (256 Kbps - 2 Mbps)",
"Manual accounts": "手動帳號",
"MenuAccountTemplates": "帳號範本",
"Module": "模組",
@@ -141,6 +144,7 @@
"RDP File": "RDP 文件",
"RDP client options": "RDP 用戶端選項",
"RDP color quality": "RDP 顏色質量",
+ "RDP connection speed": "RDP 連接速度",
"RDP resolution": "RDP 解析度",
"RDP smart size": "RDP 智慧大小",
"Re-use for a long time after opening": "開啟後該連接資訊可長時間多次使用",
@@ -225,9 +229,5 @@
"start time": "開始時間",
"success": "成功",
"system user": "系統用戶",
- "user": "用戶",
- "Low Speed Broadband (256 Kbps - 2 Mbps)": "低速寬帶 (256 Kbps - 2 Mbps)",
- "High-speed broadband (2 Mbps – 10 Mbps )": "高速寬帶 (2 Mbps - 10 Mbps)",
- "Auto": "自動",
- "RDP connection speed": "RDP 連接速度"
-}
+ "user": "用戶"
+}
\ No newline at end of file