fix: 修改多语言文案
This commit is contained in:
@@ -44,7 +44,7 @@ function DesktopTopup() {
|
|||||||
const channelCode = tier.payChannelCode ?? tier.channels[0]?.code ?? ''
|
const channelCode = tier.payChannelCode ?? tier.channels[0]?.code ?? ''
|
||||||
|
|
||||||
if (!channelCode) {
|
if (!channelCode) {
|
||||||
notify.error(t('commonUi.toast.requestFailed'))
|
notify.error(t('commonUi.toast.configError'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ function MobileTopup() {
|
|||||||
const channelCode = tier.payChannelCode ?? tier.channels[0]?.code ?? ''
|
const channelCode = tier.payChannelCode ?? tier.channels[0]?.code ?? ''
|
||||||
|
|
||||||
if (!channelCode) {
|
if (!channelCode) {
|
||||||
notify.error(t('commonUi.toast.requestFailed'))
|
notify.error(t('commonUi.toast.configError'))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -368,6 +368,7 @@ export default {
|
|||||||
autoHostingStoppedJackpot: 'Jackpot reached. Auto spin has stopped.',
|
autoHostingStoppedJackpot: 'Jackpot reached. Auto spin has stopped.',
|
||||||
autoHostingSubmitFailed: 'Auto spin bet failed. Auto spin has stopped.',
|
autoHostingSubmitFailed: 'Auto spin bet failed. Auto spin has stopped.',
|
||||||
requestFailed: 'Request failed. Please try again later.',
|
requestFailed: 'Request failed. Please try again later.',
|
||||||
|
configError: 'Configuration error. Please contact support.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
|
|||||||
@@ -368,6 +368,7 @@ export default {
|
|||||||
autoHostingSubmitFailed:
|
autoHostingSubmitFailed:
|
||||||
'Taruhan auto-hosting gagal. Auto-hosting telah dihentikan.',
|
'Taruhan auto-hosting gagal. Auto-hosting telah dihentikan.',
|
||||||
requestFailed: 'Permintaan gagal. Silakan coba lagi nanti.',
|
requestFailed: 'Permintaan gagal. Silakan coba lagi nanti.',
|
||||||
|
configError: 'Kesalahan konfigurasi. Silakan hubungi dukungan.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
|
|||||||
@@ -373,6 +373,7 @@ export default {
|
|||||||
autoHostingSubmitFailed:
|
autoHostingSubmitFailed:
|
||||||
'Taruhan auto-hosting gagal. Auto-hosting telah dihentikan.',
|
'Taruhan auto-hosting gagal. Auto-hosting telah dihentikan.',
|
||||||
requestFailed: 'Permintaan gagal. Sila cuba lagi kemudian.',
|
requestFailed: 'Permintaan gagal. Sila cuba lagi kemudian.',
|
||||||
|
configError: 'Ralat konfigurasi. Sila hubungi sokongan.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
|
|||||||
@@ -355,6 +355,7 @@ export default {
|
|||||||
autoHostingStoppedJackpot: '出现 Jackpot 大奖,自动托管已停止',
|
autoHostingStoppedJackpot: '出现 Jackpot 大奖,自动托管已停止',
|
||||||
autoHostingSubmitFailed: '自动托管下注失败,已停止托管',
|
autoHostingSubmitFailed: '自动托管下注失败,已停止托管',
|
||||||
requestFailed: '请求失败,请稍后重试',
|
requestFailed: '请求失败,请稍后重试',
|
||||||
|
configError: '配置错误,请联系客服',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
auth: {
|
auth: {
|
||||||
|
|||||||
Reference in New Issue
Block a user