From 883ad472b20479346ba445ab94a837be7fe8b220 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:20:41 +0000 Subject: [PATCH] New translations cachet.php (Romanian) --- resources/lang/ro-RO/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/ro-RO/cachet.php b/resources/lang/ro-RO/cachet.php index ef1f39ec..27fa1438 100644 --- a/resources/lang/ro-RO/cachet.php +++ b/resources/lang/ro-RO/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' => 'Fii la curent cu cele mai recente actualizări ale serviciilor pentru :app.', + ], + ], + // Other 'home' => 'Acasă', - 'description' => 'Fii la curent cu cele mai recente actualizări ale serviciilor pentru :app.', 'powered_by' => 'Cu sprijinul Cachet.', 'timezone' => 'Orele sunt afișate după fusul orar :timezone.', 'about_this_site' => 'Despre acest Site',