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) · 704 Bytes
/
thresholds.php
File metadata and controls
22 lines (18 loc) · 704 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' => 'Limieten',
'label' => 'Drempels',
// Absolute thresholds
'absolute' => 'Absoluut',
'absolute_description' => 'Limieten houden geen rekening met de voorgeschiedenis en kunnen bij elke test worden gebruikt.',
'absolute_enabled' => 'Limieten inschakelen',
// Metrics section
'metrics' => 'Statistieken',
'metrics_helper_text' => 'Ingesteld op nul om deze meting uit te schakelen.',
// General threshold labels
'thresholds' => 'Grenswaarden',
'threshold_enabled' => 'Drempel ingeschakeld',
'threshold_download' => 'Drempel downloaden',
'threshold_upload' => 'Drempel uploaden',
'threshold_ping' => 'Drempel ping',
];