From af000a27a671698459a318b5f6db77daf4683d93 Mon Sep 17 00:00:00 2001 From: GHM <61134763+Funny-T@users.noreply.github.com> Date: Fri, 26 Feb 2021 23:46:29 +0800 Subject: [PATCH] From v2ray-core to Core Fixed the display of v2ray-core when updating xray-core --- v2rayN/v2rayN/Forms/MainForm.cs | 4 ++-- v2rayN/v2rayN/Resx/ResUI.resx | 10 +++++----- v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/v2rayN/v2rayN/Forms/MainForm.cs b/v2rayN/v2rayN/Forms/MainForm.cs index b13e60cc..08783e41 100644 --- a/v2rayN/v2rayN/Forms/MainForm.cs +++ b/v2rayN/v2rayN/Forms/MainForm.cs @@ -1272,7 +1272,7 @@ namespace v2rayN.Forms { if (args.Success) { - AppendText(false, string.Format(UIRes.I18N("MsgParsingSuccessfully"), "v2rayCore")); + AppendText(false, string.Format(UIRes.I18N("MsgParsingSuccessfully"), "Core")); string url = args.Msg; this.Invoke((MethodInvoker)(delegate @@ -1323,7 +1323,7 @@ namespace v2rayN.Forms }; } - AppendText(false, string.Format(UIRes.I18N("MsgStartUpdating"), "v2rayCore")); + AppendText(false, string.Format(UIRes.I18N("MsgStartUpdating"), "Core")); downloadHandle.CheckUpdateAsync(type); } #endregion diff --git a/v2rayN/v2rayN/Resx/ResUI.resx b/v2rayN/v2rayN/Resx/ResUI.resx index 5691c92f..0b848e00 100644 --- a/v2rayN/v2rayN/Resx/ResUI.resx +++ b/v2rayN/v2rayN/Resx/ResUI.resx @@ -238,7 +238,7 @@ Clear original subscription content - Download V2ray successfully + Download Core successfully Failed to import subscription content @@ -283,10 +283,10 @@ Update subscription starts - Update V2rayCore successfully + Update Core successfully - Update V2rayCore successfully! Restarting service... + Update Core successfully! Restarting service... This feature relies on the Http global proxy, please set it correctly first. @@ -298,7 +298,7 @@ non-Vmess service, this feature is invalid - V2ray-core not found, please download: {0} + Core not found, please download: {0} Scan completed, no valid QR code found @@ -385,4 +385,4 @@ Please fill in the address (Url) - \ No newline at end of file + diff --git a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx index fa947463..cde15548 100644 --- a/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx +++ b/v2rayN/v2rayN/Resx/ResUI.zh-Hans.resx @@ -238,7 +238,7 @@ 清除原订阅内容 - 下载V2ray成功 + 下载Core成功 导入订阅内容失败 @@ -283,10 +283,10 @@ 更新订阅开始 - 更新V2rayCore成功 + 更新Core成功 - 更新V2rayCore成功!正在重启服务... + 更新Core成功!正在重启服务... 此功能依赖Http全局代理,请先设置正确。 @@ -298,7 +298,7 @@ 非Vmess服务,此功能无效 - 找不到 v2ray-core,下载地址: {0} + 找不到Core,下载地址: {0} 扫描完成,未发现有效二维码 @@ -385,4 +385,4 @@ 请填写地址(Url) - \ No newline at end of file +