New translations notifications.php (Swedish)

This commit is contained in:
James Brooks
2018-01-16 14:06:46 +00:00
parent 6a14be8bc4
commit bb0e311734

View File

@@ -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' => '🔔',
],