diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-24 16:53:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-24 16:53:37 +0800 |
commit | 4059df8b731c25a0463e1383f5b69fe54ae4f912 (patch) | |
tree | 85d27d937c3a3595be5538c3114edcb28482a0d1 /locale/pt-br/script.lua | |
parent | 829e0da21315c1dda2f2e23a1754109788a6635a (diff) | |
download | lua-language-server-4059df8b731c25a0463e1383f5b69fe54ae4f912.zip |
update locale
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r-- | locale/pt-br/script.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index 3b784636..7224a360 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -116,6 +116,18 @@ DIAG_UNDEFINED_DOC_PARAM = 'Parâmetro indefinido `{}`.' DIAG_UNKNOWN_DIAG_CODE = 'Código de diagnóstico desconhecido `{}`.' +DIAG_CAST_LOCAL_TYPE = -- TODO: need translate! +'This variable has explicitly defined as `{def}`. Cannot convert its type to `{ref}`.' +DIAG_CAST_FIELD_TYPE = -- TODO: need translate! +'This field has explicitly defined as `{def}`. Cannot convert its type to `{ref}`.' +DIAG_ASSIGN_TYPE_MISMATCH = -- TODO: need translate! +'Cannot assign `{ref}` to `{def}`.' +DIAG_PARAM_TYPE_MISMATCH = -- TODO: need translate! +'Cannot assign `{ref}` to parameter `{def}`.' +DIAG_UNKNOWN_CAST_VARIABLE = -- TODO: need translate! +'Unknown type conversion variable `{}`.' +DIAG_CAST_TYPE_MISMATCH = -- TODO: need translate! +'Cannot convert `{ref}` to `{def}`。' 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 ...' |