From 3179b7312b7160906eeeee271bdc5266b488e219 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:01:13 +0100 Subject: [PATCH] New translations cachet.php (Swedish) --- resources/lang/sv-SE/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php index 7b77cfdf..0ec422d1 100644 --- a/resources/lang/sv-SE/cachet.php +++ b/resources/lang/sv-SE/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] Systemet fungerar |[2,Inf] Alla system fungerar', + 'good' => '[0,1]System operational|[2,*]All systems are operational', 'bad' => '[0,1] Systemet har för närvarande problem|[2,Inf] Vissa system har problem', 'major' => '[0,1] Stora störningar på tjänsten [2,Inf] Stora störningar på vissa system', ],