From eb739b9b634a9719ed1e199cfa614197f3ea6b11 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 31 Mar 2018 12:00:33 +0100 Subject: [PATCH] New translations cachet.php (Romanian) --- resources/lang/ro-RO/cachet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php index 9f4faa91..21afb754 100644 --- a/resources/lang/ro-RO/cachet.php +++ b/resources/lang/ro-RO/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] Sistem operaţional|[2,Inf] Toate sistemele sunt operaţionale', + 'good' => '[0,1]System operational|[2,*]All systems are operational', 'bad' => '[0,1] Sistemul se confruntă cu probleme|[2,Inf] Unele sisteme se confruntă cu probleme', 'major' => '[0,1] Serviciul se confruntă cu o întrerupere a funcționării majoră| [2, Inf] Unele sisteme se confruntă cu întreruperi de funcţionare majore', ],