diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php index c668f806..a75a51c9 100644 --- a/resources/lang/el-GR/cachet.php +++ b/resources/lang/el-GR/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'Δεν υπάρχουν περιστατικά', - 'past' => 'Προηγούμενα περιστατικά', - 'previous_week' => 'Previous week', - 'next_week' => 'Next week', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Προγραμματισμένη Συντήρηση', - 'scheduled_at' => ', προγραμματισμένη :timestamp', - 'posted' => 'Posted :timestamp', - 'status' => [ + 'none' => 'Δεν υπάρχουν περιστατικά', + 'past' => 'Προηγούμενα περιστατικά', + 'stickied' => 'Stickied Incidents', + 'scheduled' => 'Προγραμματισμένη Συντήρηση', + 'scheduled_at' => ', προγραμματισμένη :timestamp', + 'posted' => 'Posted :timestamp', + 'status' => [ 1 => 'Διερευνάται', 2 => 'Προσδιορίστηκε', 3 => 'Παρακολούθηση', @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom', 'feed' => 'Status Feed', -]; +]; \ No newline at end of file