diff --git a/src/locales/en-US.ts b/src/locales/en-US.ts index 501e3a6..3bc0cb5 100644 --- a/src/locales/en-US.ts +++ b/src/locales/en-US.ts @@ -367,6 +367,7 @@ export default { 'Single-win condition reached. Auto spin has stopped.', autoHostingStoppedJackpot: 'Jackpot reached. Auto spin has stopped.', autoHostingSubmitFailed: 'Auto spin bet failed. Auto spin has stopped.', + requestFailed: 'Request failed. Please try again later.', }, }, auth: { diff --git a/src/locales/id-ID.ts b/src/locales/id-ID.ts index f2b3c02..342db7d 100644 --- a/src/locales/id-ID.ts +++ b/src/locales/id-ID.ts @@ -366,7 +366,8 @@ export default { 'Kondisi kemenangan tunggal tercapai. Auto spin telah berhenti.', autoHostingStoppedJackpot: 'Jackpot tercapai. Auto spin telah berhenti.', 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: { diff --git a/src/locales/ms-MY.ts b/src/locales/ms-MY.ts index c6cced3..42b802c 100644 --- a/src/locales/ms-MY.ts +++ b/src/locales/ms-MY.ts @@ -371,7 +371,8 @@ export default { autoHostingStoppedJackpot: 'Jackpot dicapai. Putaran auto telah dihentikan.', 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: { diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index d17a313..e4a5dba 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -354,6 +354,7 @@ export default { autoHostingStoppedWin: '单次盈利达到条件,自动托管已停止', autoHostingStoppedJackpot: '出现 Jackpot 大奖,自动托管已停止', autoHostingSubmitFailed: '自动托管下注失败,已停止托管', + requestFailed: '请求失败,请稍后重试', }, }, auth: {