diff --git a/lang/de_DE/settings/notifications.php b/lang/de_DE/settings/notifications.php index b1ee21035..446b1c3c2 100644 --- a/lang/de_DE/settings/notifications.php +++ b/lang/de_DE/settings/notifications.php @@ -7,14 +7,12 @@ // Database notifications 'database' => 'Datenbank', 'database_description' => 'Benachrichtigungen, die an diesen Kanal gesendet werden, werden unter 🔔 Symbol in der Kopfzeile angezeigt.', - 'enable_database_notifications' => 'Datenbank-Benachrichtigungen aktivieren', 'database_on_speedtest_run' => 'Bei jedem Schnelltest benachrichtigen', 'database_on_threshold_failure' => 'Benachrichtigen bei Schwellenausfällen', 'test_database_channel' => 'Datenbankkanal testen', // Mail notifications 'mail' => 'Mail', - 'enable_mail_notifications' => 'E-Mail-Benachrichtigungen aktivieren', 'recipients' => 'Empfänger', 'mail_on_speedtest_run' => 'Bei jedem Schnelltest benachrichtigen', 'mail_on_threshold_failure' => 'Benachrichtigen bei Schwellenausfällen', @@ -23,7 +21,6 @@ // Webhook 'webhook' => 'Webhook', 'webhooks' => 'Webhooks', - 'enable_webhook_notifications' => 'Webhook Benachrichtigungen aktivieren', 'webhook_on_speedtest_run' => 'Bei jedem Schnelltest benachrichtigen', 'webhook_on_threshold_failure' => 'Benachrichtigen bei Schwellenausfällen', 'test_webhook_channel' => 'Webhook-Kanal testen', diff --git a/lang/es_ES/settings/notifications.php b/lang/es_ES/settings/notifications.php index 03edbec00..ddbb10dca 100644 --- a/lang/es_ES/settings/notifications.php +++ b/lang/es_ES/settings/notifications.php @@ -7,14 +7,12 @@ // Database notifications 'database' => 'Base de datos', 'database_description' => 'Las notificaciones enviadas a este canal se mostrarán bajo el icono :belell: en el encabezado.', - 'enable_database_notifications' => 'Habilitar notificaciones de base de datos', 'database_on_speedtest_run' => 'Notificar en cada prueba de velocidad', 'database_on_threshold_failure' => 'Notificar en los umbrales de fallos', 'test_database_channel' => 'Probar canal de base de datos', // Mail notifications 'mail' => 'Correo', - 'enable_mail_notifications' => 'Habilitar notificaciones de correo', 'recipients' => 'Destinatarios', 'mail_on_speedtest_run' => 'Notificar en cada prueba de velocidad', 'mail_on_threshold_failure' => 'Notificar en los umbrales de fallos', @@ -23,7 +21,6 @@ // Webhook 'webhook' => 'Webhook', 'webhooks' => 'Webhooks', - 'enable_webhook_notifications' => 'Habilitar notificaciones de webhook', 'webhook_on_speedtest_run' => 'Notificar en cada prueba de velocidad', 'webhook_on_threshold_failure' => 'Notificar en los umbrales de fallos', 'test_webhook_channel' => 'Probar canal webhook', diff --git a/lang/fr_FR/settings/notifications.php b/lang/fr_FR/settings/notifications.php index 01e42f327..21b3875cd 100644 --- a/lang/fr_FR/settings/notifications.php +++ b/lang/fr_FR/settings/notifications.php @@ -7,14 +7,12 @@ // Database notifications 'database' => 'Base de données', 'database_description' => 'Les notifications envoyées à ce salon apparaîtront sous l\'icône 🔔 dans l\'entête.', - 'enable_database_notifications' => 'Activer les notifications de base de données', 'database_on_speedtest_run' => 'Notifier à chaque test de vitesse', 'database_on_threshold_failure' => 'Notifier en cas de dépassement de seuil', 'test_database_channel' => 'Tester le canal de base de données', // Mail notifications 'mail' => 'Courrier', - 'enable_mail_notifications' => 'Activer les notifications par courriel', 'recipients' => 'Destinataires', 'mail_on_speedtest_run' => 'Notifier à chaque test de vitesse', 'mail_on_threshold_failure' => 'Notifier en cas de dépassement de seuil', @@ -23,7 +21,6 @@ // Webhook 'webhook' => 'Webhook', 'webhooks' => 'Webhooks', - 'enable_webhook_notifications' => 'Activer les notifications webhook', 'webhook_on_speedtest_run' => 'Notifier à chaque test de vitesse', 'webhook_on_threshold_failure' => 'Notifier en cas de dépassement de seuil', 'test_webhook_channel' => 'Tester le canal webhook', diff --git a/lang/nl_NL/general.php b/lang/nl_NL/general.php index 96b2a486a..75deb4f3a 100644 --- a/lang/nl_NL/general.php +++ b/lang/nl_NL/general.php @@ -16,6 +16,7 @@ 'no' => 'Neen', 'options' => 'Instellingen', 'details' => 'Beschrijving', + 'view' => 'Bekijk', // Common labels 'name' => 'Naam', diff --git a/lang/nl_NL/results.php b/lang/nl_NL/results.php index e1bb7b7b6..69befafa6 100644 --- a/lang/nl_NL/results.php +++ b/lang/nl_NL/results.php @@ -61,8 +61,11 @@ 'view_on_speedtest_net' => 'Bekijk op Speedtest.net', // Notifications + 'speedtest_benchmark_passed' => 'Snelheidstest benchmark geslaagd', + 'speedtest_benchmark_failed' => 'Snelheidstest benchmark mislukt', 'speedtest_started' => 'Snelheidstest gestart', 'speedtest_completed' => 'Snelheidstest voltooid', + 'speedtest_failed' => 'Speedtest mislukt', 'download_threshold_breached' => 'Drempelwaarde voor downloaden doorbroken!', 'upload_threshold_breached' => 'Upload drempelwaarde gelekt!', 'ping_threshold_breached' => 'Ping drempelwaarde doorgedrukt!', diff --git a/lang/nl_NL/settings/notifications.php b/lang/nl_NL/settings/notifications.php index 4afae4543..d36ad831d 100644 --- a/lang/nl_NL/settings/notifications.php +++ b/lang/nl_NL/settings/notifications.php @@ -7,14 +7,12 @@ // Database notifications 'database' => 'Database', 'database_description' => 'Meldingen die naar dit kanaal worden verzonden worden weergegeven onder de 🔔 icoon in de header.', - 'enable_database_notifications' => 'Database meldingen inschakelen', 'database_on_speedtest_run' => 'Notificatie bij elke snelheidstest uitgevoerd', 'database_on_threshold_failure' => 'Melding bij limiet overschrijding', 'test_database_channel' => 'Test database notificaties', // Mail notifications 'mail' => 'E-mailen', - 'enable_mail_notifications' => 'Schakel e-mailnotificaties in', 'recipients' => 'Ontvangers', 'mail_on_speedtest_run' => 'Notificatie bij elke snelheidstest uitgevoerd', 'mail_on_threshold_failure' => 'Melding bij limiet overschrijding', @@ -23,7 +21,6 @@ // Webhook 'webhook' => 'Webhook', 'webhooks' => 'Webhooks', - 'enable_webhook_notifications' => 'Webhook meldingen inschakelen', 'webhook_on_speedtest_run' => 'Notificatie bij elke snelheidstest uitgevoerd', 'webhook_on_threshold_failure' => 'Melding bij limiet overschrijding', 'test_webhook_channel' => 'Test webhook kanaal',