📄 pegasusserver_en.txt
字号:
*/ Repository.CIMRepository.FAILED_TO_DELETE_INSTANCE:string {"PGS01203: Failed to delete instance {0}." } Repository.CIMRepository.COMMIT_FAILED:string {"PGS01204: The commit operation failed."} /** * @note PGS01205: * Substitution {0} is a CIM class name (a string) */ Repository.CIMRepository.CLASS_HAS_NO_KEYS:string {"PGS01205: Class {0} has no keys. An instance of that class cannot be created." } /** * @note PGS01206: * Substitution {0} is an instance name (a string) */ Repository.CIMRepository.FAILED_TO_CREATE_INSTANCE:string {"PGS01206: Failed to create instance {0}."} /** * @note PGS01207: * Substitution {0} is a class name::method name (a string) */ Repository.CIMRepository.FAILED_TO_REMOVE_FILE:string {"PGS01207: Failed to remove the file in {0}."} Repository.CIMRepository.ATTEMPT_TO_MODIFY_KEY_PROPERTY:string {"PGS01208: An attempt to modify a key property is detected."} /** * @note PGS01209: * Substitution {0} is an instance name (a string) */ Repository.CIMRepository.FAILED_TO_MODIFY_INSTANCE:string {"PGS01209: Failed to modify instance {0}."} /** * @note PGS01210: * Substitution {0} is a class name (a string) */ Repository.CIMRepository.FAILED_TO_LOAD_INSTANCES:string {"PGS01210: Failed to load instances in class {0}."} /** * @note PGS01211: * Substitution {0} is a class name (a string) */ Repository.CIMRepository.FAILED_TO_LOAD_INSTANCE_NAMES:string {"PGS01211: Failed to load instance names in class {0}."} /** * @note PGS01212: * Substitution {0} is a method name (a string) */ Repository.CIMRepository.INTERNAL_ERROR:string {"PGS01212: Internal error in method {0}."} /** * @version 2.4 * @note PGS01213: * Do not translate the word 'Content-Language' since it is a standard HTTP header */ Repository.CIMRepository.UNSUPPORTED_CONTENTLANG:string {"PGS01213: The Content-Language parameter is not supported for this request."} // ========================================================== // Messages for Security UserExceptions // Please use message prefix "PGS01400" // ========================================================== /** * @note PGS01400: * Substitution {0} is a user name (a string) */ Security.UserManager.UserExceptions.USER_ALREADY_EXISTS:string {"PGS01400: User {0} already exists."} /** * @note PGS01401: * Substitution {0} is a user name (a string) */ Security.UserManager.UserExceptions.INVALID_CIM_USER:string {"PGS01401: User {0} is not a valid CIM user."} /** * @note PGS01402: * Substitution {0} is a user name (a string) */ Security.UserManager.UserExceptions.INVALID_USER_ON_LOCAL_SYSTEM:string {"PGS01402: User {0} is not a valid user on the local system."} /** * @note PGS01403: * Substitution {0} is a user name (a string) */ Security.UserManager.UserExceptions.PASSWORD_MISMATCH:string {"PGS01403: The specified password does not match user's current password for user {0}."} Security.UserManager.UserExceptions.INTERNAL_ERROR_PWD_CACHE:string {"PGS01404: Internal error while processing the password cache table."} /** * @note PGS01405: * Substitution {0} is a user name (a string) * Substitution {1} is a namespace (a string) */ Security.UserManager.UserExceptions.USER_NAMESPACE_NOT_AUTHORIZED:string {"PGS01405: The specified user {0} is not authorized to namespace {1}."} Security.UserManager.UserExceptions.INTERNAL_ERROR_AUTH_CACHE:string {"PGS01406: Internal error while processing the authorization cache table."} /** * @note PGS01407: * Substitution {0} is a user name (a string) * Substitution {1} is a namespace (a string) */ Security.UserManager.UserExceptions.AUTH_ENTRY_NOT_FOUND:string {"PGS01407: Authorization entry is not found for user {0} with the namespace {1}."} /** * @note PGS01408: * Substitution {0} is a namespace (a string) */ Security.UserManager.UserExceptions.NAMESPACE_DOES_NOT_EXIST:string {"PGS01408: The specified namespace {0} does not exist."} /** * @note PGS01409: * Do not translate the word "UserManager" since it is a class name. */ Security.UserManager.UserExceptions.CANT_CREATE_USERMANAGER_INSTANCE:string{"PGS01409: Cannot create a UserManager instance. The repository handle maynot be valid."} // ========================================================== // Messages for Security PasswordFile // Please use message prefix "PGS01600" // ========================================================== /** * @note PGS01600: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.PWD_FILE_NOT_FOUND:string {"PGS01600: The password file {0} is not found."} Security.UserManager.PasswordFile.CREATING_BLANK_PWD_FILE:string {"PGS01601: Creating blank password file."} /** * @note PGS01602: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.TRYING_TO_BACKUP_FILE:string {"PGS01602: Attempting to use the backup file {0}."} /** * @note PGS01603: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.CANNOT_USE_BACKUP_FILE:string {"PGS01603: Unable to use the backup file {0}."} /** * @note PGS01604: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.RECOVERED_USING_BACKUP_FILE:string {"PGS01604: Recovered using the backup file {0}."} /** * @note PGS01605: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.ERROR_OPENING_PWD_FILE:string {"PGS01605: Error opening the password file {0}."} /** * @note PGS01606: * Substitution {0} is a user name (a string) */ Security.UserManager.PasswordFile.ERROR_READING_PWD_ENTRY:string {"PGS01606: Error reading the password entry for user {0}."} /** * @note PGS01607: * Substitution {0} is a user name (a string) */ Security.UserManager.PasswordFile.DUPLICATE_USER:string {"PGS01607: Duplicate user: {0}."} /** * @note PGS01608: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.CANNOT_REMOVE_PWD_FILE:string {"PGS01608: Cannot remove the password file {0}."} /** * @note PGS01609: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.CANNOT_RENAME_PWD_FILE:string {"PGS01609: Cannot rename the password file {0}."} /** * @note PGS01610: * Substitution {0} is a file name (a string) */ Security.UserManager.PasswordFile.CANNOT_REMOVE_BACKUP_PWD_FILE:string {"PGS01610: Cannot remove the backup password file {0}."} // ========================================================== // Messages for Security UserFileHandler // Please use message prefix "PGS01800" // ========================================================== Security.UserManager.UserFileHandler.TIMEOUT:string {"PGS01800: Timed out while attempting to perform the requested operation. Try the operation again."} Security.UserManager.UserFileHandler.DEADLOCK:string {"PGS01801: Deadlock encountered while attempting to perform the requested operation. Try the operation again."} /** * @note PGS01802: * Substitution {0} is a user name (a string) */ Security.UserManager.UserFileHandler.ERROR_UPDATING_USER_INFO:string {"PGS01802: Error updating the user information for user {0}."} // ========================================================== // Messages for Security AuthenticationManager // Please use message prefix "PGS02000" // ========================================================== Security.Authentication.AuthenticationManager.AUTHENTICATION_HANDLER_KERBEROS_FAILED_TO_INITIALIZE:string {"PGS02000: The CIM server authentication handler for Kerberos failed to initialize properly. The CIM server is not started."} // ========================================================== // Messages for ConfigExceptions // Please use message prefix "PGS02200" // ========================================================== /** * @note PGS02200: * Substitution {0} is the option (a string) */ Config.ConfigExceptions.MISSING_CMDLINE_OPTION:string {"PGS02200: Missing the command line option {0}."} Config.ConfigExceptions.UNRECOGNIZED_CMDLINE_OPTION:string {"PGS02201: Command line option is not recognized. "} /** * @note PGS02202: * Substitution {0} is the name of the property (a string) * Substitution {1} is the property value */ Config.ConfigExceptions.INVALID_PROPERTY_VALUE:string {"PGS02202: Property value is not valid: {0}={1}"} /** * @note PGS02203: * Substitution {0} is the option (a string) */ Config.ConfigExceptions.DUPLICATE_OPTION:string {"PGS02203: Duplicate option {0}."} /** * @note PGS02204: * Substitution {0} is the option (a string) */ Config.ConfigExceptions.UNRECOGNIZED_CONFIG_FILE_OPTION:string {"PGS02204: Configuration file option {0} is not recognized."} /** * @note PGS02205: * Substitution {0} is the option (a string) */ Config.ConfigExceptions.MISSING_REQUIRED_OPTION:string {"PGS02205: Missing the required option value {0}."} /** * @note PGS02206: * Substitution {0} is the name of a property (a string) */ Config.ConfigExceptions.UNRECOGNIZED_CONFIG_PROPERTY:string {"PGS02206: The configuration property {0} is not recognized."} /** * @note PGS02207: * Substitution {0} is the name of a property (a string) */ Config.ConfigExceptions.NONDYNAMIC_CONFIG_PROPERTY:string {"PGS02207: The configuration property {0} is not dynamic."} Config.ConfigExceptions.CONFIG_FILE_SYNTAX_ERR:string {"PGS02208: Syntax error is found in the configuration file: "} // ========================================================== // Messages for ConfigManager // Please use message prefix "PGS02300" // ========================================================== /** * @note PGS02300: * Substitution {0} is the name of a property (a string) */ Config.ConfigManager.NOTSUPPORTED_CONFIG_PROPERTY:string {"PSG02300: Configuration property {0} is not supported. Setting ignored."}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -