| 5 | 无效的过程调用或参数 |
Invalid procedure call or argument |
| 6 | 溢出 |
Overflow |
| 7 | 内存不足 |
Out of memory |
| 9 | 下标越界 |
Subscript out of range |
| 10 | 该数组为定长的或临时被锁定 |
This array is fixed or temporarily locked |
| 11 | 被零除 |
Division by zero |
| 13 | 类型不匹配 |
Type mismatch |
| 14 | 字符串空间不够 |
Out of string space |
| 17 | 不能执行所需的操作 |
Can't perform requested operation |
| 28 | 堆栈溢出 |
Out of stack space |
| 35 | 未定义 Sub 或 Function |
Sub or Function not defined |
| 48 | 加载 DLL 时出错 |
Error in loading DLL |
| 51 | 内部错误 |
Internal error |
| 52 | 错误的文件名或号码 |
Bad file name or number |
| 53 | 文件未找到 |
File not found |
| 54 | 错误的文件模式 |
Bad file mode |
| 55 | 文件已经打开 |
File already open |
| 57 | 设备 I/O 错误 |
Device I/O error |
| 58 | 文件已存在 |
File already exists |
| 61 | 磁盘已满 |
Disk full |
| 62 | 输入超出了文件尾 |
Input past end of file |
| 67 | 文件过多 |
Too many files |
| 68 | 设备不可用 |
Device unavailable |
| 70 | 没有权限 |
Permission denied |
| 71 | 磁盘没有准备好 |
Disk not ready |
| 74 | 重命名时不能带有其他驱动器符号 |
Can't rename with different drive |
| 75 | 路径/文件访问错误 |
Path/File access error |
| 76 | 路径未找到 |
Path not found |
| 91 | 对象变量未设置 |
Object variable not set |
| 92 | For 循环未初始化 |
For loop not initialized |
| 94 | 无效使用 Null |
Invalid use of Null |
| 322 | 不能创建所需的临时文件 |
Can't create necessary temporary file |
| 424 | 缺少对象 |
Object required |
| 429 | ActiveX 部件不能创建对象 |
ActiveX component can't create object |
| 430 | 类不能支持 Automation 操作 |
Class doesn't support Automation |
| 432 | Automation 操作中文件名或类名未找到 |
File name or class name not found during Automation operation |
| 438 | 对象不支持此属性或方法 |
Object doesn't support this property or method |
| 440 | Automation 操作错误 |
Automation error |
| 445 | 对象不支持此操作 |
Object doesn't support this action |
| 446 | 对象不支持已命名参数 |
Object doesn't support named arguments |
| 447 | 对象不支持当前区域设置选项 |
Object doesn't support current locale setting |
| 448 | 未找到已命名参数 |
Named argument not found |
| 449 | 参数是必选项 |
Argument not optional |
| 450 | 错误的参数个数或无效的参数属性值 |
Wrong number of arguments or invalid property assignment |
| 451 | 对象不是一个集合 |
Object not a collection |
| 453 | 未找到指定的 DLL 函数 |
Specified DLL function not found |
| 455 | 代码资源锁定错误 |
Code resource lock error |
| 457 | 此键已与该集合的一个元素关联 |
This key is already associated with an element of this collection |
| 458 | 变量使用了一个 VBScript 中不支持的 Automation 类型 |
Variable uses an Automation type not supported in VBScript |
| 462 | 远程服务器不存在或不可用 |
The remote server machine does not exist or is unavailable |
| 481 | 无效图片 |
Invalid picture |
| 500 | 变量未定义 |
Variable is undefined |
| 501 | 非法赋值 |
Illegal assignment |
| 502 | 对象不能安全地使用 Script 编程 |
Object not safe for scripting |
| 503 | 对象不能安全初始化 |
Object not safe for initializing |
| 504 | 对象不能安全创建 |
Object not safe for creating |
| 505 | 无效的或无资格的引用 |
Invalid or unqualified reference |
| 506 | 类没有被定义 |
Class not defined |
| 507 | 出现一个意外错误 |
An exception occurred |
| 1002 | 语法错误 |
Syntax error |
| 1003 | 缺少 ':' |
Expected ':' |
| 1005 | 缺少 '(' |
Expected '(' |
| 1006 | 缺少 ')' |
Expected ')' |
| 1007 | 缺少 ']' |
Expected ']' |
| 1010 | 缺少标识符 |
Expected identifier |
| 1011 | 缺少 '=' |
Expected '=' |
| 1012 | 缺少 'If' |
Expected 'If' |
| 1013 | 缺少 'To' |
Expected 'To' |
| 1014 | 缺少 'End' |
Expected 'End' |
| 1015 | 缺少 'Function' |
Expected 'Function' |
| 1016 | 缺少 'Sub' |
Expected 'Sub' |
| 1017 | 缺少 'Then' |
Expected 'Then' |
| 1018 | 缺少 'Wend' |
Expected 'Wend' |
| 1019 | 缺少 'Loop' |
Expected 'Loop' |
| 1020 | 缺少 'Next' |
Expected 'Next' |
| 1021 | 缺少 'Case' |
Expected 'Case' |
| 1022 | 缺少 'Select' |
Expected 'Select' |
| 1023 | 缺少表达式 |
Expected expression |
| 1024 | 缺少语句 |
Expected statement |
| 1025 | 语句未结束 |
Expected end of statement |
| 1026 | 缺少整型常数 |
Expected integer constant |
| 1027 | 缺少 'While' 或 'Until' |
Expected 'While' or 'Until' |
| 1028 | 缺少 'While' 和 'Until'或语句未结束 |
Expected 'While', 'Until' or end of statement |
| 1029 | 缺少 'With' |
Expected 'With' |
| 1030 | 标识符过长 |
Identifier too long |
| 1031 | 无效数字 |
Invalid number |
| 1032 | 无效字符 |
Invalid character |
| 1033 | 未结束的字符串常量 |
Unterminated string constant |
| 1034 | 注释未结束 |
Unterminated comment |
| 1037 | 无效使用 'Me' 关键字 |
Invalid use of 'Me' keyword |
| 1038 | 'loop' 语句缺少 'do' |
'loop' without 'do' |
| 1039 | 无效的 'exit' 语句 |
Invalid 'exit' statement |
| 1040 | 循环控制变量 'for' 无效 |
Invalid 'for' loop control variable |
| 1041 | 名称重定义 |
Name redefined |
| 1042 | 必须是行中的第一个语句 |
Must be first statement on the line |
| 1043 | 不能为 non-ByVal 参数赋值 |
Cannot assign to non-ByVal argument |
| 1044 | 调用过程(Sub)时不能使用括号 |
Cannot use parentheses when calling a Sub |
| 1045 | 缺少文字常数 |
Expected literal constant |
| 1046 | 缺少 'In' |
Expected 'In' |
| 1047 | 缺少 'Class' |
Expected 'Class' |
| 1048 | 必须在一个类(Class)的内部定义 |
Must be defined inside a Class |
| 1049 | 在属性声明中缺少 Let , Set 或 Get |
Expected Let or Set or Get in property declaration |
| 1050 | 缺少 'Property' |
Expected 'Property' |
| 1051 | 在所有属性的规范中,变量的数目必须一致 |
Number of arguments must be consistent across properties specification |
| 1052 | 在一个类(Class)中不允许有多个缺省的属性/方法 |
Cannot have multiple default property/method in a Class |
| 1053 | 类的初始化或终止程序没有变量 |
Class initialize or terminate do not have arguments |
| 1054 | 属性的 set 或 let 必须至少有一个变量 |
Property set or let must have at least one argument |
| 1055 | 错误的 'Next' |
Unexpected 'Next' |
| 1056 | 'Default' 只能在 'Property' , 'Function' 或 'Sub' 中指定 |
'Default' can be specified only on 'Property' or 'Function' or 'Sub' |
| 1057 | 指定 'Default' 时必须同时指定 'Public' |
'Default' specification must also specify 'Public' |
| 1058 | 只能在 Property Get 中指定 'Default' |
'Default' specification can only be on Property Get |
| 4096 | Microsoft VBScript 编译器错误 |
Microsoft VBScript compilation error |
| 4097 | Microsoft VBScript 运行时错误 |
Microsoft VBScript runtime error |
| 4098 | 未知的运行时错误 |
Unknown runtime error |
| 5016 | 缺少正则表达式对象 |
Regular Expression object expected |
| 5017 | 正则表达式语法错误 |
Syntax error in regular expression |
| 5018 | 错误的数量词 |
Unexpected quantifier |
| 5019 | 正则表达式中缺少 ']' |
Expected ']' in regular expression |
| 5020 | 正则表达式中缺少 ')' |
Expected ')' in regular expression |
| 5021 | 字符集越界 |
Invalid range in character set |
| 30000 | ZH |
EN |
| 32766 | True |
True |
| 32767 | False |
False |
| 32768 | 确定 |
OK |
| 32769 | 取消 |
Cancel |
| 32770 | 帮助 |
Help |
| 32811 | 未找到元素 |
Element not found |
| 32812 | 指定的日期不在当前区域设置的日历中 |
The specified date is not available in the current locale's calendar |
| 32813 | 此脚本包含恶意内容,已被你的防病毒软件阻止。 |
This script contains malicious content and has been blocked by your antivirus software. |