diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-29 15:51:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-29 15:51:29 +0800 |
commit | 1ec33e6ed9dc4583d5775721c4c874d91a17f0eb (patch) | |
tree | 2d237c4daaceed3425cd6b6149d60efb00a4d867 /locale/zh-tw | |
parent | 748f8b91c7a20d56015d9b650a92a2656c81082b (diff) | |
download | lua-language-server-1ec33e6ed9dc4583d5775721c4c874d91a17f0eb.zip |
convert `config.lua` to `config.json`
Diffstat (limited to 'locale/zh-tw')
-rw-r--r-- | locale/zh-tw/script.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 27686051..8652e48e 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -547,6 +547,10 @@ WINDOW_ASK_APPLY_LIBRARY = '是否需要將你的工作環境配置為 `{}` ?' WINDOW_SEARCHING_IN_FILES = '正在檔案中搜尋...' +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`' CONFIG_LOAD_FAILED = '無法讀取設定檔案:{}' |