From 9f73a81f9f4b4c5526a9090666bc980fd7c55966 Mon Sep 17 00:00:00 2001 From: bunsy-0900 Date: Fri, 7 Jun 2024 10:26:30 +0700 Subject: [PATCH] feat: add translation for session popup modal Signed-off-by: bunsy-0900 --- .../src/i18n/esignet-signup-i18n-bundle/en.json | 13 +++++++++++++ .../src/i18n/esignet-signup-i18n-bundle/km.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json b/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json index 6dac9b8e..412c2436 100644 --- a/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json +++ b/artifacts/src/i18n/esignet-signup-i18n-bundle/en.json @@ -88,6 +88,19 @@ "header": "Alert!", "description": "Oops! It looks like you’re using an unsupported browser. Please consider upgrading to the latest version of the browser for the best experience. Thank you for your understanding" }, + "session": { + "alert": { + "title": "Alert!", + "description": "Your session is about to expire due to inactivity", + "countDown": "Session expiring in {remainingTimeBeforePrompt} minutes", + "continueSession": "Continue Session" + }, + "expired": { + "title": "Session Expired", + "description": "Your session has expired due to inactivity. Please click on the below button to return to the login screen.", + "returnToLogin": "Return to Login" + } + }, "slot_checking": { "header": "Loading!!!", "description": "Kindly wait as we initiate your eKYC" diff --git a/artifacts/src/i18n/esignet-signup-i18n-bundle/km.json b/artifacts/src/i18n/esignet-signup-i18n-bundle/km.json index 78222312..ae4e06d1 100644 --- a/artifacts/src/i18n/esignet-signup-i18n-bundle/km.json +++ b/artifacts/src/i18n/esignet-signup-i18n-bundle/km.json @@ -88,6 +88,19 @@ "header": "សេចក្តីជួនដំណឹង!", "description": "វាហាក់ដូចជាអ្នកកំពុងប្រើកម្មវិធីរុករកដែលមិនគាំទ្រ។ សូមពិចារណាដំឡើងកំណែទៅកំណែចុងក្រោយបំផុតនៃកម្មវិធីរុករកតាមអ៊ីនធឺណិតដើម្បីទទួលបានបទពិសោធន៍ល្អបំផុត។ សូម​អរគុណ​ចំពោះ​ការ​យល់ដឹង​របស់​អ្នក" }, + "session": { + "alert": { + "title": "សេចក្តីជូនដំណឹង!", + "description": "Session របស់អ្នកហៀបនឹងផុតកំណត់ដោយសារអសកម្ម", + "countDown": "Session ផុតកំណត់ក្នុងរយៈពេល {remainingTimeBeforePrompt} នាទី", + "continueSession": "បន្ត session" + }, + "expired": { + "title": "Session ​បាន​ផុតកំណត់", + "description": "Session របស់អ្នកបានផុតកំណត់ដោយសារអសកម្ម។ សូមចុចលើប៊ូតុងខាងក្រោមដើម្បីត្រឡប់ទៅអេក្រង់ចូល", + "returnToLogin": "ត្រឡប់ទៅ Login" + } + }, "slot_checking": { "header": "កំពុងផ្ទក!!!", "description": "សូមរង់ចាំនៅពេលយើងចាប់ផ្តើម eKYC របស់អ្នក"