📄 pegasusserver_en.txt
字号:
* @note PGS00229: * Substitution {0} is a message string */ Common.InternalException.MALFORMED_LANGUAGE_HEADER:string { "PGS00229: The language header is not valid: {0}"} /** * @note PGS00230: * Substitution {0} is a message string * Do not translate the word 'Accept-Language' since it is a standard HTTP request header field */ Common.InternalException.INVALID_ACCEPTLANGUAGE_HEADER:string { "PGS00230: The Accept-Language header is not valid: {0}"} /** * @note PGS00231: * Substitution {0} is a message string * Do not translate the word 'Content-Language' since it is a standard HTTP header */ Common.InternalException.INVALID_CONTENTLANGUAGE_HEADER:string { "PGS00231: The Content-Language header is not valid: {0}"} /** * @note PGS00232: * Do not translate the word 'Authorization' since it is a standard HTTP header */ Common.InternalException.INVALID_AUTH_HEADER:string {"PGS00232: The Authorization header is not valid."} Common.InternalException.UNAUTHORIZED_ACCESS:string {"PGS00233: Unauthorized access."} // ========================================================== // Messages for Exception // Please use message prefix "PGS00400" // ========================================================== Common.Exception.INDEX_OUT_OF_BOUNDS_EXCEPTION:string {"PGS00400: Index out of bounds."} /** * @note PGS00401: * Substitution {0} is a message string */ Common.Exception.ALREADY_EXISTS_EXCEPTION:string {"PGS00401: Already exists: {0}"} /** * @note PGS00402: * Substitution {0} is a CIM name (a string) */ Common.Exception.NAME_EXCEPTION:string {"PGS00402: The CIM name is not valid: {0}"} /** * @note PGS00403: * Substitution {0} is a CIM namespace (a string) */ Common.Exception.INVALID_NAMESPACE_NAME_EXCEPTION:string {"PGS00403: The CIM namespace name is not valid: {0}"} Common.Exception.UNINITIALIZED_OBJECT_EXCEPTION:string {"PGS00404: The object is not initialized."} Common.Exception.TYPE_MISMATCH_EXCEPTION:string {"PGS00405: The CIM type does not match the expected CIM type."} Common.Exception.DYNAMIC_CAST_FAILED_EXCEPTION:string {"PGS00406: Dynamic cast failure."} /** * @note PGS00407: * Do not translate the word 'datetime' since it is a standard CIM type */ Common.Exception.INVALID_DATETIME_FORMAT_EXCEPTION:string {"PGS00407: The format of the CIM datetime type is not valid."} /** * @note PGS00408: * Substitution {0} is an object name (a string) */ Common.Exception.MALFORMED_OBJECT_NAME_EXCEPTION:string {"PGS00408: The object name is not valid: {0}"} /** * @note PGS00409: * Substitution {0} is a message string */ Common.Exception.BIND_FAILED_EXCEPTION:string {"PGS00409: Bind failed: {0}"} /** * @note PGS00410: * Substitution {0} is a string with the hostname:portnumber */ Common.Exception.INVALID_LOCATOR_EXCEPTION:string {"PGS00410: Locator is not valid: {0}"} Common.Exception.CANNOT_CREATE_SOCKET_EXCEPTION:string {"PGS00411: Cannot create the socket."} Common.Exception.ALREADY_CONNECTED_EXCEPTION:string {"PGS00412: Already connected."} Common.Exception.NOT_CONNECTED_EXCEPTION:string {"PGS00413: Not connected."} Common.Exception.CONNECTION_TIMEOUT_EXCEPTION:string {"PGS00414: Connection timed out."} /** * @note PGS00415: * Substitution {0} is a message string */ Common.Exception.SSL_EXCEPTION:string {"PGS00415: SSL exception: {0}"} /** * @note PGS00416: * Substitution {0} is a time (in string format) * Do not translate the word 'datetime' since it is a standard CIM type */ Common.Exception.DATETIME_OUT_OF_RANGE_EXCEPTION:string {"PGS00416: The value of the CIM datetime type is out of range: {0}"} Common.Exception.SSL_CRL_NOT_ENABLED_EXCEPTION:string {"PGS00417: SSL CRL verification is not enabled."} // ========================================================== // Messages for XmlParser // Please use message prefix "PGS00600 " // ========================================================== /** * @note PGS00600: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.BAD_START_TAG:string {"PGS00600: Opening element on line {0} is not valid. {1}"} /** * @note PGS00601: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.BAD_END_TAG:string {"PGS00601: Closing element on line {0} is not valid. {1}"} /** * @note PGS00602: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.BAD_ATTRIBUTE_NAME:string {"PGS00602: Attribute name on line {0} is not valid. {1}"} /** * @note PGS00603: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.EXPECTED_EQUAL_SIGN:string {"PGS00603: Expected an equal sign on line {0}. {1}"} /** * @note PGS00604: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.BAD_ATTRIBUTE_VALUE:string {"PGS00604: Attribute value on line {0} is not valid. {1}"} /** * @note PGS00605: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.MINUS_MINUS_IN_COMMENT:string {"PGS00605: A \"--\" sequence is found within a comment on line {0}. {1}"} /** * @note PGS00606: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.UNTERMINATED_COMMENT:string {"PGS00606: Expected an end comment on line {0}. {1}"} /** * @note PGS00607: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message * Do not translate the word 'CDATA' since it is a standard XML section name */ Common.XmlParser.UNTERMINATED_CDATA:string {"PGS00607: Expected an end for the CDATA block on line {0}. {1}"} /** * @note PGS00608: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message * Do not translate the word 'DOCTYPE' since it is a standard XML type declaration */ Common.XmlParser.UNTERMINATED_DOCTYPE:string {"PGS00608: Expected an end for the DOCTYPE on line {0}. {1}"} /** * @note PGS00609: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.TOO_MANY_ATTRIBUTES:string {"PGS00609: Too many attributes on line {0}. The XML parser handles a maximum of 10. {1}"} /** * @note PGS00610: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.MALFORMED_REFERENCE:string {"PGS00610: Character or entity reference is not valid on line {0}. {1}"} /** * @note PGS00611: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message * Do not translate the word 'CDATA' since it is a standard XML section name */ Common.XmlParser.EXPECTED_COMMENT_OR_CDATA:string {"PGS00611: Expected a comment or CDATA following the \"<!\" sequence on line {0}. {1}"} /** * @note PGS00612: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.START_END_MISMATCH:string {"PGS00612: The closing element does not match the opening element on line {0}. {1}"} /** * @note PGS00613: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message but it is not used! */ Common.XmlParser.UNCLOSED_TAGS:string {"PGS00613: One or more tags are still open on line {0}. {1}"} /** * @note PGS00614: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.MULTIPLE_ROOTS:string {"PGS00614: More than one root element is found on line {0}. {1}"} /** * @note PGS00615: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.VALIDATION_ERROR:string {"PGS00615: Validation error on line {0}. {1}"} /** * @note PGS00616: * Substitution {0} is a line number (Uint32) * Substitution {1} is a message */ Common.XmlParser.SEMANTIC_ERROR:string {"PGS00616: Semantic error on line {0}. {1}"} // ========================================================== // Messages for Repository InheritanceTree // Please use message prefix "PGS00800" for InheritanceTree // ========================================================== /** * @note PGS00800: * Substitution {0} is a class name (a string) */ Repository.InheritanceTree.INVALID_INHERITANCE_TREE:string {"PGS00800: The inheritance tree is not valid. Unknown class: {0}"} // ========================================================== // Messages for Repository NameSpaceManager // Please use message prefix "PGS01000" for NameSpaceManager // ========================================================== /** * @note PGS01000: * Substitution {0} is a namespace (a string) */ Repository.NameSpaceManager.ATTEMPT_DELETE_NONEMPTY_NAMESPACE:string {"PGS01000: Namespace {0} is not empty. Delete failed."} Repository.NameSpaceManager.ATTEMPT_TO_CHANGE_SUPERCLASS:string {"PGS01001: An attempt to change the superclass is detected."} // ========================================================== // Messages for CIMRepository // Please use message prefix "PGS01200" // ========================================================== Repository.CIMRepository.COMPACT_FAILED:string {"PGS01200: Failed to compact the file."} Repository.CIMRepository.ROLLBACK_FAILED:string {"PGS01201: The rollback operation failed."} Repository.CIMRepository.BEGIN_FAILED:string {"PGS01202: The attempt to begin the transaction failed."} /** * @note PGS01203: * Substitution {0} is an instance name (a string)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -