fix: 修改多语言文案

This commit is contained in:
JiaJun
2026-06-29 18:07:22 +08:00
parent c7479df395
commit e0859d2606
6 changed files with 6 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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: {

View File

@@ -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: {

View File

@@ -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: {

View File

@@ -355,6 +355,7 @@ export default {
autoHostingStoppedJackpot: '出现 Jackpot 大奖,自动托管已停止',
autoHostingSubmitFailed: '自动托管下注失败,已停止托管',
requestFailed: '请求失败,请稍后重试',
configError: '配置错误,请联系客服',
},
},
auth: {