diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-09 17:03:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-09 17:03:58 +0800 |
commit | 9cbb1a81972f4670f88118e4e48b15dc2769c5f8 (patch) | |
tree | 446fa57703fc0c609deafc0f8976e5587f1e3850 /locale/en-us/script.lua | |
parent | 06a80f826d74478d2fe0c28a00c2d0c3c8b9b7e5 (diff) | |
download | lua-language-server-9cbb1a81972f4670f88118e4e48b15dc2769c5f8.zip |
locale
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 9844936d..16a3ffa5 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -198,7 +198,9 @@ COMMAND_UNICODE_NAME = 'Allow Unicode characters.' COMMAND_JSON_TO_LUA = 'Convert JSON to Lua' COMMAND_JSON_TO_LUA_FAILED = 'Convert JSON to Lua failed: {}' -COMPLETION_IMPORT_FROM = 'Import from {}' +COMPLETION_IMPORT_FROM = 'Import from {}' +COMPLETION_DISABLE_AUTO_REQUIRE = 'Disable auto require' +COMPLETION_ASK_AUTO_REQUIRE = 'Add the code at the top of the file to require this file?' DEBUG_MEMORY_LEAK = "{} I'm sorry for the serious memory leak. The language service will be restarted soon." DEBUG_RESTART_NOW = 'Restart now' |