Files
speedtest-tracker/lang/es_ES/settings/thresholds.php
T
2026-02-19 22:08:35 -05:00

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',
];