summaryrefslogtreecommitdiff
path: root/locale/pt-br
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-16 20:57:42 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-16 20:57:42 +0800
commit4ed3b03136e4cc4028c07a43fe82507875d0c172 (patch)
tree35f6c1680cc5fa948f144174c1d6002f7413528c /locale/pt-br
parentce7c78af623ed45f4f897a4610de8b04aec3d4a4 (diff)
downloadlua-language-server-4ed3b03136e4cc4028c07a43fe82507875d0c172.zip
update locale
Diffstat (limited to 'locale/pt-br')
-rw-r--r--locale/pt-br/meta.lua24
-rw-r--r--locale/pt-br/script.lua26
2 files changed, 24 insertions, 26 deletions
diff --git a/locale/pt-br/meta.lua b/locale/pt-br/meta.lua
index aa530354..36b08c70 100644
--- a/locale/pt-br/meta.lua
+++ b/locale/pt-br/meta.lua
@@ -333,19 +333,19 @@ infowhat.n =
'`name` e `namewhat`'
infowhat.S =
'`source`, `short_src`, `linedefined`, `lastlinedefined` e `what`'
-infowhat.l = -- TODO: need translate!
+infowhat.l =
'`currentline`'
-infowhat.t = -- TODO: need translate!
+infowhat.t =
'`istailcall`'
-infowhat.u['<5.1'] = -- TODO: need translate!
+infowhat.u['<5.1'] =
'`nups`'
infowhat.u['>5.2'] =
'`nups`, `nparams` e `isvararg`'
-infowhat.f = -- TODO: need translate!
+infowhat.f =
'`func`'
infowhat.r =
'`ftransfer` e `ntransfer`'
-infowhat.L = -- TODO: need translate!
+infowhat.L =
'`activelines`'
hookmask.c =
@@ -361,7 +361,7 @@ file[':close'] =
'Fecha o arquivo `file`.'
file[':flush'] =
'Salva qualquer dado de entrada no arquivo `file`.'
-file[':lines'] = -- TODO: need translate!
+file[':lines'] =
[[
------
```lua
@@ -416,7 +416,7 @@ io.flush =
'Salva todos os dados gravados no arquivo de saída padrão.'
io.input =
'Define o arquivo de entrada padrão.'
-io.lines = -- TODO: need translate!
+io.lines =
[[
------
```lua
@@ -593,15 +593,15 @@ os.tmpname =
osdate.year =
'Quatro dígitos.'
-osdate.month = -- TODO: need translate!
+osdate.month =
'1-12'
-osdate.day = -- TODO: need translate!
+osdate.day =
'1-31'
-osdate.hour = -- TODO: need translate!
+osdate.hour =
'0-23'
-osdate.min = -- TODO: need translate!
+osdate.min =
'0-59'
-osdate.sec = -- TODO: need translate!
+osdate.sec =
'0-61'
osdate.wday =
'Dia da semana, 1–7, Domingo é 1'
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua
index 47df6210..4076c223 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -277,25 +277,25 @@ SYMBOL_ANONYMOUS = -- TODO: need translate!
HOVER_VIEW_DOCUMENTS =
'Visualizar documentos'
-HOVER_DOCUMENT_LUA51 = -- TODO: need translate!
+HOVER_DOCUMENT_LUA51 =
'http://www.lua.org/manual/5.1/manual.html#{}'
-HOVER_DOCUMENT_LUA52 = -- TODO: need translate!
+HOVER_DOCUMENT_LUA52 =
'http://www.lua.org/manual/5.2/manual.html#{}'
-HOVER_DOCUMENT_LUA53 = -- TODO: need translate!
+HOVER_DOCUMENT_LUA53 =
'http://www.lua.org/manual/5.3/manual.html#{}'
-HOVER_DOCUMENT_LUA54 = -- TODO: need translate!
+HOVER_DOCUMENT_LUA54 =
'http://www.lua.org/manual/5.4/manual.html#{}'
-HOVER_DOCUMENT_LUAJIT = -- TODO: need translate!
+HOVER_DOCUMENT_LUAJIT =
'http://www.lua.org/manual/5.1/manual.html#{}'
-HOVER_NATIVE_DOCUMENT_LUA51 = -- TODO: need translate!
+HOVER_NATIVE_DOCUMENT_LUA51 =
'command:extension.lua.doc?["en-us/51/manual.html/{}"]'
-HOVER_NATIVE_DOCUMENT_LUA52 = -- TODO: need translate!
+HOVER_NATIVE_DOCUMENT_LUA52 =
'command:extension.lua.doc?["en-us/52/manual.html/{}"]'
-HOVER_NATIVE_DOCUMENT_LUA53 = -- TODO: need translate!
+HOVER_NATIVE_DOCUMENT_LUA53 =
'command:extension.lua.doc?["en-us/53/manual.html/{}"]'
-HOVER_NATIVE_DOCUMENT_LUA54 = -- TODO: need translate!
+HOVER_NATIVE_DOCUMENT_LUA54 =
'command:extension.lua.doc?["en-us/54/manual.html/{}"]'
-HOVER_NATIVE_DOCUMENT_LUAJIT = -- TODO: need translate!
+HOVER_NATIVE_DOCUMENT_LUAJIT =
'command:extension.lua.doc?["en-us/51/manual.html/{}"]'
HOVER_MULTI_PROTOTYPE =
'({} protótipos)'
@@ -316,7 +316,7 @@ HOVER_TABLE_TIME_UP =
HOVER_WS_LOADING =
'Carregando espaço de trabalho: {} / {}'
HOVER_AWAIT_TOOLTIP = -- TODO: need translate!
-'正在调用异步函数,可能会让出当前协程'
+'Calling async function, current thread may be yielded.'
ACTION_DISABLE_DIAG =
'Desativar diagnósticos no espaço de trabalho ({}).'
@@ -432,9 +432,7 @@ WINDOW_PROCESSING_SEMANTIC_FULL =
'Processando tokens semânticas completos...'
WINDOW_PROCESSING_SEMANTIC_RANGE =
'Processando tokens semânticas incrementais...'
-WINDOW_PROCESSING_HINT = -- TODO: need translate!
-'正在处理内联提示...'
-WINDOW_PROCESSING_TYPE_HINT =
+WINDOW_PROCESSING_HINT =
'Processando dicas de lina...'
WINDOW_INCREASE_UPPER_LIMIT =
'Aumente o limite superior'