From da0b765f8149413591ab8a31c00528d13d791db1 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 28 Nov 2024 09:59:46 +0700 Subject: [PATCH] refactor: add authFailed i18n --- src/i18n/eng.ts | 1 + src/i18n/tha.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 6a3af365..c83c77cc 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -986,6 +986,7 @@ export default { errorOccure: 'An error has occurred, causing the system to be unable to function. Please try again later.', invalideData: 'The information is incorrect. Please try again later.', + authFailed: 'Authentication Failed. Please try again later. ', }, }, diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 77c78f14..ed1763c1 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -972,6 +972,7 @@ export default { errorOccure: 'เกิดข้อผิดพลาดทำให้ระบบไม่สามารถทำงานได้ กรุณาลองใหม่ในภายหลัง', invalideData: 'ข้อมูลไม่ถูกต้อง กรุณาตรวจสอบใหม่อีกครั้ง', + authFailed: 'การยืนยันตัวตนล้มเหลว กรุณาลองใหม่ในภายหลัง', }, },