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