forked from baron/baron-sso
필터 및 상태 관련 다국어 키 추가
This commit is contained in:
@@ -281,6 +281,7 @@ load_error = "Error loading consents: {{error}}"
|
|||||||
loading = "Loading consents..."
|
loading = "Loading consents..."
|
||||||
showing = "Showing {{from}} to {{to}} of {{total}} users"
|
showing = "Showing {{from}} to {{to}} of {{total}} users"
|
||||||
subtitle = "Subtitle"
|
subtitle = "Subtitle"
|
||||||
|
revoke_confirm = "Are you sure you want to revoke this user's permissions? After revocation, the user must consent again on next login."
|
||||||
|
|
||||||
[msg.dev.clients.details]
|
[msg.dev.clients.details]
|
||||||
copy_client_id = "Client ID copied."
|
copy_client_id = "Client ID copied."
|
||||||
@@ -1104,9 +1105,14 @@ untitled = "Untitled"
|
|||||||
admin_session = "Admin Session"
|
admin_session = "Admin Session"
|
||||||
tenant_selected = "Tenant Selected"
|
tenant_selected = "Tenant Selected"
|
||||||
|
|
||||||
|
[ui.dev.clients.filter]
|
||||||
|
status_all = "All Statuses"
|
||||||
|
type_all = "All Types"
|
||||||
|
|
||||||
[ui.dev.clients.consents]
|
[ui.dev.clients.consents]
|
||||||
export_csv = "Export CSV"
|
export_csv = "Export CSV"
|
||||||
revoke = "Revoke"
|
revoke = "Revoke"
|
||||||
|
revoked_at = "Revoked: "
|
||||||
search_placeholder = "Search Placeholder"
|
search_placeholder = "Search Placeholder"
|
||||||
status_all = "All Statuses"
|
status_all = "All Statuses"
|
||||||
status_label = "Status:"
|
status_label = "Status:"
|
||||||
|
|||||||
@@ -281,6 +281,7 @@ load_error = "Error loading consents: {{error}}"
|
|||||||
loading = "Loading consents..."
|
loading = "Loading consents..."
|
||||||
showing = "Showing {{from}} to {{to}} of {{total}} users"
|
showing = "Showing {{from}} to {{to}} of {{total}} users"
|
||||||
subtitle = "OIDC Relying Party 사용자 권한을 검토·관리합니다."
|
subtitle = "OIDC Relying Party 사용자 권한을 검토·관리합니다."
|
||||||
|
revoke_confirm = "정말로 이 사용자의 권한을 철회하시겠습니까? 철회 시 사용자는 다음 접속 시 다시 동의해야 합니다."
|
||||||
|
|
||||||
[msg.dev.clients.details]
|
[msg.dev.clients.details]
|
||||||
copy_client_id = "Client ID가 복사되었습니다."
|
copy_client_id = "Client ID가 복사되었습니다."
|
||||||
@@ -1104,9 +1105,14 @@ untitled = "Untitled"
|
|||||||
admin_session = "관리자 세션"
|
admin_session = "관리자 세션"
|
||||||
tenant_selected = "테넌트: 선택됨"
|
tenant_selected = "테넌트: 선택됨"
|
||||||
|
|
||||||
|
[ui.dev.clients.filter]
|
||||||
|
status_all = "모든 상태"
|
||||||
|
type_all = "모든 유형"
|
||||||
|
|
||||||
[ui.dev.clients.consents]
|
[ui.dev.clients.consents]
|
||||||
export_csv = "Export CSV"
|
export_csv = "Export CSV"
|
||||||
revoke = "Revoke"
|
revoke = "Revoke"
|
||||||
|
revoked_at = "철회일: "
|
||||||
search_placeholder = "사용자 ID, 이름, 이메일로 검색"
|
search_placeholder = "사용자 ID, 이름, 이메일로 검색"
|
||||||
status_all = "All Statuses"
|
status_all = "All Statuses"
|
||||||
status_label = "Status:"
|
status_label = "Status:"
|
||||||
|
|||||||
@@ -222,6 +222,7 @@ load_error = ""
|
|||||||
loading = ""
|
loading = ""
|
||||||
showing = ""
|
showing = ""
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
|
revoke_confirm = ""
|
||||||
|
|
||||||
[msg.dev.clients.details]
|
[msg.dev.clients.details]
|
||||||
copy_client_id = ""
|
copy_client_id = ""
|
||||||
@@ -966,9 +967,14 @@ untitled = ""
|
|||||||
admin_session = ""
|
admin_session = ""
|
||||||
tenant_selected = ""
|
tenant_selected = ""
|
||||||
|
|
||||||
|
[ui.dev.clients.filter]
|
||||||
|
status_all = ""
|
||||||
|
type_all = ""
|
||||||
|
|
||||||
[ui.dev.clients.consents]
|
[ui.dev.clients.consents]
|
||||||
export_csv = ""
|
export_csv = ""
|
||||||
revoke = ""
|
revoke = ""
|
||||||
|
revoked_at = ""
|
||||||
search_placeholder = ""
|
search_placeholder = ""
|
||||||
status_all = ""
|
status_all = ""
|
||||||
status_label = ""
|
status_label = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user