diff --git a/DysonNetwork.Pass/DysonNetwork.Pass.csproj b/DysonNetwork.Pass/DysonNetwork.Pass.csproj index fbbae13..5099a9e 100644 --- a/DysonNetwork.Pass/DysonNetwork.Pass.csproj +++ b/DysonNetwork.Pass/DysonNetwork.Pass.csproj @@ -82,6 +82,21 @@ True AccountEventResource.resx + + True + True + AccountEventResource.resx + + + True + True + NotificationResource.resx + + + True + True + SharedResource.resx + @@ -101,6 +116,22 @@ ResXFileCodeGenerator AccountEventResource.Designer.cs + + ResXFileCodeGenerator + AccountEventResource.Designer.cs + + + ResXFileCodeGenerator + Email.LandingResource.Designer.cs + + + ResXFileCodeGenerator + NotificationResource.Designer.cs + + + ResXFileCodeGenerator + SharedResource.Designer.cs + @@ -110,7 +141,6 @@ - diff --git a/DysonNetwork.Pass/Resources/Localization/AccountEventResource.Designer.cs b/DysonNetwork.Pass/Resources/Localization/AccountEventResource.Designer.cs index c9ec073..76c8ecc 100644 --- a/DysonNetwork.Pass/Resources/Localization/AccountEventResource.Designer.cs +++ b/DysonNetwork.Pass/Resources/Localization/AccountEventResource.Designer.cs @@ -7,7 +7,7 @@ // //------------------------------------------------------------------------------ -namespace DysonNetwork.Pass.Resources { +namespace DysonNetwork.Sphere.Resources { using System; @@ -28,7 +28,7 @@ namespace DysonNetwork.Pass.Resources { internal static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Pass.Resources.AccountEventResource", typeof(AccountEventResource).Assembly); + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.AccountEventResource", typeof(AccountEventResource).Assembly); resourceMan = temp; } return resourceMan; diff --git a/DysonNetwork.Pass/Resources/Localization/AccountEventResource.zh-hans.resx b/DysonNetwork.Pass/Resources/Localization/AccountEventResource.zh-hans.resx index a9bd551..f590dd1 100644 --- a/DysonNetwork.Pass/Resources/Localization/AccountEventResource.zh-hans.resx +++ b/DysonNetwork.Pass/Resources/Localization/AccountEventResource.zh-hans.resx @@ -11,88 +11,228 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 抽卡 - - - 次次出金 - - - 吃大保底 - - - 游戏 - - - 升段如破竹 - - - 游戏 - - - 掉分如山崩 - - - 抽奖 - - - 欧气加身 - - - 抽奖 - - - 十连皆寂 - - - 演讲 - - - 妙语连珠 - - - 演讲 - - - 谨言慎行 - - - 绘图 - - - 灵感如泉涌 - - - 绘图 - - - 下笔如千斤 - - - 编程 - - - 0 error(s), 0 warning(s) - - - 编程 - - - 114 error(s), 514 warning(s) - - - 购物 - - - 汇率低谷 - - - 开箱 - - - 225% 关税 - - - 抽卡 - + + 抽卡 + + + + 次次出金 + + + + 吃大保底 + + + + 游戏 + + + + 升段如破竹 + + + + 游戏 + + + + 掉分如山崩 + + + + 抽奖 + + + + 欧气加身 + + + + 抽奖 + + + + 十连皆寂 + + + + 演讲 + + + + 妙语连珠 + + + + 演讲 + + + + 谨言慎行 + + + + 绘图 + + + + 灵感如泉涌 + + + + 绘图 + + + + 下笔如千斤 + + + + 编程 + + + + 0 error(s), 0 warning(s) + + + + 编程 + + + + 114 error(s), 514 warning(s) + + + + 购物 + + + + 汇率低谷 + + + + 开箱 + + + + 225% 关税 + + + + 抽卡 + + + + 学习 + + + + 效率200% + + + + 学习 + + + + 效率50% + + + + 编曲 + + + + 灵感爆棚 + + + + 编曲 + + + + FL Studio未响应 + + + + 摄影 + + + + 刀锐奶化 + + + + 摄影 + + + + "NO CARD" + + + + 焊 PCB + + + + 上电,启动,好耶! + + + + 焊 PCB + + + + 斯~不烫 + + + + AE 启动 + + + + 帧渲染时间 20ms + + + + AE 启动 + + + + 咩~ + + + + 航拍 + + + + ”可以起飞“ + + + + 航拍 + + + + ”信号弱,请调整天线/飞机遭遇强风/飞机 GPS 受干扰“ + + + + 调色 + + + + 色彩准确强如怪,拼尽全力无法战胜 + + + + 调色 + + + + 甲:我要五彩斑斓的黑 + + \ No newline at end of file diff --git a/DysonNetwork.Pass/Resources/Localization/EmailResource.Designer.cs b/DysonNetwork.Pass/Resources/Localization/EmailResource.Designer.cs index 6bd42d2..4c51f5a 100644 --- a/DysonNetwork.Pass/Resources/Localization/EmailResource.Designer.cs +++ b/DysonNetwork.Pass/Resources/Localization/EmailResource.Designer.cs @@ -7,7 +7,7 @@ // //------------------------------------------------------------------------------ -namespace DysonNetwork.Pass.Resources.Pages.Emails { +namespace DysonNetwork.Sphere.Resources.Pages.Emails { using System; @@ -28,7 +28,7 @@ namespace DysonNetwork.Pass.Resources.Pages.Emails { internal static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Pass.Resources.Localization.EmailResource", typeof(EmailResource).Assembly); + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.Localization.EmailResource", typeof(EmailResource).Assembly); resourceMan = temp; } return resourceMan; diff --git a/DysonNetwork.Pass/Resources/Localization/NotificationResource.Designer.cs b/DysonNetwork.Pass/Resources/Localization/NotificationResource.Designer.cs index a095af1..c604395 100644 --- a/DysonNetwork.Pass/Resources/Localization/NotificationResource.Designer.cs +++ b/DysonNetwork.Pass/Resources/Localization/NotificationResource.Designer.cs @@ -7,7 +7,7 @@ // //------------------------------------------------------------------------------ -namespace DysonNetwork.Pass.Resources.Localization { +namespace DysonNetwork.Sphere.Resources.Localization { using System; @@ -28,7 +28,7 @@ namespace DysonNetwork.Pass.Resources.Localization { internal static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Pass.Resources.Localization.NotificationResource", typeof(NotificationResource).Assembly); + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.Localization.NotificationResource", typeof(NotificationResource).Assembly); resourceMan = temp; } return resourceMan; diff --git a/DysonNetwork.Pass/Resources/Localization/SharedResource.Designer.cs b/DysonNetwork.Pass/Resources/Localization/SharedResource.Designer.cs index 4a303e1..0793e32 100644 --- a/DysonNetwork.Pass/Resources/Localization/SharedResource.Designer.cs +++ b/DysonNetwork.Pass/Resources/Localization/SharedResource.Designer.cs @@ -7,7 +7,7 @@ // //------------------------------------------------------------------------------ -namespace DysonNetwork.Pass.Resources { +namespace DysonNetwork.Sphere.Resources { using System; @@ -28,7 +28,7 @@ namespace DysonNetwork.Pass.Resources { internal static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Pass.Resources.Localization.SharedResource", typeof(SharedResource).Assembly); + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.Localization.SharedResource", typeof(SharedResource).Assembly); resourceMan = temp; } return resourceMan; diff --git a/DysonNetwork.Sphere/DysonNetwork.Sphere.csproj b/DysonNetwork.Sphere/DysonNetwork.Sphere.csproj index 641399e..ea12a12 100644 --- a/DysonNetwork.Sphere/DysonNetwork.Sphere.csproj +++ b/DysonNetwork.Sphere/DysonNetwork.Sphere.csproj @@ -82,10 +82,6 @@ ResXFileCodeGenerator AccountEventResource.Designer.cs - - ResXFileCodeGenerator - AccountEventResource.Designer.cs - ResXFileCodeGenerator SharedResource.Designer.cs @@ -98,30 +94,15 @@ ResXFileCodeGenerator NotificationResource.Designer.cs - - ResXFileCodeGenerator - Email.LandingResource.Designer.cs - SharedResource.resx - - AccountEventResource.resx - - - EmailResource.resx - NotificationResource.resx - - True - True - AccountEventResource.resx - True True diff --git a/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.Designer.cs b/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.Designer.cs deleted file mode 100644 index 76c8ecc..0000000 --- a/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.Designer.cs +++ /dev/null @@ -1,222 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace DysonNetwork.Sphere.Resources { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class AccountEventResource { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal AccountEventResource() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.AccountEventResource", typeof(AccountEventResource).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string FortuneTipPositiveTitle_1 { - get { - return ResourceManager.GetString("FortuneTipPositiveTitle_1", resourceCulture); - } - } - - internal static string FortuneTipPositiveContent_1 { - get { - return ResourceManager.GetString("FortuneTipPositiveContent_1", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_1 { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_1", resourceCulture); - } - } - - internal static string FortuneTipNegativeContent_1 { - get { - return ResourceManager.GetString("FortuneTipNegativeContent_1", resourceCulture); - } - } - - internal static string FortuneTipPositiveTitle_2 { - get { - return ResourceManager.GetString("FortuneTipPositiveTitle_2", resourceCulture); - } - } - - internal static string FortuneTipPositiveContent_2 { - get { - return ResourceManager.GetString("FortuneTipPositiveContent_2", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_2 { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_2", resourceCulture); - } - } - - internal static string FortuneTipNegativeContent_2 { - get { - return ResourceManager.GetString("FortuneTipNegativeContent_2", resourceCulture); - } - } - - internal static string FortuneTipPositiveTitle_3 { - get { - return ResourceManager.GetString("FortuneTipPositiveTitle_3", resourceCulture); - } - } - - internal static string FortuneTipPositiveContent_3 { - get { - return ResourceManager.GetString("FortuneTipPositiveContent_3", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_3 { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_3", resourceCulture); - } - } - - internal static string FortuneTipNegativeContent_3 { - get { - return ResourceManager.GetString("FortuneTipNegativeContent_3", resourceCulture); - } - } - - internal static string FortuneTipPositiveTitle_4 { - get { - return ResourceManager.GetString("FortuneTipPositiveTitle_4", resourceCulture); - } - } - - internal static string FortuneTipPositiveContent_4 { - get { - return ResourceManager.GetString("FortuneTipPositiveContent_4", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_4 { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_4", resourceCulture); - } - } - - internal static string FortuneTipNegativeContent_4 { - get { - return ResourceManager.GetString("FortuneTipNegativeContent_4", resourceCulture); - } - } - - internal static string FortuneTipPositiveTitle_5 { - get { - return ResourceManager.GetString("FortuneTipPositiveTitle_5", resourceCulture); - } - } - - internal static string FortuneTipPositiveContent_5 { - get { - return ResourceManager.GetString("FortuneTipPositiveContent_5", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_5 { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_5", resourceCulture); - } - } - - internal static string FortuneTipNegativeContent_5 { - get { - return ResourceManager.GetString("FortuneTipNegativeContent_5", resourceCulture); - } - } - - internal static string FortuneTipPositiveTitle_6 { - get { - return ResourceManager.GetString("FortuneTipPositiveTitle_6", resourceCulture); - } - } - - internal static string FortuneTipPositiveContent_6 { - get { - return ResourceManager.GetString("FortuneTipPositiveContent_6", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_6 { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_6", resourceCulture); - } - } - - internal static string FortuneTipNegativeContent_6 { - get { - return ResourceManager.GetString("FortuneTipNegativeContent_6", resourceCulture); - } - } - - internal static string FortuneTipPositiveTitle_7 { - get { - return ResourceManager.GetString("FortuneTipPositiveTitle_7", resourceCulture); - } - } - - internal static string FortuneTipPositiveContent_7 { - get { - return ResourceManager.GetString("FortuneTipPositiveContent_7", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_7 { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_7", resourceCulture); - } - } - - internal static string FortuneTipNegativeContent_7 { - get { - return ResourceManager.GetString("FortuneTipNegativeContent_7", resourceCulture); - } - } - - internal static string FortuneTipNegativeTitle_1_ { - get { - return ResourceManager.GetString("FortuneTipNegativeTitle_1 ", resourceCulture); - } - } - } -} diff --git a/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.resx b/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.resx deleted file mode 100644 index d6e7dc1..0000000 --- a/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.resx +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - - - - Gacha - - - Golden every pull - - - Gacha - - - Won't pull the card you like - - - Gaming - - - Rank up like a hot knife through butter - - - Gaming - - - Dropping ranks like a landslide - - - Lottery - - - Blessed with luck - - - Lottery - - - Ten pulls, all silence - - - Speech - - - Words flow like gems - - - Speech - - - Be careful what you're saying - - - Drawing - - - Inspiration gushes like a spring - - - Drawing - - - Every stroke weighs a thousand pounds - - - Coding - - - 0 error(s), 0 warning(s) - - - Coding - - - 114 error(s), 514 warning(s) - - - Shopping - - - Exchange rate at its lowest - - - Unboxing - - - 225% tariff - - - Gacha - - \ No newline at end of file diff --git a/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.zh-hans.resx b/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.zh-hans.resx deleted file mode 100644 index f590dd1..0000000 --- a/DysonNetwork.Sphere/Resources/Localization/AccountEventResource.zh-hans.resx +++ /dev/null @@ -1,238 +0,0 @@ - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 抽卡 - - - - 次次出金 - - - - 吃大保底 - - - - 游戏 - - - - 升段如破竹 - - - - 游戏 - - - - 掉分如山崩 - - - - 抽奖 - - - - 欧气加身 - - - - 抽奖 - - - - 十连皆寂 - - - - 演讲 - - - - 妙语连珠 - - - - 演讲 - - - - 谨言慎行 - - - - 绘图 - - - - 灵感如泉涌 - - - - 绘图 - - - - 下笔如千斤 - - - - 编程 - - - - 0 error(s), 0 warning(s) - - - - 编程 - - - - 114 error(s), 514 warning(s) - - - - 购物 - - - - 汇率低谷 - - - - 开箱 - - - - 225% 关税 - - - - 抽卡 - - - - 学习 - - - - 效率200% - - - - 学习 - - - - 效率50% - - - - 编曲 - - - - 灵感爆棚 - - - - 编曲 - - - - FL Studio未响应 - - - - 摄影 - - - - 刀锐奶化 - - - - 摄影 - - - - "NO CARD" - - - - 焊 PCB - - - - 上电,启动,好耶! - - - - 焊 PCB - - - - 斯~不烫 - - - - AE 启动 - - - - 帧渲染时间 20ms - - - - AE 启动 - - - - 咩~ - - - - 航拍 - - - - ”可以起飞“ - - - - 航拍 - - - - ”信号弱,请调整天线/飞机遭遇强风/飞机 GPS 受干扰“ - - - - 调色 - - - - 色彩准确强如怪,拼尽全力无法战胜 - - - - 调色 - - - - 甲:我要五彩斑斓的黑 - - - \ No newline at end of file diff --git a/DysonNetwork.Sphere/Resources/Localization/EmailResource.Designer.cs b/DysonNetwork.Sphere/Resources/Localization/EmailResource.Designer.cs deleted file mode 100644 index 4c51f5a..0000000 --- a/DysonNetwork.Sphere/Resources/Localization/EmailResource.Designer.cs +++ /dev/null @@ -1,90 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace DysonNetwork.Sphere.Resources.Pages.Emails { - using System; - - - [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [System.Diagnostics.DebuggerNonUserCodeAttribute()] - [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class EmailResource { - - private static System.Resources.ResourceManager resourceMan; - - private static System.Globalization.CultureInfo resourceCulture; - - [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal EmailResource() { - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Resources.ResourceManager ResourceManager { - get { - if (object.Equals(null, resourceMan)) { - System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.Localization.EmailResource", typeof(EmailResource).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] - internal static System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - internal static string LandingHeader1 { - get { - return ResourceManager.GetString("LandingHeader1", resourceCulture); - } - } - - internal static string LandingPara1 { - get { - return ResourceManager.GetString("LandingPara1", resourceCulture); - } - } - - internal static string LandingPara2 { - get { - return ResourceManager.GetString("LandingPara2", resourceCulture); - } - } - - internal static string LandingPara3 { - get { - return ResourceManager.GetString("LandingPara3", resourceCulture); - } - } - - internal static string LandingButton1 { - get { - return ResourceManager.GetString("LandingButton1", resourceCulture); - } - } - - internal static string LandingPara4 { - get { - return ResourceManager.GetString("LandingPara4", resourceCulture); - } - } - - internal static string EmailLandingTitle { - get { - return ResourceManager.GetString("EmailLandingTitle", resourceCulture); - } - } - } -} diff --git a/DysonNetwork.Sphere/Resources/Localization/EmailResource.resx b/DysonNetwork.Sphere/Resources/Localization/EmailResource.resx deleted file mode 100644 index 89dd75c..0000000 --- a/DysonNetwork.Sphere/Resources/Localization/EmailResource.resx +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Welcome to the Solar Network! - - - Dear, - - - Thank you for creating an account on the Solar Network. We're excited to have you join our community! - - - To access all features and ensure the security of your account, please confirm your registration by clicking the button below: - - - Confirm Registration - - - If you didn't create this account, please ignore this email. - - - Confirm your registration - - - Account Deletion Confirmation - - - Dear, - - - We've received a request to delete your Solar Network account. We're sorry to see you go. - - - To confirm your account deletion, please click the button below. Please note that this action is permanent and cannot be undone. - - - Confirm Account Deletion - - - If you did not request to delete your account, please ignore this email or contact our support team immediately. - - - Confirm your account deletion - - - Reset your password - - - Reset Password - - - Password Reset Request - - - Dear, - - - We recieved a request to reset your Solar Network account password. - - - You can click the button below to continue reset your password. - - - If you didn't request this, you can ignore this email safety. - - - Verify Your Email Address - - - Dear, - - - Thank you for creating an account on the Solar Network. We're excited to have you join our community! - - - To verify your email address and access all features of your account, please use the verification code below: - - - This code will expire in 30 minutes. Please enter it on the verification page to complete your registration. - - - If you didn't create this account, please ignore this email. - - - Verify your email address - - - Verify Your Contact Information - - - Dear, - - - Thank you for updating your contact information on the Solar Network. To ensure your account security, we need to verify this change. - - - Please click the button below to verify your contact information: - - - Verify Contact Information - - - If you didn't request this change, please contact our support team immediately. - - - Verify your contact information - - \ No newline at end of file diff --git a/DysonNetwork.Sphere/Resources/Localization/EmailResource.zh-hans.resx b/DysonNetwork.Sphere/Resources/Localization/EmailResource.zh-hans.resx deleted file mode 100644 index fc4ed68..0000000 --- a/DysonNetwork.Sphere/Resources/Localization/EmailResource.zh-hans.resx +++ /dev/null @@ -1,119 +0,0 @@ - - - text/microsoft-resx - - - 1.3 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 欢迎来到 Solar Network! - - - 尊敬的 - - - 确认注册 - - - 感谢你在 Solar Network 上注册帐号,我们很激动你即将加入我们的社区! - - - 点击下方按钮来确认你的注册以获得所有功能的权限。 - - - 如果你并没有注册帐号,你可以忽略此邮件。 - - - 确认你的注册 - - - 账户删除确认 - - - 尊敬的 - - - 我们收到了删除您 Solar Network 账户的请求。我们很遗憾看到您的离开。 - - - 请点击下方按钮确认删除您的账户。请注意,此操作是永久性的,无法撤销。 - - - 确认删除账户 - - - 如果您并未请求删除账户,请忽略此邮件或立即联系我们的支持团队。 - - - 确认删除您的账户 - - - 密码重置请求 - - - 尊敬的 - - - 我们收到了重置您 Solar Network 账户密码的请求。 - - - 请点击下方按钮重置您的密码。此链接将在24小时后失效。 - - - 重置密码 - - - 如果您并未请求重置密码,你可以安全地忽略此邮件。 - - - 重置您的密码 - - - 验证您的电子邮箱 - - - 尊敬的 - - - 感谢您在 Solar Network 上注册账号,我们很高兴您即将加入我们的社区! - - - 请使用以下验证码来验证您的电子邮箱并获取账号的所有功能: - - - 此验证码将在30分钟后失效。请在验证页面输入此验证码以完成注册。 - - - 如果您并未创建此账号,请忽略此邮件。 - - - 验证您的电子邮箱 - - - 验证您的联系信息 - - - 尊敬的 - - - 感谢您更新 Solar Network 上的联系信息。为确保您的账户安全,我们需要验证此更改。 - - - 请点击下方按钮验证您的联系信息: - - - 验证联系信息 - - - 如果您没有请求此更改,请立即联系我们的支持团队。 - - - 验证您的联系信息 - - \ No newline at end of file