pt-PT translation

This commit is contained in:
denisdulici
2018-06-20 12:36:35 +03:00
parent a38cfa223a
commit e04d1662a6
27 changed files with 860 additions and 1 deletions

View 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',
];