diff --git a/resources/lang/uk-UA/cachet.php b/resources/lang/uk-UA/cachet.php index 048403d3..7771221c 100644 --- a/resources/lang/uk-UA/cachet.php +++ b/resources/lang/uk-UA/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' => 'Розроблено Cachet.', 'timezone' => 'Часовий пояс :timezone.', 'about_this_site' => 'Про сайт',