summaryrefslogtreecommitdiff
path: root/locale/pt-br/script.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-02-07 19:43:16 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-02-07 19:43:39 +0800
commit96757146b319ef7b19d56f3c360643e08662caaa (patch)
tree7ebaec7e5fe8a6f9907d93b394fd32359d55e62c /locale/pt-br/script.lua
parentf0a66a416e293a3a066582e6b23c1bace9704684 (diff)
downloadlua-language-server-96757146b319ef7b19d56f3c360643e08662caaa.zip
update locale
#1886
Diffstat (limited to 'locale/pt-br/script.lua')
-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 2a9fcdb9..d2a7c314 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
'需要添加一对括号。'
PARSER_NESTING_LONG_MARK = -- TODO: need translate!
'Nesting of `[[...]]` is not allowed in Lua 5.1 .'
+PARSER_LOCAL_LIMIT = -- TODO: need translate!
+'Only 200 active local variables and upvalues can be existed at the same time.'
PARSER_LUADOC_MISS_CLASS_NAME =
'Esperado <class name>.'
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =