Browse Source

modify res

pull/2192/head
2dust 3 years ago
parent
commit
1c5cc190c5
  1. 2
      v2rayN/v2rayN/Resx/ResUI.Designer.cs
  2. 2
      v2rayN/v2rayN/Resx/ResUI.resx
  3. 2
      v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx

2
v2rayN/v2rayN/Resx/ResUI.Designer.cs generated

@ -619,7 +619,7 @@ namespace v2rayN.Resx {
}
/// <summary>
/// 查找类似 Failed to get subscription content 的本地化字符串。
/// 查找类似 Invalid subscription content 的本地化字符串。
/// </summary>
internal static string MsgSubscriptionDecodingFailed {
get {

2
v2rayN/v2rayN/Resx/ResUI.resx

@ -268,7 +268,7 @@
<value>Start updating PAC...</value>
</data>
<data name="MsgSubscriptionDecodingFailed" xml:space="preserve">
<value>Failed to get subscription content</value>
<value>Invalid subscription content</value>
</data>
<data name="MsgUnpacking" xml:space="preserve">
<value>is unpacking...</value>

2
v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx

@ -268,7 +268,7 @@
<value>开始更新 PAC...</value>
</data>
<data name="MsgSubscriptionDecodingFailed" xml:space="preserve">
<value>订阅内容获取失败</value>
<value>无效的订阅内容</value>
</data>
<data name="MsgUnpacking" xml:space="preserve">
<value>正在解压......</value>

Loading…
Cancel
Save