summaryrefslogtreecommitdiff
path: root/locale/pt-br
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-09-06 17:23:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-09-06 17:23:15 +0800
commitb54172d818b88c41cfdc2c88f00e9caec1dea202 (patch)
tree7ccedfbe139f958e977e991d187a615099a42524 /locale/pt-br
parent7047393031801c91c8d0cf78a77c91e5a6f64114 (diff)
downloadlua-language-server-b54172d818b88c41cfdc2c88f00e9caec1dea202.zip
fix #1526
Diffstat (limited to 'locale/pt-br')
-rw-r--r--locale/pt-br/script.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua
index d1ae41b8..e93ff85f 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -271,6 +271,8 @@ PARSER_UNKNOWN_ATTRIBUTE =
'Atributo local deve ser `const` ou `close`'
PARSER_AMBIGUOUS_SYNTAX = -- TODO: need translate!
'In Lua 5.1, the left brackets called by the function must be in the same line as the function.'
+PARSER_NEED_PAREN = -- TODO: need translate!
+'需要添加一对括号。'
PARSER_LUADOC_MISS_CLASS_NAME =
'Esperado <class name>.'
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =
@@ -416,6 +418,8 @@ ACTION_MARK_ASYNC =
'Marque a função atual como assíncrona'
ACTION_ADD_DICT =
'Adicione \'{}\' ao seu espaço de trabalho no '
+ACTION_FIX_ADD_PAREN = -- TODO: need translate!
+'添加括号。'
COMMAND_DISABLE_DIAG =
'Desativar diagnósticos.'