diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-13 18:39:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-13 18:39:45 +0800 |
commit | ffb9d5437ad78dbd392f72fd60b4c03f4cefb970 (patch) | |
tree | 0d6a34b39dcd93250b0d588226ab95954cdcd94c /locale/pt-br | |
parent | 402eb5fbf775a7ee7a7e16cc506e06d8f299274b (diff) | |
download | lua-language-server-ffb9d5437ad78dbd392f72fd60b4c03f4cefb970.zip |
add progress for building
Diffstat (limited to 'locale/pt-br')
-rw-r--r-- | locale/pt-br/script.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index f7ac6d3d..b9cf0f7d 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -476,6 +476,8 @@ WINDOW_PROCESSING_SEMANTIC_RANGE = 'Processando tokens semânticas incrementais...' WINDOW_PROCESSING_HINT = 'Processando dicas de lina...' +WINDOW_PROCESSING_BUILD_META = -- TODO: need translate! +'Processing build meta...' WINDOW_INCREASE_UPPER_LIMIT = 'Aumente o limite superior' WINDOW_CLOSE = |