|
1 | 1 | <?php |
2 | 2 |
|
3 | 3 | return [ |
4 | | - 'title' => 'Notifications', |
5 | | - 'label' => 'Notifications', |
| 4 | + 'title' => 'Notificaciones', |
| 5 | + 'label' => 'Notificaciones', |
6 | 6 |
|
7 | 7 | // 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', |
14 | 14 |
|
15 | 15 | // 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', |
22 | 22 |
|
23 | 23 | // Webhook |
24 | 24 | 'webhook' => 'Webhook', |
25 | 25 | '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', |
30 | 30 |
|
31 | 31 | // 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', |
34 | 34 |
|
35 | 35 | // Test notification messages |
36 | 36 | 'test_notifications' => [ |
37 | 37 | '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.', |
42 | 42 | ], |
43 | 43 | '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.', |
46 | 46 | ], |
47 | 47 | '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', |
51 | 51 | ], |
52 | 52 | ], |
53 | 53 |
|
54 | 54 | // 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.', |
56 | 56 | ]; |
0 commit comments