es-AR translation
This commit is contained in:
20
resources/lang/es-AR/recurring.php
Normal file
20
resources/lang/es-AR/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Repetitivo',
|
||||
'every' => 'Cada',
|
||||
'period' => 'Período',
|
||||
'times' => 'Veces',
|
||||
'daily' => 'Diario',
|
||||
'weekly' => 'Semanal',
|
||||
'monthly' => 'Mensual',
|
||||
'yearly' => 'Anual',
|
||||
'custom' => 'Personalizado',
|
||||
'days' => 'Día(s)',
|
||||
'weeks' => 'Semana(s)',
|
||||
'months' => 'Mes(es)',
|
||||
'years' => 'Año(s)',
|
||||
'message' => 'Éste es un :type periódico y el siguiente :type se generará automáticamente el día :date',
|
||||
|
||||
];
|
Reference in New Issue
Block a user