mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
116f83a367
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
23 lines
696 B
PHP
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',
|
|
];
|