diff options
Diffstat (limited to 'locale')
-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 = '在工作区禁用诊断 ({})。' |