Skip to content

Commit f394e29

Browse files
committed
New translations notifications.php (Spanish)
1 parent d99f424 commit f394e29

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
<?php
22

33
return [
4-
'title' => 'Notifications',
5-
'label' => 'Notifications',
4+
'title' => 'Notificaciones',
5+
'label' => 'Notificaciones',
66

77
// Database notifications
8-
'database' => 'Database',
9-
'database_description' => 'Notifications sent to this channel will show up under the 🔔 icon in the header.',
10-
'enable_database_notifications' => 'Enable database notifications',
11-
'database_on_speedtest_run' => 'Notify on every speedtest run',
12-
'database_on_threshold_failure' => 'Notify on threshold failures',
13-
'test_database_channel' => 'Test database channel',
8+
'database' => 'Base de datos',
9+
'database_description' => 'Las notificaciones enviadas a este canal se mostrarán bajo el icono :belell: en el encabezado.',
10+
'enable_database_notifications' => 'Habilitar notificaciones de base de datos',
11+
'database_on_speedtest_run' => 'Notificar en cada prueba de velocidad',
12+
'database_on_threshold_failure' => 'Notificar en los umbrales de fallos',
13+
'test_database_channel' => 'Probar canal de base de datos',
1414

1515
// Mail notifications
16-
'mail' => 'Mail',
17-
'enable_mail_notifications' => 'Enable mail notifications',
18-
'recipients' => 'Recipients',
19-
'mail_on_speedtest_run' => 'Notify on every speedtest run',
20-
'mail_on_threshold_failure' => 'Notify on threshold failures',
21-
'test_mail_channel' => 'Test mail channel',
16+
'mail' => 'Correo',
17+
'enable_mail_notifications' => 'Habilitar notificaciones de correo',
18+
'recipients' => 'Destinatarios',
19+
'mail_on_speedtest_run' => 'Notificar en cada prueba de velocidad',
20+
'mail_on_threshold_failure' => 'Notificar en los umbrales de fallos',
21+
'test_mail_channel' => 'Canal de prueba de correo',
2222

2323
// Webhook
2424
'webhook' => 'Webhook',
2525
'webhooks' => 'Webhooks',
26-
'enable_webhook_notifications' => 'Enable webhook notifications',
27-
'webhook_on_speedtest_run' => 'Notify on every speedtest run',
28-
'webhook_on_threshold_failure' => 'Notify on threshold failures',
29-
'test_webhook_channel' => 'Test webhook channel',
26+
'enable_webhook_notifications' => 'Habilitar notificaciones de webhook',
27+
'webhook_on_speedtest_run' => 'Notificar en cada prueba de velocidad',
28+
'webhook_on_threshold_failure' => 'Notificar en los umbrales de fallos',
29+
'test_webhook_channel' => 'Probar canal webhook',
3030

3131
// Common notification messages
32-
'notify_on_every_speedtest_run' => 'Notify on every speedtest run',
33-
'notify_on_threshold_failures' => 'Notify on threshold failures',
32+
'notify_on_every_speedtest_run' => 'Notificar en cada prueba de velocidad',
33+
'notify_on_threshold_failures' => 'Notificar en los umbrales de fallos',
3434

3535
// Test notification messages
3636
'test_notifications' => [
3737
'database' => [
38-
'ping' => 'I say: ping',
39-
'pong' => 'You say: pong',
40-
'received' => 'Test database notification received!',
41-
'sent' => 'Test database notification sent.',
38+
'ping' => 'Yo digo: ping',
39+
'pong' => 'Dice usted: pong',
40+
'received' => 'Notificación de la base de datos de prueba recibida!',
41+
'sent' => 'Notificación de prueba de base de datos enviada.',
4242
],
4343
'mail' => [
44-
'add' => 'Add email recipients!',
45-
'sent' => 'Test mail notification sent.',
44+
'add' => '¡Añadir destinatarios de correo!',
45+
'sent' => 'Notificación de correo de prueba enviada.',
4646
],
4747
'webhook' => [
48-
'add' => 'Add webhook URLs!',
49-
'sent' => 'Test webhook notification sent.',
50-
'payload' => 'Testing webhook notification',
48+
'add' => '¡Añadir URL de webhook!',
49+
'sent' => 'Prueba de notificación de webhook enviada.',
50+
'payload' => 'Probando notificación de webhook',
5151
],
5252
],
5353

5454
// Helper text
55-
'threshold_helper_text' => 'Threshold notifications will be sent to the /fail route in the URL.',
55+
'threshold_helper_text' => 'Las notificaciones de umbral se enviarán a la ruta /fail en la URL.',
5656
];

0 commit comments

Comments
 (0)