summaryrefslogtreecommitdiff
path: root/locale/pt-br
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-07-21 14:28:51 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-07-21 14:28:51 +0800
commit998927a2c8f33dabf8b079657f111a03f37570af (patch)
tree9414abf4b7570bcae4ff541060dacdc3ffdd03b1 /locale/pt-br
parente50b20f07f44de64667143984f2ea0564db09ff7 (diff)
downloadlua-language-server-998927a2c8f33dabf8b079657f111a03f37570af.zip
添加翻译
Diffstat (limited to 'locale/pt-br')
-rw-r--r--locale/pt-br/script.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua
index 52bc4087..11b7a091 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -168,6 +168,8 @@ DIAG_INVISIBLE_PACKAGE = -- TODO: need translate!
'Field `{field}` can only be accessed in same file `{uri}`.'
DIAG_GLOBAL_ELEMENT = -- TODO: need translate!
'Element is global.'
+DIAG_MISSING_FIELDS = -- TODO: need translate!
+'Missing fields: {}'
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 ...'