From dbb5ad93b87e979e989f12e0c284bf831e5652f4 Mon Sep 17 00:00:00 2001 From: Lectom Date: Thu, 21 May 2026 18:16:35 +0900 Subject: [PATCH] fix userfront approval i18n resources --- locales/en.toml | 2 ++ locales/ko.toml | 2 ++ locales/template.toml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/locales/en.toml b/locales/en.toml index b79c7a3f..3ba5d26e 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -806,6 +806,7 @@ body = "We could not find an account for that information.\\\\\\\\\\\\\\\\nPleas approved = "Approved. Complete sign-in in the original window." approved_local = "Approved. This device is already signed in, and the remote window will be signed in shortly." approved_remote = "Approved. Please return to the original browser or PC screen." +pending_remote = "Checking the sign-in approval request. Please wait." success = "Sign-in approval completed." [msg.userfront.login_success] @@ -2530,6 +2531,7 @@ action_label = "Done" action_label_close = "Close Window" page_title = "Sign-in approval" title = "Approval complete" +title_pending = "Checking approval" title_remote = "Sign-in approved" [ui.shell.nav] diff --git a/locales/ko.toml b/locales/ko.toml index 0a34eb96..8116a9ee 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -1297,6 +1297,7 @@ body = "가입되지 않은 정보입니다.\\\\n회원가입 후 이용해 주 approved = "승인되었습니다. 로그인은 요청하신 창에서 완료됩니다." approved_local = "승인 되었습니다. 이 기기는 로그인되어 있는 상태입니다. 원격 창도 로그인이 될 예정입니다" approved_remote = "승인되었습니다. 요청하신 브라우저 또는 PC 화면으로 돌아가 주세요." +pending_remote = "승인 요청을 확인하고 있습니다. 잠시만 기다려 주세요." success = "로그인 승인에 성공했습니다." [msg.userfront.login_success] @@ -2955,6 +2956,7 @@ action_label = "확인" page_title = "로그인 승인" title = "승인 완료" action_label_close = "창 닫기" +title_pending = "로그인 승인 확인 중" title_remote = "로그인 승인 완료" [ui.shell.nav] diff --git a/locales/template.toml b/locales/template.toml index 8180d68d..d855b387 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -1157,6 +1157,7 @@ body = "" approved = "" approved_local = "" approved_remote = "" +pending_remote = "" success = "" [msg.userfront.login_success] @@ -2835,6 +2836,7 @@ action_label = "" action_label_close = "" page_title = "" title = "" +title_pending = "" title_remote = "" [ui.shell.nav]