From 0c63d8c80db3183a679cf977445d7e55278dcaed Mon Sep 17 00:00:00 2001 From: Amazing_DM Date: Thu, 23 Apr 2020 17:18:12 +0800 Subject: [PATCH] =?UTF-8?q?:globe=5Fwith=5Fmeridians:=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Netch/Forms/MainForm.cs | 1 + Netch/Resources/zh-CN | 1 + 2 files changed, 2 insertions(+) diff --git a/Netch/Forms/MainForm.cs b/Netch/Forms/MainForm.cs index a0a67f79..8a2c691d 100644 --- a/Netch/Forms/MainForm.cs +++ b/Netch/Forms/MainForm.cs @@ -331,6 +331,7 @@ namespace Netch.Forms ReloadModesToolStripMenuItem.Text = Utils.i18N.Translate(ReloadModesToolStripMenuItem.Text); CleanDNSCacheToolStripMenuItem.Text = Utils.i18N.Translate(CleanDNSCacheToolStripMenuItem.Text); UpdateACLToolStripMenuItem.Text = Utils.i18N.Translate(UpdateACLToolStripMenuItem.Text); + updateACLWithProxyToolStripMenuItem.Text = Utils.i18N.Translate(updateACLWithProxyToolStripMenuItem.Text); AboutToolStripButton.Text = Utils.i18N.Translate(AboutToolStripButton.Text); ConfigurationGroupBox.Text = Utils.i18N.Translate(ConfigurationGroupBox.Text); ServerLabel.Text = Utils.i18N.Translate(ServerLabel.Text); diff --git a/Netch/Resources/zh-CN b/Netch/Resources/zh-CN index 7f1ae69b..1f106b8d 100644 --- a/Netch/Resources/zh-CN +++ b/Netch/Resources/zh-CN @@ -89,6 +89,7 @@ "Clean DNS Cache": "清理 DNS 缓存", "DNS cache cleanup succeeded": "DNS 缓存清理成功", "Update ACL": "更新ACL规则", + "Update ACL with proxy": "使用代理更新ACL规则", "ACL updated successfully": "ACL更新成功", "ACL update failed": "ACL更新失败",