123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- # 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 = AA_OIDC-0016 名稱空間 ''{0}'' 遺漏配置資訊。原因:''{1}''
- # invalid_configuration_value
- invalid_configuration_value = AA_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 = 名稱空間:
|