From 7fa05e7dada6ec83efb60e52fb0250ddcd6ab6a6 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 28 May 2021 21:20:24 +0800 Subject: [PATCH] Update i18N Update SettingForm AioDNSListenPortTextBox --- Netch/Forms/SettingForm.Designer.cs | 2 +- Netch/Resources/zh-CN | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Netch/Forms/SettingForm.Designer.cs b/Netch/Forms/SettingForm.Designer.cs index 32a15172..bbadffe7 100644 --- a/Netch/Forms/SettingForm.Designer.cs +++ b/Netch/Forms/SettingForm.Designer.cs @@ -897,11 +897,11 @@ namespace Netch.Forms // // AioDNSListenPortTextBox // - this.AioDNSListenPortTextBox.Enabled = false; this.AioDNSListenPortTextBox.Location = new System.Drawing.Point(150, 100); this.AioDNSListenPortTextBox.Name = "AioDNSListenPortTextBox"; this.AioDNSListenPortTextBox.Size = new System.Drawing.Size(80, 23); this.AioDNSListenPortTextBox.TabIndex = 1; + this.AioDNSListenPortTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // ChinaDNSLabel // diff --git a/Netch/Resources/zh-CN b/Netch/Resources/zh-CN index c3872984..f2073fcc 100644 --- a/Netch/Resources/zh-CN +++ b/Netch/Resources/zh-CN @@ -151,9 +151,9 @@ "Handle process's DNS Hijack": "被代理进程 DNS 劫持", "Global ICMP Hijack": "全局 ICMP 劫持", "Child Process Handle": "子进程代理", - "ProfileCount": "快捷配置数量", - "Delay test after start": "启动后延迟测试", - "ServerPingType": "测速方式", + "Profile Count": "快捷配置数量", + "Delay test after start(sec)": "启动后延迟测试(秒)", + "Ping Protocol": "延迟测试协议", "Detection Tick(sec)": "检测心跳(秒)", "STUN Server": "STUN 服务器", "Language": "语言",