mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2025-12-23 23:17:55 -05:00
fix: correct grammar in redemption instructions for server regions in translation files
This commit is contained in:
@@ -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": "邮箱已复制到剪贴板",
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user