summaryrefslogtreecommitdiff
path: root/locale/en-us/script.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-03-26 19:22:20 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-03-27 15:16:23 +0800
commit98b12ef426332be452a998ae8de872c113bacfe0 (patch)
treee230526a3f6bf8b0f667c7033e76da7f2ca806d2 /locale/en-us/script.lua
parent81d182993e56e9262e9a3bf291c37d4a8e8f1569 (diff)
downloadlua-language-server-98b12ef426332be452a998ae8de872c113bacfe0.zip
#462 UI message
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r--locale/en-us/script.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 1d30e747..78142a66 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -227,3 +227,6 @@ 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 = 'Send anonymous usage data and error reports to help us further improve this plugin. Read our privacy policy [here](https://github.com/sumneko/lua-language-server/wiki/Privacy-Policy) .'
+WINDOW_TELEMETRY_ENABLE = 'Enable telemetry'
+WINDOW_TELEMETRY_DISABLE = 'Disable telemetry'