From 2e5100ad96203770acde2789c4e5ad1f2f7f435c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:06:38 +0100 Subject: [PATCH] New translations cachet.php (Romanian) --- resources/lang/ro-RO/cachet.php | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php index 1fa21bb1..87621df8 100644 --- a/resources/lang/ro-RO/cachet.php +++ b/resources/lang/ro-RO/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'Nici un incident raportat', - 'past' => 'Incidente anterioare', - 'previous_week' => 'Săptămâna Anterioară', - 'next_week' => 'Săptămâna Următoare', - 'stickied' => 'Incidente fixate', - 'scheduled' => 'Întreținere programată', - 'scheduled_at' => ', programată: timestamp', - 'posted' => 'Publicat :timestamp', - 'status' => [ + 'none' => 'Nici un incident raportat', + 'past' => 'Incidente anterioare', + 'stickied' => 'Incidente fixate', + 'scheduled' => 'Întreținere programată', + 'scheduled_at' => ', programată: timestamp', + 'posted' => 'Publicat :timestamp', + 'status' => [ 1 => 'Sub investigație', 2 => 'Identificat', 3 => 'Sub observație', @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom', 'feed' => 'Feed Stare', -]; +]; \ No newline at end of file