Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
60518a9
New translations notifications.php (Portuguese, Brazilian)
alexjustesen Dec 30, 2025
80bd9d4
Update source file notifications.php
alexjustesen Jan 3, 2026
8705b76
New translations notifications.php (German)
alexjustesen Jan 3, 2026
3acd7af
New translations notifications.php (Dutch)
alexjustesen Jan 3, 2026
95af0f4
New translations notifications.php (Portuguese, Brazilian)
alexjustesen Jan 8, 2026
5329b0e
Update source file general.php
alexjustesen Jan 8, 2026
c5d623d
Update source file notifications.php
alexjustesen Jan 8, 2026
e2edfcf
New translations notifications.php (French)
alexjustesen Jan 9, 2026
ef4a57e
New translations notifications.php (Spanish)
alexjustesen Jan 9, 2026
2263c63
New translations notifications.php (German)
alexjustesen Jan 9, 2026
20773d7
New translations notifications.php (Dutch)
alexjustesen Jan 9, 2026
b60ff19
New translations general.php (French)
alexjustesen Jan 9, 2026
64e634b
New translations general.php (Spanish)
alexjustesen Jan 9, 2026
119a743
New translations general.php (German)
alexjustesen Jan 9, 2026
7b8bf55
New translations general.php (Dutch)
alexjustesen Jan 9, 2026
c6236ae
New translations notifications.php (Portuguese, Brazilian)
alexjustesen Jan 9, 2026
7066be7
New translations general.php (Portuguese, Brazilian)
alexjustesen Jan 9, 2026
5ed2bb6
New translations notifications.php (Portuguese, Brazilian)
alexjustesen Jan 27, 2026
0106713
New translations notifications.php (Portuguese, Brazilian)
alexjustesen Jan 29, 2026
099b164
Update source file general.php
alexjustesen Feb 3, 2026
2c7db88
Update source file notifications.php
alexjustesen Feb 3, 2026
c5d3dcb
Merge branch 'main' into l10n
alexjustesen Feb 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lang/de_DE/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
'healthy' => 'Gesund',
'not_measured' => 'Nicht gemessen',
'unhealthy' => 'fehlerhaft',
'last_results' => 'Letzte Ergebnisse',
'total_failed' => 'Fehlgeschlagene Tests insgesamt',
'total_complted' => 'Gesamte abgeschlossene Tests',
'total' => 'Gesamt',

// Units
'ms' => 'M',
Expand Down
18 changes: 11 additions & 7 deletions lang/de_DE/settings/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,27 @@
'enable_apprise_notifications' => 'Apprise Benachrichtigungen aktivieren',
'apprise_server' => 'Apprise Server',
'apprise_server_url' => 'Apprise Server URL',
'apprise_server_url_helper' => 'Die URL deines Apprise Servers. Die URL muss mit /notify enden',
'apprise_verify_ssl' => 'SSL verifizieren',
'apprise_channels' => 'Apprise Kanäle',
'apprise_channel_url' => 'Kanal URL',
'apprise_hint_description' => 'Lesen Sie für weitere Informationen zum Einrichten von Apprise die Dokumentation.',
'apprise_channel_url_helper' => 'Geben Sie die Service Endpoint URL für Benachrichtigung an.',
'apprise_channels' => 'Benachrichtigungskanäle',
'apprise_channel_url' => 'Service URL',
'apprise_hint_description' => 'Apprise erlaubt es dir Benachrichtigungen zu 90+ Services zu senden. Du musst einen Apprise Server hosten und folgende Service URLs konfigurieren.',
'apprise_channel_url_helper' => 'Verwende ein Apprise URL Format. Beispiel: discord://WebhookID/Token, slack://TokenA/TokenB/TokenC',
'apprise_save_to_test' => 'Speichere deine Einstellungen um die Benachrichtigung zu Testen.',
'test_apprise_channel' => 'Apprise testen',
'apprise_channel_url_validation_error' => 'Die Apprise Channel URL muss nicht mit "HTTP" oder "HTTPS" starten. Geben Sie ein valides Apprise URL Schema an.',
'apprise_channel_url_validation_error' => 'Ungültige Apprise URL. Es muss ein Apprise Format verwendet werden (z.B. discord://, slack://), und nicht http:// oder https://. Für mehr Informationen die Apprise Dokumentation prüfen',

// Webhook
'webhook' => 'Webhook',
'webhooks' => 'Webhooks',
'test_webhook_channel' => 'Webhook-Kanal testen',
'webhook_hint_description' => 'Dies sind allgemeine Webhooks. Für Payload-Beispiele und Implementierungsdetails lesen Sie die Dokumentation.',
'webhook_hint_description' => 'Dies sind generische Webhooks. Payload Beispiele und Implementations-Details s. h. Dokumentation. Für Services wie Discord',

// Common notification messages
'notify_on_every_speedtest_run' => 'Benachrichtigung bei jedem geplanten Geschwindigkeitstest',
'notify_on_every_speedtest_run' => 'Bei jedem abgeschlossenen Geschwindigkeitstest benachrichtigen',
'notify_on_every_speedtest_run_helper' => 'Dies wird eine Benachrichtigung für jeden abgeschlossenen Geschwindigkeitstest senden, nur für gesunde oder nicht markierte Tests',
'notify_on_threshold_failures' => 'Benachrichtigung bei Schwellenausfällen für geplante Geschwindigkeitstests',
'notify_on_threshold_failures_helper' => 'Dies wird eine Benachrichtigung senden, wenn ein geplanter Geschwindigkeitstest keine konfigurierten Schwellwerte auslässt',

// Test notification messages
'test_notifications' => [
Expand Down
4 changes: 4 additions & 0 deletions lang/es_ES/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
'healthy' => 'Saludable',
'not_measured' => 'No medido',
'unhealthy' => 'Poco saludable',
'last_results' => 'Últimos resultados',
'total_failed' => 'Total de pruebas fallidas',
'total_complted' => 'Total de pruebas completadas',
'total' => 'Total',

// Units
'ms' => 'm',
Expand Down
18 changes: 11 additions & 7 deletions lang/es_ES/settings/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,27 @@
'enable_apprise_notifications' => 'Habilitar notificaciones Apprise',
'apprise_server' => 'Servidor Apprise',
'apprise_server_url' => 'URL del servidor',
'apprise_server_url_helper' => 'La URL de su Servidor Apprise. La URL debe terminar en /notify',
'apprise_verify_ssl' => 'Verificar SSL',
'apprise_channels' => 'Canales de expedición',
'apprise_channel_url' => 'URL del canal',
'apprise_hint_description' => 'Para más información sobre cómo configurar Apprise, vea la documentación.',
'apprise_channel_url_helper' => 'Proporcionar la URL de los puntos finales del servicio para las notificaciones.',
'apprise_channels' => 'Canales de notificación',
'apprise_channel_url' => 'URL del servicio',
'apprise_hint_description' => 'Apprise le permite enviar notificaciones a más de 90 servicios. Necesita ejecutar un servidor Apprise y configurar las URL del servicio a continuación.',
'apprise_channel_url_helper' => 'Usar formato de URL de Apprise. Ejemplos: Discord',
'apprise_save_to_test' => 'Guarda tus ajustes para probar la notificación.',
'test_apprise_channel' => 'Prueba de aviso',
'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.',
'apprise_channel_url_validation_error' => 'URL no válida. Debe utilizar el formato Apprise (por ejemplo, discord://, slack://), no http:// o https://. Vea la documentación de Apprise para más información',

// Webhook
'webhook' => 'Webhook',
'webhooks' => 'Webhooks',
'test_webhook_channel' => 'Probar canal webhook',
'webhook_hint_description' => 'Estos son webhooks genéricos. Para ejemplos de payload y detalles de la implementación, vea la documentación.',
'webhook_hint_description' => 'Estos son webhooks genéricos. Para ejemplos de payload y detalles de la implementación, vea la documentación. Para servicios como Discord, Ntfy etc por favor use Apprise.',

// Common notification messages
'notify_on_every_speedtest_run' => 'Notificar en cada prueba de velocidad programada',
'notify_on_every_speedtest_run' => 'Notificar en cada prueba de velocidad programada completada',
'notify_on_every_speedtest_run_helper' => 'Esto enviará una notificación para cada prueba de velocidad programada completada, sólo para pruebas saludables o no benchmark',
'notify_on_threshold_failures' => 'Notificar fallos de umbral para pruebas de velocidad programadas',
'notify_on_threshold_failures_helper' => 'Esto enviará una notificación cuando una prueba de velocidad programada falle cualquier umbral configurado',

// Test notification messages
'test_notifications' => [
Expand Down
4 changes: 4 additions & 0 deletions lang/fr_FR/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
'healthy' => 'Sain',
'not_measured' => 'Non mesuré',
'unhealthy' => 'Malsain',
'last_results' => 'Derniers résultats',
'total_failed' => 'Total des tests échoués',
'total_complted' => 'Total des tests terminés',
'total' => 'Total',

// Units
'ms' => 'ms',
Expand Down
18 changes: 11 additions & 7 deletions lang/fr_FR/settings/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,27 @@
'enable_apprise_notifications' => 'Activer les notifications de base de données',
'apprise_server' => 'Serveur Apprise',
'apprise_server_url' => 'Serveur Apprise',
'apprise_server_url_helper' => 'L\'URL de votre serveur Apprise. L\'URL doit se terminer le /notifier',
'apprise_verify_ssl' => 'Vérifier SSL',
'apprise_channels' => 'Canaux Apprise',
'apprise_channel_url' => 'URL du canal de mise à jour',
'apprise_hint_description' => 'Pour plus d\'informations sur la configuration d\'Apprise, consultez la documentation.',
'apprise_channel_url_helper' => 'Fournir l\'URL de terminaison du service pour les notifications.',
'apprise_channels' => 'Chaînes de notification',
'apprise_channel_url' => 'URL du service',
'apprise_hint_description' => 'Apprise vous permet d\'envoyer des notifications à plus de 90 services. Vous devez exécuter un serveur Apprise et configurer les URL de service ci-dessous.',
'apprise_channel_url_helper' => 'Utiliser le format d\'URL d\'Apprise. Exemples: discord://WebhookID/Token, slack://TokenA/TokenB/TokenC',
'apprise_save_to_test' => 'Enregistrez vos paramètres pour tester la notification.',
'test_apprise_channel' => 'Apprise de test',
'apprise_channel_url_validation_error' => 'L\'URL du canal Apprise ne doit pas commencer par "http" ou "https". Veuillez fournir un schéma d\'URL Apprise valide.',
'apprise_channel_url_validation_error' => 'URL d\'Apprise invalide. Doit utiliser le format Apprise (par exemple, discord://, SlackHTTPSHTTPSHTTPSHTTPS',

// Webhook
'webhook' => 'Webhook',
'webhooks' => 'Webhooks',
'test_webhook_channel' => 'Tester le canal webhook',
'webhook_hint_description' => 'Ce sont des webhooks génériques. Pour des exemples de charge utile et des détails d\'implémentation, consultez la documentation.',
'webhook_hint_description' => 'Ce sont des webhooks génériques. Pour des exemples de charge utile et des détails d\'implémentation, consultez la documentation. Pour les services comme Discord, Nef',

// Common notification messages
'notify_on_every_speedtest_run' => 'Notifier à chaque test de vitesse programmé',
'notify_on_every_speedtest_run' => 'Notifier à chaque exécution de test de vitesse planifiée terminée',
'notify_on_every_speedtest_run_helper' => 'Ceci enverra une notification pour chaque test de vitesse planifié terminé, uniquement pour les tests sains ou non comparés',
'notify_on_threshold_failures' => 'Notifier les pannes de seuil pour les tests de vitesse programmés',
'notify_on_threshold_failures_helper' => 'Ceci enverra une notification lorsqu\'un test de vitesse programmé échoue à tous les seuils configurés',

// Test notification messages
'test_notifications' => [
Expand Down
4 changes: 4 additions & 0 deletions lang/nl_NL/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
'healthy' => 'Gezond',
'not_measured' => 'Niet gemeten',
'unhealthy' => 'Ongezond',
'last_results' => 'Laatste resultaten',
'total_failed' => 'Totaal mislukte tests',
'total_complted' => 'Totaal voltooide testen',
'total' => 'Totaal',

// Units
'ms' => 'ms',
Expand Down
5 changes: 4 additions & 1 deletion lang/nl_NL/settings/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'apprise_channel_url' => 'Service URL',
'apprise_hint_description' => 'Met Apprise kan je meldingen verzenden naar meer dan 90 diensten. Je moet een Apprise server hebben draaien en onderstaande service URL\'s configureren.',
'apprise_channel_url_helper' => 'Gebruik Apprise URL formaat. Bijvoorbeeld discord://WebhookID/Token, slack://TokenA/TokenB/TokenC',
'apprise_save_to_test' => 'Sla de instellingen op om de melding uit te proberen.',
'test_apprise_channel' => 'Test Apprise',
'apprise_channel_url_validation_error' => 'Ongeldige Apprise URL. De URL moet gebruik maken van Apprise formaat (bijv. discord://, slack://), niet http:// of https://. Zie de Apprise documentatie voor meer informatie',

Expand All @@ -35,8 +36,10 @@
'webhook_hint_description' => 'Dit zijn algemene webhooks. Voor payload voorbeelden en implementatiegegevens, bekijk de documentatie. Voor diensten zoals Discord, Ntfy etc. gebruik Apprise.',

// Common notification messages
'notify_on_every_speedtest_run' => 'Notificatie bij elke geplande snelheidstest',
'notify_on_every_speedtest_run' => 'Melding voor elke voltooide geplande snelheidstest',
'notify_on_every_speedtest_run_helper' => 'Dit zal een melding sturen voor elke voltooide snelheidstest draaien, alleen voor gezonde of niet gecontroleerde tests',
'notify_on_threshold_failures' => 'Melding bij drempelfouten voor geplande snelheidstests',
'notify_on_threshold_failures_helper' => 'Dit zal een melding sturen wanneer een geplande snelheidstest elke geconfigureerde drempelwaarde mislukt',

// Test notification messages
'test_notifications' => [
Expand Down
4 changes: 4 additions & 0 deletions lang/pt_BR/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
'healthy' => 'Saudável',
'not_measured' => 'Não medido',
'unhealthy' => 'Não saudável',
'last_results' => 'Últimos resultados',
'total_failed' => 'Total de testes falhados',
'total_complted' => 'Total de testes concluídos',
'total' => 'Total',

// Units
'ms' => 'ms',
Expand Down
22 changes: 13 additions & 9 deletions lang/pt_BR/settings/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,36 @@
'test_database_channel' => 'Testar canal do banco de dados',

// Mail notifications
'mail' => 'Correio',
'mail' => 'E-mail',
'recipients' => 'Destinatários',
'test_mail_channel' => 'Testar canal de e-mail',

// Apprise notifications
'apprise' => 'Informar',
'apprise' => 'Apprise',
'enable_apprise_notifications' => 'Habilitar notificações Apprise',
'apprise_server' => 'Servidor Apprise',
'apprise_server_url' => 'URL do Servidor Apprise',
'apprise_server_url_helper' => 'A URL do seu Servidor Apprise. A URL deve terminar em /notify',
'apprise_verify_ssl' => 'Verificar SSL',
'apprise_channels' => 'Canais Apprise',
'apprise_channel_url' => 'URL do Canal',
'apprise_hint_description' => 'Para obter mais informações sobre como configurar o Apprise, veja a documentação.',
'apprise_channel_url_helper' => 'Forneça o URL do serviço endpoint para notificações.',
'apprise_channels' => 'Canais de notificação',
'apprise_channel_url' => 'URL de serviço',
'apprise_hint_description' => 'Apprise permite que você envie notificações para mais de 90 serviços. Você precisa executar um servidor Apprise e configurar as URLs de serviço abaixo.',
'apprise_channel_url_helper' => 'Use o formato de URL Apprise. Exemplos: discord://WebhookID/Token, slack://TokenA/TokenB/TokenC',
'apprise_save_to_test' => 'Salve suas configurações para testar a notificação.',
'test_apprise_channel' => 'Testar Apprise',
'apprise_channel_url_validation_error' => 'O URL do canal Apprise não deve começar com "http" ou "https". Por favor, forneça um esquema válido de URL Apprise.',
'apprise_channel_url_validation_error' => 'URL Apprise inválida. Deve usar o formato Apprise (por exemplo, discord://, slack://), não http:// ou https://. Consulte a documentação Apprise para obter mais informações',

// Webhook
'webhook' => 'Webhook',
'webhooks' => 'Webhooks',
'test_webhook_channel' => 'Testar canal webhook',
'webhook_hint_description' => 'Estes são webhooks genéricos. Para exemplos de payload e detalhes de implementação, consulte a documentação.',
'webhook_hint_description' => 'Estes são webhooks genéricos. Para exemplos de payload e detalhes de implementação, consulte a documentação. Para serviços como Discord, Ntfy e etc. por favor use Apprise.',

// Common notification messages
'notify_on_every_speedtest_run' => 'Notificar a cada execução do teste de velocidade',
'notify_on_every_speedtest_run' => 'Notifique após cada teste de velocidade agendado ser concluído',
'notify_on_every_speedtest_run_helper' => 'Isso enviará uma notificação para cada execução de teste de velocidade agendada concluída, apenas para testes sem erros ou não avaliados',
'notify_on_threshold_failures' => 'Notificar sobre falhas nos limites de testes de velocidade agendados',
'notify_on_threshold_failures_helper' => 'Isso enviará uma notificação quando um teste de velocidade agendado não atingir nenhum dos limites configurados',

// Test notification messages
'test_notifications' => [
Expand Down