diff --git a/v2rayN/v2rayN/Handler/DownloadHandle.cs b/v2rayN/v2rayN/Handler/DownloadHandle.cs
index 2c76da01..a1ecde86 100644
--- a/v2rayN/v2rayN/Handler/DownloadHandle.cs
+++ b/v2rayN/v2rayN/Handler/DownloadHandle.cs
@@ -177,7 +177,7 @@ namespace v2rayN.Handler
try
{
Utils.SetSecurityProtocol();
- UpdateCompleted?.Invoke(this, new ResultEventArgs(false, "Downloading..."));
+ UpdateCompleted?.Invoke(this, new ResultEventArgs(false, UIRes.I18N("Downloading")));
progressPercentage = -1;
totalBytesToReceive = 0;
diff --git a/v2rayN/v2rayN/Resx/ResUI.Designer.cs b/v2rayN/v2rayN/Resx/ResUI.Designer.cs
index ae78335f..868409c4 100644
--- a/v2rayN/v2rayN/Resx/ResUI.Designer.cs
+++ b/v2rayN/v2rayN/Resx/ResUI.Designer.cs
@@ -105,6 +105,15 @@ namespace v2rayN.Resx {
}
}
+ ///
+ /// 查找类似 Downloading... 的本地化字符串。
+ ///
+ internal static string Downloading {
+ get {
+ return ResourceManager.GetString("Downloading", resourceCulture);
+ }
+ }
+
///
/// 查找类似 DOWN 的本地化字符串。
///
diff --git a/v2rayN/v2rayN/Resx/ResUI.resx b/v2rayN/v2rayN/Resx/ResUI.resx
index 8718f93d..5bd44d76 100644
--- a/v2rayN/v2rayN/Resx/ResUI.resx
+++ b/v2rayN/v2rayN/Resx/ResUI.resx
@@ -132,6 +132,9 @@
Note that custom configuration relies entirely on your own configuration and does not work with all settings. The system agent is available when the socks port is equal to the port in the settings in the custom configuration inbound.
+
+ Downloading...
+
DOWN
diff --git a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx
index 7e8cab61..1db9fc75 100644
--- a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx
+++ b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx
@@ -132,6 +132,9 @@
注意,自定义配置完全依赖您自己的配置,不能使用所有设置功能。在自定义配置inbound中有socks port等于设置中的port时,系统代理才可用
+
+ 下载开始...
+
下载