-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.nls.zh-cn.json
111 lines (111 loc) · 8.05 KB
/
package.nls.zh-cn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"action.skipline": "跳过行",
"action.stopparsing": "停止解析",
"action.switchtov1": "切换到ahk v1",
"ahk++.command.addDocComment": "生成注释模板",
"ahk++.command.debugAttach": "附加到运行中的脚本",
"ahk++.command.debugConfigs": "Debug Configurations",
"ahk++.command.debugParams": "带参调试",
"ahk++.command.diagnostic.full": "诊断全文",
"ahk++.command.exportSymbols": "导出ahk类和函数",
"ahk++.command.run": "运行脚本",
"ahk++.command.runSelection": "运行选择的脚本",
"ahk++.command.setAScriptDir": "设置此处为A_ScriptDir",
"ahk++.command.setV2Interpreter": "选择AutoHotkey2解释器",
"ahk++.command.stop": "停止运行中的脚本",
"ahk++.command.updateVersionInfo": "更新文件版本信息",
"ahk++.config.general.showOutput": "运行脚本时自动显示输出视图。可通过 F1 > '视图.切换输出' (`Ctrl+Shift+U`)随时切换视图: Toggle Output' (`Ctrl+Shift+U`)",
"ahk++.config.general.showOutput.always": "运行脚本时始终打开输出视图",
"ahk++.config.general.showOutput.never": "从不自动显示输出视图",
"ahk++.config.v1.formatter.trimExtraSpaces": "删除单词和符号之间多余的空格",
"ahk++.config.v2.actionWhenV1Detected": "检测到v1脚本时的行为",
"ahk++.config.v2.commentTagRegex": "用来从注释中提取命名标记的正则表达式, 并生成模块符号",
"ahk++.config.v2.completeFunctionCalls": "当右侧不存在`(`或`[`时, 给函数补全添加括号; 否则向右移动光标",
"ahk++.config.v2.completionCommitCharacters": "提交自动完成的字符, 例如`.(`",
"ahk++.config.v2.debugConfiguration": "追加调试配置到当前启动的调试器, 与launch.json配置相同",
"ahk++.config.v2.diagnostics.classNonDynamicMemberCheck": "检查类非动态成员是否存在",
"ahk++.config.v2.diagnostics.paramsCheck": "检查函数调用参数个数是否正确",
"ahk++.config.v2.file.interpreterPath": "`AutoHotkey.exe`可执行文件的路径. 如果选择`AutoHotkeyUX.exe`, 将使用UX Launcher启动脚本.",
"ahk++.config.v2.file.maxScanDepth": "控制扫描ahk文件时的深度.",
"ahk++.config.v2.files.exclude": "配置 glob 模式以在扫描ahk文件时排除文件和文件夹.",
"ahk++.config.v2.librarySuggestions": "如果有的话,建议使用哪些函数库。如果出现问题,请重启集成开发环境。",
"ahk++.config.v2.symbolFoldingFromOpenBrace": "强制符号折叠从大括号处开始",
"ahk++.config.v2.syntaxes": "指定用于智能感知的`ahk2.json`, `*.snippet.json`和`ahk2.d.ahk`文件的文件夹路径.",
"ahk++.config.v2.warn.callWithoutParentheses": "为每个不带括号的函数或方法调用显示警告",
"ahk++.config.v2.warn.localSameAsGlobal": "为每个与全局变量同名的未声明的局部变量显示警告",
"ahk++.config.v2.warn.varUnset": "为每个从未直接赋值或与引用操作符一起使用的变量的显示警告",
"ahk++.config.v2.workingDirectories": "设置脚本的工作目录",
"codeaction.include": "导入 '{0}'",
"completionitem.author": "添加作者, 描述, 日期, 版本等文件信息.",
"completionitem.generatecomment": "生成当前作用域函数/方法的注释模板.",
"completionitem.include": "从'{0}'自动导入",
"completionitem.new": "构造类的新实例.",
"completionitem.prototype": "检索或设置类的所有实例所基于的对象.",
"completionitem.super": "在继承类中, super 可以代替 this 来访问在派生类中被重写的方法或属性的超类版本.",
"completionitem.this": "在类中, 通过 this 访问该类的其他实例变量和方法.",
"completionitem.thishotkey": "热键函数的隐藏参数.",
"completionitem.value": "在动态属性 set 中, Value 包含被分配的值.",
"diagnostic.acceptparams": "'{0}' 接受{1}个参数",
"diagnostic.assignerr": "{0} '{1}'不能用作输出变量",
"diagnostic.classinfuncerr": "函数不能包含类",
"diagnostic.classuseerr": "类不能用作输出变量",
"diagnostic.conflictserr": "{0} '{2}'声明和已存在的{1}冲突",
"diagnostic.declarationerr": "意外的声明",
"diagnostic.defaultvalmissing": "'{0}' 需要参数默认值",
"diagnostic.deprecated": "使用'{0}'而不是'{1}'",
"diagnostic.didyoumean": "你是想用'{0}'吗?",
"diagnostic.dupdeclaration": "重复声明",
"diagnostic.duplabel": "重复的标签声明",
"diagnostic.filenotexist": "'{0}'文件不存在",
"diagnostic.funccallerr": "函数调用需要空格或'(', 仅在参数之间使用逗号",
"diagnostic.funccallerr2": "在表达式中, 函数调用需要括号",
"diagnostic.hotdeferr": "热键/热字串不能在函数/类中定义",
"diagnostic.hotmissbrace": "热键或热字符串缺少左括号",
"diagnostic.invaliddefinition": "无效的{0}定义",
"diagnostic.invalidencoding": "'{0}' 无效的文件编码",
"diagnostic.invalidhotdef": "无效的热键定义",
"diagnostic.invalidparam": "无效的参数定义",
"diagnostic.invalidprop": "不是有效的getter/setter属性",
"diagnostic.invalidpropname": "对象字面量中的属性名无效",
"diagnostic.invalidscope": "'{0}'不能在函数/类中使用",
"diagnostic.invalidsuper": "'super'仅在类内部有效",
"diagnostic.invalidsymbolname": "无效的符号命名 '{0}'",
"diagnostic.maybehavenotmember": "类'{0}'可能没有成员'{1}'",
"diagnostic.maybev1": "这可能是一个v1脚本, lexer停止解析.",
"diagnostic.missing": "丢失对应的 '{0}'",
"diagnostic.missingoperand": "缺少操作数",
"diagnostic.missingparam": "缺少必需的参数",
"diagnostic.missingretval": "函数缺少返回值",
"diagnostic.missingspace": "前面缺少空格或运算符",
"diagnostic.objectliteralerr": "对象字面量存在错误",
"diagnostic.outofloop": "Break/Continue必须被循环包围",
"diagnostic.paramcounterr": "应有 {0} 个参数, 但获得 {1} 个",
"diagnostic.pathinvalid": "无效的文件路径",
"diagnostic.propdeclaraerr": "不是有效的方法, 类或属性定义",
"diagnostic.propemptyparams": "动态属性不允许使用空[]",
"diagnostic.propnotinit": "属性声明未初始化",
"diagnostic.requirev1": "此脚本需要AutoHotkey v1, lexer停止解析.",
"diagnostic.requirevariable": "'&'需要一个变量",
"diagnostic.requireversion": "该特性需要AutoHotkey版本 >= v{0}",
"diagnostic.reservedworderr": "保留字'{0}'不得用作变量名",
"diagnostic.resourcenotfound": "未找到或无法解析资源",
"diagnostic.skipline": "该行被跳过且未解析",
"diagnostic.syntaxerror": "语法错误. 具体为: {0}",
"diagnostic.tryswitchtov1": "尝试切换到AutoHotkey v1.",
"diagnostic.typemaybenot": "类型可能不是 '{0}'",
"diagnostic.unexpected": "意外的'{0}'",
"diagnostic.unknown": "未知的{0}",
"diagnostic.unknownoperatoruse": "未知的操作符使用",
"diagnostic.unknowntoken": "未知的Token '{0}'",
"diagnostic.unsupportinclude": "函数、类中的#include无法正确地推导作用域和代码补全",
"diagnostic.unterminated": "未终止的字符串文本",
"response.cannotrename": "无法重命名此元素。",
"response.cannotrenamestdlib": "不能重命名标准AutoHotkey库中定义的元素。",
"setting.ahkpatherr": "AutoHotkey解释器不存在, 在'设置-AutoHotkey2.InterpreterPath'中重新指定",
"setting.getenverr": "获取环境变量失败",
"setting.uialimit": "由于安全限制, UIA可执行文件不允许重定向stdin/stdout, 因此依赖于此的一些功能将无法工作",
"setting.versionerr": "当前AutoHotkey.exe不是v2版本, 无法获得正确的语法解析、补全等功能",
"warn.callwithoutparentheses": "函数或方法调用没有使用括号",
"warn.localsameasglobal": "局部变量'{0}'与全局变量具有相同的名称",
"warn.varisunset": "变量'{0}'似乎从未被赋值"
}