diff --git a/resources/lang/cs-CZ/cachet.php b/resources/lang/cs-CZ/cachet.php index 71018e5e..3aecbc20 100644 --- a/resources/lang/cs-CZ/cachet.php +++ b/resources/lang/cs-CZ/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' => 'Držte krok s nejnovějšími aktualizacemi od: app.', + ], + ], + // Other 'home' => 'Hlavní stránka', - 'description' => 'Držte krok s nejnovějšími aktualizacemi od: app.', 'powered_by' => 'Vytvořeno pomocí Cachet.', 'timezone' => 'Časová zóna je :timezone.', 'about_this_site' => 'O tomto webu',