From 07b0c055cccbaa7584c791bd1f7eeb593a767caa Mon Sep 17 00:00:00 2001 From: kyy Date: Fri, 29 May 2026 11:36:07 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=B9=EC=9D=B8=20=EC=99=84=EB=A3=8C=20i18n/?= =?UTF-8?q?e2e=20=EB=B0=8F=20adminfront=20=EC=A0=95=EC=A0=81=20=EC=84=9C?= =?UTF-8?q?=EB=B9=99=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userfront/lib/i18n_data.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/userfront/lib/i18n_data.dart b/userfront/lib/i18n_data.dart index 8e0fb0ce..03e08cae 100644 --- a/userfront/lib/i18n_data.dart +++ b/userfront/lib/i18n_data.dart @@ -732,6 +732,7 @@ const Map koStrings = { "승인 되었습니다. 이 기기는 로그인되어 있는 상태입니다. 원격 창도 로그인이 될 예정입니다", "msg.userfront.login.verification.approved_remote": "승인되었습니다.\n로그인 요청하신 화면으로 돌아가주세요.", + "msg.userfront.login.verification.close_hint": "이 창은 이제 닫으셔도 됩니다.", "msg.userfront.login.verification.pending_remote": "승인 요청을 확인하고 있습니다. 잠시만 기다려 주세요.", "msg.userfront.login.verification.success": "로그인 승인에 성공했습니다.", @@ -3156,6 +3157,8 @@ const Map enStrings = { "Approved. This device is already signed in, and the remote window will be signed in shortly.", "msg.userfront.login.verification.approved_remote": "Approved.\nPlease return to the screen where you requested sign-in.", + "msg.userfront.login.verification.close_hint": + "You can close this window now.", "msg.userfront.login.verification.pending_remote": "Checking the sign-in approval request. Please wait.", "msg.userfront.login.verification.success": "Sign-in approval completed.",