diff --git a/resources/lang/sv-SE/notifications.php b/resources/lang/sv-SE/notifications.php index 6a65c6bd..0fd9dde9 100644 --- a/resources/lang/sv-SE/notifications.php +++ b/resources/lang/sv-SE/notifications.php @@ -45,24 +45,24 @@ return [ ], 'update' => [ 'mail' => [ - 'subject' => 'Incident Updated', - 'content' => ':name was updated', - 'title' => ':name was updated to :new_status', + 'subject' => 'Händelse uppdaterad', + 'content' => ': namn uppdaterades', + 'title' => ':name uppdaterades till :new_status', 'action' => 'View', ], 'slack' => [ - 'title' => ':name Updated', - 'content' => ':name was updated to :new_status', + 'title' => ':name uppdaterat', + 'content' => ':name uppdaterades till :new_status', ], 'sms' => [ - 'content' => 'Incident :name was updated', + 'content' => 'Incident :name uppdaterades', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Schedule Created', + 'subject' => 'Nytt schema skapat', 'content' => ':name was scheduled for :date', 'title' => 'A new scheduled maintenance was created.', 'action' => 'View', @@ -82,14 +82,14 @@ 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' => 'Verifiera', ], ], ], 'system' => [ 'test' => [ 'mail' => [ - 'subject' => 'Ping from Cachet!', + 'subject' => 'Ping från Cachet!', 'content' => 'This is a test notification from Cachet!', 'title' => '🔔', ],