From cc545463d3bf37bef3d243b3861a1a692b433eec Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:06:41 +0000 Subject: [PATCH] New translations notifications.php (Spanish) --- resources/lang/es-ES/notifications.php | 76 +++++++++++++------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/resources/lang/es-ES/notifications.php b/resources/lang/es-ES/notifications.php index 6a65c6bd..3217a655 100644 --- a/resources/lang/es-ES/notifications.php +++ b/resources/lang/es-ES/notifications.php @@ -13,84 +13,84 @@ return [ 'component' => [ 'status_update' => [ 'mail' => [ - 'subject' => 'Component Status Updated', - 'greeting' => 'A component\'s status was updated!', - 'content' => ':name status changed from :old_status to :new_status.', - 'action' => 'View', + 'subject' => 'Estado del componente actualizado', + 'greeting' => '¡El estado de un componente fue actualizado!', + 'content' => 'El estado de :name cambió de :old_status a :new_status.', + 'action' => 'Ver', ], 'slack' => [ - 'title' => 'Component Status Updated', - 'content' => ':name status changed from :old_status to :new_status.', + 'title' => 'Estado del componente actualizado', + 'content' => 'El estado de :name cambió de :old_status a :new_status.', ], 'sms' => [ - 'content' => ':name status changed from :old_status to :new_status.', + 'content' => 'El estado de :name cambió de :old_status a :new_status.', ], ], ], 'incident' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Incident Reported', - 'greeting' => 'A new incident was reported at :app_name.', - 'content' => 'Incident :name was reported', - 'action' => 'View', + 'subject' => 'Nuevo incidente reportado', + 'greeting' => 'Nuevo incidente fue reportado en : app_name.', + 'content' => 'Incidente :name fue reportado', + 'action' => 'Ver', ], 'slack' => [ - 'title' => 'Incident :name Reported', - 'content' => 'A new incident was reported at :app_name', + 'title' => 'Incidente :name Reportado', + 'content' => 'Nuevo incidente fue reportado en : app_name', ], 'sms' => [ - 'content' => 'A new incident was reported at :app_name.', + 'content' => 'Nuevo incidente fue reportado en : app_name.', ], ], 'update' => [ 'mail' => [ - 'subject' => 'Incident Updated', - 'content' => ':name was updated', - 'title' => ':name was updated to :new_status', - 'action' => 'View', + 'subject' => 'Incidente Actualizado', + 'content' => ':name fue actualizado', + 'title' => ':name fue actualizado a :new_status', + 'action' => 'Ver', ], 'slack' => [ - 'title' => ':name Updated', - 'content' => ':name was updated to :new_status', + 'title' => ':name Actualizado', + 'content' => ':name fue actualizado a :new_status', ], 'sms' => [ - 'content' => 'Incident :name was updated', + 'content' => 'Incidente :name fue actualizado', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'New Schedule Created', - 'content' => ':name was scheduled for :date', - 'title' => 'A new scheduled maintenance was created.', - 'action' => 'View', + 'subject' => 'Nueva Programación Creada', + 'content' => ':name fue programada para :date', + 'title' => 'Un nuevo mantenimiento programado fue creado.', + 'action' => 'Ver', ], 'slack' => [ - 'title' => 'New Schedule Created!', - 'content' => ':name was scheduled for :date', + 'title' => '¡Nueva Programación Creada!', + 'content' => ':name fue programada para :date', ], 'sms' => [ - 'content' => ':name was scheduled for :date', + 'content' => ':name fue programada para :date', ], ], ], 'subscriber' => [ 'verify' => [ 'mail' => [ - 'subject' => 'Verify Your Subscription', - 'content' => 'Click to verify your subscription to :app_name status page.', - 'title' => 'Verify your subscription to :app_name status page.', - 'action' => 'Verify', + 'subject' => 'Verifica Tu Suscripción', + 'content' => 'Has clic para verificar tu suscripción a la página de estado de :app_name.', + 'title' => 'Verifica tu suscripción a la página de estado de :app_name.', + 'action' => 'Verificar', ], ], ], 'system' => [ 'test' => [ 'mail' => [ - 'subject' => 'Ping from Cachet!', - 'content' => 'This is a test notification from Cachet!', + 'subject' => '¡Ping desde Cachet!', + 'content' => '¡Esta es una notificación de prueba de Cachet!', 'title' => '🔔', ], ], @@ -98,10 +98,10 @@ return [ 'user' => [ 'invite' => [ 'mail' => [ - 'subject' => 'Your invitation is inside...', - 'content' => 'You have been invited to join :app_name status page.', - 'title' => 'You\'re invited to join :app_name status page.', - 'action' => 'Accept', + 'subject' => 'La invitación está dentro...', + 'content' => 'Has sido invitado a unirte a la página de estado de :app_name.', + 'title' => 'Has sido invitado a unirte a la página de estado de :app_name.', + 'action' => 'Aceptar', ], ], ],