From 09fc20794e73ebf4753caf213fba6d9c80315c12 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:40:51 +0800 Subject: [PATCH] Improve and translate --- .../app/src/main/res/values-vi/strings.xml | 1 + .../src/main/res/values-zh-rCN/strings.xml | 15 ++- .../src/main/res/values-zh-rTW/strings.xml | 15 ++- V2rayNG/app/src/main/res/values/strings.xml | 2 + .../app/src/main/res/xml/pref_settings.xml | 98 ++++++++++--------- 5 files changed, 76 insertions(+), 55 deletions(-) diff --git a/V2rayNG/app/src/main/res/values-vi/strings.xml b/V2rayNG/app/src/main/res/values-vi/strings.xml index 0b4d8bcdd..cca31901e 100644 --- a/V2rayNG/app/src/main/res/values-vi/strings.xml +++ b/V2rayNG/app/src/main/res/values-vi/strings.xml @@ -103,6 +103,7 @@ Proxy Theo Ứng Dụng - Bình thường: Ứng dụng đã chọn sẽ kết nối thông qua Proxy, chưa chọn sẽ kết nối trực tiếp. \n- Chế độ Bypass: Ứng dụng đã chọn sẽ kết nối trực tiếp, chưa chọn sẽ kết nối qua Proxy. \n- Nếu bạn đang ở Trung Quốc thì vào Menu, chọn Tự động chọn ứng dụng Proxy. + Mux Settings Bật Mux Giảm độ trễ trong bước bắt tay của kết nối TCP. Mux phân phối dữ liệu từ nhiều kết nối TCP trên một kết nối TCP duy nhất. Không nên sử dụng Mux để xem video, download file hoặc chạy speedtest vì thường không hiệu quả. TCP connections (từ 1 đến 1024) diff --git a/V2rayNG/app/src/main/res/values-zh-rCN/strings.xml b/V2rayNG/app/src/main/res/values-zh-rCN/strings.xml index 00d0f539f..5208b8643 100644 --- a/V2rayNG/app/src/main/res/values-zh-rCN/strings.xml +++ b/V2rayNG/app/src/main/res/values-zh-rCN/strings.xml @@ -103,6 +103,7 @@ 分应用代理 常规:勾选的App被代理,未勾选的直连;\n绕行模式:勾选的App直连,未勾选的被代理.\n不明白者在菜单中选择自动选中需代理应用 + Mux 多路复用 设置 启用 Mux 多路复用 减低延时,但可能会断流,建议不要启用。\nTCP,UDP 及 QUIC 流量处理方式下方可选。 TCP 复用子链接数(可填 -1 至 1024) @@ -225,6 +226,16 @@ "已连接,点击测试连接" "未连接" + 订阅导入成功 + 导入订阅失败 + 添加 + 添加链接 + 分片(fragment) 设置 + 分片方式 + 分片包长(最小-最大) + 分片间隔(最小-最大) + 启用分片(fragment) + 二维码 导出至剪贴板 @@ -255,9 +266,5 @@ VPN 仅代理 - 订阅导入成功 - 导入订阅失败 - 添加 - 添加链接 diff --git a/V2rayNG/app/src/main/res/values-zh-rTW/strings.xml b/V2rayNG/app/src/main/res/values-zh-rTW/strings.xml index c81b140e3..d865928d2 100644 --- a/V2rayNG/app/src/main/res/values-zh-rTW/strings.xml +++ b/V2rayNG/app/src/main/res/values-zh-rTW/strings.xml @@ -103,6 +103,7 @@ Proxy 個別應用程式 常規:勾選的 App 啟用 Proxy,未勾選的直接連線;\n繞行模式:勾選的 App 直接連線,未勾選的啟用 Proxy。\n可在選單中選擇自動選中需 Proxy 應用 + Mux 設定 啟用 Mux 多路復用 減低延時 但可能會斷流\nTCP,UDP 及 QUIC 流量處理方式下方可選 TCP 復用子鏈接數(可填 -1 至 1024) @@ -225,6 +226,16 @@ "已連線,輕觸以檢查連線能力" "未連線" + 訂閱導入成功 + 導入訂閱失敗 + 添加 + 添加連結 + 分片(fragment) 設定 + 分片方式 + 分片包长(最小-最大) + 分片间隔(最小-最大) + 启用分片(fragment) + QR Code 匯出至剪貼簿 @@ -254,9 +265,5 @@ VPN 僅 Proxy - 訂閱導入成功 - 導入訂閱失敗 - 添加 - 添加連結 diff --git a/V2rayNG/app/src/main/res/values/strings.xml b/V2rayNG/app/src/main/res/values/strings.xml index c14de35ca..287723d93 100644 --- a/V2rayNG/app/src/main/res/values/strings.xml +++ b/V2rayNG/app/src/main/res/values/strings.xml @@ -114,6 +114,7 @@ Per-app proxy General: Checked App is proxy, unchecked direct connection; \nbypass mode: checked app directly connected, unchecked proxy. \nThe option to automatically select the proxy application in the menu + Mux Settings Enable Mux Faster, but it may cause unstable connectivity\ncustomize how to handle TCP, UDP and QUIC below TCP connections(range -1 to 1024) @@ -240,6 +241,7 @@ Subscription imported Successfully Import subscription failed + Fragment Settings Fragment Packets Fragment Length (min-max) Fragment Interval (min-max) diff --git a/V2rayNG/app/src/main/res/xml/pref_settings.xml b/V2rayNG/app/src/main/res/xml/pref_settings.xml index 0eb159ab6..51b2c6fd1 100644 --- a/V2rayNG/app/src/main/res/xml/pref_settings.xml +++ b/V2rayNG/app/src/main/res/xml/pref_settings.xml @@ -7,53 +7,6 @@ android:summary="@string/summary_pref_sniffing_enabled" android:title="@string/title_pref_sniffing_enabled" /> - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +