Files
speedtest-tracker/lang/en/settings/thresholds.php
T
2025-11-14 08:43:51 -05:00

23 lines
696 B
PHP

<?php
return [
'title' => 'Thresholds',
'label' => 'Thresholds',
// Absolute thresholds
'absolute' => 'Absolute',
'absolute_description' => 'Absolute thresholds do not take into account previous history and could be triggered on each test.',
'absolute_enabled' => 'Enable absolute thresholds',
// Metrics section
'metrics' => 'Metrics',
'metrics_helper_text' => 'Set to zero to disable this metric.',
// General threshold labels
'thresholds' => 'Thresholds',
'threshold_enabled' => 'Threshold enabled',
'threshold_download' => 'Threshold download',
'threshold_upload' => 'Threshold upload',
'threshold_ping' => 'Threshold ping',
];