mirror of https://github.com/2dust/v2rayN
refine message
parent
56559e6509
commit
20498ce453
|
@ -1588,7 +1588,7 @@ namespace v2rayN.Forms
|
|||
{
|
||||
if (args.Success)
|
||||
{
|
||||
AppendText(false, $"{hashCode}{UIRes.I18N("MsgGetSubscriptionSuccessfully")}");
|
||||
//AppendText(false, $"{hashCode}{UIRes.I18N("MsgGetSubscriptionSuccessfully")}");
|
||||
string result = Utils.Base64Decode(args.Msg);
|
||||
if (Utils.IsNullOrEmpty(result))
|
||||
{
|
||||
|
|
|
@ -274,13 +274,13 @@
|
|||
<value>订阅内容解码失败(非BASE64码)</value>
|
||||
</data>
|
||||
<data name="MsgUnpacking" xml:space="preserve">
|
||||
<value>正在解压......</value>
|
||||
<value>正在解压...</value>
|
||||
</data>
|
||||
<data name="MsgUpdateSubscriptionEnd" xml:space="preserve">
|
||||
<value>更新订阅结束</value>
|
||||
<value>订阅内容已更新</value>
|
||||
</data>
|
||||
<data name="MsgUpdateSubscriptionStart" xml:space="preserve">
|
||||
<value>更新订阅开始</value>
|
||||
<value>开始更新订阅</value>
|
||||
</data>
|
||||
<data name="MsgUpdateV2rayCoreSuccessfully" xml:space="preserve">
|
||||
<value>更新V2rayCore成功</value>
|
||||
|
|
Loading…
Reference in New Issue