From 5dd5dd1086ce7632a3a120ad0413f0cf36a00447 Mon Sep 17 00:00:00 2001 From: kyy Date: Mon, 23 Feb 2026 13:12:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=B1=20=EC=9C=A0=ED=98=95=20=EB=AA=85?= =?UTF-8?q?=EC=B9=AD=20Private/PKCE=20=EB=A1=9C=EC=BC=80=EC=9D=BC=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devfront/src/locales/en.toml | 14 +++++++------- devfront/src/locales/ko.toml | 12 ++++++------ devfront/src/locales/template.toml | 12 ++++++------ locales/en.toml | 14 +++++++------- locales/ko.toml | 12 ++++++------ locales/template.toml | 4 ++-- 6 files changed, 34 insertions(+), 34 deletions(-) diff --git a/devfront/src/locales/en.toml b/devfront/src/locales/en.toml index 7e631c5f..79dbcf4f 100644 --- a/devfront/src/locales/en.toml +++ b/devfront/src/locales/en.toml @@ -261,9 +261,9 @@ empty = "Empty" subtitle = "Subtitle" [msg.dev.clients.general.security] -confidential_help = "Confidential Help" -public_help = "Public Help" -subtitle = "Subtitle" +private_help = "Private App (Server-side): For apps that can safely store a client secret, such as Node.js or Java servers." +pkce_help = "PKCE App (SPA/Mobile): For apps that cannot safely store a client secret. PKCE is mandatory." +subtitle = "Select application type. Security level determines authentication method." [msg.dev.clients.help] docs_body = "Includes PKCE, client_secret_basic, redirect URI validation tips." @@ -1051,8 +1051,8 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -confidential = "Confidential" -public = "Public" +private = "Private" +pkce = "PKCE" title = "Security Settings" [ui.dev.clients.help] @@ -1085,8 +1085,8 @@ status = "Status" type = "Type" [ui.dev.clients.type] -confidential = "Confidential" -public = "Public" +private = "Private" +pkce = "PKCE" [ui.dev.dashboard] ready_badge = "devfront ready" diff --git a/devfront/src/locales/ko.toml b/devfront/src/locales/ko.toml index 3b8c67ce..a8392019 100644 --- a/devfront/src/locales/ko.toml +++ b/devfront/src/locales/ko.toml @@ -261,8 +261,8 @@ empty = "등록된 스코프가 없습니다." subtitle = "이 앱이 요청할 수 있는 권한 범위를 정의합니다." [msg.dev.clients.general.security] -confidential_help = "서버 사이드 앱(예: Node.js, Java)처럼 비밀키를 안전하게 보관 가능한 경우." -public_help = "SPA/모바일 앱처럼 비밀키 보관이 어려운 경우. PKCE를 기본 사용합니다." +private_help = "Private 앱 (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." +pkce_help = "PKCE 앱 (SPA/모바일): 브라우저나 앱처럼 비밀키를 보관하기 어려운 경우 사용하며, PKCE가 강제됩니다." subtitle = "앱 유형을 선택하세요. 보안 수준에 따라 인증 방식이 달라집니다." [msg.dev.clients.help] @@ -1051,8 +1051,8 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -confidential = "Confidential" -public = "Public" +private = "Private" +pkce = "PKCE" title = "보안 설정" [ui.dev.clients.help] @@ -1085,8 +1085,8 @@ status = "상태" type = "유형" [ui.dev.clients.type] -confidential = "기밀(Confidential)" -public = "Public" +private = "Private" +pkce = "PKCE" [ui.dev.dashboard] ready_badge = "devfront ready" diff --git a/devfront/src/locales/template.toml b/devfront/src/locales/template.toml index 9be91357..fb270793 100644 --- a/devfront/src/locales/template.toml +++ b/devfront/src/locales/template.toml @@ -261,8 +261,8 @@ empty = "" subtitle = "" [msg.dev.clients.general.security] -confidential_help = "" -public_help = "" +private_help = "" +pkce_help = "" subtitle = "" [msg.dev.clients.help] @@ -1063,8 +1063,8 @@ name = "" delete = "" [ui.dev.clients.general.security] -confidential = "" -public = "" +private = "" +pkce = "" title = "" [ui.dev.clients.help] @@ -1097,8 +1097,8 @@ status = "" type = "" [ui.dev.clients.type] -confidential = "" -public = "" +private = "" +pkce = "" [ui.dev.dashboard] ready_badge = "" diff --git a/locales/en.toml b/locales/en.toml index 7e631c5f..79dbcf4f 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -261,9 +261,9 @@ empty = "Empty" subtitle = "Subtitle" [msg.dev.clients.general.security] -confidential_help = "Confidential Help" -public_help = "Public Help" -subtitle = "Subtitle" +private_help = "Private App (Server-side): For apps that can safely store a client secret, such as Node.js or Java servers." +pkce_help = "PKCE App (SPA/Mobile): For apps that cannot safely store a client secret. PKCE is mandatory." +subtitle = "Select application type. Security level determines authentication method." [msg.dev.clients.help] docs_body = "Includes PKCE, client_secret_basic, redirect URI validation tips." @@ -1051,8 +1051,8 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -confidential = "Confidential" -public = "Public" +private = "Private" +pkce = "PKCE" title = "Security Settings" [ui.dev.clients.help] @@ -1085,8 +1085,8 @@ status = "Status" type = "Type" [ui.dev.clients.type] -confidential = "Confidential" -public = "Public" +private = "Private" +pkce = "PKCE" [ui.dev.dashboard] ready_badge = "devfront ready" diff --git a/locales/ko.toml b/locales/ko.toml index 3b8c67ce..a8392019 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -261,8 +261,8 @@ empty = "등록된 스코프가 없습니다." subtitle = "이 앱이 요청할 수 있는 권한 범위를 정의합니다." [msg.dev.clients.general.security] -confidential_help = "서버 사이드 앱(예: Node.js, Java)처럼 비밀키를 안전하게 보관 가능한 경우." -public_help = "SPA/모바일 앱처럼 비밀키 보관이 어려운 경우. PKCE를 기본 사용합니다." +private_help = "Private 앱 (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." +pkce_help = "PKCE 앱 (SPA/모바일): 브라우저나 앱처럼 비밀키를 보관하기 어려운 경우 사용하며, PKCE가 강제됩니다." subtitle = "앱 유형을 선택하세요. 보안 수준에 따라 인증 방식이 달라집니다." [msg.dev.clients.help] @@ -1051,8 +1051,8 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -confidential = "Confidential" -public = "Public" +private = "Private" +pkce = "PKCE" title = "보안 설정" [ui.dev.clients.help] @@ -1085,8 +1085,8 @@ status = "상태" type = "유형" [ui.dev.clients.type] -confidential = "기밀(Confidential)" -public = "Public" +private = "Private" +pkce = "PKCE" [ui.dev.dashboard] ready_badge = "devfront ready" diff --git a/locales/template.toml b/locales/template.toml index 9be91357..40dbc74b 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -261,8 +261,8 @@ empty = "" subtitle = "" [msg.dev.clients.general.security] -confidential_help = "" -public_help = "" +private_help = "" +pkce_help = "" subtitle = "" [msg.dev.clients.help]