akaunting/resources/lang/pt-BR/maintenance.php

10 lines
150 B
PHP
Raw Normal View History

2019-11-27 16:29:19 +03:00
<?php
return [
2019-12-25 14:32:47 +03:00
2020-02-18 17:13:54 +03:00
'title' => 'Em Manutenção',
2019-11-27 16:29:19 +03:00
2020-02-17 15:10:32 +03:00
'message' => 'Desculpe, estamos em manutenção. Por favor, tente novamente mais tarde!',
2019-11-27 16:29:19 +03:00
2020-02-17 15:10:32 +03:00
];