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

21 lines
718 B
PHP
Raw Normal View History

2018-05-03 12:16:18 +03:00
<?php
return [
2018-11-08 12:11:42 +03:00
'recurring' => 'Ricorrenti',
2018-08-29 16:47:58 +03:00
'every' => 'Ogni',
'period' => 'Periodo',
'times' => 'Volte',
'daily' => 'Quotidiano',
'weekly' => 'Settimanalmente',
'monthly' => 'Mensile',
'yearly' => 'Annuale',
2018-11-08 12:11:42 +03:00
'custom' => 'Personalizzato',
'days' => 'Giorno(i)',
'weeks' => 'Settimana(e)',
'months' => 'Mese(i)',
'years' => 'Anno(i)',
'message' => 'Questo è un :type ricorrente ed il successivo :type verrà generato automaticamente il :date',
2018-05-03 12:16:18 +03:00
];