From 4e5852db60ad3f15e48e5e160ac5cb4fe85e6098 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:58 +0000 Subject: [PATCH] New translations notifications.php (Norwegian) --- resources/lang/no-NO/notifications.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/no-NO/notifications.php b/resources/lang/no-NO/notifications.php index 6a65c6bd..e3af9bc9 100644 --- a/resources/lang/no-NO/notifications.php +++ b/resources/lang/no-NO/notifications.php @@ -16,7 +16,7 @@ return [ 'subject' => 'Component Status Updated', 'greeting' => 'A component\'s status was updated!', 'content' => ':name status changed from :old_status to :new_status.', - 'action' => 'View', + 'action' => 'Vis', ], 'slack' => [ 'title' => 'Component Status Updated', @@ -33,7 +33,7 @@ return [ 'subject' => 'New Incident Reported', 'greeting' => 'A new incident was reported at :app_name.', 'content' => 'Incident :name was reported', - 'action' => 'View', + 'action' => 'Vis', ], 'slack' => [ 'title' => 'Incident :name Reported', @@ -45,13 +45,13 @@ return [ ], 'update' => [ 'mail' => [ - 'subject' => 'Incident Updated', + 'subject' => 'Hendelse oppdatert', 'content' => ':name was updated', 'title' => ':name was updated to :new_status', - 'action' => 'View', + 'action' => 'Vis', ], 'slack' => [ - 'title' => ':name Updated', + 'title' => ':name oppdatert', 'content' => ':name was updated to :new_status', ], 'sms' => [ @@ -65,7 +65,7 @@ return [ 'subject' => 'New Schedule Created', 'content' => ':name was scheduled for :date', 'title' => 'A new scheduled maintenance was created.', - 'action' => 'View', + 'action' => 'Vis', ], 'slack' => [ 'title' => 'New Schedule Created!', @@ -82,7 +82,7 @@ return [ 'subject' => 'Verify Your Subscription', 'content' => 'Click to verify your subscription to :app_name status page.', 'title' => 'Verify your subscription to :app_name status page.', - 'action' => 'Verify', + 'action' => 'Bekreft', ], ], ], @@ -101,7 +101,7 @@ return [ 'subject' => 'Your invitation is inside...', 'content' => 'You have been invited to join :app_name status page.', 'title' => 'You\'re invited to join :app_name status page.', - 'action' => 'Accept', + 'action' => 'Aksepter', ], ], ],