diff options
author | AndreaWalchshoferSCCH <andrea.walchshofer@scch.at> | 2023-04-24 11:03:18 +0200 |
---|---|---|
committer | AndreaWalchshoferSCCH <andrea.walchshofer@scch.at> | 2023-04-24 11:03:18 +0200 |
commit | 171703c12f571d15550aacc40a45cc6a312d8b1d (patch) | |
tree | cceb1c66d2406b8e1690274e0da15bd89ac7c762 /locale/pt-br/script.lua | |
parent | cff12c89285d5039cb24634b737837e8a94399f5 (diff) | |
download | lua-language-server-171703c12f571d15550aacc40a45cc6a312d8b1d.zip |
Cleanup PR
Revert Changes made from unrelated PR
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r-- | locale/pt-br/script.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index be6de9b2..5d4d70b5 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -160,10 +160,8 @@ DIAG_INVISIBLE_PROTECTED = -- TODO: need translate! 'Field `{field}` is protected, it can only be accessed in class `{class}` and its subclasses.' DIAG_INVISIBLE_PACKAGE = -- TODO: need translate! 'Field `{field}` can only be accessed in same file `{uri}`.' -DIAG_GLOBAL_ELEMENT = -- TODO: need translate! +DIAG_GLOBAL_ELEMENT = -- TODO: need translate! 'Element is global.' -DIAG_UPPERCASE_LOCAL = -- TODO: need translate! -'Local element `{}` must start with lowercase letter' 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 ...' |