From 8eeca4761bdb894b39d6417ac60d1ab72eacf7f1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:06:52 +0000 Subject: [PATCH] New translations cachet.php (Italian) --- resources/lang/it-IT/cachet.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php index bb6c34a7..2ced9c46 100644 --- a/resources/lang/it-IT/cachet.php +++ b/resources/lang/it-IT/cachet.php @@ -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', ], ],