File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/it.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/
'ago' => ':time fa',
'from_now' => 'tra :time',
'after' => ':time dopo',
'before' => ':time prima',
'year' => '1 anno|:count anni',
'month' => '1 mese|:count mesi',
'week' => '1 settimana|:count settimane',
'day' => '1 giorno|:count giorni',
'hour' => '1 ora|:count ore',
'minute' => '1 minuto|:count minuti',
'second' => '1 secondo|:count secondi',
'january' => 'gennaio',
'february' => 'febbraio',
'march' => 'marzo',
'april' => 'aprile',
'may' => 'maggio',
'june' => 'giugno',
'july' => 'luglio',
'august' => 'agosto',
'september' => 'settembre',
'october' => 'ottobre',
'november' => 'novembre',
'december' => 'dicembre',
'monday' => 'lunedì',
'tuesday' => 'martedì',
'wednesday' => 'mercoledì',
'thursday' => 'giovedì',
'friday' => 'venerdì',
'saturday' => 'sabato',
'sunday' => 'domenica',
];