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 error
- internal_error = AAA-OIDC-0001 内部エラー
- # multiple_search_steps_not_supported
- multiple_search_steps_not_supported = AAA-OIDC-0002 このネームスペースでは複数の検索ステップはサポート\
- されていません。
- # configuration_error
- configuration_error = AAA-OIDC-0003 設定エラー
- # initialization_failure
- initialization_failure = AAA-OIDC-0004 プロバイダーを初期化できませんでした。 理由 ''{0}''
- # failed_to_retrieve_identity
- failed_to_retrieve_identity = AAA-OIDC-0005 ID プロバイダーから ID を取得できませんでした。 理由 ''\
- {0}''
- # logon_failed
- logon_failed = AAA-OIDC-0006 ユーザーを認証できません。
- # trusted_credential_issue
- trusted_credential_issue = AAA-OIDC-0007 信頼されている資格情報を使用してログオンしているときにエラーが発生\
- しました。 理由 ''{0}''
- # authentication_required
- authentication_required = AAA-OIDC-0008 認証が必要です。
- # invalid_credentials
- invalid_credentials = AAA-OIDC-0009 指定された資格情報は無効です。
- # invalid_credentials_details
- invalid_credentials_details = AAA-OIDC-0010 指定された資格情報は無効です。 理由\: ''{0}''
- # failed_to_verify_identity
- failed_to_verify_identity = AAA-OIDC-0011 ID トークンを検証できませんでした。 理由\: ''{0}''
- # missing_configuration
- missing_configuration = AAA-OIDC-0012 有効な設定なしでネームスペースの初期化が呼び出されました。
- # invalid_certificate_file
- invalid_certificate_file = AAA-OIDC-0013 ''{0}'' の証明書をロードできませんでした。 理由\: ''{1}''
- # missing_json_idp_resource
- missing_json_idp_resource = AAA-OIDC-0014 JSON ID プロバイダー・リソース ''{0}'' が見\
- つかりませんでした。
- # invalid_json_idp_resource
- invalid_json_idp_resource = AAA-OIDC-0015 JSON ID プロバイダー・リソース ''{0}'' が読み取\
- れませんでした。 理由\: ''{1}''
- # missing_namespace_configuration
- missing_namespace_configuration = AAA_OIDC-0016 ネームスペース ''{0}'' には構成情報が欠落\
- しています。 理由\: ''{1}''
- # invalid_configuration_value
- invalid_configuration_value = AAA_OIDC-0017 ネームスペース ''{1}'' にある構成プロパティー ''{0}\
- '' の値が無効です
- # could_not_load_private_key
- could_not_load_private_key = AAA-OIDC-0018 ネームスペース ''{1}'' で ''{0}'' 内の秘密鍵を\
- ロードできませんでした。理由\: ''{2}''
- # ask_for_credentials
- ask_for_credentials = 認証用資格情報を入力してください。
- # user_id_prompt
- user_id_prompt = ユーザー ID\:
- # namespace_display
- namespace_display = ネームスペース\:
- # password_prompt
- password_prompt = パスワード\:
- # namespace_prmopt
- namespace_prompt = ネームスペース\:
|