diff --git a/resources/lang/it-IT/cachet.php b/resources/lang/it-IT/cachet.php index a522a256..06f3e8f9 100644 --- a/resources/lang/it-IT/cachet.php +++ b/resources/lang/it-IT/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' => 'Resta informato sugli ultimi aggiornamenti dei servizi di :app.', + ], + ], + // Other 'home' => 'Home', - 'description' => 'Resta informato sugli ultimi aggiornamenti dei servizi di :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Le date sono mostrate in :timezone.', 'about_this_site' => 'Informazioni sul sito',