chore: auto-translate to multiple languages (#459)

This commit was merged in pull request #459.
This commit is contained in:
Luke Gustafson
2025-12-28 01:16:31 -06:00
committed by GitHub
parent 95aadd40fe
commit 761a1eb6d3
48 changed files with 81699 additions and 94 deletions

View File

@@ -867,6 +867,7 @@
"selectCredentialPlaceholder": "密钥类型",
"credentialRequired": "自动检测",
"credentialDescription": "RSA",
"cannotChangeAuthAsSharedUser": "无法以共享用户身份更改身份验证",
"sshPrivateKey": "ED25519",
"keyPassword": "ECDSA NIST P-256",
"keyType": "ECDSA NIST P-384",
@@ -2174,7 +2175,6 @@
"cannotShareWithSelf": "IP 地址",
"noCustomRolesToAssign": "用户代理",
"credentialSharingWarning": "成功",
"credentialSharingWarningDescription": "失败",
"credentialRequired": "详细信息",
"credentialRequiredDescription": "无可用审计日志",
"auditLogs": "会话录制",
@@ -2259,11 +2259,7 @@
"sharing": "添加凭据",
"selectUserAndRole": "管理员设置",
"view": "用户个人资料",
"viewDesc": "更新日志",
"use": "主机",
"useDesc": "打开服务器详情",
"manage": "打开文件管理器",
"manageDesc": "编辑"
"viewDesc": "更新日志"
},
"commandPalette": {
"searchPlaceholder": "链接",
@@ -2364,6 +2360,23 @@
"console": "日志",
"selectShell": "统计信息",
"bash": "控制台",
"sh": "启动容器以访问控制台"
"sh": "启动容器以访问控制台",
"ash": "ash",
"connecting": "正在连接...",
"connect": "连接",
"disconnect": "断开连接",
"notConnected": "未连接",
"clickToConnect": "点击“连接”启动 shell 会话",
"connectingTo": "正在连接到 {{containerName}}...",
"containerNotFound": "未找到容器",
"backToList": "返回列表",
"logs": "日志",
"stats": "统计信息",
"consoleTab": "控制台",
"startContainerToAccess": "启动容器以访问控制台"
},
"theme": {
"switchToLight": "切换到浅色模式",
"switchToDark": "切换到深色模式"
}
}