From 77a090d5ebe287f7204be484fb319556f048ad4a Mon Sep 17 00:00:00 2001 From: wonfen Date: Sun, 15 Jun 2025 20:23:32 +0800 Subject: [PATCH] i18n: update en --- src/locales/en.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index bbbf4dbe..74372037 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -157,6 +157,7 @@ "Edit File": "Edit File", "Open File": "Open File", "Update": "Update", + "Update via proxy": "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 mode requires install service", "Install Service": "Install Service", "Install Service failed": "Install Service failed", + "Uninstall Service": "Uninstall Service", "Restart Core failed": "Restart Core failed", "Reset to Default": "Reset to Default", "Tun Mode Info": "Tun (Virtual NIC) mode: Captures all system traffic, when enabled, there is no need to enable system proxy.", + "TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode", "System Proxy Enabled": "System proxy is enabled, your applications will access the network through the proxy", "System Proxy Disabled": "System proxy is disabled, it is recommended for most users to turn on this option", "TUN Mode Enabled": "TUN mode is enabled, applications will access the network through the virtual network card", @@ -396,6 +399,17 @@ "Service Uninstalled Successfully": "Service Uninstalled Successfully", "Proxy Daemon Duration Cannot be Less than 1 Second": "Proxy Daemon Duration Cannot be Less than 1 Second", "Invalid Bypass Format": "Invalid Bypass Format", + "Waiting for service to be ready...": "Waiting for service to be ready...", + "Service not ready, retrying attempt {count}/{total}...": "Service not ready, retrying attempt {count}/{total}...", + "Failed to check service status, retrying attempt {count}/{total}...": "Failed to check service status, retrying attempt {count}/{total}...", + "Service did not become ready after attempts. Proceeding with core restart.": "Service did not become ready after attempts. Proceeding with core restart.", + "Restarting Core...": "Restarting Core...", + "Service was ready, but core restart might have issues or service became unavailable. Please check.": "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.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.", + "Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...", + "Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}", + "Service is ready and core restarted": "Service is ready and core restarted", + "Core restarted. Service is now available.": "Core restarted. Service is now available.", "Clash Port Modified": "Clash Port Modified", "Port Conflict": "Port Conflict", "Restart Application to Apply Modifications": "Restart Application to Apply Modifications",