⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errormessages_ja.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 3 页
字号:
         * substitution text is not supported.         */        {ErrorMsg.XSL_VERSION_ERR,        "XSL \u30d0\u30fc\u30b8\u30e7\u30f3 ''{0}'' \u306f XSLTC \u306b\u3088\u308a\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  The definitions of one or more variables or         * parameters depend on one another.         */        {ErrorMsg.CIRCULAR_VARIABLE_ERR,        "''{0}'' \u5185\u306e\u5909\u6570/\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u306e\u53c2\u7167\u304c\u76f8\u4e92\u4f9d\u5b58\u3057\u3066\u3044\u307e\u3059\u3002"},        /*         * Note to translators:  The operator in an expresion with two operands was         * not recognized.         */        {ErrorMsg.ILLEGAL_BINARY_OP_ERR,        "2 \u9032\u5f0f\u306e\u6f14\u7b97\u5b50\u304c\u4e0d\u660e\u3067\u3059\u3002"},        /*         * Note to translators:  This message is produced if a reference to a         * function has too many or too few arguments.         */        {ErrorMsg.ILLEGAL_ARG_ERR,        "\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u5f15\u304d\u6570 (1 \u3064\u4ee5\u4e0a) \u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  "document()" is the name of function and must         * not be translated.  A node-set is a set of the nodes in the tree         * representation of an XML document.         */        {ErrorMsg.DOCUMENT_ARG_ERR,        "document() \u95a2\u6570\u3078\u306e 2 \u3064\u76ee\u306e\u5f15\u304d\u6570\u306f\u30ce\u30fc\u30c9\u30fb\u30bb\u30c3\u30c8\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  "<xsl:when>" and "<xsl:choose>" are keywords         * and should not be translated.  This message describes a syntax error         * in the stylesheet.         */        {ErrorMsg.MISSING_WHEN_ERR,        "\u5c11\u306a\u304f\u3068\u3082 1 \u3064\u306e <xsl:when> \u30a8\u30ec\u30e1\u30f3\u30c8\u304c <xsl:choose> \u5185\u306b\u5fc5\u8981\u3067\u3059\u3002"},        /*         * Note to translators:  "<xsl:otherwise>" and "<xsl:choose>" are         * keywords and should not be translated.  This message describes a         * syntax error in the stylesheet.         */        {ErrorMsg.MULTIPLE_OTHERWISE_ERR,        "<xsl:choose> \u3067\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b <xsl:otherwise> \u30a8\u30ec\u30e1\u30f3\u30c8\u306f 1 \u3064\u3060\u3051\u3067\u3059\u3002"},        /*         * Note to translators:  "<xsl:otherwise>" and "<xsl:choose>" are         * keywords and should not be translated.  This message describes a         * syntax error in the stylesheet.         */        {ErrorMsg.STRAY_OTHERWISE_ERR,        "<xsl:otherwise> \u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f <xsl:choose> \u5185\u3060\u3051\u3067\u3059\u3002"},        /*         * Note to translators:  "<xsl:when>" and "<xsl:choose>" are keywords         * and should not be translated.  This message describes a syntax error         * in the stylesheet.         */        {ErrorMsg.STRAY_WHEN_ERR,        "<xsl:when> \u3092\u4f7f\u7528\u3067\u304d\u308b\u306e\u306f <xsl:choose> \u5185\u3060\u3051\u3067\u3059\u3002"},        /*         * Note to translators:  "<xsl:when>", "<xsl:otherwise>" and         * "<xsl:choose>" are keywords and should not be translated.  This         * message describes a syntax error in the stylesheet.         */        {ErrorMsg.WHEN_ELEMENT_ERR,        "<xsl:choose> \u3067\u8a31\u53ef\u3055\u308c\u3066\u3044\u308b\u306e\u306f <xsl:when> \u304a\u3088\u3073 <xsl:otherwise> \u30a8\u30ec\u30e1\u30f3\u30c8\u3060\u3051\u3067\u3059\u3002"},        /*         * Note to translators:  "<xsl:attribute-set>" and "name" are keywords         * that should not be translated.         */        {ErrorMsg.UNNAMED_ATTRIBSET_ERR,        "<xsl:attribute-set> \u306b 'name' \u5c5e\u6027\u304c\u3042\u308a\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  An element in the stylesheet contained an         * element of a type that it was not permitted to contain.         */        {ErrorMsg.ILLEGAL_CHILD_ERR,        "\u5b50\u30a8\u30ec\u30e1\u30f3\u30c8\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  The stylesheet tried to create an element with         * a name that was not a valid XML name.  The substitution text contains         * the name.         */        {ErrorMsg.ILLEGAL_ELEM_NAME_ERR,        "\u30a8\u30ec\u30e1\u30f3\u30c8 ''{0}'' \u306f\u547c\u3073\u51fa\u305b\u307e\u305b\u3093"},        /*         * Note to translators:  The stylesheet tried to create an attribute         * with a name that was not a valid XML name.  The substitution text         * contains the name.         */        {ErrorMsg.ILLEGAL_ATTR_NAME_ERR,        "\u5c5e\u6027 ''{0}'' \u306f\u547c\u3073\u51fa\u305b\u307e\u305b\u3093"},        /*         * Note to translators:  The children of the outermost element of a         * stylesheet are referred to as top-level elements.  No text should         * occur within that outermost element unless it is within a top-level         * element.  This message indicates that that constraint was violated.         * "<xsl:stylesheet>" is a keyword that should not be translated.         */        {ErrorMsg.ILLEGAL_TEXT_NODE_ERR,        "\u30c6\u30ad\u30b9\u30c8\u30fb\u30c7\u30fc\u30bf\u304c\u6700\u4e0a\u4f4d\u306e <xsl:stylesheet> \u30a8\u30ec\u30e1\u30f3\u30c8\u306e\u5916\u5074\u306b\u3042\u308a\u307e\u3059\u3002"},        /*         * Note to translators:  JAXP is an acronym for the Java API for XML         * Processing.  This message indicates that the XML parser provided to         * XSLTC to process the XML input document had a configuration problem.         */        {ErrorMsg.SAX_PARSER_CONFIG_ERR,        "JAXP \u30d1\u30fc\u30b5\u30fc\u306f\u6b63\u3057\u304f\u69cb\u6210\u3055\u308c\u3066\u3044\u307e\u305b\u3093"},        /*         * Note to translators:  The substitution text names the internal error         * encountered.         */        {ErrorMsg.INTERNAL_ERR,        "\u30ea\u30ab\u30d0\u30ea\u30fc\u4e0d\u80fd XSLTC \u5185\u90e8\u30a8\u30e9\u30fc: ''{0}''"},        /*         * Note to translators:  The stylesheet contained an element that was         * not recognized as part of the XSL syntax.  The substitution text         * gives the element name.         */        {ErrorMsg.UNSUPPORTED_XSL_ERR,        "XSL \u30a8\u30ec\u30e1\u30f3\u30c8 ''{0}'' \u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  The stylesheet referred to an extension to the         * XSL syntax and indicated that it was defined by XSLTC, but XSTLC does         * not recognized the particular extension named.  The substitution text         * gives the extension name.         */        {ErrorMsg.UNSUPPORTED_EXT_ERR,        "XSLTC \u62e1\u5f35 ''{0}'' \u306f\u8a8d\u8b58\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  The XML document given to XSLTC as a stylesheet         * was not, in fact, a stylesheet.  XSLTC is able to detect that in this         * case because the outermost element in the stylesheet has to be         * declared with respect to the XSL namespace URI, but no declaration         * for that namespace was seen.         */        {ErrorMsg.MISSING_XSLT_URI_ERR,        "\u5165\u529b\u6587\u66f8\u306f\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u3067\u306f\u3042\u308a\u307e\u305b\u3093 (XSL \u30cd\u30fc\u30e0\u30fb\u30b9\u30da\u30fc\u30b9\u306f\u30eb\u30fc\u30c8\u30fb\u30a8\u30ec\u30e1\u30f3\u30c8\u5185\u3067\u5ba3\u8a00\u3055\u308c\u3066\u3044\u307e\u305b\u3093)\u3002"},        /*         * Note to translators:  XSLTC could not find the stylesheet document         * with the name specified by the substitution text.         */        {ErrorMsg.MISSING_XSLT_TARGET_ERR,        "\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u30fb\u30bf\u30fc\u30b2\u30c3\u30c8 ''{0}'' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002"},        /*         * Note to translators:  This message represents an internal error in         * condition in XSLTC.  The substitution text is the class name in XSLTC         * that is missing some functionality.         */        {ErrorMsg.NOT_IMPLEMENTED_ERR,        "''{0}'' \u304c\u30a4\u30f3\u30d7\u30ea\u30e1\u30f3\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  The XML document given to XSLTC as a stylesheet         * was not, in fact, a stylesheet.         */        {ErrorMsg.NOT_STYLESHEET_ERR,        "\u5165\u529b\u6587\u66f8\u306b\u306f XSL \u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u304c\u5165\u3063\u3066\u3044\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  The element named in the substitution text was         * encountered in the stylesheet but is not recognized.         */        {ErrorMsg.ELEMENT_PARSE_ERR,        "\u30a8\u30ec\u30e1\u30f3\u30c8 ''{0}'' \u3092\u69cb\u6587\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f"},        /*         * Note to translators:  "use", "<key>", "node", "node-set", "string"         * and "number" are keywords in this context and should not be         * translated.  This message indicates that the value of the "use"         * attribute was not one of the permitted values.         */        {ErrorMsg.KEY_USE_ATTR_ERR,        "<key> \u306e use \u5c5e\u6027\u306f node\u3001node-set\u3001string\u3001\u307e\u305f\u306f number \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  An XML document can specify the version of the         * XML specification to which it adheres.  This message indicates that         * the version specified for the output document was not valid.         */        {ErrorMsg.OUTPUT_VERSION_ERR,        "\u51fa\u529b XML \u6587\u66f8\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u306f 1.0 \u306b\u306a\u3063\u3066\u3044\u308b\u306f\u305a\u3067\u3059"},        /*         * Note to translators:  The operator in a comparison operation was         * not recognized.         */        {ErrorMsg.ILLEGAL_RELAT_OP_ERR,        "\u95a2\u4fc2\u5f0f\u306e\u6f14\u7b97\u5b50\u304c\u4e0d\u660e\u3067\u3059"},        /*         * Note to translators:  An attribute set defines as a set of XML         * attributes that can be added to an element in the output XML document         * as a group.  This message is reported if the name specified was not         * used to declare an attribute set.  The substitution text is the name         * that is in error.         */        {ErrorMsg.ATTRIBSET_UNDEF_ERR,        "\u5b58\u5728\u3057\u3066\u3044\u306a\u3044\u5c5e\u6027\u30bb\u30c3\u30c8 ''{0}'' \u3092\u4f7f\u7528\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059\u3002"},        /*         * Note to translators:  The term "attribute value template" is a term         * defined by XSLT which describes the value of an attribute that is         * determined by an XPath expression.  The message indicates that the         * expression was syntactically incorrect; the substitution text         * contains the expression that was in error.         */        {ErrorMsg.ATTR_VAL_TEMPLATE_ERR,        "\u5c5e\u6027\u5024\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8 ''{0}'' \u3092\u69cb\u6587\u89e3\u6790\u3067\u304d\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  ???         */        {ErrorMsg.UNKNOWN_SIG_TYPE_ERR,        "\u30af\u30e9\u30b9 ''{0}'' \u306e\u30b7\u30b0\u30cb\u30c1\u30e3\u30fc\u5185\u306e\u30c7\u30fc\u30bf\u30fb\u30bf\u30a4\u30d7\u304c\u4e0d\u660e\u3067\u3059\u3002"},        /*         * Note to translators:  The substitution text refers to data types.         * The message is displayed if a value in a particular context needs to         * be converted to type {1}, but that's not possible for a value of         * type {0}.         */        {ErrorMsg.DATA_CONVERSION_ERR,        "\u30c7\u30fc\u30bf\u30fb\u30bf\u30a4\u30d7 ''{0}'' \u3092 ''{1}'' \u306b\u5909\u63db\u3067\u304d\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  "Templates" is a Java class name that should         * not be translated.         */        {ErrorMsg.NO_TRANSLET_CLASS_ERR,        "\u3053\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306b\u306f\u6709\u52b9\u306a translet \u30af\u30e9\u30b9\u5b9a\u7fa9\u304c\u5165\u3063\u3066\u3044\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  "Templates" is a Java class name that should         * not be translated.         */        {ErrorMsg.NO_MAIN_TRANSLET_ERR,        "\u3053\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u306b\u306f\u540d\u524d\u304c ''{0}'' \u306e\u30af\u30e9\u30b9\u306f\u5165\u3063\u3066\u3044\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  The substitution text is the name of a class.         */        {ErrorMsg.TRANSLET_CLASS_ERR,        "translet \u30af\u30e9\u30b9 ''{0}'' \u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002"},        {ErrorMsg.TRANSLET_OBJECT_ERR,        "translet \u30af\u30e9\u30b9\u304c\u30ed\u30fc\u30c9\u3055\u308c\u307e\u3057\u305f\u304c\u3001translet \u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3002"},        /*         * Note to translators:  "ErrorListener" is a Java interface name that         * should not be translated.  The message indicates that the user tried         * to set an ErrorListener object on object of the class named in the         * substitution text with "null" Java value.         */        {ErrorMsg.ERROR_LISTENER_NULL_ERR,        "''{0}'' \u306e ErrorListener \u3092\u30cc\u30eb\u306b\u8a2d\u5b9a\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u307e\u3059"},        /*         * Note to translators:  StreamSource, SAXSource and DOMSource are Java         * interface names that should not be translated.         */        {ErrorMsg.JAXP_UNKNOWN_SOURCE_ERR,        "XSLTC \u304c\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u308b\u306e\u306f StreamSource\u3001SAXSource\u3001\u304a\u3088\u3073 DOMSource \u3060\u3051\u3067\u3059"},        /*

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -