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' => 'เกี่ยวกับเว็บไซต์นี้',