forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththresholds.php
More file actions
22 lines (18 loc) · 717 Bytes
/
thresholds.php
File metadata and controls
22 lines (18 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
return [
'title' => 'Seuils',
'label' => 'Seuils',
// Absolute thresholds
'absolute' => 'Absolu',
'absolute_description' => 'Les seuils absolus ne tiennent pas compte de l\'historique précédent et peuvent être déclenchés à chaque test.',
'absolute_enabled' => 'Activer les seuils absolus',
// Metrics section
'metrics' => 'Métriques',
'metrics_helper_text' => 'Mettre à zéro pour désactiver cette métrique.',
// General threshold labels
'thresholds' => 'Seuils',
'threshold_enabled' => 'Seuil activé',
'threshold_download' => 'Seuil de téléchargement',
'threshold_upload' => 'Seuil d\'envoi',
'threshold_ping' => 'Seuil de ping',
];