forked from baron/baron-sso
code check 오류 수정
This commit is contained in:
@@ -2647,6 +2647,7 @@ success = "Check completed."
|
||||
load_error = "Failed to load the integrity report."
|
||||
|
||||
[ui.admin.integrity]
|
||||
fetch_error = "Unable to load the final integrity check result."
|
||||
kicker = "System"
|
||||
loading = "Loading data integrity report..."
|
||||
title = "Data Integrity Check"
|
||||
@@ -2679,7 +2680,9 @@ warning = "Warning"
|
||||
[ui.admin.integrity.summary]
|
||||
checked_at = "Checked at"
|
||||
failures = "Failures"
|
||||
failures_text = "Failures {{count}}"
|
||||
passed = "Passed"
|
||||
title = "Final integrity check"
|
||||
total_checks = "Checks"
|
||||
|
||||
[ui.admin.integrity.table]
|
||||
@@ -2691,6 +2694,10 @@ select_item = "Select {{loginId}}"
|
||||
tenant = "Tenant"
|
||||
user = "User"
|
||||
|
||||
[ui.admin.integrity.section]
|
||||
tenant_integrity = "Tenant integrity"
|
||||
user_integrity = "User integrity"
|
||||
|
||||
[msg.admin.api_keys.list]
|
||||
edit_scopes_desc = "Edit the scopes granted to this API key."
|
||||
rotate_confirm = "Rotate the secret for this API key?"
|
||||
@@ -2708,6 +2715,10 @@ save_scopes = "Save scopes"
|
||||
[ui.admin.overview.summary]
|
||||
total_users = "Total Users"
|
||||
|
||||
[ui.admin.overview.chart]
|
||||
description = "Check the graph by all or selected organizations."
|
||||
title = "Login request status by company and app"
|
||||
|
||||
[ui.admin.tenants.sub]
|
||||
export = "Export"
|
||||
|
||||
|
||||
@@ -3071,6 +3071,7 @@ success = "검사가 완료되었습니다."
|
||||
load_error = "정합성 리포트를 불러오지 못했습니다."
|
||||
|
||||
[ui.admin.integrity]
|
||||
fetch_error = "정합성 최종 검증 결과를 불러오지 못했습니다."
|
||||
kicker = "시스템"
|
||||
loading = "불러오는 중"
|
||||
title = "데이터 정합성 검증"
|
||||
@@ -3103,7 +3104,9 @@ warning = "주의"
|
||||
[ui.admin.integrity.summary]
|
||||
checked_at = "검사 시각"
|
||||
failures = "실패 건수"
|
||||
failures_text = "실패 {{count}}건"
|
||||
passed = "정상"
|
||||
title = "정합성 최종 검증"
|
||||
total_checks = "검사 항목"
|
||||
|
||||
[ui.admin.integrity.table]
|
||||
@@ -3115,6 +3118,10 @@ select_item = "{{loginId}} 선택"
|
||||
tenant = "테넌트"
|
||||
user = "사용자"
|
||||
|
||||
[ui.admin.integrity.section]
|
||||
tenant_integrity = "테넌트 정합성"
|
||||
user_integrity = "사용자 정합성"
|
||||
|
||||
[msg.admin.api_keys.list]
|
||||
edit_scopes_desc = "API 키에 부여할 권한 범위를 수정합니다."
|
||||
rotate_confirm = "이 API 키의 Secret을 재발급할까요?"
|
||||
@@ -3132,6 +3139,10 @@ save_scopes = "권한 저장"
|
||||
[ui.admin.overview.summary]
|
||||
total_users = "전체 사용자 수"
|
||||
|
||||
[ui.admin.overview.chart]
|
||||
description = "전체 또는 선택한 조직 기준으로 그래프를 확인합니다."
|
||||
title = "회사별 앱별 로그인 요청 현황"
|
||||
|
||||
[ui.admin.tenants.sub]
|
||||
export = "내보내기"
|
||||
|
||||
|
||||
@@ -2951,6 +2951,7 @@ success = ""
|
||||
load_error = ""
|
||||
|
||||
[ui.admin.integrity]
|
||||
fetch_error = ""
|
||||
kicker = ""
|
||||
loading = ""
|
||||
title = ""
|
||||
@@ -2983,7 +2984,9 @@ warning = ""
|
||||
[ui.admin.integrity.summary]
|
||||
checked_at = ""
|
||||
failures = ""
|
||||
failures_text = ""
|
||||
passed = ""
|
||||
title = ""
|
||||
total_checks = ""
|
||||
|
||||
[ui.admin.integrity.table]
|
||||
@@ -2995,6 +2998,10 @@ select_item = ""
|
||||
tenant = ""
|
||||
user = ""
|
||||
|
||||
[ui.admin.integrity.section]
|
||||
tenant_integrity = ""
|
||||
user_integrity = ""
|
||||
|
||||
[msg.admin.api_keys.list]
|
||||
edit_scopes_desc = ""
|
||||
rotate_confirm = ""
|
||||
@@ -3012,6 +3019,10 @@ save_scopes = ""
|
||||
[ui.admin.overview.summary]
|
||||
total_users = ""
|
||||
|
||||
[ui.admin.overview.chart]
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.sub]
|
||||
export = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user