{
  "Enter SSH Connection Command": "输入 SSH 连接命令",
  "E.g. ssh hello@xxxx.com -A": "如 ssh hello@xxxx.com -A",
  "Press 'Enter' to confirm your input or 'Escape' to cancel": "按 “回车” 确认或 按 “ESC” 取消",
  "Remote host has added: {0}": "远程主机已添加：{0}",
  "Open Config": "打开配置",
  "Connect": "连接主机",
  "Enter password for {0}@{1}": "请输入密码: {0}@{1}",
  "default distro": "默认 Distro",
  "connected": "已连接",
  "Configuring SSH host {0}": "正在配置 SSH 主机 {0}",
  "Connection established.": "连接已建立。",
  "Verifying system requirements...": "正在验证系统要求...",
  "Downloading and installing remote server...": "正在下载并安装远程服务器...",
  "Configuring remote server...": "正在配置远程服务器...",
  "Remote environment setup completed.": "远程环境设置已完成。",
  "Failed to connect to \"{0}\". {1}": "无法连接 \"{0}\". {1}",
  "Unable to parse install script output. {0}": "无法解析安装脚本输出。 {0}",
  "Failed to install Trae server on remote host. Install script exited with code {0}.": "无法在远程主机上安装 TRAE 服务器。安装脚本异常终止： {0}。",
  "The operating system is not supported: {0}": "操作系统不支持：{0}",
  "System version is below the minimum required version. Features may be limited.": "主机系统版本过低，部分功能使用受限。",
  "System check timed out.": "系统检查超时。",
  "Close Remote": "关闭连接",
  "Retry": "重试",
  "View Requirements": "查看配置要求",
  "Ignore": "忽略",
  "Help Docs": "查看帮助文档",
  "Connect Host": "远程连接",
  "Guide": "查看指南",
  "The SSH Remote official extension is here! Now you can enjoy remote development right within Trae~": "SSH Remote 官方插件发布，现在你可在 TRAE 内实现远程开发~",
  "Are you sure you want to delete host {0}?": "确认删除已有连接 {0} 吗？",
  "Confirm": "确认",
  "Add New Distro": "新增 Distro",
  "Select WSL Distro": "选择 WSL Distro",
  "Select the WSL Distros to install(More Distros coming soon)": "选择 WSL Distro 进行安装（即将支持更多版本）",
  "No available WSL Distro, select to install(More Distros comming soon)": "无可用 WSL Distro, 选择进行安装（即将支持更多版本）",
  "Allow": "允许使用",
  "View Documentation": "查看文档",
  "Your operating system version is not supported by {0}": "您连接到的操作系统版本不受 {0} 支持，可能会导致不稳定或功能异常。",
  "Unsupported Operating System": "不支持的操作系统",
  "{0} requires a Linux-based operating system. Detected platform: {1}": "{0} 需要基于 Linux 的操作系统。检测到的平台: {1}",
  "Unsupported CPU Architecture": "不支持的 CPU 架构",
  "{0} requires x64 architecture. Detected architecture: {1}": "{0} 需要 x64 架构。检测到的架构: {1}",
  "Unsupported Glibc Version": "不支持的 Glibc 版本",
  "{0} requires glibc version {1} or higher. Detected version: {2}": "{0} 需要 glibc {1} 或更高版本。检测到的版本: {2}",
  "{0} requires glibc version {1} or higher. Unable to detect glibc on your system ({2}).": "{0} 需要 glibc {1} 或更高版本。无法在您的系统上检测到 glibc ({2})。",
  "Failed to create server directory on remote host.": "无法在远程主机上创建服务器目录。",
  "Failed to check region. Please verify network connectivity on remote host.": "区域检查失败。请检查远程主机的网络连接。",
  "Unable to access CDN. Please verify network connectivity on remote host.": "无法访问 CDN。请检查远程主机的网络连接。",
  "Failed to download server package. Please check network connection and try again.": "下载服务器包失败。请检查网络连接并重试。",
  "Failed to extract server package.": "解压服务器包失败。",
  "SSH Permission Denied: {0}": "SSH 权限被拒绝：{0}",
  "Please run 'kinit' in your local terminal to obtain Kerberos credentials first, then try 'ssh {0}' to verify the connection works before retrying.": "请先在本地终端运行 'kinit' 获取 Kerberos 凭证，然后尝试 'ssh {0}' 验证连接是否正常，再重试。",
  "Please try 'ssh {0}' in your local terminal to verify the connection works before retrying.": "请先在本地终端尝试'ssh {0}' 验证连接是否正常，再重试。",
  "Remote System Not Compatible: {0}": "远程系统不兼容: {0}",
  "This remote host is running an operating system version that is too old and not supported. We support Debian 11+ and Ubuntu 20.04+. If you are using Debian 10, you can try enabling the setting: remote.SSH.useDebian10CompatibleServer": "该远程主机运行的操作系统版本过旧，不在我们的支持范围内。我们支持 Debian 11+ 和 Ubuntu 20.04+。如果您使用的是 Debian 10，可以尝试开启配置：remote.SSH.useDebian10CompatibleServer",
  "Remote System Missing Download Tool: {0}": "远程系统缺少下载工具: {0}",
  "Please install curl or wget on the remote system": "请在远程系统上安装 curl 或 wget",
  "The system check process timed out. You can try enabling the setting remote.SSH.enhancedCompatibilityMode or configuring your default shell to bash.": "系统检查过程超时。您可以尝试开启配置 remote.SSH.enhancedCompatibilityMode 或将默认 shell 配置为 bash",
  "SSH Connection Failed: {0}": "SSH 连接失败: {0}",
  "Unable to connect to remote host": "无法连接到远程主机",
  "Continue Anyway": "继续连接（不推荐）",
  "This remote host is running an operating system version that is too old and not supported. We support Debian 10+ and Ubuntu 20.04+.": "该远程主机运行的操作系统版本过旧，不在我们的支持范围内。我们支持 Debian 10+ 和 Ubuntu 20.04+",
  "Join Cloud IDE Support Group": "加入 Cloud IDE 支持群",
  "Your client version is too old to connect to this remote server. Please upgrade trae to the latest version.": "您的 TRAE 客户端版本过旧，无法连接到此远程服务器。请升级到最新版本以确保兼容性和功能完整性。",
  "Client Version Too Old": "客户端版本过旧",
  "Kerberos authentication failed, please run \"kinit\" command in TRAE terminal first": "kerberos 鉴权失败，请先在 TRAE 终端执行 kinit 命令进行认证",
  "Authentication failed": "鉴权失败",
  "Check if the username and password are correct": "检查用户名和密码是否正确",
  "Confirm if the SSH server allows password authentication": "确认SSH服务是否允许密码认证",
  "Try using SSH key authentication": "尝试使用SSH密钥认证",
  "Check if the network connection is stable": "检查网络连接是否稳定",
  "Increase connection timeout": "增加连接超时时间",
  "Check firewall settings": "检查防火墙设置",
  "Check if the SSH server is running": "检查SSH服务是否运行",
  "Confirm if the port number is correct": "确认端口号是否正确",
  "Check if the firewall is blocking the connection": "检查防火墙是否阻止连接",
  "Internal Network Help": "内网帮助",
  "Remote System Network Error: {0}": "远程系统网络错误: {0}",
  "Help Documentation": "帮助文档",
  "Close Remote Connection": "关闭远程连接",
  "Please install tar on the remote system": "请在远程系统上安装 tar",
  "Remote System Missing Extraction Tool: {0}": "远程系统缺少解压工具: {0}",
  "Failed to install remote server: {0}": "安装远程服务器失败: {0}",
  "Error: {0}": "错误: {0}",
  "Unknown Error": "未知错误",
  "Problem occurred while handling error": "处理错误时发生问题",
  "Error handler encountered an issue. Please retry or contact support.": "错误处理系统遇到问题，请重试或联系支持",
  "System Compatibility Error": "系统兼容性错误",
  "SSH Authentication Error": "SSH 认证错误",
  "SSH Connection Error": "SSH 连接错误",
  "System Check Timeout": "系统检查超时",
  "System Missing Required Tool": "系统缺少必要工具",
  "Server Installation Error": "服务器安装错误",
  "SSH Operation Timeout": "SSH 操作超时",
  "SSH Tunnel Error": "SSH 隧道错误",
  "Application Version Too Old": "应用版本过旧",
  "Network Connection Error": "网络连接错误",
  "Failed to connect to {0}": "连接到 {0} 时发生未知错误",
  "Immediate": "立即",
  "Network may be temporarily unstable, please try again later": "网络可能暂时不稳定，请稍后重试",
  "Retry Connection": "重试连接",
  "Verify SSH Config": "验证 SSH 配置",
  "Check SSH config file for hostname, port, and username correctness": "检查 SSH 配置文件是否包含正确的主机名、端口和用户名",
  "Check Network Connectivity": "检查网络连接",
  "Ensure your network connection is stable and can access the target server": "确保您的网络连接稳定，能够访问目标服务器",
  "Download Tool": "下载工具",
  "Extraction Tool": "解压工具",
  "System {0} Missing": "系统缺少 {0}",
  "Remote system is missing required {0}": "远程系统缺少必要的 {0}",
  "Open Related Documentation": "打开相关文档",
  "Open Link": "打开链接",
  "Close Notification": "关闭此通知",
  "Do not show again": "不再显示",
  "Open related documentation": "打开相关文档",
  "Disconnect current remote connection": "断开当前远程连接",
  "Close this notification": "关闭此通知",
  "System incompatible": "系统不兼容",
  "Remote system does not meet requirements": "远程系统不满足运行要求",
  "View system requirements": "查看系统要求",
  "Learn about supported OS versions and hardware requirements": "了解支持的操作系统版本和硬件要求",
  "2-5 minutes": "2-5分钟",
  "Force continue (not recommended)": "强制继续（不推荐）",
  "Attempt to run on incompatible system, may encounter various issues": "在不兼容的系统上尝试运行，可能会遇到各种问题",
  "Running on incompatible system may cause functionality issues or data loss. Are you sure you want to continue?": "在不兼容的系统上运行可能导致功能异常或数据丢失。确定要继续吗？",
  "System check timeout": "系统检查超时",
  "Remote system response too slow, system check timeout": "远程系统响应过慢，系统检查超时",
  "Retry and wait longer": "重试并等待更长时间",
  "Remote system may be under high load, retry may succeed": "远程系统可能负载较高，重试可能会成功",
  "Check remote system load": "检查远程系统负载",
  "Contact administrator to check if system is overloaded": "联系管理员检查系统是否过载",
  "Depends on administrator response time": "根据管理员响应时间",
  "Install {0}": "安装{0}",
  "Contact administrator to install required {0} ({1})": "联系管理员安装必需的{0}（{1}）",
  "Contact system administrator": "联系系统管理员",
  "Explain need to install {0}": "说明需要安装 {0}",
  "Wait for tool installation to complete and retry": "等待工具安装完成后重试",
  "Check alternative tools": "检查替代工具",
  "System may have other versions of tools installed": "系统可能安装了其他版本的工具",
  "Remote server installation failed": "远程服务器安装失败",
  "Unable to install or start server on remote system": "无法在远程系统上安装或启动服务器",
  "Check disk space": "检查磁盘空间",
  "Ensure remote system has sufficient disk space": "确保远程系统有足够的磁盘空间",
  "Check file permissions": "检查文件权限",
  "Ensure user has permission to create files in target directory": "确保用户有权限在目标目录创建文件",
  "Retry installation": "重试安装",
  "Clean temporary files and retry installation": "清理临时文件并重新尝试安装",
  "Operation timeout": "操作超时",
  "SSH operation timeout, possibly caused by network latency or system load": "SSH操作超时，可能由网络延迟或系统负载导致",
  "Retry operation": "重试操作",
  "Network or system conditions may have improved": "网络或系统状况可能已改善",
  "Check network stability": "检查网络稳定性",
  "Ensure network connection is stable": "确保网络连接稳定",
  "SSH tunnel creation failed": "SSH隧道创建失败",
  "Unable to create or maintain SSH tunnel connection": "无法创建或维护SSH隧道连接",
  "Check port availability": "检查端口可用性",
  "Ensure local port is not occupied by other applications": "确保本地端口未被其他应用占用",
  "Restart SSH connection": "重启SSH连接",
  "Re-establishing SSH connection may resolve tunnel issues": "重新建立SSH连接可能解决隧道问题",
  "Application version outdated": "应用版本过旧",
  "Current application version is outdated, unable to connect to remote server": "当前应用版本过旧，无法连接到远程服务器",
  "Update application": "更新应用",
  "Upgrade to latest version for compatibility": "升级到最新版本以获得兼容性",
  "Network connection issue": "网络连接问题",
  "Network connection has issues, affecting SSH connection": "网络连接存在问题，影响SSH连接",
  "Check network connection": "检查网络连接",
  "Ensure your device is connected to the internet": "确保您的设备已连接到互联网",
  "Retry after network stable": "网络稳定后重试",
  "Wait for network connection to stabilize before retrying": "等待网络连接稳定后重新尝试",
  "Retry connection": "重试连接",
  "Issue may be temporary, retry may succeed": "问题可能是临时的，重试可能会成功",
  "Check configuration": "检查配置",
  "Verify SSH connection configuration is correct": "验证SSH连接配置是否正确",
  "Initializing SSH connection": "初始化SSH连接",
  "Waiting for local server to start": "等待本地服务器启动",
  "Waiting for user authentication": "等待用户认证",
  "Waiting for user authentication retry": "等待用户认证重试",
  "Establishing and verifying SSH connection": "建立和验证SSH连接",
  "Connection established": "连接已建立",
  "Connection failed": "连接失败",
  "Unable to connect to remote server{0}": "无法连接到远程服务器{0}",
  "Authentication failed{0}": "身份验证失败{0}",
  "Remote system incompatible: {0}": "远程系统不兼容：{0}",
  "{0} timeout{1}": "{0}超时{1}",
  "Network connection error: unable to connect to {0}": "网络连接错误：无法连接到{0}",
  "SSH tunnel creation failed{0}": "SSH隧道创建失败{0}",
  "Remote server installation failed{0}": "远程服务器安装失败{0}",
  "Insufficient permissions: unable to access{0}": "权限不足：无法访问{0}",
  "SSH{0} error": "SSH{0}错误",
  "Error Details - {0}": "错误详情 - {0}",
  "OK": "确定",
  "Please modify SSH connection configuration in settings and retry": "请在设置中修改SSH连接配置后重试",
  "Open Settings": "打开设置",
  "Please contact your system administrator or check help documentation": "请联系您的系统管理员或查看帮助文档",
  "View Help": "查看帮助",
  "Contact Support": "联系支持",
  "Force Continue": "强制继续",
  "Edit Connection Settings": "修改连接设置",
  "View Details": "查看详情",
  "Try Anyway": "仍然尝试",
  "Cancel": "取消",
  "This operation may cause unexpected problems. Are you sure you want to continue?": "此操作可能导致不可预期的问题。确定要继续吗？",
  "Suggested solutions:": "建议解决方案：",
  "Authentication attempted {0} times.": "已尝试 {0} 次认证。",
  "Please try the following solutions:": "请尝试以下解决方案：",
  "Technical details: {0}": "技术详情：{0}",
  "This issue usually requires assistance from a system administrator to resolve.": "此问题通常需要系统管理员协助解决。",
  "Suggestion: {0} - {1}": "建议：{0} - {1}",
  "Error Category: {0}": "错误类别：{0}",
  "Severity: {0}": "严重程度：{0}",
  "Occurred at: {0}": "发生时间：{0}",
  "Connection Target: {0}": "连接目标：{0}",
  "Attempt Count: {0}": "尝试次数：{0}",
  "Description: {0}": "描述：{0}",
  "Detailed solutions:": "详细解决方案：",
  "Specific steps:": "具体步骤：",
  "Estimated time: {0}": "预估时间：{0}",
  "System Compatibility Warning: {0}": "系统兼容性警告：{0}",
  "SSH Configuration Checklist": "SSH配置检查清单",
  "SSH Configuration Help": "SSH配置帮助",
  "Network Connection Check Steps": "网络连接检查步骤",
  "Network Connection Check Help": "网络连接检查帮助",
  "System Update Recommendations": "系统更新建议",
  "System Update Help": "系统更新帮助",
  "Connection Issues": "连接问题",
  "Authentication Issues": "认证问题",
  "System Compatibility": "系统兼容性",
  "Server Installation": "服务器安装",
  "Network Issues": "网络问题",
  "Permission Issues": "权限问题",
  "Configuration Issues": "配置问题",
  "Tunnel Issues": "隧道问题",
  "Timeout Issues": "超时问题",
  "Unknown Issues": "未知问题",
  "Critical": "严重",
  "High": "高",
  "Medium": "中等",
  "Low": "低",
  "Connection to host timed out. This might be due to Windows Firewall blocking the port. Please check your Windows Firewall settings to allow connections on port {0}.": "连接主机超时。这可能是由于 Windows 防火墙阻止了该端口。请检查您的 Windows 防火墙设置以允许端口 {0} 上的连接。",
  "Open Windows Firewall Settings": "打开 Windows 防火墙设置"
}
