diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php index 6c9fdb83..d8d01c91 100644 --- a/resources/lang/sv-SE/cachet.php +++ b/resources/lang/sv-SE/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'Inga händelser har rapporterats', - 'past' => 'Tidigare händelser', - 'previous_week' => 'Föregående vecka', - 'next_week' => 'Nästa vecka', - 'stickied' => 'Fästa incidenter', - 'scheduled' => 'Planerat underhåll', - 'scheduled_at' => ', schemalagda: tidsstämpel', - 'posted' => 'Upplagd :timestamp', - 'status' => [ + 'none' => 'Inga händelser har rapporterats', + 'past' => 'Tidigare händelser', + 'stickied' => 'Fästa incidenter', + 'scheduled' => 'Planerat underhåll', + 'scheduled_at' => ', schemalagda: tidsstämpel', + 'posted' => 'Upplagd :timestamp', + 'status' => [ 1 => 'Undersöker', 2 => 'Identifierat', 3 => 'Bevakar', @@ -77,7 +75,7 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => 'Prenumerera för att få de senaste uppdateringarna', - 'unsubscribe' => 'Unsubscribe at :link', + 'unsubscribe' => 'Avsluta prenumerationen på: länk', 'button' => 'Prenumerera', 'manage' => [ 'no_subscriptions' => 'Du prenumererar på alla uppdateringar.', @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom', 'feed' => 'Statusflöde', -]; +]; \ No newline at end of file