From 034e2e568cb200c45a52dcc5bc09ee11f4421659 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:00:37 +0100 Subject: [PATCH] New translations cachet.php (Italian) --- resources/lang/it-IT/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php index fc3e3e57..761150b8 100644 --- a/resources/lang/it-IT/cachet.php +++ b/resources/lang/it-IT/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] Sistema operativo|[2,Inf] Tutti i sistemi sono operativi', + 'good' => '[0,1]System operational|[2,*]All systems are operational', 'bad' => '[0,1] Il sistema al momento presenta problemi|[2,Inf] Alcuni sistemi presentano problemi', 'major' => '[0,1] Il servizio presenta presenta un grave problema|[2,Inf] Alcuni sistemi presentano un grave problema', ],