diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 01:39:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 01:39:35 +0800 |
commit | 3c85a1ab650eb81da85ff82df3e09e0f7869823b (patch) | |
tree | 2207d4bea4bc7f77915331935e48dbb02f0fd7fe /locale/zh-cn | |
parent | 14d2231564b95d4261e6db8593bfb8058d22c4ab (diff) | |
download | lua-language-server-3c85a1ab650eb81da85ff82df3e09e0f7869823b.zip |
update inlay hint
Diffstat (limited to 'locale/zh-cn')
-rw-r--r-- | locale/zh-cn/script.lua | 2 |
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 = '在工作区禁用诊断 ({})。' |