summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--locale/en-us/script.lua3
-rw-r--r--locale/zh-cn/script.lua3
2 files changed, 6 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'
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index bfc4a561..5311a796 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -226,3 +226,6 @@ WINDOW_LUA_STATUS = [[
]]
WINDOW_APPLY_SETTING = '应用设置'
WINDOW_CHECK_SEMANTIC = '如果你正在使用市场中的颜色主题,你可能需要同时修改 `editor.semanticHighlighting.enabled` 选项为 `true` 才会使语义着色生效。'
+WINDOW_TELEMETRY_HINT = '发送匿名的使用数据与错误报告,帮助我们进一步完善此插件。在[此处](https://github.com/sumneko/lua-language-server/wiki/%E9%9A%90%E7%A7%81%E5%A3%B0%E6%98%8E)阅读我们的隐私声明。'
+WINDOW_TELEMETRY_ENABLE = '启用遥测'
+WINDOW_TELEMETRY_DISABLE = '禁用遥测'