Skip to content

Commit

Permalink
#462 UI message
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Mar 27, 2021
1 parent 81d1829 commit 98b12ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions locale/en-us/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 3 additions & 0 deletions locale/zh-cn/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '禁用遥测'

0 comments on commit 98b12ef

Please sign in to comment.