From 5a7231eba62adc891344c47ef7f12d8ee63235e8 Mon Sep 17 00:00:00 2001 From: kyy Date: Thu, 26 Feb 2026 13:25:08 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=ED=84=B0=20=EB=B0=8F=20=EC=83=81?= =?UTF-8?q?=ED=83=9C=20=EA=B4=80=EB=A0=A8=20=EB=8B=A4=EA=B5=AD=EC=96=B4=20?= =?UTF-8?q?=ED=82=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en.toml | 6 ++++++ locales/ko.toml | 6 ++++++ locales/template.toml | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/locales/en.toml b/locales/en.toml index 2430cdf3..35990817 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -281,6 +281,7 @@ load_error = "Error loading consents: {{error}}" loading = "Loading consents..." showing = "Showing {{from}} to {{to}} of {{total}} users" 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] copy_client_id = "Client ID copied." @@ -1104,9 +1105,14 @@ untitled = "Untitled" admin_session = "Admin Session" tenant_selected = "Tenant Selected" +[ui.dev.clients.filter] +status_all = "All Statuses" +type_all = "All Types" + [ui.dev.clients.consents] export_csv = "Export CSV" revoke = "Revoke" +revoked_at = "Revoked: " search_placeholder = "Search Placeholder" status_all = "All Statuses" status_label = "Status:" diff --git a/locales/ko.toml b/locales/ko.toml index 3622ae6f..ee27d7db 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -281,6 +281,7 @@ load_error = "Error loading consents: {{error}}" loading = "Loading consents..." showing = "Showing {{from}} to {{to}} of {{total}} users" subtitle = "OIDC Relying Party 사용자 권한을 검토·관리합니다." +revoke_confirm = "정말로 이 사용자의 권한을 철회하시겠습니까? 철회 시 사용자는 다음 접속 시 다시 동의해야 합니다." [msg.dev.clients.details] copy_client_id = "Client ID가 복사되었습니다." @@ -1104,9 +1105,14 @@ untitled = "Untitled" admin_session = "관리자 세션" tenant_selected = "테넌트: 선택됨" +[ui.dev.clients.filter] +status_all = "모든 상태" +type_all = "모든 유형" + [ui.dev.clients.consents] export_csv = "Export CSV" revoke = "Revoke" +revoked_at = "철회일: " search_placeholder = "사용자 ID, 이름, 이메일로 검색" status_all = "All Statuses" status_label = "Status:" diff --git a/locales/template.toml b/locales/template.toml index 69dd2124..c9190ae6 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -222,6 +222,7 @@ load_error = "" loading = "" showing = "" subtitle = "" +revoke_confirm = "" [msg.dev.clients.details] copy_client_id = "" @@ -966,9 +967,14 @@ untitled = "" admin_session = "" tenant_selected = "" +[ui.dev.clients.filter] +status_all = "" +type_all = "" + [ui.dev.clients.consents] export_csv = "" revoke = "" +revoked_at = "" search_placeholder = "" status_all = "" status_label = ""