mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-24 20:09:03 +02:00
New translations en.json (Korean)
[ci skip]
This commit is contained in:
@@ -289,6 +289,8 @@
|
||||
"add": "추가",
|
||||
"callback_urls": "콜백 URL",
|
||||
"logout_callback_urls": "로그아웃 콜백 URL",
|
||||
"backchannel_logout_url": "Back-Channel Logout URL",
|
||||
"backchannel_logout_url_description": "URL that receives a logout token when a user's access is revoked, for example when they are disabled or lose group access.",
|
||||
"public_client": "공개 클라이언트",
|
||||
"public_clients_description": "공개 클라이언트는 클라이언트 시크릿이 없습니다. 이들은 시크릿을 안전하게 보관할 수 없는 모바일, 웹, 네이티브 애플리케이션을 위해 설계되었습니다.",
|
||||
"pkce": "PKCE",
|
||||
@@ -645,6 +647,8 @@
|
||||
"credentials": "자격 증명",
|
||||
"client_secrets": "클라이언트 비밀 정보",
|
||||
"client_secrets_description": "앱이 인증에 사용하는 시크릿입니다. 여러 시크릿을 동시에 활성화할 수 있으므로, 다운타임 없이 시크릿을 순환할 수 있습니다.",
|
||||
"auto_create_client_secret": "Automatically create client secrets",
|
||||
"auto_create_client_secret_description": "Create a secret without an expiration date when a confidential OIDC client is added. The secret is shown once after creation.",
|
||||
"no_client_secrets_yet": "이 앱에는 아직 클라이언트 시크릿이 없습니다.",
|
||||
"public_clients_cannot_have_secrets": "공개 클라이언트에는 클라이언트 시크릿이 있을 수 없습니다.",
|
||||
"add_client_secret": "클라이언트 시크릿 추가",
|
||||
|
||||
Reference in New Issue
Block a user