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

12 lines
205 B
PHP
Raw Normal View History

2020-03-17 16:39:03 +03:00
<?php
return [
'title' => 'Em Manutenção',
'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
'last-updated' => 'This message was last updated :timestamp.',
];