diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 20:57:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-16 20:57:42 +0800 |
commit | 4ed3b03136e4cc4028c07a43fe82507875d0c172 (patch) | |
tree | 35f6c1680cc5fa948f144174c1d6002f7413528c /locale/en-us/script.lua | |
parent | ce7c78af623ed45f4f897a4610de8b04aec3d4a4 (diff) | |
download | lua-language-server-4ed3b03136e4cc4028c07a43fe82507875d0c172.zip |
update locale
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index d7e883ae..a166cf47 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -315,8 +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! -'正在调用异步函数,可能会让出当前协程' +HOVER_AWAIT_TOOLTIP = +'Calling async function, current thread may be yielded.' ACTION_DISABLE_DIAG = 'Disable diagnostics in the workspace ({}).' @@ -432,9 +432,7 @@ 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 = +WINDOW_PROCESSING_HINT = 'Processing inline hint...' WINDOW_INCREASE_UPPER_LIMIT = 'Increase upper limit' |