|
7 | 7 | // Database notifications |
8 | 8 | 'database' => 'Base de datos', |
9 | 9 | 'database_description' => 'Las notificaciones enviadas a este canal se mostrarán bajo el icono :belell: en el encabezado.', |
10 | | - 'database_on_speedtest_run' => 'Notificar en cada prueba de velocidad', |
11 | | - 'database_on_threshold_failure' => 'Notificar en los umbrales de fallos', |
12 | 10 | 'test_database_channel' => 'Probar canal de base de datos', |
13 | 11 |
|
14 | 12 | // Mail notifications |
15 | 13 | 'mail' => 'Correo', |
16 | 14 | 'recipients' => 'Destinatarios', |
17 | | - 'mail_on_speedtest_run' => 'Notificar en cada prueba de velocidad', |
18 | | - 'mail_on_threshold_failure' => 'Notificar en los umbrales de fallos', |
19 | 15 | 'test_mail_channel' => 'Canal de prueba de correo', |
20 | 16 |
|
| 17 | + // Apprise notifications |
| 18 | + 'apprise' => 'Apprise', |
| 19 | + 'enable_apprise_notifications' => 'Habilitar notificaciones Apprise', |
| 20 | + 'apprise_server' => 'Servidor Apprise', |
| 21 | + 'apprise_server_url' => 'URL del servidor', |
| 22 | + 'apprise_verify_ssl' => 'Verificar SSL', |
| 23 | + 'apprise_channels' => 'Canales de expedición', |
| 24 | + 'apprise_channel_url' => 'URL del canal', |
| 25 | + 'apprise_hint_description' => 'Para más información sobre cómo configurar Apprise, vea la documentación.', |
| 26 | + 'apprise_channel_url_helper' => 'Proporcionar la URL de los puntos finales del servicio para las notificaciones.', |
| 27 | + 'test_apprise_channel' => 'Prueba de aviso', |
| 28 | + 'apprise_channel_url_validation_error' => 'La URL del canal Apprise no debe comenzar con "http" o "https". Por favor, proporcione un esquema de URL de Apprise válido.', |
| 29 | + |
21 | 30 | // Webhook |
22 | 31 | 'webhook' => 'Webhook', |
23 | 32 | 'webhooks' => 'Webhooks', |
24 | | - 'webhook_on_speedtest_run' => 'Notificar en cada prueba de velocidad', |
25 | | - 'webhook_on_threshold_failure' => 'Notificar en los umbrales de fallos', |
26 | 33 | 'test_webhook_channel' => 'Probar canal webhook', |
| 34 | + 'webhook_hint_description' => 'Estos son webhooks genéricos. Para ejemplos de payload y detalles de la implementación, vea la documentación.', |
27 | 35 |
|
28 | 36 | // Common notification messages |
29 | | - 'notify_on_every_speedtest_run' => 'Notificar en cada prueba de velocidad', |
30 | | - 'notify_on_threshold_failures' => 'Notificar en los umbrales de fallos', |
| 37 | + 'notify_on_every_speedtest_run' => 'Notificar en cada prueba de velocidad programada', |
| 38 | + 'notify_on_threshold_failures' => 'Notificar fallos de umbral para pruebas de velocidad programadas', |
31 | 39 |
|
32 | 40 | // Test notification messages |
33 | 41 | 'test_notifications' => [ |
|
0 commit comments