diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 20:05:26 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-05 20:05:26 +0800 |
commit | 70e83968473caa16355a380e7a4ab438f5fdd00a (patch) | |
tree | 35630d1c82ad24841c212e4c0d3ddfc0f3b916a1 /locale/en-us/script.lua | |
parent | b00533675b11322b79214f9e707bdc006cb43746 (diff) | |
download | lua-language-server-70e83968473caa16355a380e7a4ab438f5fdd00a.zip |
update status bar
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 a03aec0a..bb77b308 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -233,11 +233,9 @@ WINDOW_SETTING_WS_DIAGNOSTIC = 'You can delay or disable workspace diagnosti WINDOW_DONT_SHOW_AGAIN = "Don't show again" WINDOW_DELAY_WS_DIAGNOSTIC = 'Idle time diagnosis (delay {} seconds)' WINDOW_DISABLE_DIAGNOSTIC = 'Disable workspace diagnostics' -WINDOW_LUA_STATUS = [[ -Workspace : {ws} -Cached files: {ast}/{max} -Memory usage: {mem:.f}M -]] +WINDOW_LUA_STATUS_WORKSPACE = 'Workspace : {}' +WINDOW_LUA_STATUS_CACHED_FILES = 'Cached files: {ast}/{max}' +WINDOW_LUA_STATUS_MEMORY_COUNT = 'Memory usage: {mem:.f}M' WINDOW_APPLY_SETTING = 'Apply setting' WINDOW_CHECK_SEMANTIC = 'If you are using the color theme in the market, you may need to modify `editor.semanticHighlighting.enabled` to `true` to make semantic tokens take effect.' WINDOW_TELEMETRY_HINT = 'Please allow sending anonymous usage data and error reports to help us further improve this extension. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy) .' |