summaryrefslogtreecommitdiff
path: root/locale/en-us/script.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-16 20:46:48 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-16 20:46:59 +0800
commitce7c78af623ed45f4f897a4610de8b04aec3d4a4 (patch)
tree9f78575e44ef0112005d11b6475b1137e188b1c7 /locale/en-us/script.lua
parent68d88b39691ad7aae0ee1380567c7d40f87ba8d3 (diff)
downloadlua-language-server-ce7c78af623ed45f4f897a4610de8b04aec3d4a4.zip
updata locale
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r--locale/en-us/script.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 3cbe0113..d7e883ae 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -315,6 +315,8 @@ HOVER_TABLE_TIME_UP =
'Partial type inference has been disabled for performance reasons.'
HOVER_WS_LOADING =
'Workspace loading: {} / {}'
+HOVER_AWAIT_TOOLTIP = -- TODO: need translate!
+'正在调用异步函数,可能会让出当前协程'
ACTION_DISABLE_DIAG =
'Disable diagnostics in the workspace ({}).'
@@ -430,6 +432,8 @@ WINDOW_PROCESSING_SEMANTIC_FULL =
'Processing full semantic tokens...'
WINDOW_PROCESSING_SEMANTIC_RANGE =
'Processing incremental semantic tokens...'
+WINDOW_PROCESSING_HINT = -- TODO: need translate!
+'正在处理内联提示...'
WINDOW_PROCESSING_TYPE_HINT =
'Processing inline hint...'
WINDOW_INCREASE_UPPER_LIMIT =