diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-12 16:16:58 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-12 16:17:17 +0800 |
commit | 7340483dc3071c33d5d2a726032a61632c28509a (patch) | |
tree | a0aa7d35eace42c3b68cefc115b9915b6a414739 /locale/pt-br/script.lua | |
parent | 9902665e2a4fa9b69726df2ccce997312750c2a7 (diff) | |
download | lua-language-server-7340483dc3071c33d5d2a726032a61632c28509a.zip |
unreachable-code
Diffstat (limited to 'locale/pt-br/script.lua')
-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 908ba8cc..f7ac6d3d 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -142,6 +142,8 @@ DIAG_RETURN_TYPE_MISMATCH = -- TODO: need translate! 'The type of the {index} return value is `{def}`, but the actual return is `{ref}`.' DIAG_UNKNOWN_OPERATOR = -- TODO: need translate! 'Unknown operator `{}`.' +DIAG_UNREACHABLE_CODE = -- TODO: need translate! +'Unreachable code.' 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 ...' |