1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- # 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 无法检索来自身份提供程序的身份。原因:“{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 未能验证身份令牌。原因:“{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 身份提供程序资源“{0}”。
- # invalid_json_idp_resource
- invalid_json_idp_resource = AAA-OIDC-0015 无法读取 JSON 身份提供程序资源“{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 = 用户标识:
- # namespace_display
- namespace_display = 名称空间:
- # password_prompt
- password_prompt = 密码:
- # namespace_prmopt
- namespace_prompt = 名称空间:
|