mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:30:09 +00:00
New Crowdin updates (#2777)
This commit is contained in:
@@ -19,7 +19,7 @@ return [
|
||||
'enable' => 'Activer',
|
||||
'yes' => 'Oui',
|
||||
'no' => 'Non',
|
||||
'options' => 'Options',
|
||||
'options' => 'Paramètres',
|
||||
'details' => 'Détails',
|
||||
'view' => 'Voir',
|
||||
|
||||
@@ -39,7 +39,7 @@ return [
|
||||
'url' => 'URL',
|
||||
'server' => 'Serveur',
|
||||
'servers' => 'Serveurs',
|
||||
'stats' => 'Stats',
|
||||
'stats' => 'Statistiques',
|
||||
'statistics' => 'Statistiques',
|
||||
|
||||
// Navigation
|
||||
@@ -48,10 +48,12 @@ return [
|
||||
'settings' => 'Réglages',
|
||||
'users' => 'Utilisateurs',
|
||||
'documentation' => 'Documentation',
|
||||
'documentation_description' => 'Besoin d\'aide pour démarrer ou configurer vos tests de vitesse ?',
|
||||
'view_documentation' => 'Afficher la documentation',
|
||||
'links' => 'Liens',
|
||||
'donate' => 'Faire un don',
|
||||
'donations' => 'Dons',
|
||||
'donations_description' => 'Soutenez le développement et la maintenance de Speedtest Tracker en faisant un don.',
|
||||
|
||||
// Roles
|
||||
'admin' => 'Administrateur',
|
||||
|
||||
@@ -56,6 +56,7 @@ return [
|
||||
'webhook' => [
|
||||
'add' => 'Ajouter des URL de webhook !',
|
||||
'sent' => 'Notification de test du webhook envoyée.',
|
||||
'failed' => 'Échec de la notification Webhook.',
|
||||
'payload' => 'Test de la notification de webhook',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -26,5 +26,5 @@ return [
|
||||
'read_results' => 'Lees resultaten',
|
||||
'read_results_description' => 'De token zal toestemming hebben om resultaten en statistieken te lezen.',
|
||||
'run_speedtest_description' => 'Het token zal toestemming hebben om snelheidstest uit te voeren.',
|
||||
'list_servers_description' => 'De token zal toestemming hebben om servers weer te geven.',
|
||||
'list_servers_description' => 'Het token zal toestemming hebben om servers weer te geven.',
|
||||
];
|
||||
|
||||
@@ -4,7 +4,7 @@ return [
|
||||
'current_version' => 'Huidige versie',
|
||||
'latest_version' => 'Laatste versie',
|
||||
'github' => 'GitHub',
|
||||
'repository' => 'Repository',
|
||||
'repository' => 'Bewaarplaats',
|
||||
|
||||
// Common actions
|
||||
'save' => 'Opslaan',
|
||||
@@ -30,7 +30,7 @@ return [
|
||||
'password' => 'Wachtwoord',
|
||||
'password_confirmation' => 'Wachtwoord bevestiging',
|
||||
'id' => 'ID',
|
||||
'status' => 'Status',
|
||||
'status' => 'status',
|
||||
'message' => 'Bericht',
|
||||
'comment' => 'Opmerking',
|
||||
'comments' => 'Opmerkingen',
|
||||
@@ -85,7 +85,7 @@ return [
|
||||
'mbps' => 'Mbps',
|
||||
|
||||
// Speed test metrics
|
||||
'download' => 'Download',
|
||||
'download' => 'downloaden',
|
||||
'upload' => 'Uploaden',
|
||||
'ping' => 'Ping',
|
||||
'jitter' => 'Jitter',
|
||||
@@ -115,7 +115,7 @@ return [
|
||||
'token' => 'Token',
|
||||
|
||||
// Application
|
||||
'speedtest_tracker' => 'Speedtest Tracker',
|
||||
'speedtest_tracker' => 'Snelheids Tracker',
|
||||
'platform' => 'Platform',
|
||||
|
||||
// Update status
|
||||
|
||||
@@ -6,13 +6,13 @@ return [
|
||||
'error_message_title' => 'Fout melding',
|
||||
|
||||
// Metrics
|
||||
'download' => 'Download',
|
||||
'download' => 'downloaden',
|
||||
'download_latency_high' => 'Download latency hoog',
|
||||
'download_latency_low' => 'Download latency laag',
|
||||
'download_latency_iqm' => 'Download latency IQM',
|
||||
'download_latency_iqm' => 'Latency IQM downloaden',
|
||||
'download_latency_jitter' => 'Download latency jitter',
|
||||
|
||||
'upload' => 'Upload',
|
||||
'upload' => 'Uploaden',
|
||||
'upload_latency_high' => 'Upload latentie hoog',
|
||||
'upload_latency_low' => 'Upload latency laag',
|
||||
'upload_latency_iqm' => 'Upload latency IQM',
|
||||
|
||||
@@ -12,7 +12,7 @@ return [
|
||||
'influxdb_v2_url_placeholder' => 'http://your-influxdb-instance',
|
||||
'influxdb_v2_org' => 'Org',
|
||||
'influxdb_v2_bucket' => 'Emmer',
|
||||
'influxdb_v2_bucket_placeholder' => 'speedtest-tracker',
|
||||
'influxdb_v2_bucket_placeholder' => 'snelheid-tracker',
|
||||
'influxdb_v2_token' => 'Token',
|
||||
'influxdb_v2_verify_ssl' => 'Controleer SSL',
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ return [
|
||||
'test_mail_channel' => 'Test e-mailkanaal',
|
||||
|
||||
// Apprise notifications
|
||||
'apprise' => 'Apprise',
|
||||
'apprise' => 'Aanmelding',
|
||||
'enable_apprise_notifications' => 'Inschakelen Apprise meldingen',
|
||||
'apprise_server' => 'Apprise Server',
|
||||
'apprise_server_url' => 'Appprise Server-URL',
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
|
||||
return [
|
||||
'title' => 'API Tokens',
|
||||
'label' => 'Tokens de API',
|
||||
'label' => 'API Tokens',
|
||||
|
||||
// Token management
|
||||
'api_token' => 'Token de API',
|
||||
'api_tokens' => 'Tokens da API',
|
||||
'create_api_token' => 'Criar token de API',
|
||||
'api_token' => 'API Token',
|
||||
'api_tokens' => 'API Tokens',
|
||||
'create_api_token' => 'Criar API token',
|
||||
'your_token' => 'Seu token',
|
||||
'token_status' => 'Estado do token',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user