From 373890ff385d0c52d42e8fa9db33a62b53f1e69d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:29 +0000 Subject: [PATCH] New translations cachet.php (Thai) --- resources/lang/th-TH/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/th-TH/cachet.php b/resources/lang/th-TH/cachet.php index 778c8917..7225f3b8 100644 --- a/resources/lang/th-TH/cachet.php +++ b/resources/lang/th-TH/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' => 'ติดตามความเคลื่อนไหวล่าสุดของ :app', + ], + ], + // Other 'home' => 'หน้าหลัก', - 'description' => 'ติดตามความเคลื่อนไหวล่าสุดของ :app', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'โซนเวลา :timezone', 'about_this_site' => 'เกี่ยวกับเว็บไซต์นี้',