New translations notifications.php (Spanish)

This commit is contained in:
James Brooks
2018-01-16 14:06:41 +00:00
parent 1ca473ed75
commit cc545463d3
+38 -38
View File
@@ -13,84 +13,84 @@ return [
'component' => [ 'component' => [
'status_update' => [ 'status_update' => [
'mail' => [ 'mail' => [
'subject' => 'Component Status Updated', 'subject' => 'Estado del componente actualizado',
'greeting' => 'A component\'s status was updated!', 'greeting' => '¡El estado de un componente fue actualizado!',
'content' => ':name status changed from :old_status to :new_status.', 'content' => 'El estado de :name cambió de :old_status a :new_status.',
'action' => 'View', 'action' => 'Ver',
], ],
'slack' => [ 'slack' => [
'title' => 'Component Status Updated', 'title' => 'Estado del componente actualizado',
'content' => ':name status changed from :old_status to :new_status.', 'content' => 'El estado de :name cambió de :old_status a :new_status.',
], ],
'sms' => [ 'sms' => [
'content' => ':name status changed from :old_status to :new_status.', 'content' => 'El estado de :name cambió de :old_status a :new_status.',
], ],
], ],
], ],
'incident' => [ 'incident' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Incident Reported', 'subject' => 'Nuevo incidente reportado',
'greeting' => 'A new incident was reported at :app_name.', 'greeting' => 'Nuevo incidente fue reportado en : app_name.',
'content' => 'Incident :name was reported', 'content' => 'Incidente :name fue reportado',
'action' => 'View', 'action' => 'Ver',
], ],
'slack' => [ 'slack' => [
'title' => 'Incident :name Reported', 'title' => 'Incidente :name Reportado',
'content' => 'A new incident was reported at :app_name', 'content' => 'Nuevo incidente fue reportado en : app_name',
], ],
'sms' => [ 'sms' => [
'content' => 'A new incident was reported at :app_name.', 'content' => 'Nuevo incidente fue reportado en : app_name.',
], ],
], ],
'update' => [ 'update' => [
'mail' => [ 'mail' => [
'subject' => 'Incident Updated', 'subject' => 'Incidente Actualizado',
'content' => ':name was updated', 'content' => ':name fue actualizado',
'title' => ':name was updated to :new_status', 'title' => ':name fue actualizado a :new_status',
'action' => 'View', 'action' => 'Ver',
], ],
'slack' => [ 'slack' => [
'title' => ':name Updated', 'title' => ':name Actualizado',
'content' => ':name was updated to :new_status', 'content' => ':name fue actualizado a :new_status',
], ],
'sms' => [ 'sms' => [
'content' => 'Incident :name was updated', 'content' => 'Incidente :name fue actualizado',
], ],
], ],
], ],
'schedule' => [ 'schedule' => [
'new' => [ 'new' => [
'mail' => [ 'mail' => [
'subject' => 'New Schedule Created', 'subject' => 'Nueva Programación Creada',
'content' => ':name was scheduled for :date', 'content' => ':name fue programada para :date',
'title' => 'A new scheduled maintenance was created.', 'title' => 'Un nuevo mantenimiento programado fue creado.',
'action' => 'View', 'action' => 'Ver',
], ],
'slack' => [ 'slack' => [
'title' => 'New Schedule Created!', 'title' => '¡Nueva Programación Creada!',
'content' => ':name was scheduled for :date', 'content' => ':name fue programada para :date',
], ],
'sms' => [ 'sms' => [
'content' => ':name was scheduled for :date', 'content' => ':name fue programada para :date',
], ],
], ],
], ],
'subscriber' => [ 'subscriber' => [
'verify' => [ 'verify' => [
'mail' => [ 'mail' => [
'subject' => 'Verify Your Subscription', 'subject' => 'Verifica Tu Suscripción',
'content' => 'Click to verify your subscription to :app_name status page.', 'content' => 'Has clic para verificar tu suscripción a la página de estado de :app_name.',
'title' => 'Verify your subscription to :app_name status page.', 'title' => 'Verifica tu suscripción a la página de estado de :app_name.',
'action' => 'Verify', 'action' => 'Verificar',
], ],
], ],
], ],
'system' => [ 'system' => [
'test' => [ 'test' => [
'mail' => [ 'mail' => [
'subject' => 'Ping from Cachet!', 'subject' => '¡Ping desde Cachet!',
'content' => 'This is a test notification from Cachet!', 'content' => '¡Esta es una notificación de prueba de Cachet!',
'title' => '🔔', 'title' => '🔔',
], ],
], ],
@@ -98,10 +98,10 @@ return [
'user' => [ 'user' => [
'invite' => [ 'invite' => [
'mail' => [ 'mail' => [
'subject' => 'Your invitation is inside...', 'subject' => 'La invitación está dentro...',
'content' => 'You have been invited to join :app_name status page.', 'content' => 'Has sido invitado a unirte a la página de estado de :app_name.',
'title' => 'You\'re invited to join :app_name status page.', 'title' => 'Has sido invitado a unirte a la página de estado de :app_name.',
'action' => 'Accept', 'action' => 'Aceptar',
], ],
], ],
], ],