From 6489887cfacb23913adda335f5f4dfa72cd49a84 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 3 Apr 2018 21:09:54 +0100 Subject: [PATCH] Test updating of translations from Github --- resources/lang/ar-SA/cachet.php | 4 ++-- resources/lang/es-ES/cachet.php | 2 +- resources/lang/es/cachet.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/ar-SA/cachet.php b/resources/lang/ar-SA/cachet.php index 4e77fed3..a81f34f3 100644 --- a/resources/lang/ar-SA/cachet.php +++ b/resources/lang/ar-SA/cachet.php @@ -54,8 +54,8 @@ return [ // Service Status 'service' => [ 'good' => '[0,1]System operational|[2,*]All systems are operational', - 'bad' => '[0,1] النظام يواجه مشاكل | [2,Inf] بعض الأنظمة تواجه مشاكل', - 'major' => '[0,1] النظام يواجه مشاكل أساسية | [2,Inf] بعض الأنظمة تواجه مشاكل أساسية', + 'bad' => '[0,1] النظام يواجه مشاكل|[2,Inf] بعض الأنظمة تواجه مشاكل', + 'major' => '[0,1] النظام يواجه مشاكل أساسية|[2,Inf] بعض الأنظمة تواجه مشاكل أساسية', ], 'api' => [ diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php index f3d7363e..3e092e01 100644 --- a/resources/lang/es-ES/cachet.php +++ b/resources/lang/es-ES/cachet.php @@ -54,7 +54,7 @@ return [ // Service Status 'service' => [ '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', + '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', ], diff --git a/resources/lang/es/cachet.php b/resources/lang/es/cachet.php index e7e4e9e0..b12fb3b8 100644 --- a/resources/lang/es/cachet.php +++ b/resources/lang/es/cachet.php @@ -43,9 +43,9 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] Sistema operativo | [2,Inf] Todos los sistemas están operativos', - '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', + 'good' => '[0,1] Sistema operativo|[2,Inf] Todos los sistemas están operativos', + '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', ], 'api' => [