keycloak-scim/js/apps/admin-ui/public/resources/ja/identity-providers.json

73 lines
No EOL
3.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"addIdPMapper": "アイデンティティー・プロバイダー・マッパーを追加",
"redirectURI": "リダイレクトURI",
"clientId": "クライアントID",
"clientSecret": "クライアント・シークレット",
"endpoints": "エンドポイント",
"alias": "エイリアス",
"ssoServiceUrl": "シングル・サインオン・サービスのURL",
"singleLogoutServiceUrl": "シングル・ログアウト・サービスのURL",
"nameIdPolicyFormat": "Name IDポリシー・フォーマット",
"email": "Eメール",
"unspecified": "未定義",
"principalType": "プリンシパル・タイプ",
"principalAttribute": "プリンシパル属性",
"httpPostBindingResponse": "HTTP-POSTバインディング・レスポンス",
"httpPostBindingAuthnRequest": "AuthnRequestのHTTP-POSTバインディング",
"httpPostBindingLogout": "HTTP-POSTバインディング・ログアウト",
"wantAuthnRequestsSigned": "AuthnRequestの署名が必要",
"samlSignatureKeyName": "SAML署名鍵名",
"wantAssertionsSigned": "アサーションの署名が必要",
"wantAssertionsEncrypted": "アサーションの暗号化が必要",
"forceAuthentication": "認証を強制",
"validatingX509Certs": "検証用のX509証明書",
"authorizationUrl": "認可URL",
"passLoginHint": "login_hintを渡す",
"passCurrentLocale": "現在のロケールを渡す",
"tokenUrl": "トークンURL",
"logoutUrl": "ログアウトURL",
"backchannelLogout": "バックチャンネル・ログアウト",
"disableUserInfo": "UserInfoの無効",
"userInfoUrl": "UserInfo URL",
"issuer": "発行者Issuer",
"scopes": "スコープ",
"prompt": "プロンプトprompt",
"prompts": {
"none": "none",
"consent": "consent",
"login": "login"
},
"clientAuthentication": "クライアント認証",
"clientAuthentications": {
"client_secret_post": "POSTで送信されたクライアント・シークレット",
"client_secret_basic": "基本認証で送信されたクライアント・シークレット",
"client_secret_jwt": "JWTでクライアント・シークレット",
"private_key_jwt": "秘密鍵で署名されたJWT"
},
"clientAssertionSigningAlg": "クライアントアサーション署名アルゴリズム",
"algorithmNotSpecified": "アルゴリズムの指定なし",
"acceptsPromptNone": "クライアントから転送されるprompt=noneを受け入れる",
"validateSignature": "署名検証",
"useJwksUrl": "JWKS URLの使用",
"jwksUrl": "JWKS URL",
"allowedClockSkew": "許容されるクロックスキュー",
"forwardParameters": "転送されるクエリー・パラメーター",
"storeTokens": "トークンの格納",
"storedTokensReadable": "読み取り可能なトークンを格納",
"trustEmail": "Eメールを信頼",
"accountLinkingOnly": "アカウントのリンクのみ",
"hideOnLoginPage": "ログインページで非表示",
"firstBrokerLoginFlowAlias": "初回ログインフロー",
"postBrokerLoginFlowAlias": "ログイン後のフロー",
"syncMode": "同期モード",
"syncModes": {
"inherit": "継承",
"import": "インポート",
"legacy": "レガシー",
"force": "強制"
},
"syncModeOverride": "同期モードのオーバーライド",
"mapperType": "マッパータイプ",
"selectRole": "ロールの選択",
"userAttribute": "ユーザー属性"
}