From c9589fc75d877d52e4dda08c7df36bf141cd1075 Mon Sep 17 00:00:00 2001 From: Ahao <108321411+xuanyuan0408@users.noreply.github.com> Date: Fri, 30 May 2025 19:05:46 +0800 Subject: [PATCH] Added controller translation for TCP concurrency --- src/locales/en.json | 6 ++++-- src/locales/zh.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 0827c358..9f3fc9b7 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -561,5 +561,7 @@ "Enable one-click random API port and key. Click to randomize the port and key": "Enable one-click random API port and key. Click to randomize the port and key", "Saving...": "Saving...", "Port settings saved": "Port settings saved", - "Failed to save settings": "Failed to save settings" -} \ No newline at end of file + "Failed to save settings": "Failed to save settings", + "TCP Concurrency": "TCP Concurrency", + "TCP ConcurrencyWhen accessing a web page, DNS resolution generally results in multiple IP addresses.": "TCP ConcurrencyWhen accessing a web page, DNS resolution generally results in multiple IP addresses." +} diff --git a/src/locales/zh.json b/src/locales/zh.json index 731c8136..8cb381cf 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -561,5 +561,7 @@ "Enable one-click random API port and key. Click to randomize the port and key": "开启一键随机API端口和密钥,点进去就可以随机端口和密钥", "Saving...": "保存中...", "Port settings saved": "端口设置已保存", - "Failed to save settings": "端口设置失败" -} \ No newline at end of file + "Failed to save settings": "端口设置失败", + "TCP Concurrency": "TCP并发", + "TCP ConcurrencyWhen accessing a web page, DNS resolution generally results in multiple IP addresses.": "TCP 并发性当访问网页时,DNS 解析通常会产生多个 IP 地址。" +}