From 62f84c060f3a2f1e3dc5f73fc8d96b9f6c948e82 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:22:10 +0000 Subject: [PATCH] New translations cachet.php (Hungarian) --- resources/lang/hu-HU/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php index 5073bd6c..017c348b 100644 --- a/resources/lang/hu-HU/cachet.php +++ b/resources/lang/hu-HU/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' => 'Maradjon mindig naprakész :app legújabb frissítéseivel.', + ], + ], + // Other 'home' => 'Kezdőoldal', - 'description' => 'Maradjon mindig naprakész :app legújabb frissítéseivel.', 'powered_by' => 'A motorháztető alatt a Cachet dolgozik.', 'timezone' => 'Időzóna: :timezone.', 'about_this_site' => 'A webhelyről',