From 2d3c7eacd44bb1db6437852219b9d5ca0b0538dd Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:07:01 +0100 Subject: [PATCH] New translations cachet.php (Catalan) --- resources/lang/ca-ES/cachet.php | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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