From 9b3a62cd223da5248e7ed1ff6bc2682cc9aa9218 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 17 Jan 2018 21:20:38 +0000 Subject: [PATCH] New translations dashboard.php (Spanish) --- resources/lang/es-ES/dashboard.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/es-ES/dashboard.php b/resources/lang/es-ES/dashboard.php index 86b3fe88..6fa56070 100644 --- a/resources/lang/es-ES/dashboard.php +++ b/resources/lang/es-ES/dashboard.php @@ -22,17 +22,17 @@ return [ 'incident-create-template' => 'Crear plantilla', 'incident-templates' => 'Plantillas de incidente', 'updates' => [ - 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'title' => 'Actualizaciones de incidentes para :incident', + 'count' => '{0} cero actualizaciones |[1] una actualización |[2] dos actualizaciones | [3 *] Varias actualizaciones', 'add' => [ 'title' => 'Crea una nueva actualización de incidente', - 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'success' => 'Su nueva plantilla de incidentes ha sido creada.', + 'failure' => 'Algo salió mal con la actualización del incidente.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', - 'failure' => 'Something went wrong updating the incident update', + 'title' => 'Editar actualización del incidente', + 'success' => 'La actualización del incidente ha sido actualizada.', + 'failure' => 'Algo salió mal al actualizar la actualización del incidente', ], ], 'add' => [