diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-22 15:38:49 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-22 15:38:49 +0800 |
commit | 48c5a0eea7c9478b43d447b0c47ee2f3d7b01f47 (patch) | |
tree | 34c8cf81b3bea7aa2ee5b5c7511e7066d8cbd304 /locale/en-us | |
parent | ff59147f34b74cf47c474f370463c4ff7ffc0d0c (diff) | |
download | lua-language-server-48c5a0eea7c9478b43d447b0c47ee2f3d7b01f47.zip |
#409
Diffstat (limited to 'locale/en-us')
-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 2125ee0c..7af86ba0 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -238,6 +238,7 @@ 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_MANUAL_CONFIG_PROP = '`{key}`: set the property `{prop}` 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 `{}`?' |