summaryrefslogtreecommitdiff
path: root/locale/zh-tw
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-29 17:26:54 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-29 17:26:54 +0800
commitac7ce0d0d0a63b1ca5d0aa87dd1229dd2166d4e0 (patch)
tree5feaa1f9ef2f7f72e1eb002f59afbbc763274056 /locale/zh-tw
parent1ec33e6ed9dc4583d5775721c4c874d91a17f0eb (diff)
downloadlua-language-server-ac7ce0d0d0a63b1ca5d0aa87dd1229dd2166d4e0.zip
modify `require` after renaming files
Diffstat (limited to 'locale/zh-tw')
-rw-r--r--locale/zh-tw/script.lua4
1 files changed, 4 insertions, 0 deletions
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 =
'無法讀取設定檔案:{}'