akaunting/resources/lang/pt-PT/recurring.php
2018-06-20 12:36:35 +03:00

21 lines
708 B
PHP

<?php
return [
'recurring' => 'Repetir',
'every' => 'A cada',
'period' => 'Período',
'times' => 'Vezes',
'daily' => 'Diariamente',
'weekly' => 'Semanalmente',
'monthly' => 'Mensalmente',
'yearly' => 'Anualmente',
'custom' => 'Personalizado',
'days' => 'Dia(s)',
'weeks' => 'Semana(s)',
'months' => 'Mês(es)',
'years' => 'Ano(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
];