diff --git a/resources/lang/sv-SE/cachet.php b/resources/lang/sv-SE/cachet.php index d8f51bff..68cbe7df 100644 --- a/resources/lang/sv-SE/cachet.php +++ b/resources/lang/sv-SE/cachet.php @@ -117,9 +117,18 @@ return [ ], ], + // Meta descriptions + 'meta' => [ + 'description' => [ + 'incident' => 'Details and updates about the :name incident that occurred on :date', + 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', + 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'overview' => 'Håll dig uppdaterad med de senaste service-uppdateringarna från :app.', + ], + ], + // Other 'home' => 'Hem', - 'description' => 'Håll dig uppdaterad med de senaste service-uppdateringarna från :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Tider visas i :timezone.', 'about_this_site' => 'Om sidan',