diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 17:25:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-09 17:25:27 +0800 |
commit | f8f9b68d3e89e602bcfe80fa18b2f5cb0846e846 (patch) | |
tree | a681b2dbb507a09bf5fa13b65600b9db6e263a9d /locale/zh-tw/setting.lua | |
parent | afb4f838f65d22443ccf30089b2f898fc9c55430 (diff) | |
download | lua-language-server-f8f9b68d3e89e602bcfe80fa18b2f5cb0846e846.zip |
add locale
Diffstat (limited to 'locale/zh-tw/setting.lua')
-rw-r--r-- | locale/zh-tw/setting.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua index 210b9eb5..d8af5dfd 100644 --- a/locale/zh-tw/setting.lua +++ b/locale/zh-tw/setting.lua @@ -169,6 +169,10 @@ config.hover.previewFields = "懸浮提示檢視表時,限制表內欄位的最大預覽數量。" config.hover.enumsLimit = "當值對應多個型別時,限制型別的顯示數量。" +config.hover.expandAlias = -- TODO: need translate! +[[ +Whether to expand the alias. For example, expands `---@alias myType boolean|number` appears as `boolean|number`, otherwise it appears as `myType'. +]] config.develop.enable = '開發者模式。請勿開啟,會影響效能。' config.develop.debuggerPort = @@ -205,6 +209,8 @@ config.hint.arrayIndex.Auto = '只有表大於3項,或者表是混合型別時才進行提示。' config.hint.arrayIndex.Disable = '停用陣列索引提示。' +config.hint.await = -- TODO: need translate! +'If the called function is marked `---@async`, prompt `await` at the call.' config.format.enable = '啟用程式碼格式化程式。' config.telemetry.enable = |