feat: 更新简体中文语言文件 (#3684)

* feat: 更新简体中文语言文件

* 报错照样上传文件
This commit is contained in:
陈生杂物房
2025-06-15 19:38:55 +08:00
committed by GitHub
parent dd505e4d58
commit a9561e0ded
2 changed files with 15 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ jobs:
pnpm prepare ${{ matrix.target }} pnpm prepare ${{ matrix.target }}
- name: Tauri build - name: Tauri build
continue-on-error: true
uses: tauri-apps/tauri-action@v0 uses: tauri-apps/tauri-action@v0
env: env:
NODE_OPTIONS: "--max_old_space_size=4096" NODE_OPTIONS: "--max_old_space_size=4096"

View File

@@ -157,6 +157,7 @@
"Edit File": "编辑文件", "Edit File": "编辑文件",
"Open File": "打开文件", "Open File": "打开文件",
"Update": "更新", "Update": "更新",
"Update via proxy": "更新(代理)",
"Update(Proxy)": "更新(代理)", "Update(Proxy)": "更新(代理)",
"Confirm deletion": "确认删除", "Confirm deletion": "确认删除",
"This operation is not reversible": "此操作不可逆", "This operation is not reversible": "此操作不可逆",
@@ -204,9 +205,11 @@
"TUN requires Service Mode": "TUN 模式需要安装服务", "TUN requires Service Mode": "TUN 模式需要安装服务",
"Install Service": "安装服务", "Install Service": "安装服务",
"Install Service failed": "安装服务失败", "Install Service failed": "安装服务失败",
"Uninstall Service": "卸载服务",
"Restart Core failed": "重启核心失败", "Restart Core failed": "重启核心失败",
"Reset to Default": "重置为默认值", "Reset to Default": "重置为默认值",
"Tun Mode Info": "TUN虚拟网卡模式接管系统所有流量启用时无须打开系统代理", "Tun Mode Info": "TUN虚拟网卡模式接管系统所有流量启用时无须打开系统代理",
"TUN requires Service Mode or Admin Mode": "TUN 模式需要安装服务模式或管理员模式",
"System Proxy Enabled": "系统代理已启用,您的应用将通过代理访问网络", "System Proxy Enabled": "系统代理已启用,您的应用将通过代理访问网络",
"System Proxy Disabled": "系统代理已关闭,建议大多数用户打开此选项", "System Proxy Disabled": "系统代理已关闭,建议大多数用户打开此选项",
"TUN Mode Enabled": "TUN 模式已启用,应用将通过虚拟网卡访问网络", "TUN Mode Enabled": "TUN 模式已启用,应用将通过虚拟网卡访问网络",
@@ -394,6 +397,17 @@
"Installing Service...": "安装服务中...", "Installing Service...": "安装服务中...",
"Service Installed Successfully": "已成功安装服务", "Service Installed Successfully": "已成功安装服务",
"Service Uninstalled Successfully": "已成功卸载服务", "Service Uninstalled Successfully": "已成功卸载服务",
"Waiting for service to be ready...": "等待服务准备就绪...",
"Service not ready, retrying attempt {count}/{total}...": "服务未就绪,正在重试 {count}/{total} 次...",
"Failed to check service status, retrying attempt {count}/{total}...": "检查服务状态失败,正在重试 {count}/{total} 次...",
"Service did not become ready after attempts. Proceeding with core restart.": "服务在尝试后仍未就绪。正在重启内核。",
"Restarting Core...": "正在重启内核...",
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "服务已就绪,但内核重启可能存在问题或服务变得不可用。请检查。",
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "服务安装或内核重启遇到问题。服务可能不可用。请检查系统日志。",
"Attempting to restart core as a fallback...": "尝试重启内核作为后备方案...",
"Fallback core restart also failed: {message}": "后备内核重启也失败了: {{message}}",
"Service is ready and core restarted": "服务已就绪,内核已重启",
"Core restarted. Service is now available.": "内核已重启,服务现已可用",
"Proxy Daemon Duration Cannot be Less than 1 Second": "代理守护间隔时间不得低于 1 秒", "Proxy Daemon Duration Cannot be Less than 1 Second": "代理守护间隔时间不得低于 1 秒",
"Invalid Bypass Format": "无效的代理绕过格式", "Invalid Bypass Format": "无效的代理绕过格式",
"Clash Port Modified": "Clash 端口已修改", "Clash Port Modified": "Clash 端口已修改",