New translations cachet.php (Italian)

This commit is contained in:
James Brooks
2018-01-16 14:06:52 +00:00
parent 9669e2161b
commit 8eeca4761b

View File

@@ -21,7 +21,7 @@ return [
4 => 'Interruzione del servizio',
],
'group' => [
'other' => 'Altri Componenti',
'other' => 'Altri componenti',
],
],
@@ -33,6 +33,7 @@ return [
'scheduled' => 'Manutenzione programmata',
'scheduled_at' => ', programmata il :timestamp',
'posted' => 'Pubblicato :timestamp',
'posted_at' => 'Posted at :timestamp',
'status' => [
1 => 'Analisi',
2 => 'Identificato',
@@ -44,9 +45,9 @@ return [
// Schedule
'schedules' => [
'status' => [
0 => 'In Arrivo',
0 => 'In arrivo',
1 => 'In corso',
2 => 'Completo',
2 => 'Completato',
],
],