diff options
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 05e208e7..908ba8cc 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -140,6 +140,8 @@ DIAG_MISSING_RETURN = -- TODO: need translate! 'Return value is required here.' 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 `{}`.' 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 ...' |