From 3eff278428432a6e21ee71c1434d64390652bad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 8 Jul 2021 17:27:32 +0800 Subject: locale --- locale/en-us/script.lua | 10 ++++++++++ locale/zh-cn/script.lua | 10 ++++++++++ 2 files changed, 20 insertions(+) (limited to 'locale') diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 886f4d31..9844936d 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -233,3 +233,13 @@ WINDOW_CHECK_SEMANTIC = 'If you are using the color theme in the mark 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) .' WINDOW_TELEMETRY_ENABLE = 'Allow' WINDOW_TELEMETRY_DISABLE = 'Prohibit' +WINDOW_CLIENT_NOT_SUPPORT_CONFIG = 'Your client does not support modifying settings from the server side, please manually modify the following settings:' +WINDOW_MANUAL_CONFIG_ADD = '`{key}`: add element `{value:q}` ;' +WINDOW_MANUAL_CONFIG_SET = '`{key}`: set to `{value:q}` ;' +WINDOW_APPLY_WHIT_SETTING = 'Apply and modify settings' +WINDOW_APPLY_WHITOUT_SETTING = 'Apply but do not modify settings' +WINDOW_ASK_APPLY_LIBRARY = 'Do you need to configure your work environment as `{}`?' + +CONFIG_LOAD_FAILED = 'Unable to read the settings file: {}' +CONFIG_LOAD_ERROR = 'Setting file loading error: {}' +CONFIG_TYPE_ERROR = 'The setting file must be in lua or json format: {}' diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index 51d2a284..80892b57 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -232,3 +232,13 @@ WINDOW_CHECK_SEMANTIC = '如果你正在使用市场中的颜色主 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 = '禁止' +WINDOW_CLIENT_NOT_SUPPORT_CONFIG = '你的客户端不支持从服务侧修改设置,请手动修改如下设置:' +WINDOW_MANUAL_CONFIG_ADD = '为 `{key}` 添加值 `{value:q}`;' +WINDOW_MANUAL_CONFIG_SET = '将 `{key}` 的值设置为 `{value:q}`;' +WINDOW_APPLY_WHIT_SETTING = '应用并修改设置' +WINDOW_APPLY_WHITOUT_SETTING = '应用但不修改设置' +WINDOW_ASK_APPLY_LIBRARY = '是否需要将你的工作环境配置为 `{}` ?' + +CONFIG_LOAD_FAILED = '无法读取设置文件:{}' +CONFIG_LOAD_ERROR = '设置文件加载错误:{}' +CONFIG_TYPE_ERROR = '设置文件必须是lua或json格式:{}' -- cgit v1.2.3