Open main menu

TaticView β

All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)if %errorlevel% == 0 (
   echo SALES updated successfully!
 ) else (
   echo Problems updating SALES!
 )
 h português do Brasil (pt-br)if %errorlevel% == 0 (
   echo Vendas atualizado com sucesso!
 ) else (
   echo Problemas na atualização do Vendas!
 )