pt-PT translation
This commit is contained in:
20
resources/lang/pt-PT/recurring.php
Normal file
20
resources/lang/pt-PT/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?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',
|
||||
|
||||
];
|
Reference in New Issue
Block a user