diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-08-14 14:21:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-08-14 14:21:37 +0800 |
commit | 63edb992a363a97dfa3f02a988f5f7771d5b0b03 (patch) | |
tree | 3be9e8ee2cfd6bcdae73630293b7fc1d3821dd0e /locale/zh-tw | |
parent | 525d095c55c696a36f67caae5e4e8f631e10c116 (diff) | |
download | lua-language-server-63edb992a363a97dfa3f02a988f5f7771d5b0b03.zip |
new diag: `inject-field`
#1990
Diffstat (limited to 'locale/zh-tw')
-rw-r--r-- | locale/zh-tw/script.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 995ada56..bcd7af44 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -170,6 +170,8 @@ DIAG_GLOBAL_ELEMENT = -- TODO: need translate! 'Element is global.' DIAG_MISSING_FIELDS = -- TODO: need translate! 'Missing fields: {}' +DIAG_INJECT_FIELD = -- TODO: need translate! +'Fields cannot be injected into the reference of `{class}` for `{field}`. To do so, use `---@class` for `{node}`.' MWS_NOT_SUPPORT = '{} 目前還不支援多工作目錄,我可能需要重新啟動才能支援新的工作目錄...' |