diff --git a/resources/lang/sv-SE/dashboard.php b/resources/lang/sv-SE/dashboard.php
index f23ee791..3441c452 100644
--- a/resources/lang/sv-SE/dashboard.php
+++ b/resources/lang/sv-SE/dashboard.php
@@ -21,7 +21,20 @@ return [
'logged' => '{0} Det finns inga händelser, bra jobbat!|Du har skapat en händelse.|Du har skapat :count händelser.',
'incident-create-template' => 'Skapa mall',
'incident-templates' => 'Händelsemallar',
- 'updates' => '{0} Zero Updates|One Update|:count Updates',
+ 'updates' => [
+ 'title' => 'Incident updates for :incident',
+ 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
+ 'add' => [
+ 'title' => 'Skapa en ny incidentuppdatering',
+ 'success' => 'Your new incident update has been created.',
+ 'failure' => 'Something went wrong with the incident update.',
+ ],
+ 'edit' => [
+ 'title' => 'Edit incident update',
+ 'success' => 'The incident update has been updated.',
+ 'failure' => 'Something went wrong updating the incident update',
+ ],
+ ],
'add' => [
'title' => 'Lägg till händelse',
'success' => 'Incident skapad.',
@@ -36,11 +49,6 @@ return [
'success' => 'Händelsen har tagits bort och kommer inte visas på din statussida.',
'failure' => 'The incident could not be deleted, please try again.',
],
- 'update' => [
- 'title' => 'Skapa en ny incidentuppdatering',
- 'subtitle' => 'Lägg till en uppdatering till :händelsen',
- 'success' => 'Update added.',
- ],
// Incident templates
'templates' => [
@@ -147,13 +155,15 @@ return [
],
// Subscribers
'subscribers' => [
- 'subscribers' => 'Prenumeranter',
- 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
- 'verified' => 'Bekräftad',
- 'not_verified' => 'Inte bekräftad',
- 'subscriber' => ':email, subscribed :date',
- 'no_subscriptions' => 'Subscribed to all updates',
- 'add' => [
+ 'subscribers' => 'Prenumeranter',
+ 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
+ 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
+ 'verified' => 'Bekräftad',
+ 'not_verified' => 'Inte bekräftad',
+ 'subscriber' => ':email, subscribed :date',
+ 'no_subscriptions' => 'Subscribed to all updates',
+ 'global' => 'Globally subscribed',
+ 'add' => [
'title' => 'Lägg till en prenumerant',
'success' => 'Prenumerant tillagd!',
'failure' => 'Something went wrong adding the subscriber, please try again.',