mirror of
https://github.com/YuzuZensai/Termix.git
synced 2026-09-13 18:58:52 +00:00
New Crowdin updates (#524)
* New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (German) * New translations en.json (Norwegian) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Arabic) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Finnish) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Bulgarian) * New translations en.json (Indonesian) * New translations en.json (Hindi) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Bulgarian) * New translations en.json (Indonesian) * New translations en.json (Hindi) * New translations en.json (Bengali) * New translations en.json (Thai) * New translations en.json (Bengali) * New translations en.json (Korean) * New translations en.json (Korean) * Update source file en.json * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Bulgarian) * New translations en.json (Indonesian) * New translations en.json (Hindi) * New translations en.json (Bengali) * New translations en.json (Thai)
This commit is contained in:
+280
-21
@@ -44,6 +44,8 @@
|
||||
"passwordRequired": "需要密碼",
|
||||
"sshKeyRequired": "需要 SSH 金鑰",
|
||||
"credentialAddedSuccessfully": "憑證“{{name}}”已成功添加",
|
||||
"savingCredential": "Saving credential...",
|
||||
"updatingCredential": "Updating credential...",
|
||||
"general": "一般的",
|
||||
"description": "描述",
|
||||
"folder": "資料夾",
|
||||
@@ -184,6 +186,32 @@
|
||||
"renameFolder": "重新命名資料夾",
|
||||
"idLabel": "ID:"
|
||||
},
|
||||
"quickConnect": {
|
||||
"title": "Quick Connect",
|
||||
"description": "Connect directly to a terminal or file manager session without saving a host configuration",
|
||||
"ipAddress": "IP Address or Hostname",
|
||||
"port": "Port",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"key": "SSH Private Key",
|
||||
"keyPassword": "Key Password (Optional)",
|
||||
"keyType": "Key Type",
|
||||
"uploadFile": "Upload File",
|
||||
"pasteKey": "Paste Key",
|
||||
"credential": "Credential",
|
||||
"overrideUsername": "Override Credential Username",
|
||||
"overrideUsernameDesc": "Use a different username than the one stored in the credential",
|
||||
"connectTerminal": "Connect to Terminal",
|
||||
"connectFileManager": "Connect to File Manager",
|
||||
"cancel": "Cancel",
|
||||
"passwordRequired": "Password is required",
|
||||
"keyRequired": "SSH key is required",
|
||||
"credentialRequired": "Credential selection is required",
|
||||
"connectionEstablished": "Connection established successfully",
|
||||
"connectionFailed": "Failed to establish connection",
|
||||
"autoDetect": "Auto Detect",
|
||||
"authentication": "Authentication"
|
||||
},
|
||||
"dragIndicator": {
|
||||
"error": "錯誤: {{error}}",
|
||||
"dragging": "拖曳 {{fileName}}",
|
||||
@@ -387,6 +415,7 @@
|
||||
"sshPath": "SSH路徑",
|
||||
"localPath": "本地路徑",
|
||||
"appName": "特米克斯",
|
||||
"openInNewTab": "Open in New Tab",
|
||||
"resetSidebarWidth": "重置側邊欄寬度",
|
||||
"dragToResizeSidebar": "拖曳即可調整側邊欄大小",
|
||||
"noAuthCredentials": "此 SSH 主機沒有可用的身份驗證憑證",
|
||||
@@ -464,10 +493,12 @@
|
||||
"retry": "重試",
|
||||
"checking": "檢查...",
|
||||
"checkingDatabase": "正在檢查資料庫連線...",
|
||||
"checkingAuthentication": "Checking authentication...",
|
||||
"actions": "行動",
|
||||
"remove": "消除",
|
||||
"revoke": "撤銷",
|
||||
"create": "創造"
|
||||
"create": "創造",
|
||||
"update": "Update"
|
||||
},
|
||||
"nav": {
|
||||
"home": "家",
|
||||
@@ -489,7 +520,12 @@
|
||||
"hostManager": "主機管理器",
|
||||
"cannotSplitTab": "無法拆分此標籤頁",
|
||||
"tabNavigation": "標籤導航",
|
||||
"hostTabTitle": "{{username}}@{{ip}}:{{port}}"
|
||||
"hostTabTitle": "{{username}}@{{ip}}:{{port}}",
|
||||
"copyPassword": "Copy Password",
|
||||
"copySudoPassword": "Copy Sudo Password",
|
||||
"passwordCopied": "Password copied to clipboard",
|
||||
"sudoPasswordCopied": "Sudo password copied to clipboard",
|
||||
"noPasswordAvailable": "No password available"
|
||||
},
|
||||
"admin": {
|
||||
"title": "管理員設定",
|
||||
@@ -537,6 +573,7 @@
|
||||
"userRegistration": "用戶註冊",
|
||||
"allowNewAccountRegistration": "允許新帳戶註冊",
|
||||
"allowPasswordLogin": "允許使用者名稱/密碼登入",
|
||||
"allowPasswordReset": "Allow password reset via reset code",
|
||||
"missingRequiredFields": "缺少必填欄位: {{fields}}",
|
||||
"oidcConfigurationUpdated": "OIDC配置更新成功!",
|
||||
"failedToFetchOidcConfig": "取得 OIDC 配置失敗",
|
||||
@@ -848,6 +885,13 @@
|
||||
"autoStartContainer": "容器啟動時自動啟動",
|
||||
"autoStartDesc": "容器啟動時自動啟動此隧道",
|
||||
"addConnection": "新增隧道連接",
|
||||
"tunnelType": "Tunnel Type",
|
||||
"tunnelTypeLocal": "Local (-L)",
|
||||
"tunnelTypeRemote": "Remote (-R)",
|
||||
"tunnelTypeLocalDesc": "Forward local port to remote endpoint",
|
||||
"tunnelTypeRemoteDesc": "Forward remote port to local machine",
|
||||
"tunnelForwardDescriptionLocal": "This tunnel will forward traffic from local port {{sourcePort}} to port {{endpointPort}} on the endpoint machine.",
|
||||
"tunnelForwardDescriptionRemote": "This tunnel will forward traffic from port {{sourcePort}} on the source machine (current connection details in general tab) to port {{endpointPort}} on the endpoint machine.",
|
||||
"sshpassRequired": "密碼驗證需要使用 SSH 密碼",
|
||||
"sshpassRequiredDesc": "對於隧道中的密碼認證,系統上必須安裝 sshpass。",
|
||||
"otherInstallMethods": "其他安裝方法:",
|
||||
@@ -855,13 +899,16 @@
|
||||
"or": "或者",
|
||||
"centosRhelFedora": "CentOS/RHEL/Fedora",
|
||||
"macos": "macOS",
|
||||
"windows": "視窗",
|
||||
"windows": "Windows (WSL, no official binary)",
|
||||
"sshServerConfigRequired": "需要設定 SSH 伺服器",
|
||||
"sshServerConfigDesc": "對於隧道連接,必須設定 SSH 伺服器以允許連接埠轉送:",
|
||||
"gatewayPortsYes": "將遠端連接埠綁定到所有介面",
|
||||
"allowTcpForwardingYes": "啟用連接埠轉送",
|
||||
"permitRootLoginYes": "如果使用root使用者進行隧道連接",
|
||||
"editSshConfig": "編輯 /etc/ssh/sshd_config 檔案並重新啟動 SSH 服務:sudo systemctl restart sshd",
|
||||
"editSshConfig": "Edit the SSH configuration file:",
|
||||
"sshConfigPath": "/etc/ssh/sshd_config",
|
||||
"restartSshService": "Then restart the SSH service:",
|
||||
"restartSshCommand": "sudo systemctl restart sshd",
|
||||
"upload": "上傳",
|
||||
"authentication": "驗證",
|
||||
"password": "密碼",
|
||||
@@ -1096,6 +1143,19 @@
|
||||
"quickActionName": "動作名稱",
|
||||
"noSnippetFound": "未找到程式碼片段",
|
||||
"quickActionsOrder": "伺服器統計頁面上將按上述順序顯示快捷操作按鈕。",
|
||||
"sidebarCustomization": "Sidebar Button Customization",
|
||||
"sidebarCustomizationDesc": "Choose which actions appear as quick buttons in the sidebar. Actions not shown as buttons will appear in the dropdown menu.",
|
||||
"showTerminalInSidebar": "Show Terminal Button",
|
||||
"showTerminalInSidebarDesc": "Display terminal as a quick button in the sidebar",
|
||||
"showFileManagerInSidebar": "Show File Manager Button",
|
||||
"showFileManagerInSidebarDesc": "Display file manager as a quick button in the sidebar",
|
||||
"showTunnelInSidebar": "Show Tunnel Button",
|
||||
"showTunnelInSidebarDesc": "Display tunnel management as a quick button in the sidebar",
|
||||
"showDockerInSidebar": "Show Docker Button",
|
||||
"showDockerInSidebarDesc": "Display docker management as a quick button in the sidebar",
|
||||
"showServerStatsInSidebar": "Show Server Stats Button",
|
||||
"showServerStatsInSidebarDesc": "Display server statistics as a quick button in the sidebar",
|
||||
"atLeastOneActionRequired": "At least one enabled action must be shown in the sidebar",
|
||||
"advancedAuthSettings": "進階身份驗證設定",
|
||||
"sudoPasswordAutoFill": "Sudo 密碼自動填充",
|
||||
"sudoPasswordAutoFillDesc": "當 sudo 提示輸入密碼時,自動提示輸入 SSH 密碼",
|
||||
@@ -1115,6 +1175,15 @@
|
||||
"addVariable": "新增變數",
|
||||
"docker": "Docker",
|
||||
"openDocker": "Open Docker",
|
||||
"copyFullScreenUrl": "Copy Full-Screen URL",
|
||||
"fullScreenUrlCopied": "Full-screen URL copied to clipboard",
|
||||
"failedToCopyUrl": "Failed to copy URL to clipboard",
|
||||
"copyTerminalUrl": "Copy Terminal URL",
|
||||
"copyFileManagerUrl": "Copy File Manager URL",
|
||||
"copyTunnelUrl": "Copy Tunnel URL",
|
||||
"copyServerStatsUrl": "Copy Server Stats URL",
|
||||
"copyDockerUrl": "Copy Docker URL",
|
||||
"fullScreenUrlTooltip": "Copy URL to open this app in full-screen mode",
|
||||
"notEnabled": "此主機未啟用 Docker。請在主機設定中啟用 Docker 以使用 Docker 功能。",
|
||||
"validating": "正在驗證 Docker...",
|
||||
"error": "錯誤",
|
||||
@@ -1241,10 +1310,34 @@
|
||||
"totpCodeLabel": "驗證碼",
|
||||
"totpPlaceholder": "000000",
|
||||
"totpVerify": "核實",
|
||||
"warpgateAuthRequired": "Warpgate Authentication Required",
|
||||
"warpgateSecurityKey": "Security Key",
|
||||
"warpgateAuthUrl": "Authentication URL",
|
||||
"warpgateOpenBrowser": "Open in Browser",
|
||||
"warpgateContinue": "I've Completed Authentication",
|
||||
"warpgateTimeout": "Warpgate authentication timeout. Please reconnect.",
|
||||
"sudoPasswordPopupTitle": "輸入密碼?",
|
||||
"sudoPasswordPopupHint": "按 Enter 鍵插入,按 Esc 鍵關閉",
|
||||
"sudoPasswordPopupConfirm": "插入",
|
||||
"sudoPasswordPopupDismiss": "解僱"
|
||||
"sudoPasswordPopupDismiss": "解僱",
|
||||
"websocketAbnormalClose": "Connection closed unexpectedly. This may be due to a reverse proxy or SSL configuration issue. Please check server logs.",
|
||||
"totpInvalid": "Invalid code. Please try again.",
|
||||
"authMethodFallback": "{{method}} authentication failed. Trying alternative method...",
|
||||
"authenticationRequired": "Authentication required",
|
||||
"connectionLogTitle": "Connection Log",
|
||||
"connectionLogCopy": "Copy logs to clipboard",
|
||||
"connectionLogClear": "Clear logs",
|
||||
"connectionLogEmpty": "No connection logs yet",
|
||||
"connectionLogConnecting": "Connecting to host...",
|
||||
"connectionLogCopied": "Connection logs copied to clipboard",
|
||||
"connectionLogCopyFailed": "Failed to copy logs to clipboard",
|
||||
"allAuthMethodsFailed": "All authentication methods failed. Please check your credentials.",
|
||||
"methodNotSupported": "Server does not support {{method}} authentication. Available methods: {{available}}",
|
||||
"retryWithMethod": "Retry with {{method}}",
|
||||
"automaticFallback": "Automatically trying {{method}} authentication...",
|
||||
"totpTimeout": "TOTP verification timeout. Please reconnect.",
|
||||
"passwordTimeout": "Password verification timeout. Please reconnect.",
|
||||
"connectionRejected": "Connection rejected by server. Please check your authentication and network configuration."
|
||||
},
|
||||
"fileManager": {
|
||||
"title": "文件管理器",
|
||||
@@ -1327,6 +1420,12 @@
|
||||
"itemDeletedSuccessfully": "{{type}} 已成功刪除",
|
||||
"itemsDeletedSuccessfully": "{{count}} 項目已成功刪除",
|
||||
"failedToDeleteItems": "刪除項目失敗",
|
||||
"sudoPasswordRequired": "Administrator Password Required",
|
||||
"enterSudoPassword": "Enter sudo password to continue this operation",
|
||||
"sudoPassword": "Sudo password",
|
||||
"sudoOperationFailed": "Sudo operation failed",
|
||||
"sudoAuthFailed": "Sudo authentication failed",
|
||||
"deleteOperation": "Delete files/folders",
|
||||
"dragFilesToUpload": "文件拖放到這裡即可上傳",
|
||||
"emptyFolder": "此資料夾為空。",
|
||||
"itemCount": "{{count}} 項目",
|
||||
@@ -1371,10 +1470,6 @@
|
||||
"downloadSuccess": "文件下載成功",
|
||||
"downloadFailed": "文件下載失敗",
|
||||
"permissionDenied": "没有权限",
|
||||
"sudoAuthFailed": "Sudo 认证失败,请检查密码",
|
||||
"accessDirectory": "访问此目录",
|
||||
"deleteOperation": "删除这些项目",
|
||||
"sudoOperationFailed": "Sudo 操作失败",
|
||||
"checkDockerLogs": "查看 Docker 日誌以取得詳細的錯誤訊息",
|
||||
"internalServerError": "發生內部伺服器錯誤",
|
||||
"serverError": "伺服器錯誤",
|
||||
@@ -1535,8 +1630,11 @@
|
||||
"fileTooLarge": "文件過大: {{error}}",
|
||||
"sshConnectionFailed": "SSH 連線失敗。請檢查您與 {{name}} ({{ip}}:{{port}}) 的連線。",
|
||||
"loadFileFailed": "檔案載入失敗: {{error}}",
|
||||
"connecting": "Connecting...",
|
||||
"connectedSuccessfully": "連線成功",
|
||||
"totpVerificationFailed": "TOTP驗證失敗",
|
||||
"warpgateVerificationFailed": "Warpgate authentication failed",
|
||||
"authenticationFailed": "Authentication failed",
|
||||
"verificationCodePrompt": "驗證碼:",
|
||||
"changePermissions": "更改權限",
|
||||
"changePermissionsDesc": "修改檔案權限",
|
||||
@@ -1552,8 +1650,18 @@
|
||||
"failedToChangePermissions": "更改權限失敗"
|
||||
},
|
||||
"tunnel": {
|
||||
"noTunnelsConfigured": "未配置隧道",
|
||||
"configureTunnelsInHostSettings": "首先在主機管理員中設定隧道連接,即可開始使用。"
|
||||
"log": {
|
||||
"connecting": "Establishing tunnel connection...",
|
||||
"sourceConnecting": "Connecting to source host {{host}}...",
|
||||
"sourceConnected": "Connected to source host",
|
||||
"endpointResolving": "Resolving endpoint host {{host}}...",
|
||||
"endpointResolved": "Endpoint host resolved",
|
||||
"forwarding": "Setting up port forwarding {{localPort}} → {{remotePort}}...",
|
||||
"connected": "Tunnel established successfully",
|
||||
"retrying": "Connection failed, retrying in {{countdown}}s (attempt {{attempt}}/{{max}})...",
|
||||
"retryExhausted": "Max retry attempts reached",
|
||||
"error": "Tunnel connection failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"tunnels": {
|
||||
"title": "SSH隧道",
|
||||
@@ -1628,6 +1736,8 @@
|
||||
"refreshStatus": "刷新狀態",
|
||||
"fileManagerAlreadyOpen": "此主機的檔案管理器已開啟",
|
||||
"openFileManager": "開啟文件管理器",
|
||||
"connecting": "正在連接...",
|
||||
"connectionFailed": "Failed to connect to server",
|
||||
"cpuCores_one": "{{count}} CPU",
|
||||
"cpuCores_other": "{{count}} CPU",
|
||||
"naCpus": "N/A CPU",
|
||||
@@ -1643,7 +1753,6 @@
|
||||
"failedToFetchMetrics": "取得伺服器指標失敗",
|
||||
"failedToFetchHomeData": "取得家庭數據失敗",
|
||||
"loadingMetrics": "正在加載指標...",
|
||||
"connecting": "正在連接...",
|
||||
"refreshing": "令人耳目一新…",
|
||||
"serverOffline": "伺服器離線",
|
||||
"cannotFetchMetrics": "無法從離線伺服器取得指標",
|
||||
@@ -1686,7 +1795,34 @@
|
||||
"executingQuickAction": "正在執行 {{name}}...",
|
||||
"quickActionSuccess": "{{name}} 已成功完成",
|
||||
"quickActionFailed": "{{name}} 失敗",
|
||||
"quickActionError": "執行 {{name}}失敗"
|
||||
"quickActionError": "執行 {{name}}失敗",
|
||||
"ports": {
|
||||
"title": "Listening Ports",
|
||||
"protocol": "Protocol",
|
||||
"port": "Port",
|
||||
"address": "Address",
|
||||
"state": "State",
|
||||
"process": "Process",
|
||||
"noData": "No listening ports data"
|
||||
},
|
||||
"firewall": {
|
||||
"title": "Firewall",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"notDetected": "Not Detected",
|
||||
"policy": "Policy",
|
||||
"rules": "rules",
|
||||
"noRules": "No rules",
|
||||
"noData": "No firewall data available",
|
||||
"action": "Action",
|
||||
"protocol": "Proto",
|
||||
"port": "Port",
|
||||
"source": "Source",
|
||||
"accept": "ACCEPT",
|
||||
"drop": "DROP",
|
||||
"reject": "REJECT",
|
||||
"anywhere": "Anywhere"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"tagline": "SSH 伺服器管理員",
|
||||
@@ -1828,7 +1964,11 @@
|
||||
"emailExists": "電子郵件已存在",
|
||||
"loadFailed": "資料載入失敗",
|
||||
"saveError": "保存失敗",
|
||||
"sessionExpired": "會話已過期 - 請重新登錄"
|
||||
"sessionExpired": "會話已過期 - 請重新登錄",
|
||||
"totpRateLimited": "Rate limited: Too many TOTP verification attempts. Please try again later.",
|
||||
"totpRateLimitedWithTime": "Rate limited: Too many TOTP verification attempts. Please wait {{time}} seconds before trying again.",
|
||||
"resetCodeRateLimited": "Rate limited: Too many verification attempts. Please try again later.",
|
||||
"resetCodeRateLimitedWithTime": "Rate limited: Too many verification attempts. Please wait {{time}} seconds before trying again."
|
||||
},
|
||||
"messages": {
|
||||
"saveSuccess": "保存成功",
|
||||
@@ -1886,6 +2026,9 @@
|
||||
"terminalSettings": "終端",
|
||||
"hostSidebarSettings": "主機和側邊欄",
|
||||
"snippetsSettings": "片段",
|
||||
"updateSettings": "Updates",
|
||||
"disableUpdateCheck": "Disable Update Check",
|
||||
"disableUpdateCheckDesc": "Stop checking for new versions on startup and dashboard. Reduces network requests.",
|
||||
"currentPassword": "目前密碼",
|
||||
"passwordChangedSuccess": "密碼已成功更改!請重新登入。",
|
||||
"failedToChangePassword": "密碼更改失敗。請檢查您目前的密碼並重試。",
|
||||
@@ -1894,7 +2037,9 @@
|
||||
"themeDark": "黑暗的",
|
||||
"themeSystem": "系統",
|
||||
"appearanceDesc": "選擇應用程式的顏色主題",
|
||||
"terminalSyntaxHighlightingDesc": "自動高亮顯示終端輸出中的指令、路徑、IP位址和日誌等級"
|
||||
"terminalSyntaxHighlightingDesc": "自動高亮顯示終端輸出中的指令、路徑、IP位址和日誌等級",
|
||||
"enableCommandPaletteShortcut": "Enable Command Palette Shortcut",
|
||||
"enableCommandPaletteShortcutDesc": "Double-tap left Shift to open the Command Palette for quick access to hosts"
|
||||
},
|
||||
"user": {
|
||||
"failedToLoadVersionInfo": "版本資訊載入失敗"
|
||||
@@ -2089,6 +2234,7 @@
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "儀表板",
|
||||
"loading": "Loading dashboard...",
|
||||
"github": "GitHub",
|
||||
"support": "支援",
|
||||
"discord": "Discord",
|
||||
@@ -2118,7 +2264,88 @@
|
||||
"noServerData": "伺服器資料不可用",
|
||||
"cpu": "中央處理器",
|
||||
"ram": "記憶體",
|
||||
"notAvailable": "不適用"
|
||||
"notAvailable": "不適用",
|
||||
"customizeLayout": "Customize Dashboard",
|
||||
"dashboardSettings": "Dashboard Settings",
|
||||
"enableDisableCards": "Enable/Disable Cards",
|
||||
"resetLayout": "Reset to Default",
|
||||
"serverOverviewCard": "Server Overview",
|
||||
"recentActivityCard": "Recent Activity",
|
||||
"networkGraphCard": "Network Graph",
|
||||
"networkGraph": "Network Graph",
|
||||
"quickActionsCard": "Quick Actions",
|
||||
"serverStatsCard": "Server Stats"
|
||||
},
|
||||
"networkGraph": {
|
||||
"title": "Network Graph",
|
||||
"addHost": "Add Host",
|
||||
"addGroup": "Add Group",
|
||||
"addLink": "Add Link",
|
||||
"deleteSelected": "Delete Selected",
|
||||
"zoomIn": "Zoom In",
|
||||
"zoomOut": "Zoom Out",
|
||||
"resetView": "Reset View",
|
||||
"exportJson": "Export JSON",
|
||||
"importJson": "Import JSON",
|
||||
"selectHost": "Select Host",
|
||||
"chooseHost": "Choose a host...",
|
||||
"parentGroup": "Parent Group",
|
||||
"noGroup": "No Group",
|
||||
"groupName": "Group Name",
|
||||
"color": "Color",
|
||||
"source": "Source",
|
||||
"target": "Target",
|
||||
"moveToGroup": "Move to Group",
|
||||
"selectGroup": "Select group...",
|
||||
"addConnection": "Add Connection",
|
||||
"hostDetails": "Host Details",
|
||||
"connectToHost": "Connect to Host",
|
||||
"openTerminal": "Open Terminal",
|
||||
"openFileManager": "Open File Manager",
|
||||
"openTunnel": "Open Tunnels",
|
||||
"openDocker": "Open Docker",
|
||||
"openServerStats": "Open Server Details",
|
||||
"moveToGroupAction": "Move to Group",
|
||||
"removeFromGroup": "Remove from Group",
|
||||
"addHostHere": "Add Host Here",
|
||||
"editGroup": "Edit Group",
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"add": "Add",
|
||||
"create": "Create",
|
||||
"update": "Update",
|
||||
"move": "Move",
|
||||
"connect": "Connect",
|
||||
"close": "Close",
|
||||
"createGroup": "Create Group",
|
||||
"noAvailableHosts": "No available hosts",
|
||||
"selectSourcePlaceholder": "Select Source...",
|
||||
"selectTargetPlaceholder": "Select Target...",
|
||||
"invalidFile": "Invalid File",
|
||||
"hostAlreadyExists": "Host is already in the topology",
|
||||
"sourceTargetMustDiffer": "Source and target must be different",
|
||||
"connectionExists": "Connection already exists",
|
||||
"unknown": "Unknown",
|
||||
"name": "Name",
|
||||
"ip": "IP",
|
||||
"status": "Status",
|
||||
"id": "ID",
|
||||
"failedToLoadData": "Failed to load network topology data",
|
||||
"failedToAddNode": "Failed to add node",
|
||||
"sourceDifferentFromTarget": "Source and target must be different",
|
||||
"exportJSON": "Export JSON",
|
||||
"importJSON": "Import JSON",
|
||||
"searchHost": "Search hosts...",
|
||||
"noHostFound": "No hosts found",
|
||||
"searchGroup": "Search groups...",
|
||||
"noGroupFound": "No groups found",
|
||||
"searchNode": "Search nodes...",
|
||||
"noNodeFound": "No nodes found",
|
||||
"terminal": "Terminal",
|
||||
"fileManager": "File Manager",
|
||||
"tunnel": "Tunnel",
|
||||
"docker": "Docker",
|
||||
"serverStats": "Server Stats"
|
||||
},
|
||||
"rbac": {
|
||||
"shareHost": "共享主機",
|
||||
@@ -2310,9 +2537,15 @@
|
||||
"notEnabled": "此主機未啟用 Docker",
|
||||
"validating": "正在驗證 Docker...",
|
||||
"connectingToHost": "正在連接主機...",
|
||||
"connecting": "正在連接...",
|
||||
"error": "錯誤",
|
||||
"errorCode": "錯誤代碼: {{code}}",
|
||||
"version": "Docker {{version}}",
|
||||
"connectionFailed": "Failed to connect to Docker",
|
||||
"totpVerificationFailed": "TOTP驗證失敗,請重試。",
|
||||
"warpgateVerificationFailed": "Warpgate authentication failed. Please try again.",
|
||||
"verificationCodePrompt": "請輸入驗證碼",
|
||||
"loadingContainers": "正在裝載貨櫃…",
|
||||
"containerStarted": "容器 {{name}} 已啟動",
|
||||
"failedToStartContainer": "啟動容器失敗 {{name}}",
|
||||
"containerStopped": "容器 {{name}} 已停止",
|
||||
@@ -2339,7 +2572,6 @@
|
||||
"confirmRemoveContainer": "您確定要刪除容器“{{name}}”嗎?此操作無法撤銷。",
|
||||
"runningContainerWarning": "警告:此容器目前正在運行。移除此容器會先停止其運作。",
|
||||
"removing": "移除…",
|
||||
"loadingContainers": "正在裝載貨櫃…",
|
||||
"noContainersFound": "未找到容器",
|
||||
"noContainersFoundHint": "此主機上沒有可用的 Docker 容器",
|
||||
"searchPlaceholder": "搜尋容器…",
|
||||
@@ -2374,8 +2606,6 @@
|
||||
"disconnectedFromContainer": "與容器斷開連接",
|
||||
"containerMustBeRunning": "容器必須正在運行才能存取控制台",
|
||||
"authenticationRequired": "需要身份驗證",
|
||||
"verificationCodePrompt": "請輸入驗證碼",
|
||||
"totpVerificationFailed": "TOTP驗證失敗,請重試。",
|
||||
"connectedTo": "連接到 {{containerName}}",
|
||||
"disconnected": "斷開連接",
|
||||
"consoleError": "控制台錯誤",
|
||||
@@ -2386,7 +2616,6 @@
|
||||
"bash": "巴什",
|
||||
"sh": "什",
|
||||
"ash": "灰",
|
||||
"connecting": "正在連接...",
|
||||
"connect": "連接",
|
||||
"disconnect": "斷開",
|
||||
"notConnected": "未連接",
|
||||
@@ -2397,7 +2626,37 @@
|
||||
"logs": "紀錄",
|
||||
"stats": "統計數據",
|
||||
"consoleTab": "安慰",
|
||||
"startContainerToAccess": "啟動容器以存取控制台"
|
||||
"startContainerToAccess": "啟動容器以存取控制台",
|
||||
"log": {
|
||||
"connecting": "Connecting to Docker host...",
|
||||
"authStarted": "Resolving authentication credentials...",
|
||||
"totpRequired": "TOTP verification required",
|
||||
"warpgateRequired": "Warpgate authentication required",
|
||||
"sessionCreated": "Docker SSH session established",
|
||||
"sessionReady": "Ready for Docker operations",
|
||||
"error": "Docker connection failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
"log": {
|
||||
"connecting": "Starting metrics collection...",
|
||||
"existingSession": "Using existing metrics session",
|
||||
"totpVerifying": "TOTP verification required",
|
||||
"sessionEstablished": "Metrics session established",
|
||||
"collecting": "Collecting server metrics",
|
||||
"heartbeat": "Keeping connection alive",
|
||||
"stopped": "Metrics collection stopped",
|
||||
"error": "Metrics collection failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"sftp": {
|
||||
"log": {
|
||||
"connecting": "Connecting to SFTP server...",
|
||||
"jumpHost": "Connecting via jump host {{host}}...",
|
||||
"connected": "SFTP connection established",
|
||||
"authFailed": "Authentication failed",
|
||||
"error": "SFTP operation failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
"switchToLight": "切換到燈光",
|
||||
|
||||
Reference in New Issue
Block a user