From 3696eb9d2f7c9bc31fca89f263b3f98b1b14d8fb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:47 +0000 Subject: [PATCH] New translations cachet.php (Turkish) --- resources/lang/tr-TR/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/tr-TR/cachet.php b/resources/lang/tr-TR/cachet.php index 99eb23e1..6c454415 100644 --- a/resources/lang/tr-TR/cachet.php +++ b/resources/lang/tr-TR/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' => 'Şu uygulamalardaki en son hizmet güncellemeleri ile güncel kalın.', + ], + ], + // Other 'home' => 'Ana Sayfa', - 'description' => 'Şu uygulamalardaki en son hizmet güncellemeleri ile güncel kalın.', 'powered_by' => ' Önbellek kaynaklı.', 'timezone' => 'Saatler, saat diliminde gösterilir.', 'about_this_site' => 'Bu Site hakkında',