|
1 | 1 | { |
2 | | - "ClassDefaultCall.forceNonColon": { |
3 | | - "en": "Mandatory non`:` definition. When `function_name` is not empty, it takes effect.", |
4 | | - "zh-CN": "强制非冒号定义。当 `function_name` 不为空时生效。" |
5 | | - }, |
6 | | - "ClassDefaultCall.forceReturnSelf": { |
7 | | - "en": "Force to return `self`.", |
8 | | - "zh-CN": "强制返回 `self`。" |
9 | | - }, |
10 | | - "ClassDefaultCall.functionName": { |
11 | | - "en": "class default overload function. eg. \"__init\".", |
12 | | - "zh-CN": "类默认重载函数。例如:\"__init\"。" |
13 | | - }, |
14 | 2 | "DiagnosticCode.access-invisible": { |
15 | 3 | "en": "Access invisible", |
16 | 4 | "zh-CN": "成员可见性检查。" |
|
23 | 11 | "en": "Assign type mismatch", |
24 | 12 | "zh-CN": "赋值类型不匹配。" |
25 | 13 | }, |
| 14 | + "DiagnosticCode.attribute-missing-parameter": { |
| 15 | + "en": "attribute-missing-parameter" |
| 16 | + }, |
| 17 | + "DiagnosticCode.attribute-param-type-mismatch": { |
| 18 | + "en": "attribute-param-type-mismatch" |
| 19 | + }, |
| 20 | + "DiagnosticCode.attribute-redundant-parameter": { |
| 21 | + "en": "attribute-redundant-parameter" |
| 22 | + }, |
26 | 23 | "DiagnosticCode.await-in-sync": { |
27 | 24 | "en": "Await in sync", |
28 | 25 | "zh-CN": "在同步上下文中使用 await。" |
|
78 | 75 | "en": "generic-constraint-mismatch", |
79 | 76 | "zh-CN": "泛型约束不匹配。" |
80 | 77 | }, |
| 78 | + "DiagnosticCode.global-in-non-module": { |
| 79 | + "en": "Global variable defined in non-module scope" |
| 80 | + }, |
81 | 81 | "DiagnosticCode.incomplete-signature-doc": { |
82 | 82 | "en": "Incomplete signature doc", |
83 | 83 | "zh-CN": "不完整的签名文档。" |
|
122 | 122 | "en": "non-literal-expressions-in-assert", |
123 | 123 | "zh-CN": "在 assert 中使用了非字面量表达式。" |
124 | 124 | }, |
125 | | - "DiagnosticCode.param-type-not-match": { |
126 | | - "en": "Param Type not match", |
127 | | - "zh-CN": "参数类型不匹配。" |
| 125 | + "DiagnosticCode.param-type-mismatch": { |
| 126 | + "en": "Param Type not match" |
| 127 | + }, |
| 128 | + "DiagnosticCode.preferred-local-alias": { |
| 129 | + "en": "preferred-local-alias" |
| 130 | + }, |
| 131 | + "DiagnosticCode.read-only": { |
| 132 | + "en": "readonly" |
128 | 133 | }, |
129 | 134 | "DiagnosticCode.redefined-label": { |
130 | 135 | "en": "Redefined label", |
|
312 | 317 | "EmmyrcExternalTool.program": { |
313 | 318 | "en": "The command to run the external tool." |
314 | 319 | }, |
| 320 | + "EmmyrcExternalTool.timeout": { |
| 321 | + "en": "The timeout for the external tool in milliseconds." |
| 322 | + }, |
315 | 323 | "EmmyrcFilenameConvention.camel-case": { |
316 | 324 | "en": "Convert the filename to camelCase.", |
317 | 325 | "zh-CN": "将文件名转换为驼峰(camelCase)命名。" |
|
332 | 340 | "en": "Convert the filename to snake_case.", |
333 | 341 | "zh-CN": "将文件名转换为蛇形(snake_case)命名。" |
334 | 342 | }, |
| 343 | + "EmmyrcHover.customDetail": { |
| 344 | + "en": "The detail number of hover information.\nDefault is `None`, which means using the default detail level.\nYou can set it to a number between `1` and `255` to customize" |
| 345 | + }, |
335 | 346 | "EmmyrcHover.enable": { |
336 | 347 | "en": "Enable showing documentation on hover.", |
337 | 348 | "zh-CN": "是否启用悬浮提示。" |
|
402 | 413 | "zh-CN": "缓存短字符串用于搜索。" |
403 | 414 | }, |
404 | 415 | "EmmyrcReformat.externalTool": { |
405 | | - "en": "Whether to enable internal code reformatting." |
| 416 | + "en": "Whether to enable external tool formatting." |
| 417 | + }, |
| 418 | + "EmmyrcReformat.externalToolRangeFormat": { |
| 419 | + "en": "Whether to enable external tool range formatting." |
406 | 420 | }, |
407 | 421 | "EmmyrcReformat.useDiff": { |
408 | 422 | "en": "Whether to use the diff algorithm for formatting." |
409 | 423 | }, |
410 | | - "EmmyrcRuntime.classDefaultCall": { |
411 | | - "en": "class default overload function.", |
412 | | - "zh-CN": "类默认重载函数。" |
413 | | - }, |
414 | 424 | "EmmyrcRuntime.extensions": { |
415 | 425 | "en": "file Extensions. eg: .lua, .lua.txt", |
416 | 426 | "zh-CN": "文件扩展名。例如:.lua, .lua.txt" |
|
430 | 440 | "en": "Require pattern. eg. \"?.lua\", \"?/init.lua\"", |
431 | 441 | "zh-CN": "require 模式。例如:\"?.lua\", \"?/init.lua\"" |
432 | 442 | }, |
| 443 | + "EmmyrcRuntime.special": { |
| 444 | + "en": "Special symbols." |
| 445 | + }, |
433 | 446 | "EmmyrcRuntime.version": { |
434 | 447 | "en": "Lua version.", |
435 | 448 | "zh-CN": "Lua 版本。" |
|
0 commit comments