diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 18:02:31 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-30 18:02:31 +0800 |
commit | 4a9ab5b1ae9889e9732b53ad8cdf3b6db5394c3b (patch) | |
tree | 935934fdb69c1e94209e79827474b7a145c28b7b /locale/pt-br | |
parent | bb3f84633b01afb0a2f719645f8176f491fb7694 (diff) | |
download | lua-language-server-4a9ab5b1ae9889e9732b53ad8cdf3b6db5394c3b.zip |
command `lua.exportDocument`
finish #1833
Diffstat (limited to 'locale/pt-br')
-rw-r--r-- | locale/pt-br/script.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index a221dffe..fd25a3d6 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -602,6 +602,14 @@ CLI_CHECK_SUCCESS = 'Diagnóstico completo, nenhum problema encontrado' CLI_CHECK_RESULTS = 'Diagnóstico completo, {} problemas encontrados, veja {}' +CLI_DOC_INITING = -- TODO: need translate! +'Loading documents ...' +CLI_DOC_DONE = -- TODO: need translate! +[[ +Document exporting completed! +Raw data: {} +Markdown(example): {} +]] TYPE_ERROR_ENUM_GLOBAL_DISMATCH = -- TODO: need translate! 'Type `{child}` cannot match enumeration type of `{parent}`' |