diff --git a/resources/lang/no-NO/cachet.php b/resources/lang/no-NO/cachet.php index 55837c94..5b3000a5 100644 --- a/resources/lang/no-NO/cachet.php +++ b/resources/lang/no-NO/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' => 'Hold deg oppdatert med de nyeste service-oppdateringene fra :app.', + ], + ], + // Other 'home' => 'Forsiden', - 'description' => 'Hold deg oppdatert med de nyeste service-oppdateringene fra :app.', 'powered_by' => 'Drevet av Cachet.', 'timezone' => 'Tider vises i :timezone.', 'about_this_site' => 'Om denne siden',