From 3d7d4767bff7e413ffd307fbe4e223ccebc66560 Mon Sep 17 00:00:00 2001 From: kyy Date: Wed, 8 Apr 2026 16:10:46 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EB=A7=88=20=ED=86=A0=EA=B8=80=20?= =?UTF-8?q?=EB=9D=BC=EB=B2=A8=20=EB=B2=88=EC=97=AD=EA=B3=BC=20=EC=98=81?= =?UTF-8?q?=EB=AC=B8=20=EB=AC=B8=EA=B5=AC=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userfront/assets/translations/en.toml | 2 +- userfront/assets/translations/ko.toml | 4 ++-- userfront/lib/i18n_data.dart | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/userfront/assets/translations/en.toml b/userfront/assets/translations/en.toml index acc22ea8..9083bdb2 100644 --- a/userfront/assets/translations/en.toml +++ b/userfront/assets/translations/en.toml @@ -488,7 +488,7 @@ userfront = "Approved UserFront session ID" [ui.userfront.dashboard.revoke] confirm_button = "Disconnect" -title = "Disconnect app" +title = "Disconnect" [ui.userfront.dashboard.scopes] title = "Consent scopes" diff --git a/userfront/assets/translations/ko.toml b/userfront/assets/translations/ko.toml index 24f7ce3b..c39dd77c 100644 --- a/userfront/assets/translations/ko.toml +++ b/userfront/assets/translations/ko.toml @@ -613,8 +613,8 @@ select_file = "파일 선택" select_placeholder = "선택하세요" show_more = "+ 더보기" success = "성공" -theme_dark = "Dark" -theme_light = "Light" +theme_dark = "다크" +theme_light = "라이트" theme_toggle = "테마 전환" unknown = "Unknown" view = "보기" diff --git a/userfront/lib/i18n_data.dart b/userfront/lib/i18n_data.dart index 46f24bf9..f28934f8 100644 --- a/userfront/lib/i18n_data.dart +++ b/userfront/lib/i18n_data.dart @@ -1424,8 +1424,8 @@ const Map koStrings = { "ui.common.status.pending": "준비 중", "ui.common.status.success": "성공", "ui.common.success": "성공", - "ui.common.theme_dark": "Dark", - "ui.common.theme_light": "Light", + "ui.common.theme_dark": "다크", + "ui.common.theme_light": "라이트", "ui.common.theme_toggle": "테마 전환", "ui.common.unknown": "Unknown", "ui.common.view": "보기", @@ -3736,7 +3736,7 @@ const Map enStrings = { "ui.userfront.dashboard.last_auth_label": "Last sign-in", "ui.userfront.dashboard.link_status_label": "Link status", "ui.userfront.dashboard.revoke.confirm_button": "Disconnect", - "ui.userfront.dashboard.revoke.title": "Disconnect app", + "ui.userfront.dashboard.revoke.title": "Disconnect", "ui.userfront.dashboard.scopes.title": "Consent scopes", "ui.userfront.dashboard.sessions.active_badge": "Active", "ui.userfront.dashboard.sessions.current_badge": "Current",