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/pt-br | |
parent | 525d095c55c696a36f67caae5e4e8f631e10c116 (diff) | |
download | lua-language-server-63edb992a363a97dfa3f02a988f5f7771d5b0b03.zip |
new diag: `inject-field`
#1990
Diffstat (limited to 'locale/pt-br')
-rw-r--r-- | locale/pt-br/script.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index 22f42820..969ad5cf 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/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 = '{} não é suportado múltiplos espaços de trabalho por enquanto, posso precisar reiniciar para estabelecer um novo espaço de trabalho ...' |