1
0
forked from baron/baron-sso

i18n 값 품질 검사 추가 및 devfront locale placeholder 정리

This commit is contained in:
2026-03-25 16:48:55 +09:00
parent cab204281b
commit ced369cdbc
8 changed files with 555 additions and 175 deletions

View File

@@ -987,7 +987,7 @@ type = "Type"
type_boolean = "Boolean"
type_date = "Date"
type_number = "Number"
type_text = "Text"
type_text = "Text Value"
validation_placeholder = "Regex Pattern (Optional)"
[ui.admin.tenants.sub]
@@ -1340,7 +1340,7 @@ add_title = "Add Identity Provider"
add_btn = "Add Provider"
[ui.dev.clients.general.identity]
description = "Description"
description = "Application Description"
description_placeholder = "Description Placeholder"
logo = "App Logo URL"
logo_placeholder = "https://example.com/logo.png"
@@ -1360,7 +1360,7 @@ name_placeholder = "e.g. profile"
title = "Scopes"
[ui.dev.clients.general.scopes.table]
description = "Description"
description = "Scope Description"
mandatory = "Mandatory"
name = "Scope Name"
delete = "Delete"

View File

@@ -103,9 +103,9 @@ count = "총 {{count}}개 API 키"
[msg.admin.audit]
empty = "아직 수집된 감사 로그가 없습니다."
end = "End of audit feed"
load_error = "Error loading logs: {{error}}"
loading = "Loading audit logs..."
end = "감사 로그의 마지막입니다."
load_error = "감사 로그를 불러오지 못했습니다: {{error}}"
loading = "감사 로그를 불러오는 중..."
subtitle = "Command 요청 기반 ClickHouse 로그를 조회합니다. 사용자/테넌트는 추후 세션 연동 시 자동 채워집니다."
[msg.admin.audit.filters]
@@ -329,9 +329,9 @@ subtitle = "현재 테넌트/앱 범위의 DevFront 작업 이력을 조회합
deleted = "앱이 삭제되었습니다."
delete_confirm = "정말로 이 앱을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다."
delete_error = "삭제 실패: {{error}}"
load_error = "Error loading clients: {{error}}"
loading = "Loading apps..."
showing = "Showing {{shown}} of {{total}} apps"
load_error = "앱 정보를 불러오지 못했습니다: {{error}}"
loading = "앱 정보를 불러오는 중..."
showing = "전체 {{total}}개 중 {{shown}}개를 표시하는 중입니다."
[msg.dev.clients.consents]
empty = "조회된 동의 내역이 없습니다."
@@ -987,7 +987,7 @@ type = "타입"
type_boolean = "Boolean"
type_date = "Date"
type_number = "Number"
type_text = "Text"
type_text = "텍스트"
validation_placeholder = "정규표현식 (선택 사항)"
[ui.admin.tenants.sub]
@@ -1298,8 +1298,8 @@ user = "사용자"
[ui.dev.clients.details]
[ui.dev.clients.details.credentials]
client_id = "Client ID"
client_secret = "Client Secret"
client_id = "클라이언트 ID"
client_secret = "클라이언트 시크릿"
title = "앱 자격 증명"
[ui.dev.clients.details.endpoints]
@@ -1308,7 +1308,7 @@ title = "OIDC 엔드포인트"
[ui.dev.clients.details.redirect]
callback_label = "인증 콜백 URL"
label = "Redirect URIs"
label = "리디렉션 URI"
placeholder = "https://your-app.com/callback, http://localhost:3000/auth/callback"
save = "Redirect URIs 저장"
title = "리디렉션 URI 설정"
@@ -1345,11 +1345,11 @@ logo = "앱 로고 URL"
logo_placeholder = "https://example.com/logo.png"
logo_preview = "로고 미리보기"
name = "앱 이름"
name_placeholder = "My Awesome Application"
name_placeholder = "예: 멋진 애플리케이션"
title = "애플리케이션 정보"
[ui.dev.clients.general.redirect]
label = "Redirect URIs"
label = "리디렉션 URI"
placeholder = "https://app.example.com/callback, http://localhost:3000/auth/callback (콤마로 구분)"
[ui.dev.clients.general.scopes]
@@ -1401,7 +1401,7 @@ profile = "기본 프로필 정보 접근"
[ui.dev.clients.table]
actions = "액션"
application = "애플리케이션"
client_id = "Client ID"
client_id = "클라이언트 ID"
created_at = "생성일"
status = "상태"
type = "유형"
@@ -1571,7 +1571,7 @@ qr_scan = "QR 스캔"
[ui.userfront.profile]
department_empty = "소속 정보 없음"
manage = "프로필 관리"
user_fallback = "User"
user_fallback = "사용자"
[ui.userfront.profile.field]
affiliation = "구분"