summaryrefslogtreecommitdiff
path: root/locale/en-us/script.lua
diff options
context:
space:
mode:
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r--locale/en-us/script.lua8
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) .'