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

📄 messages.properties

📁 javascript语言的解释器源码
💻 PROPERTIES
📖 第 1 页 / 共 2 页
字号:
msg.no.paren.for =\    missing ( after formsg.no.semi.for =\    missing ; after for-loop initializermsg.no.semi.for.cond =\    missing ; after for-loop conditionmsg.no.paren.for.ctrl =\    missing ) after for-loop controlmsg.no.paren.with =\    missing ( before with-statement objectmsg.no.paren.after.with =\    missing ) after with-statement objectmsg.bad.return =\    invalid returnmsg.no.brace.block =\    missing } in compound statementmsg.bad.label =\    invalid labelmsg.bad.var =\    missing variable namemsg.bad.var.init =\    invalid variable initializationmsg.no.colon.cond =\    missing : in conditional expressionmsg.no.paren.arg =\    missing ) after argument listmsg.no.bracket.arg =\    missing ] after element listmsg.bad.prop =\    invalid property idmsg.no.colon.prop =\    missing : after property idmsg.no.brace.prop =\    missing } after property listmsg.no.paren =\    missing ) in parentheticalmsg.reserved.id =\    identifier is a reserved wordmsg.no.paren.catch =\    missing ( before catch-block conditionmsg.bad.catchcond =\    invalid catch block conditionmsg.catch.unreachable =\    any catch clauses following an unqualified catch are unreachablemsg.no.brace.catchblock =\    missing '{' before catch-block bodymsg.try.no.catchfinally =\    ''try'' without ''catch'' or ''finally''msg.syntax =\    syntax errormsg.unexpected.eof =\    Unexpected end of filemsg.XML.bad.form =\    illegally formed XML syntaxmsg.XML.not.available =\    XML runtime not availablemag.too.deep.parser.recursion =\    Too deep recursion while parsing# ScriptRuntimemsg.assn.create.strict =\    Attempt to assign non-existing name "{0}" in the strict mode. \    It could indicate a missing variable statement.msg.prop.not.found =\    Property {0} not found.msg.invalid.type =\    Invalid JavaScript value of type {0}msg.primitive.expected =\    Primitive type expected (had {0} instead)msg.namespace.expected =\    Namespace object expected to left of :: (found {0} instead)msg.null.to.object =\    Cannot convert null to an object.msg.undef.to.object =\    Cannot convert undefined to an object.msg.cyclic.value =\    Cyclic {0} value not allowed.msg.is.not.defined =\    "{0}" is not defined.msg.undef.prop.read =\    Cannot read property "{1}" from {0}msg.undef.prop.write =\    Cannot set property "{1}" of {0} to "{2}"msg.undef.prop.delete =\    Cannot delete property "{1}" of {0}msg.undef.method.call =\    Cannot call method "{1}" of {0}msg.undef.with =\    Cannot apply "with" to {0}msg.isnt.function =\    {0} is not a function, it is {1}.msg.function.not.found =\    Cannot find function {0}.msg.isnt.xml.object =\    {0} is not an xml object.msg.no.ref.to.get =\    {0} is not a reference to read reference value.msg.no.ref.to.set =\    {0} is not a reference to set reference value tpo {1}.msg.no.ref.from.function =\    Function {0} can not be used as the left-hand side of assignment \    or as an operand of ++ or -- operator.msg.bad.default.value =\    Object''s getDefaultValue() method returned an object.msg.instanceof.not.object = \    Can''t use instanceof on a non-object.msg.instanceof.bad.prototype = \    ''prototype'' property of {0} is not an object.msg.bad.radix = \    illegal radix {0}.# ScriptableObjectmsg.default.value =\    Cannot find default value for object.msg.zero.arg.ctor =\    Cannot load class "{0}" which has no zero-parameter constructor.msg.ctor.multiple.parms =\    Can''t define constructor or class {0} since more than one \    constructor has multiple parameters.msg.extend.scriptable =\    {0} must extend ScriptableObject in order to define property {1}.msg.bad.getter.parms =\    In order to define a property, getter {0} must have zero parameters \    or a single ScriptableObject parameter.msg.obj.getter.parms =\    Expected static or delegated getter {0} to take a ScriptableObject parameter.msg.getter.static =\    Getter and setter must both be static or neither be static.msg.setter2.parms =\    Two-parameter setter must take a ScriptableObject as its first parameter.msg.setter1.parms =\    Expected single parameter setter for {0}msg.setter2.expected =\    Expected static or delegated setter {0} to take two parameters.msg.setter.parms =\    Expected either one or two parameters for setter.msg.setter.bad.type =\    Unsupported parameter type "{0}" in setter "{1}".msg.add.sealed =\    Cannot add a property to a sealed object: {0}.msg.remove.sealed =\    Cannot remove a property from a sealed object: {0}.msg.modify.sealed =\    Cannot modify a property of a sealed object: {0}.# TokenStreammsg.missing.exponent =\    missing exponentmsg.caught.nfe =\    number format errormsg.unterminated.string.lit =\    unterminated string literalmsg.unterminated.comment =\    unterminated commentmsg.unterminated.re.lit =\    unterminated regular expression literalmsg.invalid.re.flag =\    invalid flag after regular expressionmsg.no.re.input.for =\    no input for {0}msg.illegal.character =\    illegal charactermsg.invalid.escape =\    invalid Unicode escape sequencemsg.bad.namespace =\    not a valid default namespace statement. \    Syntax is: default xml namespace = EXPRESSION;# TokensStream warningsmsg.bad.octal.literal =\    illegal octal literal digit {0}; interpreting it as a decimal digitmsg.reserved.keyword =\    illegal usage of future reserved keyword {0}; interpreting it as ordinary identifier# Undefinedmsg.undefined =\    The undefined value has no properties.# LiveConnect errorsmsg.java.internal.field.type =\    Internal error: type conversion of {0} to assign to {1} on {2} failed.msg.java.conversion.implicit_method =\    Can''t find converter method "{0}" on class {1}.msg.java.method.assign =\    Java method "{0}" cannot be assigned to.msg.java.internal.private =\    Internal error: attempt to access private/protected field "{0}".msg.java.no_such_method =\    Can''t find method {0}.msg.script.is.not.constructor =\    Script objects are not constructors.msg.nonjava.method =\    Java method "{0}" was invoked with {1} as "this" value that can not be converted to Java type {2}.msg.java.member.not.found =\    Java class "{0}" has no public instance field or method named "{1}".msg.pkg.int =\    Java package names may not be numbers.# ImporterTopLevelmsg.ambig.import =\    Ambiguous import: "{0}" and and "{1}".msg.not.pkg =\    Function importPackage must be called with a package; had "{0}" instead.msg.not.class =\    Function importClass must be called with a class; had "{0}" instead.msg.prop.defined =\    Cannot import "{0}" since a property by that name is already defined.#JavaAdaptermsg.adapter.zero.args =\    JavaAdapter requires at least one argument.msg.not.java.class.arg = \Argument {0} is not Java class: {1}.#JavaAdaptermsg.only.one.super = \Only one class may be extended by a JavaAdapter. Had {0} and {1}.# Arraysmsg.arraylength.bad =\    Inappropriate array length.# Arraysmsg.arraylength.too.big =\    Array length {0} exceeds supported capacity limit.# URImsg.bad.uri =\    Malformed URI sequence.# Numbermsg.bad.precision =\    Precision {0} out of range.

⌨️ 快捷键说明

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