mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:30:09 +00:00
23 lines
714 B
PHP
23 lines
714 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Umbrales',
|
|
'label' => 'Umbrales',
|
|
|
|
// Absolute thresholds
|
|
'absolute' => 'Absoluto',
|
|
'absolute_description' => 'Los umbrales absolutos no tienen en cuenta el historial 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',
|
|
];
|