From 4ce59ea65d541e72e03fcd2ee22eee6549d9c93c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:54 +0000 Subject: [PATCH] New translations cachet.php (Norwegian) --- resources/lang/no-NO/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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',