From 10a6fa4edd766fb3130cd5d2087cae38abd915eb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:41 +0000 Subject: [PATCH] New translations cachet.php (Danish) --- resources/lang/da-DK/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/da-DK/cachet.php b/resources/lang/da-DK/cachet.php index a14504d4..5deed9d1 100644 --- a/resources/lang/da-DK/cachet.php +++ b/resources/lang/da-DK/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 dig opdateret med de seneste opdateringer fra :app.', + ], + ], + // Other 'home' => 'Hjem', - 'description' => 'Hold dig opdateret med de seneste opdateringer fra :app.', 'powered_by' => 'Drevet af Cachet.', 'timezone' => 'Klokkeslæt vises i :timezone.', 'about_this_site' => 'Om denne side',