21 lines
708 B
PHP
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',
|
|
|
|
];
|