Difference between revisions of "Translations:Automate Update data/56/pt-br"

From TaticView
Jump to: navigation, search
(Created page with "if %errorlevel% == 0 ( echo Vendas atualizado com sucesso! ) else ( echo Problemas na atualização do Vendas! )")
 
(No difference)

Latest revision as of 19:40, 16 July 2021

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Automate Update data)
if %errorlevel% == 0 (
   echo SALES updated successfully!
 ) else (
   echo Problems updating SALES!
 )
Translationif %errorlevel% == 0 (
   echo Vendas atualizado com sucesso!
 ) else (
   echo Problemas na atualização do Vendas!
 )

if %errorlevel% == 0 (

   echo Vendas atualizado com sucesso!
) else (
   echo Problemas na atualização do Vendas!
)