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