fix: correct grammar in redemption instructions for server regions in translation files

This commit is contained in:
troyeguo
2025-11-30 09:29:21 +08:00
parent bd99e3ace5
commit 76659ab084
3 changed files with 6 additions and 6 deletions

View File

@@ -338,8 +338,8 @@
"Start Transferring Data": "开始传输数据",
"Download successful": "下载成功",
"Download failed": "下载失败",
"If you have purchase the code directly from our website, please redeem with an account registered in global server region": "如果您是直接从我们的网站购买的兑换码,请使用在全球服务器地区注册的账户进行兑换",
"If you have purchase the code from Tabao store, please redeem with an account registered in Chinese server region": "如果您是从淘宝店铺购买的兑换码,请使用在中国服务器地区注册的账户进行兑换",
"If you have purchased the code directly from our website, please redeem with an account registered in global server region": "如果您是直接从我们的网站购买的兑换码,请使用在全球服务器地区注册的账户进行兑换",
"If you have purchased the code from Tabao store, please redeem with an account registered in Chinese server region": "如果您是从淘宝店铺购买的兑换码,请使用在中国服务器地区注册的账户进行兑换",
"Downloading": "下载中",
"Send email": "发送邮件",
"Email copied to clipboard": "邮箱已复制到剪贴板",

View File

@@ -242,7 +242,7 @@ class SupporDialog extends React.Component<
if (getServerRegion() === "china") {
toast(
this.props.t(
"If you have purchase the code directly from our website, please redeem with an account registered in global server region"
"If you have purchased the code directly from our website, please redeem with an account registered in global server region"
),
{
duration: 8000,
@@ -251,7 +251,7 @@ class SupporDialog extends React.Component<
} else {
toast(
this.props.t(
"If you have purchase the code from Tabao store, please redeem with an account registered in Chinese server region"
"If you have purchased the code from Tabao store, please redeem with an account registered in Chinese server region"
),
{
duration: 8000,

View File

@@ -527,7 +527,7 @@ class AccountSetting extends React.Component<
if (getServerRegion() === "china") {
toast(
this.props.t(
"If you have purchase the code directly from our website, please redeem with an account registered in global server region"
"If you have purchased the code directly from our website, please redeem with an account registered in global server region"
),
{
duration: 8000,
@@ -536,7 +536,7 @@ class AccountSetting extends React.Component<
} else {
toast(
this.props.t(
"If you have purchase the code from Tabao store, please redeem with an account registered in Chinese server region"
"If you have purchased the code from Tabao store, please redeem with an account registered in Chinese server region"
),
{
duration: 8000,