summaryrefslogtreecommitdiff
path: root/locale/zh-cn/script.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-01-04 19:29:36 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-01-04 19:29:36 +0800
commit216f3d54901c6759b99850882a549210f0270745 (patch)
tree68db79cfcc46134277c9719efc0dd882630e713b /locale/zh-cn/script.lua
parente39b4a734ec3b4e769a584601f522ba4e5a84a99 (diff)
downloadlua-language-server-216f3d54901c6759b99850882a549210f0270745.zip
new dianostic: `count-down-loop`
Diffstat (limited to 'locale/zh-cn/script.lua')
-rw-r--r--locale/zh-cn/script.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index b3b59c85..c3627dc6 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -38,6 +38,7 @@ DIAG_CODE_AFTER_BREAK = '无法执行到 `break` 后的代码。'
DIAG_UNBALANCED_ASSIGNMENTS = '由于值的数量不够而被赋值为了 `nil` 。在Lua中, `x, y = 1` 等价于 `x, y = 1, nil` 。'
DIAG_REQUIRE_LIKE = '你可以在设置中将 `{}` 视为 `require`。'
DIAG_COSE_NON_OBJECT = '无法 close 此类型的值。(除非给此类型设置 `__close` 元方法)'
+DIAG_COUNT_DOWN_LOOP = '你的意思是 `{}` 吗?'
DIAG_CIRCLE_DOC_CLASS = '循环继承的类。'
DIAG_DOC_FIELD_NO_CLASS = '字段必须定义在类之后。'