mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 13:48:52 +00:00
modify res
This commit is contained in:
parent
50b109ca71
commit
1c5cc190c5
3 changed files with 3 additions and 3 deletions
2
v2rayN/v2rayN/Resx/ResUI.Designer.cs
generated
2
v2rayN/v2rayN/Resx/ResUI.Designer.cs
generated
|
@ -619,7 +619,7 @@ namespace v2rayN.Resx {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 Failed to get subscription content 的本地化字符串。
|
/// 查找类似 Invalid subscription content 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string MsgSubscriptionDecodingFailed {
|
internal static string MsgSubscriptionDecodingFailed {
|
||||||
get {
|
get {
|
||||||
|
|
|
@ -268,7 +268,7 @@
|
||||||
<value>Start updating PAC...</value>
|
<value>Start updating PAC...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MsgSubscriptionDecodingFailed" xml:space="preserve">
|
<data name="MsgSubscriptionDecodingFailed" xml:space="preserve">
|
||||||
<value>Failed to get subscription content</value>
|
<value>Invalid subscription content</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MsgUnpacking" xml:space="preserve">
|
<data name="MsgUnpacking" xml:space="preserve">
|
||||||
<value>is unpacking...</value>
|
<value>is unpacking...</value>
|
||||||
|
|
|
@ -268,7 +268,7 @@
|
||||||
<value>开始更新 PAC...</value>
|
<value>开始更新 PAC...</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MsgSubscriptionDecodingFailed" xml:space="preserve">
|
<data name="MsgSubscriptionDecodingFailed" xml:space="preserve">
|
||||||
<value>订阅内容获取失败</value>
|
<value>无效的订阅内容</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="MsgUnpacking" xml:space="preserve">
|
<data name="MsgUnpacking" xml:space="preserve">
|
||||||
<value>正在解压......</value>
|
<value>正在解压......</value>
|
||||||
|
|
Loading…
Reference in a new issue