diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 05:57:36 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-12-18 05:57:36 +0800 |
commit | a2ca88cc7e078ce0c06a2140be3efdcf6cfe6c02 (patch) | |
tree | 6a8b094d46ab58f6e5776692d8d36cfa66a88ff1 /locale/pt-br | |
parent | 97324851ab26d32a8b5fa56b7b3a867692100fb4 (diff) | |
download | lua-language-server-a2ca88cc7e078ce0c06a2140be3efdcf6cfe6c02.zip |
complete code lens
Diffstat (limited to 'locale/pt-br')
-rw-r--r-- | locale/pt-br/script.lua | 2 | ||||
-rw-r--r-- | locale/pt-br/setting.lua | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index aabb3a19..6549de99 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -447,6 +447,8 @@ COMMAND_JSON_TO_LUA_FAILED = 'Converção de JSON para Lua falhou: {}.' COMMAND_ADD_DICT = 'Adicione uma palavra ao dicionário' +COMMAND_REFERENCE_COUNT = -- TODO: need translate! +'{} references' COMPLETION_IMPORT_FROM = 'Importa de {}.' diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua index efc936e2..be21a0ee 100644 --- a/locale/pt-br/setting.lua +++ b/locale/pt-br/setting.lua @@ -256,6 +256,8 @@ config.hint.semicolon.SameLine = -- TODO: need translate! 'When two statements are on the same line, display a semicolon between them.' config.hint.semicolon.Disable = -- TODO: need translate! 'Disable virtual semicolons.' +config.codeLens.enable = -- TODO: need translate! +'Enable code lens.' config.format.enable = -- TODO: need translate! 'Enable code formatter.' config.format.defaultConfig = -- TODO: need translate! |