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

21 lines
722 B
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
2019-02-04 19:07:34 +03:00
'recurring' => 'Recorrente',
2018-06-20 12:36:35 +03:00
'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)',
2019-02-04 19:07:34 +03:00
'message' => 'Isto é um(a) :type recorrente e o(a) próximo(a) :type será gerado(a) automaticamente em :data',
2018-06-20 12:36:35 +03:00
];