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) · 740 Bytes
/
thresholds.php
File metadata and controls
22 lines (18 loc) · 740 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' => 'Grenzwerte',
'label' => 'Grenzwerte',
// Absolute thresholds
'absolute' => 'Absolut',
'absolute_description' => 'Absolute Schwellenwerte berücksichtigen nicht den vorherigen Verlauf und könnten bei jedem Test ausgelöst werden.',
'absolute_enabled' => 'absolute Schwellenwerte aktivieren',
// Metrics section
'metrics' => 'Metriken',
'metrics_helper_text' => 'Setze Null, um diese Metrik zu deaktivieren.',
// General threshold labels
'thresholds' => 'Grenzwerte',
'threshold_enabled' => 'Grenzwert aktiviert',
'threshold_download' => 'Schwellen-Download',
'threshold_upload' => 'Schwellenwert hochladen',
'threshold_ping' => 'Grenzwert Ping',
];