From cd27ba590da6629c8c24682f65ce296498a9d9ea Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:54 +0000 Subject: [PATCH] New translations cachet.php (Norwegian) --- resources/lang/no-NO/cachet.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/lang/no-NO/cachet.php b/resources/lang/no-NO/cachet.php index c3db7916..55837c94 100644 --- a/resources/lang/no-NO/cachet.php +++ b/resources/lang/no-NO/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => 'Sist oppdatert :timestamp', 'status' => [ - 0 => 'Unknown', + 0 => 'Ukjent', 1 => 'Ingen problemer', 2 => 'Ytelsesproblemer', 3 => 'Delvis brudd', @@ -33,6 +33,7 @@ return [ 'scheduled' => 'Planlagt vedlikehold', 'scheduled_at' => ', planlagt :timestamp', 'posted' => 'Skrevet :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Undersøkes', 2 => 'Identifisert', @@ -45,8 +46,8 @@ return [ 'schedules' => [ 'status' => [ 0 => 'Upcoming', - 1 => 'In Progress', - 2 => 'Complete', + 1 => 'Pågår', + 2 => 'Fullført', ], ],