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) · 714 Bytes
/
thresholds.php
File metadata and controls
22 lines (18 loc) · 714 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' => 'Umbrales',
'label' => 'Umbrales',
// Absolute thresholds
'absolute' => 'Absoluto',
'absolute_description' => 'Los umbrales absolutos no tienen en cuenta la historia anterior y podrían ser activados en cada prueba.',
'absolute_enabled' => 'Habilitar umbrales absolutos',
// Metrics section
'metrics' => 'Métricas',
'metrics_helper_text' => 'Establecer en cero para desactivar esta métrica.',
// General threshold labels
'thresholds' => 'Umbrales',
'threshold_enabled' => 'Umbral habilitado',
'threshold_download' => 'Umbral de descarga',
'threshold_upload' => 'Umbral de subida',
'threshold_ping' => 'Umbral de ping',
];