From 4a9ab5b1ae9889e9732b53ad8cdf3b6db5394c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 30 Jan 2023 18:02:31 +0800 Subject: command `lua.exportDocument` finish #1833 --- locale/pt-br/script.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'locale/pt-br/script.lua') 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}`' -- cgit v1.2.3