| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | # IBM Confidential## OCO Source Materials## IBM Cognos Products: user-profile-service## (C) Copyright IBM Corp. 2016, 2018## The source code for this program is not published or otherwise# divested of its trade secrets, irrespective of what has been# deposited with the U.S. Copyright Office.## NLS_ENCODING=UTF-8# NLS_MESSAGEFORMAT_ALL # END_OF_HEADER## internal errorinternal_error = AAA-OIDC-0001 内部エラー# multiple_search_steps_not_supportedmultiple_search_steps_not_supported = AAA-OIDC-0002 このネームスペースでは複数の検索ステップはサポート\    されていません。# configuration_errorconfiguration_error = AAA-OIDC-0003 設定エラー# initialization_failureinitialization_failure = AAA-OIDC-0004 プロバイダーを初期化できませんでした。 理由 ''{0}''# failed_to_retrieve_identityfailed_to_retrieve_identity = AAA-OIDC-0005 ID プロバイダーから ID を取得できませんでした。 理由 ''\    {0}''# logon_failedlogon_failed = AAA-OIDC-0006 ユーザーを認証できません。# trusted_credential_issuetrusted_credential_issue = AAA-OIDC-0007 信頼されている資格情報を使用してログオンしているときにエラーが発生\    しました。 理由 ''{0}''# authentication_requiredauthentication_required = AAA-OIDC-0008 認証が必要です。# invalid_credentialsinvalid_credentials = AAA-OIDC-0009 指定された資格情報は無効です。# invalid_credentials_detailsinvalid_credentials_details = AAA-OIDC-0010 指定された資格情報は無効です。 理由\: ''{0}''# failed_to_verify_identityfailed_to_verify_identity = AAA-OIDC-0011 ID トークンを検証できませんでした。 理由\: ''{0}''# missing_configurationmissing_configuration = AAA-OIDC-0012 有効な設定なしでネームスペースの初期化が呼び出されました。# invalid_certificate_fileinvalid_certificate_file = AAA-OIDC-0013 ''{0}'' の証明書をロードできませんでした。 理由\: ''{1}''# missing_json_idp_resourcemissing_json_idp_resource = AAA-OIDC-0014 JSON ID プロバイダー・リソース ''{0}'' が見\    つかりませんでした。# invalid_json_idp_resourceinvalid_json_idp_resource = AAA-OIDC-0015 JSON ID プロバイダー・リソース ''{0}'' が読み取\    れませんでした。 理由\: ''{1}''# missing_namespace_configurationmissing_namespace_configuration = AAA_OIDC-0016 ネームスペース ''{0}'' には構成情報が欠落\    しています。 理由\: ''{1}''# invalid_configuration_valueinvalid_configuration_value = AAA_OIDC-0017 ネームスペース ''{1}'' にある構成プロパティー ''{0}\    '' の値が無効です# could_not_load_private_keycould_not_load_private_key = AAA-OIDC-0018 ネームスペース ''{1}'' で ''{0}'' 内の秘密鍵を\    ロードできませんでした。理由\: ''{2}''# ask_for_credentialsask_for_credentials = 認証用資格情報を入力してください。# user_id_promptuser_id_prompt = ユーザー ID\:# namespace_displaynamespace_display = ネームスペース\:# password_promptpassword_prompt = パスワード\:# namespace_prmoptnamespace_prompt = ネームスペース\:
 |