summaryrefslogtreecommitdiff
path: root/locale/zh-cn
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-16 01:39:35 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-16 01:39:35 +0800
commit3c85a1ab650eb81da85ff82df3e09e0f7869823b (patch)
tree2207d4bea4bc7f77915331935e48dbb02f0fd7fe /locale/zh-cn
parent14d2231564b95d4261e6db8593bfb8058d22c4ab (diff)
downloadlua-language-server-3c85a1ab650eb81da85ff82df3e09e0f7869823b.zip
update inlay hint
Diffstat (limited to 'locale/zh-cn')
-rw-r--r--locale/zh-cn/script.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index 75026526..8cdb9ce3 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -321,6 +321,8 @@ HOVER_TABLE_TIME_UP =
'出于性能考虑,已禁用了部分类型推断。'
HOVER_WS_LOADING =
'正在加载工作目录:{} / {}'
+HOVER_AWAIT_TOOLTIP =
+'正在调用异步函数,可能会让出当前协程'
ACTION_DISABLE_DIAG =
'在工作区禁用诊断 ({})。'