🍱 Update localization assets
This commit is contained in:
		@@ -82,6 +82,21 @@
 | 
			
		||||
            <AutoGen>True</AutoGen>
 | 
			
		||||
            <DependentUpon>AccountEventResource.resx</DependentUpon>
 | 
			
		||||
        </Compile>
 | 
			
		||||
        <Compile Update="Resources\Localization\AccountEventResource.Designer.cs">
 | 
			
		||||
          <DesignTime>True</DesignTime>
 | 
			
		||||
          <AutoGen>True</AutoGen>
 | 
			
		||||
          <DependentUpon>AccountEventResource.resx</DependentUpon>
 | 
			
		||||
        </Compile>
 | 
			
		||||
        <Compile Update="Resources\Localization\NotificationResource.Designer.cs">
 | 
			
		||||
          <DesignTime>True</DesignTime>
 | 
			
		||||
          <AutoGen>True</AutoGen>
 | 
			
		||||
          <DependentUpon>NotificationResource.resx</DependentUpon>
 | 
			
		||||
        </Compile>
 | 
			
		||||
        <Compile Update="Resources\Localization\SharedResource.Designer.cs">
 | 
			
		||||
          <DesignTime>True</DesignTime>
 | 
			
		||||
          <AutoGen>True</AutoGen>
 | 
			
		||||
          <DependentUpon>SharedResource.resx</DependentUpon>
 | 
			
		||||
        </Compile>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
@@ -101,6 +116,22 @@
 | 
			
		||||
            <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
            <LastGenOutput>AccountEventResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\AccountEventResource.resx">
 | 
			
		||||
          <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
          <LastGenOutput>AccountEventResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\EmailResource.resx">
 | 
			
		||||
          <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
          <LastGenOutput>Email.LandingResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\NotificationResource.resx">
 | 
			
		||||
          <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
          <LastGenOutput>NotificationResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\SharedResource.resx">
 | 
			
		||||
          <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
          <LastGenOutput>SharedResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
@@ -110,7 +141,6 @@
 | 
			
		||||
        <AdditionalFiles Include="Pages\Emails\LandingEmail.razor" />
 | 
			
		||||
        <AdditionalFiles Include="Pages\Emails\PasswordResetEmail.razor" />
 | 
			
		||||
        <AdditionalFiles Include="Pages\Emails\VerificationEmail.razor" />
 | 
			
		||||
        <AdditionalFiles Include="Resources\Localization\AccountEventResource.resx" />
 | 
			
		||||
        <AdditionalFiles Include="Resources\Localization\AccountEventResource.zh-hans.resx" />
 | 
			
		||||
        <AdditionalFiles Include="Resources\Localization\EmailResource.resx" />
 | 
			
		||||
        <AdditionalFiles Include="Resources\Localization\EmailResource.zh-hans.resx" />
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
// </auto-generated>
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
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;
 | 
			
		||||
 
 | 
			
		||||
@@ -11,88 +11,228 @@
 | 
			
		||||
    <resheader name="writer">
 | 
			
		||||
        <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_1" xml:space="preserve">
 | 
			
		||||
        <value>抽卡</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_1" xml:space="preserve">
 | 
			
		||||
        <value>次次出金</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_1" xml:space="preserve">
 | 
			
		||||
        <value>吃大保底</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_2" xml:space="preserve">
 | 
			
		||||
        <value>游戏</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_2" xml:space="preserve">
 | 
			
		||||
        <value>升段如破竹</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_2" xml:space="preserve">
 | 
			
		||||
        <value>游戏</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_2" xml:space="preserve">
 | 
			
		||||
        <value>掉分如山崩</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_3" xml:space="preserve">
 | 
			
		||||
        <value>抽奖</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_3" xml:space="preserve">
 | 
			
		||||
        <value>欧气加身</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_3" xml:space="preserve">
 | 
			
		||||
        <value>抽奖</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_3" xml:space="preserve">
 | 
			
		||||
        <value>十连皆寂</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_4" xml:space="preserve">
 | 
			
		||||
        <value>演讲</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_4" xml:space="preserve">
 | 
			
		||||
        <value>妙语连珠</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_4" xml:space="preserve">
 | 
			
		||||
        <value>演讲</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_4" xml:space="preserve">
 | 
			
		||||
        <value>谨言慎行</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_5" xml:space="preserve">
 | 
			
		||||
        <value>绘图</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_5" xml:space="preserve">
 | 
			
		||||
        <value>灵感如泉涌</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_5" xml:space="preserve">
 | 
			
		||||
        <value>绘图</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_5" xml:space="preserve">
 | 
			
		||||
        <value>下笔如千斤</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_6" xml:space="preserve">
 | 
			
		||||
        <value>编程</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_6" xml:space="preserve">
 | 
			
		||||
        <value>0 error(s), 0 warning(s)</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_6" xml:space="preserve">
 | 
			
		||||
        <value>编程</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_6" xml:space="preserve">
 | 
			
		||||
        <value>114 error(s), 514 warning(s)</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_7" xml:space="preserve">
 | 
			
		||||
        <value>购物</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_7" xml:space="preserve">
 | 
			
		||||
        <value>汇率低谷</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_7" xml:space="preserve">
 | 
			
		||||
        <value>开箱</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_7" xml:space="preserve">
 | 
			
		||||
        <value>225% 关税</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_1" xml:space="preserve">
 | 
			
		||||
        <value>抽卡</value>
 | 
			
		||||
    </data>
 | 
			
		||||
 <data name="FortuneTipPositiveTitle_1" xml:space="preserve">
 | 
			
		||||
    <value>抽卡</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_1" xml:space="preserve">
 | 
			
		||||
    <value>次次出金</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_1" xml:space="preserve">
 | 
			
		||||
    <value>吃大保底</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_2" xml:space="preserve">
 | 
			
		||||
    <value>游戏</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_2" xml:space="preserve">
 | 
			
		||||
    <value>升段如破竹</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_2" xml:space="preserve">
 | 
			
		||||
    <value>游戏</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_2" xml:space="preserve">
 | 
			
		||||
    <value>掉分如山崩</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_3" xml:space="preserve">
 | 
			
		||||
    <value>抽奖</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_3" xml:space="preserve">
 | 
			
		||||
    <value>欧气加身</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_3" xml:space="preserve">
 | 
			
		||||
    <value>抽奖</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_3" xml:space="preserve">
 | 
			
		||||
    <value>十连皆寂</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_4" xml:space="preserve">
 | 
			
		||||
    <value>演讲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_4" xml:space="preserve">
 | 
			
		||||
    <value>妙语连珠</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_4" xml:space="preserve">
 | 
			
		||||
    <value>演讲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_4" xml:space="preserve">
 | 
			
		||||
    <value>谨言慎行</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_5" xml:space="preserve">
 | 
			
		||||
    <value>绘图</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_5" xml:space="preserve">
 | 
			
		||||
    <value>灵感如泉涌</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_5" xml:space="preserve">
 | 
			
		||||
    <value>绘图</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_5" xml:space="preserve">
 | 
			
		||||
    <value>下笔如千斤</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_6" xml:space="preserve">
 | 
			
		||||
    <value>编程</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_6" xml:space="preserve">
 | 
			
		||||
    <value>0 error(s), 0 warning(s)</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_6" xml:space="preserve">
 | 
			
		||||
    <value>编程</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_6" xml:space="preserve">
 | 
			
		||||
    <value>114 error(s), 514 warning(s)</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_7" xml:space="preserve">
 | 
			
		||||
    <value>购物</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_7" xml:space="preserve">
 | 
			
		||||
    <value>汇率低谷</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_7" xml:space="preserve">
 | 
			
		||||
    <value>开箱</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_7" xml:space="preserve">
 | 
			
		||||
    <value>225% 关税</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_1" xml:space="preserve">
 | 
			
		||||
    <value>抽卡</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_8" xml:space="preserve">
 | 
			
		||||
    <value>学习</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_8" xml:space="preserve">
 | 
			
		||||
    <value>效率200%</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_8" xml:space="preserve">
 | 
			
		||||
    <value>学习</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_8" xml:space="preserve">
 | 
			
		||||
    <value>效率50%</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_9" xml:space="preserve">
 | 
			
		||||
    <value>编曲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_9" xml:space="preserve">
 | 
			
		||||
    <value>灵感爆棚</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_9" xml:space="preserve">
 | 
			
		||||
    <value>编曲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_9" xml:space="preserve">
 | 
			
		||||
    <value>FL Studio未响应</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_10" xml:space="preserve">
 | 
			
		||||
    <value>摄影</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_10" xml:space="preserve">
 | 
			
		||||
    <value>刀锐奶化</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_10" xml:space="preserve">
 | 
			
		||||
    <value>摄影</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_10" xml:space="preserve">
 | 
			
		||||
    <value>"NO CARD"</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_11" xml:space="preserve">
 | 
			
		||||
    <value>焊 PCB</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_11" xml:space="preserve">
 | 
			
		||||
    <value>上电,启动,好耶!</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_11" xml:space="preserve">
 | 
			
		||||
    <value>焊 PCB</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_11" xml:space="preserve">
 | 
			
		||||
    <value>斯~不烫</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_12" xml:space="preserve">
 | 
			
		||||
    <value>AE 启动</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_12" xml:space="preserve">
 | 
			
		||||
    <value>帧渲染时间 20ms</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_12" xml:space="preserve">
 | 
			
		||||
    <value>AE 启动</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_12" xml:space="preserve">
 | 
			
		||||
    <value>咩~</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_13" xml:space="preserve">
 | 
			
		||||
    <value>航拍</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_13" xml:space="preserve">
 | 
			
		||||
    <value>”可以起飞“</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_13" xml:space="preserve">
 | 
			
		||||
    <value>航拍</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_13" xml:space="preserve">
 | 
			
		||||
    <value>”信号弱,请调整天线/飞机遭遇强风/飞机 GPS 受干扰“</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_14" xml:space="preserve">
 | 
			
		||||
    <value>调色</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_14" xml:space="preserve">
 | 
			
		||||
    <value>色彩准确强如怪,拼尽全力无法战胜</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_14" xml:space="preserve">
 | 
			
		||||
    <value>调色</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_14" xml:space="preserve">
 | 
			
		||||
    <value>甲:我要五彩斑斓的黑</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
</root>
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
// </auto-generated>
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
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;
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
// </auto-generated>
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
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;
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
// </auto-generated>
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
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;
 | 
			
		||||
 
 | 
			
		||||
@@ -82,10 +82,6 @@
 | 
			
		||||
            <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
            <LastGenOutput>AccountEventResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\AccountEventResource.resx">
 | 
			
		||||
            <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
            <LastGenOutput>AccountEventResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\SharedResource.resx">
 | 
			
		||||
            <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
            <LastGenOutput>SharedResource.Designer.cs</LastGenOutput>
 | 
			
		||||
@@ -98,30 +94,15 @@
 | 
			
		||||
            <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
            <LastGenOutput>NotificationResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\EmailResource.resx">
 | 
			
		||||
            <Generator>ResXFileCodeGenerator</Generator>
 | 
			
		||||
            <LastGenOutput>Email.LandingResource.Designer.cs</LastGenOutput>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\SharedResource.zh-hans.resx">
 | 
			
		||||
            <DependentUpon>SharedResource.resx</DependentUpon>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\AccountEventResource.zh-hans.resx">
 | 
			
		||||
            <DependentUpon>AccountEventResource.resx</DependentUpon>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\EmailResource.zh-hans.resx">
 | 
			
		||||
            <DependentUpon>EmailResource.resx</DependentUpon>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
        <EmbeddedResource Update="Resources\Localization\NotificationResource.zh-hans.resx">
 | 
			
		||||
            <DependentUpon>NotificationResource.resx</DependentUpon>
 | 
			
		||||
        </EmbeddedResource>
 | 
			
		||||
    </ItemGroup>
 | 
			
		||||
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <Compile Update="Resources\Localization\AccountEventResource.Designer.cs">
 | 
			
		||||
            <DesignTime>True</DesignTime>
 | 
			
		||||
            <AutoGen>True</AutoGen>
 | 
			
		||||
            <DependentUpon>AccountEventResource.resx</DependentUpon>
 | 
			
		||||
        </Compile>
 | 
			
		||||
        <Compile Update="Resources\Localization\SharedResource.Designer.cs">
 | 
			
		||||
            <DesignTime>True</DesignTime>
 | 
			
		||||
            <AutoGen>True</AutoGen>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,222 +0,0 @@
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
// <auto-generated>
 | 
			
		||||
//     This code was generated by a tool.
 | 
			
		||||
//
 | 
			
		||||
//     Changes to this file may cause incorrect behavior and will be lost if
 | 
			
		||||
//     the code is regenerated.
 | 
			
		||||
// </auto-generated>
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
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);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,113 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
 | 
			
		||||
<root>
 | 
			
		||||
    <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 | 
			
		||||
                xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
 | 
			
		||||
        <xsd:element name="root" msdata:IsDataSet="true">
 | 
			
		||||
 | 
			
		||||
        </xsd:element>
 | 
			
		||||
    </xsd:schema>
 | 
			
		||||
    <resheader name="resmimetype">
 | 
			
		||||
        <value>text/microsoft-resx</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="version">
 | 
			
		||||
        <value>1.3</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="reader">
 | 
			
		||||
        <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
 | 
			
		||||
            PublicKeyToken=b77a5c561934e089
 | 
			
		||||
        </value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="writer">
 | 
			
		||||
        <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral,
 | 
			
		||||
            PublicKeyToken=b77a5c561934e089
 | 
			
		||||
        </value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_1" xml:space="preserve">
 | 
			
		||||
    <value>Gacha</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_1" xml:space="preserve">
 | 
			
		||||
    <value>Golden every pull</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_1" xml:space="preserve">
 | 
			
		||||
    <value>Gacha</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_1" xml:space="preserve">
 | 
			
		||||
    <value>Won't pull the card you like</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_2" xml:space="preserve">
 | 
			
		||||
    <value>Gaming</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_2" xml:space="preserve">
 | 
			
		||||
    <value>Rank up like a hot knife through butter</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_2" xml:space="preserve">
 | 
			
		||||
    <value>Gaming</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_2" xml:space="preserve">
 | 
			
		||||
    <value>Dropping ranks like a landslide</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_3" xml:space="preserve">
 | 
			
		||||
    <value>Lottery</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_3" xml:space="preserve">
 | 
			
		||||
    <value>Blessed with luck</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_3" xml:space="preserve">
 | 
			
		||||
    <value>Lottery</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_3" xml:space="preserve">
 | 
			
		||||
    <value>Ten pulls, all silence</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_4" xml:space="preserve">
 | 
			
		||||
    <value>Speech</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_4" xml:space="preserve">
 | 
			
		||||
    <value>Words flow like gems</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_4" xml:space="preserve">
 | 
			
		||||
    <value>Speech</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_4" xml:space="preserve">
 | 
			
		||||
        <value>Be careful what you're saying</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_5" xml:space="preserve">
 | 
			
		||||
    <value>Drawing</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_5" xml:space="preserve">
 | 
			
		||||
    <value>Inspiration gushes like a spring</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_5" xml:space="preserve">
 | 
			
		||||
    <value>Drawing</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_5" xml:space="preserve">
 | 
			
		||||
    <value>Every stroke weighs a thousand pounds</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_6" xml:space="preserve">
 | 
			
		||||
    <value>Coding</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_6" xml:space="preserve">
 | 
			
		||||
    <value>0 error(s), 0 warning(s)</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_6" xml:space="preserve">
 | 
			
		||||
    <value>Coding</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_6" xml:space="preserve">
 | 
			
		||||
    <value>114 error(s), 514 warning(s)</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveTitle_7" xml:space="preserve">
 | 
			
		||||
    <value>Shopping</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipPositiveContent_7" xml:space="preserve">
 | 
			
		||||
    <value>Exchange rate at its lowest</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeTitle_7" xml:space="preserve">
 | 
			
		||||
    <value>Unboxing</value>
 | 
			
		||||
  </data>
 | 
			
		||||
    <data name="FortuneTipNegativeContent_7" xml:space="preserve">
 | 
			
		||||
    <value>225% tariff</value>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_1 " xml:space="preserve">
 | 
			
		||||
    <value>Gacha</value>
 | 
			
		||||
  </data>
 | 
			
		||||
</root>
 | 
			
		||||
@@ -1,238 +0,0 @@
 | 
			
		||||
<root>
 | 
			
		||||
    <resheader name="resmimetype">
 | 
			
		||||
        <value>text/microsoft-resx</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="version">
 | 
			
		||||
        <value>1.3</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="reader">
 | 
			
		||||
        <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="writer">
 | 
			
		||||
        <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
 <data name="FortuneTipPositiveTitle_1" xml:space="preserve">
 | 
			
		||||
    <value>抽卡</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_1" xml:space="preserve">
 | 
			
		||||
    <value>次次出金</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_1" xml:space="preserve">
 | 
			
		||||
    <value>吃大保底</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_2" xml:space="preserve">
 | 
			
		||||
    <value>游戏</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_2" xml:space="preserve">
 | 
			
		||||
    <value>升段如破竹</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_2" xml:space="preserve">
 | 
			
		||||
    <value>游戏</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_2" xml:space="preserve">
 | 
			
		||||
    <value>掉分如山崩</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_3" xml:space="preserve">
 | 
			
		||||
    <value>抽奖</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_3" xml:space="preserve">
 | 
			
		||||
    <value>欧气加身</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_3" xml:space="preserve">
 | 
			
		||||
    <value>抽奖</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_3" xml:space="preserve">
 | 
			
		||||
    <value>十连皆寂</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_4" xml:space="preserve">
 | 
			
		||||
    <value>演讲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_4" xml:space="preserve">
 | 
			
		||||
    <value>妙语连珠</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_4" xml:space="preserve">
 | 
			
		||||
    <value>演讲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_4" xml:space="preserve">
 | 
			
		||||
    <value>谨言慎行</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_5" xml:space="preserve">
 | 
			
		||||
    <value>绘图</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_5" xml:space="preserve">
 | 
			
		||||
    <value>灵感如泉涌</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_5" xml:space="preserve">
 | 
			
		||||
    <value>绘图</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_5" xml:space="preserve">
 | 
			
		||||
    <value>下笔如千斤</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_6" xml:space="preserve">
 | 
			
		||||
    <value>编程</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_6" xml:space="preserve">
 | 
			
		||||
    <value>0 error(s), 0 warning(s)</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_6" xml:space="preserve">
 | 
			
		||||
    <value>编程</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_6" xml:space="preserve">
 | 
			
		||||
    <value>114 error(s), 514 warning(s)</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_7" xml:space="preserve">
 | 
			
		||||
    <value>购物</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_7" xml:space="preserve">
 | 
			
		||||
    <value>汇率低谷</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_7" xml:space="preserve">
 | 
			
		||||
    <value>开箱</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_7" xml:space="preserve">
 | 
			
		||||
    <value>225% 关税</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_1" xml:space="preserve">
 | 
			
		||||
    <value>抽卡</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_8" xml:space="preserve">
 | 
			
		||||
    <value>学习</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_8" xml:space="preserve">
 | 
			
		||||
    <value>效率200%</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_8" xml:space="preserve">
 | 
			
		||||
    <value>学习</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_8" xml:space="preserve">
 | 
			
		||||
    <value>效率50%</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_9" xml:space="preserve">
 | 
			
		||||
    <value>编曲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_9" xml:space="preserve">
 | 
			
		||||
    <value>灵感爆棚</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_9" xml:space="preserve">
 | 
			
		||||
    <value>编曲</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_9" xml:space="preserve">
 | 
			
		||||
    <value>FL Studio未响应</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_10" xml:space="preserve">
 | 
			
		||||
    <value>摄影</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_10" xml:space="preserve">
 | 
			
		||||
    <value>刀锐奶化</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_10" xml:space="preserve">
 | 
			
		||||
    <value>摄影</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_10" xml:space="preserve">
 | 
			
		||||
    <value>"NO CARD"</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_11" xml:space="preserve">
 | 
			
		||||
    <value>焊 PCB</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_11" xml:space="preserve">
 | 
			
		||||
    <value>上电,启动,好耶!</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_11" xml:space="preserve">
 | 
			
		||||
    <value>焊 PCB</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_11" xml:space="preserve">
 | 
			
		||||
    <value>斯~不烫</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_12" xml:space="preserve">
 | 
			
		||||
    <value>AE 启动</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_12" xml:space="preserve">
 | 
			
		||||
    <value>帧渲染时间 20ms</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_12" xml:space="preserve">
 | 
			
		||||
    <value>AE 启动</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_12" xml:space="preserve">
 | 
			
		||||
    <value>咩~</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_13" xml:space="preserve">
 | 
			
		||||
    <value>航拍</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_13" xml:space="preserve">
 | 
			
		||||
    <value>”可以起飞“</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_13" xml:space="preserve">
 | 
			
		||||
    <value>航拍</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_13" xml:space="preserve">
 | 
			
		||||
    <value>”信号弱,请调整天线/飞机遭遇强风/飞机 GPS 受干扰“</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveTitle_14" xml:space="preserve">
 | 
			
		||||
    <value>调色</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipPositiveContent_14" xml:space="preserve">
 | 
			
		||||
    <value>色彩准确强如怪,拼尽全力无法战胜</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeTitle_14" xml:space="preserve">
 | 
			
		||||
    <value>调色</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
  <data name="FortuneTipNegativeContent_14" xml:space="preserve">
 | 
			
		||||
    <value>甲:我要五彩斑斓的黑</value>
 | 
			
		||||
    <comment/>
 | 
			
		||||
  </data>
 | 
			
		||||
</root>
 | 
			
		||||
@@ -1,90 +0,0 @@
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
// <auto-generated>
 | 
			
		||||
//     This code was generated by a tool.
 | 
			
		||||
//
 | 
			
		||||
//     Changes to this file may cause incorrect behavior and will be lost if
 | 
			
		||||
//     the code is regenerated.
 | 
			
		||||
// </auto-generated>
 | 
			
		||||
//------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
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);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,126 +0,0 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
 | 
			
		||||
<root>
 | 
			
		||||
    <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
 | 
			
		||||
        <xsd:element name="root" msdata:IsDataSet="true">
 | 
			
		||||
            
 | 
			
		||||
        </xsd:element>
 | 
			
		||||
    </xsd:schema>
 | 
			
		||||
    <resheader name="resmimetype">
 | 
			
		||||
        <value>text/microsoft-resx</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="version">
 | 
			
		||||
        <value>1.3</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="reader">
 | 
			
		||||
        <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="writer">
 | 
			
		||||
        <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <data name="LandingHeader1" xml:space="preserve">
 | 
			
		||||
        <value>Welcome to the Solar Network!</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara1" xml:space="preserve">
 | 
			
		||||
        <value>Dear, </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara2" xml:space="preserve">
 | 
			
		||||
        <value>Thank you for creating an account on the Solar Network. We're excited to have you join our community!</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara3" xml:space="preserve">
 | 
			
		||||
        <value>To access all features and ensure the security of your account, please confirm your registration by clicking the button below:</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingButton1" xml:space="preserve">
 | 
			
		||||
        <value>Confirm Registration</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara4" xml:space="preserve">
 | 
			
		||||
        <value>If you didn't create this account, please ignore this email.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailLandingTitle" xml:space="preserve">
 | 
			
		||||
        <value>Confirm your registration</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionHeader" xml:space="preserve">
 | 
			
		||||
        <value>Account Deletion Confirmation</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara1" xml:space="preserve">
 | 
			
		||||
        <value>Dear, </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara2" xml:space="preserve">
 | 
			
		||||
        <value>We've received a request to delete your Solar Network account. We're sorry to see you go.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara3" xml:space="preserve">
 | 
			
		||||
        <value>To confirm your account deletion, please click the button below. Please note that this action is permanent and cannot be undone.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionButton" xml:space="preserve">
 | 
			
		||||
        <value>Confirm Account Deletion</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara4" xml:space="preserve">
 | 
			
		||||
        <value>If you did not request to delete your account, please ignore this email or contact our support team immediately.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailAccountDeletionTitle" xml:space="preserve">
 | 
			
		||||
        <value>Confirm your account deletion</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailPasswordResetTitle" xml:space="preserve">
 | 
			
		||||
        <value>Reset your password</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetButton" xml:space="preserve">
 | 
			
		||||
        <value>Reset Password</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetHeader" xml:space="preserve">
 | 
			
		||||
        <value>Password Reset Request</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara1" xml:space="preserve">
 | 
			
		||||
        <value>Dear,</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara2" xml:space="preserve">
 | 
			
		||||
        <value>We recieved a request to reset your Solar Network account password.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara3" xml:space="preserve">
 | 
			
		||||
        <value>You can click the button below to continue reset your password.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara4" xml:space="preserve">
 | 
			
		||||
        <value>If you didn't request this, you can ignore this email safety.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationHeader1" xml:space="preserve">
 | 
			
		||||
        <value>Verify Your Email Address</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara1" xml:space="preserve">
 | 
			
		||||
        <value>Dear, </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara2" xml:space="preserve">
 | 
			
		||||
        <value>Thank you for creating an account on the Solar Network. We're excited to have you join our community!</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara3" xml:space="preserve">
 | 
			
		||||
        <value>To verify your email address and access all features of your account, please use the verification code below:</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara4" xml:space="preserve">
 | 
			
		||||
        <value>This code will expire in 30 minutes. Please enter it on the verification page to complete your registration.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara5" xml:space="preserve">
 | 
			
		||||
        <value>If you didn't create this account, please ignore this email.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailVerificationTitle" xml:space="preserve">
 | 
			
		||||
        <value>Verify your email address</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationHeader" xml:space="preserve">
 | 
			
		||||
        <value>Verify Your Contact Information</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara1" xml:space="preserve">
 | 
			
		||||
        <value>Dear, </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara2" xml:space="preserve">
 | 
			
		||||
        <value>Thank you for updating your contact information on the Solar Network. To ensure your account security, we need to verify this change.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara3" xml:space="preserve">
 | 
			
		||||
        <value>Please click the button below to verify your contact information:</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationButton" xml:space="preserve">
 | 
			
		||||
        <value>Verify Contact Information</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara4" xml:space="preserve">
 | 
			
		||||
        <value>If you didn't request this change, please contact our support team immediately.</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailContactVerificationTitle" xml:space="preserve">
 | 
			
		||||
        <value>Verify your contact information</value>
 | 
			
		||||
    </data>
 | 
			
		||||
</root>
 | 
			
		||||
@@ -1,119 +0,0 @@
 | 
			
		||||
<root>
 | 
			
		||||
    <resheader name="resmimetype">
 | 
			
		||||
        <value>text/microsoft-resx</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="version">
 | 
			
		||||
        <value>1.3</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="reader">
 | 
			
		||||
        <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <resheader name="writer">
 | 
			
		||||
        <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
 | 
			
		||||
    </resheader>
 | 
			
		||||
    <data name="LandingHeader1" xml:space="preserve">
 | 
			
		||||
        <value>欢迎来到 Solar Network!</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara1" xml:space="preserve">
 | 
			
		||||
        <value>尊敬的 </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingButton1" xml:space="preserve">
 | 
			
		||||
        <value>确认注册</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara2" xml:space="preserve">
 | 
			
		||||
        <value>感谢你在 Solar Network 上注册帐号,我们很激动你即将加入我们的社区!</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara3" xml:space="preserve">
 | 
			
		||||
        <value>点击下方按钮来确认你的注册以获得所有功能的权限。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="LandingPara4" xml:space="preserve">
 | 
			
		||||
        <value>如果你并没有注册帐号,你可以忽略此邮件。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailLandingTitle" xml:space="preserve">
 | 
			
		||||
        <value>确认你的注册</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionHeader" xml:space="preserve">
 | 
			
		||||
        <value>账户删除确认</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara1" xml:space="preserve">
 | 
			
		||||
        <value>尊敬的 </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara2" xml:space="preserve">
 | 
			
		||||
        <value>我们收到了删除您 Solar Network 账户的请求。我们很遗憾看到您的离开。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara3" xml:space="preserve">
 | 
			
		||||
        <value>请点击下方按钮确认删除您的账户。请注意,此操作是永久性的,无法撤销。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionButton" xml:space="preserve">
 | 
			
		||||
        <value>确认删除账户</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="AccountDeletionPara4" xml:space="preserve">
 | 
			
		||||
        <value>如果您并未请求删除账户,请忽略此邮件或立即联系我们的支持团队。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailAccountDeletionTitle" xml:space="preserve">
 | 
			
		||||
        <value>确认删除您的账户</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetHeader" xml:space="preserve">
 | 
			
		||||
        <value>密码重置请求</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara1" xml:space="preserve">
 | 
			
		||||
        <value>尊敬的 </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara2" xml:space="preserve">
 | 
			
		||||
        <value>我们收到了重置您 Solar Network 账户密码的请求。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara3" xml:space="preserve">
 | 
			
		||||
        <value>请点击下方按钮重置您的密码。此链接将在24小时后失效。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetButton" xml:space="preserve">
 | 
			
		||||
        <value>重置密码</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="PasswordResetPara4" xml:space="preserve">
 | 
			
		||||
        <value>如果您并未请求重置密码,你可以安全地忽略此邮件。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailPasswordResetTitle" xml:space="preserve">
 | 
			
		||||
        <value>重置您的密码</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationHeader1" xml:space="preserve">
 | 
			
		||||
        <value>验证您的电子邮箱</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara1" xml:space="preserve">
 | 
			
		||||
        <value>尊敬的 </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara2" xml:space="preserve">
 | 
			
		||||
        <value>感谢您在 Solar Network 上注册账号,我们很高兴您即将加入我们的社区!</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara3" xml:space="preserve">
 | 
			
		||||
        <value>请使用以下验证码来验证您的电子邮箱并获取账号的所有功能:</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara4" xml:space="preserve">
 | 
			
		||||
        <value>此验证码将在30分钟后失效。请在验证页面输入此验证码以完成注册。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="VerificationPara5" xml:space="preserve">
 | 
			
		||||
        <value>如果您并未创建此账号,请忽略此邮件。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailVerificationTitle" xml:space="preserve">
 | 
			
		||||
        <value>验证您的电子邮箱</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationHeader" xml:space="preserve">
 | 
			
		||||
        <value>验证您的联系信息</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara1" xml:space="preserve">
 | 
			
		||||
        <value>尊敬的 </value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara2" xml:space="preserve">
 | 
			
		||||
        <value>感谢您更新 Solar Network 上的联系信息。为确保您的账户安全,我们需要验证此更改。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara3" xml:space="preserve">
 | 
			
		||||
        <value>请点击下方按钮验证您的联系信息:</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationButton" xml:space="preserve">
 | 
			
		||||
        <value>验证联系信息</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="ContactVerificationPara4" xml:space="preserve">
 | 
			
		||||
        <value>如果您没有请求此更改,请立即联系我们的支持团队。</value>
 | 
			
		||||
    </data>
 | 
			
		||||
    <data name="EmailContactVerificationTitle" xml:space="preserve">
 | 
			
		||||
        <value>验证您的联系信息</value>
 | 
			
		||||
    </data>
 | 
			
		||||
</root>
 | 
			
		||||
		Reference in New Issue
	
	Block a user