diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-24 18:06:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-24 18:06:27 +0800 |
commit | 1933f28cdb6859660c6bc4dbb2f5c2b41b9eec02 (patch) | |
tree | 2c61c82fe4c82523f784a5b75ebd9f148fdb72b6 /locale/en-us/script.lua | |
parent | ff6a7e95e1a6be16338bcd1819b512cb36960e3b (diff) | |
download | lua-language-server-1933f28cdb6859660c6bc4dbb2f5c2b41b9eec02.zip |
check local setting
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 16a66b0a..c75cfa7d 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -237,6 +237,7 @@ WINDOW_TELEMETRY_HINT = 'Please allow sending anonymous usage data an 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_LCONFIG_NOT_SUPPORT_CONFIG= 'Automatic modification of local settings is not currently supported, 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_MANUAL_CONFIG_PROP = '`{key}`: set the property `{prop}` to `{value:q}`;' |