From db9878025242db8548f6a6acf4fa94b0c04cc7b5 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:08:45 +0100 Subject: [PATCH] New translations cachet.php (Hebrew) --- resources/lang/he-IL/cachet.php | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/resources/lang/he-IL/cachet.php b/resources/lang/he-IL/cachet.php index f836a4d39..dddb944c0 100644 --- a/resources/lang/he-IL/cachet.php +++ b/resources/lang/he-IL/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No incidents reported', - 'past' => 'Past Incidents', - 'previous_week' => 'Previous week', - 'next_week' => 'Next week', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'תחזוקה מתוזמנת', - 'scheduled_at' => ', scheduled :timestamp', - 'posted' => 'Posted :timestamp', - 'status' => [ + 'none' => 'No incidents reported', + 'past' => 'Past Incidents', + 'stickied' => 'Stickied Incidents', + 'scheduled' => 'תחזוקה מתוזמנת', + 'scheduled_at' => ', scheduled :timestamp', + 'posted' => 'Posted :timestamp', + 'status' => [ 1 => 'Investigating', 2 => 'מזוהה', 3 => 'צופה', @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom', 'feed' => 'Status Feed', -]; +]; \ No newline at end of file