From b6e06c2b6abc56d5317d9def6caec1770894ca39 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 17 Feb 2018 13:21:21 +0000 Subject: [PATCH] New translations cachet.php (Spanish) --- resources/lang/es-ES/cachet.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/lang/es-ES/cachet.php b/resources/lang/es-ES/cachet.php index ccac14ca..aaa88f79 100644 --- a/resources/lang/es-ES/cachet.php +++ b/resources/lang/es-ES/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' => 'Mantente informado con las últimas actualizaciones de servicio de :app.', + ], + ], + // Other 'home' => 'Inicio', - 'description' => 'Mantente informado con las últimas actualizaciones de servicio de :app.', 'powered_by' => 'La página de estado de :app está proporcionada por Cachet.', 'timezone' => 'Los horarios son mostrados en :timezone.', 'about_this_site' => 'Acerca de este sitio',