diff --git a/resources/lang/el-GR/cachet.php b/resources/lang/el-GR/cachet.php index ca8851eb..bc3fc7ee 100644 --- a/resources/lang/el-GR/cachet.php +++ b/resources/lang/el-GR/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' => 'Stay up to date with the latest service updates from :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Η ώρα προβάλλεται σε ζώνη :timezone.', 'about_this_site' => 'Σχετικά με αυτόν τον ιστότοπο',