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) · 706 Bytes
/
thresholds.php
File metadata and controls
22 lines (18 loc) · 706 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' => 'Limites',
'label' => 'Limites',
// Absolute thresholds
'absolute' => 'Absoluto',
'absolute_description' => 'Os limites absolutos não levam em consideração o histórico anterior e podem ser acionados em cada teste.',
'absolute_enabled' => 'Habilitar limites absolutos',
// Metrics section
'metrics' => 'Métricas',
'metrics_helper_text' => 'Defina zero para desativar esta métrica.',
// General threshold labels
'thresholds' => 'Limites',
'threshold_enabled' => 'Limite habilitado',
'threshold_download' => 'Limite de download',
'threshold_upload' => 'Limite de upload',
'threshold_ping' => 'Limite de ping',
];