modify res

pull/2192/head
2dust 2022-04-11 15:24:59 +08:00
parent 50b109ca71
commit 1c5cc190c5
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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>

View File

@ -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>