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",