New translations en.json (Japanese)

[ci skip]
This commit is contained in:
Elias Schneider
2026-09-23 22:43:04 +02:00
parent 16beb44b8d
commit 951a2b231c
+4
View File
@@ -289,6 +289,8 @@
"add": "追加",
"callback_urls": "Callback URLs",
"logout_callback_urls": "Logout Callback URLs",
"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": "パブリッククライアントにはクライアントシークレットがありません。これらは、シークレットを安全に保存できないモバイル、Web、およびネイティブアプリケーション向けに設計されています。",
"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": "クライアントシークレットを追加する",