Add more translations, fix user delete failing
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"homepage": {
|
||||
"loggedInTitle": "Logged in!",
|
||||
"loggedInMessage": "You are logged in! Use the sidebar to access all available tools. To get started, create an SSH Host in the SSH Manager tab. Once created, you can connect to that host using the other apps in the sidebar."
|
||||
"loggedInMessage": "You are logged in! Use the sidebar to access all available tools. To get started, create an SSH Host in the SSH Manager tab. Once created, you can connect to that host using the other apps in the sidebar.",
|
||||
"failedToLoadAlerts": "Failed to load alerts",
|
||||
"failedToDismissAlert": "Failed to dismiss alert"
|
||||
},
|
||||
"common": {
|
||||
"close": "Close",
|
||||
@@ -34,7 +36,14 @@
|
||||
"sidebar": "Sidebar",
|
||||
"home": "Home",
|
||||
"expired": "Expired",
|
||||
"expiresToday": "Expires today",
|
||||
"expiresTomorrow": "Expires tomorrow",
|
||||
"expiresInDays": "Expires in {{days}} days",
|
||||
"updateAvailable": "Update Available",
|
||||
"sshPath": "SSH Path",
|
||||
"localPath": "Local Path",
|
||||
"loading": "Loading...",
|
||||
"noAuthCredentials": "No authentication credentials available for this SSH host",
|
||||
"noReleases": "No Releases",
|
||||
"updatesAndReleases": "Updates & Releases",
|
||||
"newVersionAvailable": "A new version ({{version}}) is available.",
|
||||
@@ -402,7 +411,15 @@
|
||||
"enterFolderPath": "Enter folder path",
|
||||
"noShortcuts": "No shortcuts.",
|
||||
"searchFilesAndFolders": "Search files and folders...",
|
||||
"noFilesOrFoldersFound": "No files or folders found."
|
||||
"noFilesOrFoldersFound": "No files or folders found.",
|
||||
"failedToConnectSSH": "Failed to connect to SSH",
|
||||
"failedToReconnectSSH": "Failed to reconnect SSH session",
|
||||
"failedToListFiles": "Failed to list files",
|
||||
"fetchHomeDataTimeout": "Fetch home data timed out",
|
||||
"sshStatusCheckTimeout": "SSH status check timed out",
|
||||
"sshReconnectionTimeout": "SSH reconnection timed out",
|
||||
"saveOperationTimeout": "Save operation timed out",
|
||||
"cannotSaveFile": "Cannot save file"
|
||||
},
|
||||
"tunnels": {
|
||||
"title": "SSH Tunnels",
|
||||
@@ -457,7 +474,8 @@
|
||||
"portMapping": "Port {{sourcePort}} → {{endpointHost}}:{{endpointPort}}",
|
||||
"disconnect": "Disconnect",
|
||||
"connect": "Connect",
|
||||
"canceling": "Canceling..."
|
||||
"canceling": "Canceling...",
|
||||
"endpointHostNotFound": "Endpoint host not found"
|
||||
},
|
||||
"serverStats": {
|
||||
"title": "Server Statistics",
|
||||
@@ -509,7 +527,7 @@
|
||||
"passwordReset": "Password reset link sent",
|
||||
"twoFactorAuth": "Two-Factor Authentication",
|
||||
"enterCode": "Enter verification code",
|
||||
"backupCode": "Use backup code",
|
||||
"backupCode": "Or use backup code",
|
||||
"verifyCode": "Verify Code",
|
||||
"enableTwoFactor": "Enable Two-Factor Authentication",
|
||||
"disableTwoFactor": "Disable Two-Factor Authentication",
|
||||
|
||||
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"homepage": {
|
||||
"loggedInTitle": "登录成功!",
|
||||
"loggedInMessage": "您已登录!使用侧边栏访问所有可用工具。要开始使用,请在 SSH 管理器选项卡中创建 SSH 主机。创建后,您可以使用侧边栏中的其他应用程序连接到该主机。"
|
||||
"loggedInMessage": "您已登录!使用侧边栏访问所有可用工具。要开始使用,请在 SSH 管理器选项卡中创建 SSH 主机。创建后,您可以使用侧边栏中的其他应用程序连接到该主机。",
|
||||
"failedToLoadAlerts": "加载警报失败",
|
||||
"failedToDismissAlert": "关闭警报失败"
|
||||
},
|
||||
"common": {
|
||||
"close": "关闭",
|
||||
@@ -34,7 +36,14 @@
|
||||
"sidebar": "侧边栏",
|
||||
"home": "首页",
|
||||
"expired": "已过期",
|
||||
"expiresToday": "今天过期",
|
||||
"expiresTomorrow": "明天过期",
|
||||
"expiresInDays": "{{days}} 天后过期",
|
||||
"updateAvailable": "有可用更新",
|
||||
"sshPath": "SSH 路径",
|
||||
"localPath": "本地路径",
|
||||
"loading": "加载中...",
|
||||
"noAuthCredentials": "此 SSH 主机没有可用的身份验证凭据",
|
||||
"noReleases": "没有发布版本",
|
||||
"updatesAndReleases": "更新与发布",
|
||||
"newVersionAvailable": "有新版本 ({{version}}) 可用。",
|
||||
@@ -439,7 +448,15 @@
|
||||
"enterFolderPath": "输入文件夹路径",
|
||||
"noShortcuts": "没有快捷方式。",
|
||||
"searchFilesAndFolders": "搜索文件和文件夹...",
|
||||
"noFilesOrFoldersFound": "没有找到文件或文件夹。"
|
||||
"noFilesOrFoldersFound": "没有找到文件或文件夹。",
|
||||
"failedToConnectSSH": "连接 SSH 失败",
|
||||
"failedToReconnectSSH": "重新连接 SSH 会话失败",
|
||||
"failedToListFiles": "列出文件失败",
|
||||
"fetchHomeDataTimeout": "获取主页数据超时",
|
||||
"sshStatusCheckTimeout": "SSH 状态检查超时",
|
||||
"sshReconnectionTimeout": "SSH 重新连接超时",
|
||||
"saveOperationTimeout": "保存操作超时",
|
||||
"cannotSaveFile": "无法保存文件"
|
||||
},
|
||||
"tunnels": {
|
||||
"title": "SSH 隧道",
|
||||
@@ -494,7 +511,8 @@
|
||||
"portMapping": "端口 {{sourcePort}} → {{endpointHost}}:{{endpointPort}}",
|
||||
"disconnect": "断开连接",
|
||||
"connect": "连接",
|
||||
"canceling": "取消中..."
|
||||
"canceling": "取消中...",
|
||||
"endpointHostNotFound": "未找到端点主机"
|
||||
},
|
||||
"serverStats": {
|
||||
"title": "服务器统计",
|
||||
|
||||
Reference in New Issue
Block a user