✨ Account contacts APIs
💄 Redesign emails
This commit is contained in:
@ -102,4 +102,25 @@
|
||||
<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>
|
@ -95,4 +95,25 @@
|
||||
<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>
|
@ -44,23 +44,5 @@ namespace DysonNetwork.Sphere.Resources {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EmailLinkHint {
|
||||
get {
|
||||
return ResourceManager.GetString("EmailLinkHint", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EmailFooter1 {
|
||||
get {
|
||||
return ResourceManager.GetString("EmailFooter1", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string EmailFooter2 {
|
||||
get {
|
||||
return ResourceManager.GetString("EmailFooter2", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,13 +18,4 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="EmailLinkHint" xml:space="preserve">
|
||||
<value>If the button doesn't work, you can also copy and paste this link into your browser:</value>
|
||||
</data>
|
||||
<data name="EmailFooter1" xml:space="preserve">
|
||||
<value>Best regards,</value>
|
||||
</data>
|
||||
<data name="EmailFooter2" xml:space="preserve">
|
||||
<value>The Solar Network Team</value>
|
||||
</data>
|
||||
</root>
|
@ -11,13 +11,4 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="EmailFooter1" xml:space="preserve">
|
||||
<value>此致</value>
|
||||
</data>
|
||||
<data name="EmailFooter2" xml:space="preserve">
|
||||
<value>Solar Network 团队</value>
|
||||
</data>
|
||||
<data name="EmailLinkHint" xml:space="preserve">
|
||||
<value>如果上方的按钮不起作用,你也可以复制下面的链接到浏览器。</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user