From 9adaa27f6cdb714be6c27c9039c733bdeefcaa4c Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:54:02 +0800 Subject: [PATCH] perf: Luna login expire message (#13917) * perf: Luna login expire message * perf: Login timeout open in a new window --------- Co-authored-by: feng <1304903146@qq.com> --- apps/i18n/luna/en.json | 2 +- apps/i18n/luna/ja.json | 2 +- apps/i18n/luna/zh.json | 2 +- apps/i18n/luna/zh_hant.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json index 67181c4f6..dffcf3f0d 100644 --- a/apps/i18n/luna/en.json +++ b/apps/i18n/luna/en.json @@ -104,7 +104,7 @@ "Log out": "Log out", "Login reminder": "Login reminder", "Login review approved": "Login review has been approved, connecting assets...", - "LoginExpireMsg": "Login session expired, please re-login", + "LoginExpireMsg": "Your session has timed out. Please log in through a new window and return to this page to continue your operations.", "Manual accounts": "Manual accounts", "Module": "Module", "Multi Screen": "Multi Screen", diff --git a/apps/i18n/luna/ja.json b/apps/i18n/luna/ja.json index 0d5271439..53e24ddc2 100644 --- a/apps/i18n/luna/ja.json +++ b/apps/i18n/luna/ja.json @@ -103,7 +103,7 @@ "Log out": "ログインを終了", "Login reminder": "ログインリマインダー", "Login review approved": "ログイン監査に合格し、アセットを接続しています...", - "LoginExpireMsg": "ログインが期限切れになりました。ログインし直してください", + "LoginExpireMsg": "現在のログインはタイムアウトしました。ウィンドウを閉じないでください。新しいウィンドウでログインすると現在のページが復元されます。復元されない場合は、ページを更新してください。", "Manual accounts": "手動アカウント", "MenuAccountTemplates": "アカウントテンプレート", "Module": "ユニット", diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json index 16db2a609..a761a7713 100644 --- a/apps/i18n/luna/zh.json +++ b/apps/i18n/luna/zh.json @@ -102,7 +102,7 @@ "Log out": "退出登录", "Login reminder": "登录提醒", "Login review approved": "登录审核已通过, 正在连接资产...", - "LoginExpireMsg": "登录已过期,请重新登录", + "LoginExpireMsg": "当前登录已超时,请不要关闭窗口。在新的窗口登录后即可恢复当前页面,如未恢复请刷新页面。", "Manual accounts": "手动账号", "MenuAccountTemplates": "账号模版", "Module": "模块", diff --git a/apps/i18n/luna/zh_hant.json b/apps/i18n/luna/zh_hant.json index 75f40848d..be0659e66 100644 --- a/apps/i18n/luna/zh_hant.json +++ b/apps/i18n/luna/zh_hant.json @@ -103,7 +103,7 @@ "Log out": "退出登入", "Login reminder": "登入提醒", "Login review approved": "登入審核已通過, 正在連接資產...", - "LoginExpireMsg": "登入已過期,請重新登入", + "LoginExpireMsg": "目前登入已逾時,請不要關閉視窗。在新的視窗登入後即可恢復目前頁面,如未恢復請重新整理頁面。", "Manual accounts": "手動帳號", "MenuAccountTemplates": "帳號範本", "Module": "模組",