diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-29 17:26:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-29 17:26:54 +0800 |
commit | ac7ce0d0d0a63b1ca5d0aa87dd1229dd2166d4e0 (patch) | |
tree | 5feaa1f9ef2f7f72e1eb002f59afbbc763274056 /locale | |
parent | 1ec33e6ed9dc4583d5775721c4c874d91a17f0eb (diff) | |
download | lua-language-server-ac7ce0d0d0a63b1ca5d0aa87dd1229dd2166d4e0.zip |
modify `require` after renaming files
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en-us/script.lua | 4 | ||||
-rw-r--r-- | locale/pt-br/script.lua | 4 | ||||
-rw-r--r-- | locale/zh-cn/script.lua | 4 | ||||
-rw-r--r-- | locale/zh-tw/script.lua | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 331f88d2..a75f2301 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -551,6 +551,10 @@ WINDOW_CONFIG_LUA_DEPRECATED = '`config.lua` is deprecated, please use `config.json` instead.' WINDOW_CONVERT_CONFIG_LUA = 'Convert to `config.json`' +WINDOW_MODIFY_REQUIRE_PATH = +'Do you want to modify the require path?' +WINDOW_MODIFY_REQUIRE_OK = +'Modify' CONFIG_LOAD_FAILED = 'Unable to read the settings file: {}' diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index c5c6b493..5ae052d2 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -551,6 +551,10 @@ WINDOW_CONFIG_LUA_DEPRECATED = -- TODO: need translate! '`config.lua` is deprecated, please use `config.json` instead.' WINDOW_CONVERT_CONFIG_LUA = -- TODO: need translate! 'Convert to `config.json`' +WINDOW_MODIFY_REQUIRE_PATH = -- TODO: need translate! +'Do you want to modify the require path?' +WINDOW_MODIFY_REQUIRE_OK = -- TODO: need translate! +'Modify' CONFIG_LOAD_FAILED = 'Não é possível ler o arquivo de configurações: {}' diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index 6d86297f..a9905e35 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -551,6 +551,10 @@ WINDOW_CONFIG_LUA_DEPRECATED = '`config.lua` 已废弃,请改用 `config.json` 。' WINDOW_CONVERT_CONFIG_LUA = '转换为 `config.json`' +WINDOW_MODIFY_REQUIRE_PATH = +'你想要修改 `require` 的路径吗?' +WINDOW_MODIFY_REQUIRE_OK = +'修改' CONFIG_LOAD_FAILED = '无法读取设置文件:{}' diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 8652e48e..f9315057 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -551,6 +551,10 @@ WINDOW_CONFIG_LUA_DEPRECATED = -- TODO: need translate! '`config.lua` is deprecated, please use `config.json` instead.' WINDOW_CONVERT_CONFIG_LUA = -- TODO: need translate! 'Convert to `config.json`' +WINDOW_MODIFY_REQUIRE_PATH = -- TODO: need translate! +'Do you want to modify the require path?' +WINDOW_MODIFY_REQUIRE_OK = -- TODO: need translate! +'Modify' CONFIG_LOAD_FAILED = '無法讀取設定檔案:{}' |