1
0
forked from baron/baron-sso

테마 토글 라벨 번역과 영문 문구 정리

This commit is contained in:
2026-04-08 16:10:46 +09:00
parent f4b1c449b1
commit 3d7d4767bf
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -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 = "보기"

View File

@@ -1424,8 +1424,8 @@ const Map<String, String> 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<String, String> 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",