akaunting/resources/lang/it-IT/recurring.php
2018-08-29 16:47:58 +03:00

21 lines
694 B
PHP

<?php
return [
'recurring' => 'Recurring',
'every' => 'Ogni',
'period' => 'Periodo',
'times' => 'Volte',
'daily' => 'Quotidiano',
'weekly' => 'Settimanalmente',
'monthly' => 'Mensile',
'yearly' => 'Annuale',
'custom' => 'Custom',
'days' => 'Day(s)',
'weeks' => 'Week(s)',
'months' => 'Month(s)',
'years' => 'Year(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
];