akaunting/resources/lang/it-IT/recurring.php

21 lines
694 B
PHP
Raw Normal View History

2018-05-03 12:16:18 +03:00
<?php
return [
'recurring' => 'Recurring',
2018-08-29 16:47:58 +03:00
'every' => 'Ogni',
'period' => 'Periodo',
'times' => 'Volte',
'daily' => 'Quotidiano',
'weekly' => 'Settimanalmente',
'monthly' => 'Mensile',
'yearly' => 'Annuale',
2018-05-03 12:16:18 +03:00
'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',
];