fix: 补充缺失的多语言

This commit is contained in:
JiaJun
2026-06-29 17:50:15 +08:00
parent 800e737470
commit c7479df395
4 changed files with 6 additions and 2 deletions

View File

@@ -367,6 +367,7 @@ export default {
'Single-win condition reached. Auto spin has stopped.', 'Single-win condition reached. Auto spin has stopped.',
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.',
}, },
}, },
auth: { auth: {

View File

@@ -366,7 +366,8 @@ export default {
'Kondisi kemenangan tunggal tercapai. Auto spin telah berhenti.', 'Kondisi kemenangan tunggal tercapai. Auto spin telah berhenti.',
autoHostingStoppedJackpot: 'Jackpot tercapai. Auto spin telah berhenti.', autoHostingStoppedJackpot: 'Jackpot tercapai. Auto spin telah berhenti.',
autoHostingSubmitFailed: autoHostingSubmitFailed:
'Taruhan auto spin gagal. Auto spin telah berhenti.', 'Taruhan auto-hosting gagal. Auto-hosting telah dihentikan.',
requestFailed: 'Permintaan gagal. Silakan coba lagi nanti.',
}, },
}, },
auth: { auth: {

View File

@@ -371,7 +371,8 @@ export default {
autoHostingStoppedJackpot: autoHostingStoppedJackpot:
'Jackpot dicapai. Putaran auto telah dihentikan.', 'Jackpot dicapai. Putaran auto telah dihentikan.',
autoHostingSubmitFailed: autoHostingSubmitFailed:
'Taruhan putaran auto gagal. Putaran auto telah dihentikan.', 'Taruhan auto-hosting gagal. Auto-hosting telah dihentikan.',
requestFailed: 'Permintaan gagal. Sila cuba lagi kemudian.',
}, },
}, },
auth: { auth: {

View File

@@ -354,6 +354,7 @@ export default {
autoHostingStoppedWin: '单次盈利达到条件,自动托管已停止', autoHostingStoppedWin: '单次盈利达到条件,自动托管已停止',
autoHostingStoppedJackpot: '出现 Jackpot 大奖,自动托管已停止', autoHostingStoppedJackpot: '出现 Jackpot 大奖,自动托管已停止',
autoHostingSubmitFailed: '自动托管下注失败,已停止托管', autoHostingSubmitFailed: '自动托管下注失败,已停止托管',
requestFailed: '请求失败,请稍后重试',
}, },
}, },
auth: { auth: {