From bfee8f6b95cc06aab8c685e39be4af2e392899d7 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:01:10 +0100 Subject: [PATCH] New translations cachet.php (Spanish) --- resources/lang/es-ES/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php index 75f559ba..f3d7363e 100644 --- a/resources/lang/es-ES/cachet.php +++ b/resources/lang/es-ES/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] Sistema operativo | [2,Inf] Todos los sistemas están operativos', + 'good' => '[0,1]System operational|[2,*]All systems are operational', 'bad' => '[0,1] El sistema está actualmente experimentando problemas | [2,Inf] Algunos sistemas están experimentando problemas', 'major' => '[0,1] El servicio está experimentando una interrupción mayor | [2, Inf] Algunos sistemas están experimentando una interrupción mayor', ],