diff --git a/resources/lang/ca-ES/cachet.php b/resources/lang/ca-ES/cachet.php index 29e0a007..a5e3c133 100644 --- a/resources/lang/ca-ES/cachet.php +++ b/resources/lang/ca-ES/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No s\'han registrat incidents', - 'past' => 'Incidents anteriors', - 'previous_week' => 'Setmana Anterior', - 'next_week' => 'Següent Setmana', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Interrupció programada', - 'scheduled_at' => ', programat', - 'posted' => 'Posted :timestamp', - 'status' => [ + 'none' => 'No s\'han registrat incidents', + 'past' => 'Incidents anteriors', + 'stickied' => 'Stickied Incidents', + 'scheduled' => 'Interrupció programada', + 'scheduled_at' => ', programat', + 'posted' => 'Posted :timestamp', + 'status' => [ 1 => 'Investigant', 2 => 'Identificat', 3 => 'En observació', @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom', 'feed' => 'Estat', -]; +]; \ No newline at end of file