diff --git a/devfront/src/locales/en.toml b/devfront/src/locales/en.toml index 49e3d051..fa5e4b56 100644 --- a/devfront/src/locales/en.toml +++ b/devfront/src/locales/en.toml @@ -255,14 +255,14 @@ logo_help = "Logo Help" subtitle = "Subtitle" [msg.dev.clients.general.redirect] -help = "Help" +help = "Enter the redirect URIs. You can modify them in the Federation tab after creation." [msg.dev.clients.general.scopes] empty = "Empty" subtitle = "Subtitle" [msg.dev.clients.general.security] -private_help = "Private App (Server-side): For apps that can safely store a client secret, such as Node.js or Java servers." +private_help = "Server side App: 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." @@ -981,7 +981,7 @@ user = "User" [ui.dev.clients.details.breadcrumb] current = "Current" -section = "Relying Parties" +section = "Applications" [ui.dev.clients.details.credentials] client_id = "Client ID" @@ -1008,7 +1008,7 @@ show = "Show" title = "Title" [ui.dev.clients.details.tab] -connection = "Connection" +connection = "Federation" consents = "Consent & Users" settings = "Settings" @@ -1053,7 +1053,7 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -private = "Private" +private = "Server Side App" pkce = "PKCE" title = "Security Settings" @@ -1075,7 +1075,7 @@ subtitle = "Tenant admin on-call" title = "Owner" [ui.dev.clients.registry] -subtitle = "Relying Parties" +subtitle = "Applications" title = "RP registry" [ui.dev.clients.table] @@ -1087,7 +1087,7 @@ status = "Status" type = "Type" [ui.dev.clients.type] -private = "Private" +private = "Server side App" pkce = "PKCE" [ui.dev.dashboard] diff --git a/devfront/src/locales/ko.toml b/devfront/src/locales/ko.toml index 1022c46b..6959405d 100644 --- a/devfront/src/locales/ko.toml +++ b/devfront/src/locales/ko.toml @@ -255,14 +255,14 @@ logo_help = "인증 화면에 표시될 PNG/SVG URL입니다." subtitle = "앱 이름과 설명, 로고를 설정합니다." [msg.dev.clients.general.redirect] -help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 Connection 탭에서 수정 가능합니다." +help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 연동 설정 탭에서 수정 가능합니다." [msg.dev.clients.general.scopes] empty = "등록된 스코프가 없습니다." subtitle = "이 앱이 요청할 수 있는 권한 범위를 정의합니다." [msg.dev.clients.general.security] -private_help = "Private 앱 (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." +private_help = "Server side App (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." pkce_help = "PKCE 앱 (SPA/모바일): 브라우저나 앱처럼 비밀키를 보관하기 어려운 경우 사용하며, PKCE가 강제됩니다." subtitle = "앱 유형을 선택하세요. 보안 수준에 따라 인증 방식이 달라집니다." @@ -981,7 +981,7 @@ user = "User" [ui.dev.clients.details.breadcrumb] current = "연동 앱 상세" -section = "Relying Parties" +section = "연동 앱" [ui.dev.clients.details.credentials] client_id = "Client ID" @@ -1008,7 +1008,7 @@ show = "비밀키 보기" title = "보안 메모" [ui.dev.clients.details.tab] -connection = "Connection" +connection = "연동 설정" consents = "Consent & Users" settings = "Settings" @@ -1053,7 +1053,7 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -private = "Private" +private = "Server side App" pkce = "PKCE" title = "보안 설정" @@ -1075,7 +1075,7 @@ subtitle = "Tenant admin on-call" title = "Owner" [ui.dev.clients.registry] -subtitle = "Relying Parties" +subtitle = "연동 앱" title = "RP registry" [ui.dev.clients.table] @@ -1087,7 +1087,7 @@ status = "상태" type = "유형" [ui.dev.clients.type] -private = "Private" +private = "Server side App" pkce = "PKCE" [ui.dev.dashboard] diff --git a/locales/en.toml b/locales/en.toml index 98246ac5..b5753efc 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -311,14 +311,14 @@ logo_help = "Logo Help" subtitle = "Subtitle" [msg.dev.clients.general.redirect] -help = "Help" +help = "Enter the redirect URIs. You can modify them in the Federation tab after creation." [msg.dev.clients.general.scopes] empty = "Empty" subtitle = "Subtitle" [msg.dev.clients.general.security] -private_help = "Private App (Server-side): For apps that can safely store a client secret, such as Node.js or Java servers." +private_help = "Server side App: 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." @@ -1123,7 +1123,7 @@ user = "User" [ui.dev.clients.details.breadcrumb] current = "Current" -section = "Relying Parties" +section = "Applications" [ui.dev.clients.details.credentials] client_id = "Client ID" @@ -1150,7 +1150,7 @@ show = "Show" title = "Title" [ui.dev.clients.details.tab] -connection = "Connection" +connection = "Federation" consents = "Consent & Users" settings = "Settings" @@ -1195,7 +1195,7 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -private = "Private" +private = "Server Side App" pkce = "PKCE" title = "Security Settings" @@ -1217,7 +1217,7 @@ subtitle = "Tenant admin on-call" title = "Owner" [ui.dev.clients.registry] -subtitle = "Relying Parties" +subtitle = "Applications" title = "RP registry" [ui.dev.clients.table] @@ -1229,7 +1229,7 @@ status = "Status" type = "Type" [ui.dev.clients.type] -private = "Private" +private = "Server side App" pkce = "PKCE" [ui.dev.dashboard] diff --git a/locales/ko.toml b/locales/ko.toml index 1632965f..847f2569 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -311,14 +311,14 @@ logo_help = "인증 화면에 표시될 PNG/SVG URL입니다." subtitle = "앱 이름과 설명, 로고를 설정합니다." [msg.dev.clients.general.redirect] -help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 Connection 탭에서 수정 가능합니다." +help = "인증 후 리다이렉트될 URI를 입력하세요. 생성 후 연동 설정 탭에서 수정 가능합니다." [msg.dev.clients.general.scopes] empty = "등록된 스코프가 없습니다." subtitle = "이 앱이 요청할 수 있는 권한 범위를 정의합니다." [msg.dev.clients.general.security] -private_help = "Private 앱 (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." +private_help = "Server side App (서버 사이드 앱): Node.js, Java 등 비밀키를 안전하게 보관 가능한 경우 사용합니다." pkce_help = "PKCE 앱 (SPA/모바일): 브라우저나 앱처럼 비밀키를 보관하기 어려운 경우 사용하며, PKCE가 강제됩니다." subtitle = "앱 유형을 선택하세요. 보안 수준에 따라 인증 방식이 달라집니다." @@ -1123,7 +1123,7 @@ user = "User" [ui.dev.clients.details.breadcrumb] current = "연동 앱 상세" -section = "Relying Parties" +section = "연동 앱" [ui.dev.clients.details.credentials] client_id = "Client ID" @@ -1150,7 +1150,7 @@ show = "비밀키 보기" title = "보안 메모" [ui.dev.clients.details.tab] -connection = "Connection" +connection = "연동 설정" consents = "Consent & Users" settings = "Settings" @@ -1195,7 +1195,7 @@ name = "Scope Name" delete = "Delete" [ui.dev.clients.general.security] -private = "Private" +private = "Server side App" pkce = "PKCE" title = "보안 설정" @@ -1217,7 +1217,7 @@ subtitle = "Tenant admin on-call" title = "Owner" [ui.dev.clients.registry] -subtitle = "Relying Parties" +subtitle = "연동 앱" title = "RP registry" [ui.dev.clients.table] @@ -1229,7 +1229,7 @@ status = "상태" type = "유형" [ui.dev.clients.type] -private = "Private" +private = "Server side App" pkce = "PKCE" [ui.dev.dashboard]