forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_integration.php
More file actions
46 lines (39 loc) · 2.21 KB
/
data_integration.php
File metadata and controls
46 lines (39 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
return [
'title' => 'Integración de datos',
'label' => 'Integración de datos',
// InfluxDB v2
'influxdb_v2' => 'InfluxDB v2',
'influxdb_v2_description' => 'Cuando está activado, todos los nuevos resultados de Speedtest también serán enviados a InfluxDB.',
'influxdb_v2_enabled' => 'Activar',
'influxdb_v2_url' => 'URL',
'influxdb_v2_url_placeholder' => 'http://su-instancia-influxdb',
'influxdb_v2_org' => 'Org',
'influxdb_v2_bucket' => 'Cubo',
'influxdb_v2_bucket_placeholder' => 'rastreador de velocidad',
'influxdb_v2_token' => 'Token',
'influxdb_v2_verify_ssl' => 'Verificar SSL',
// Actions
'test_connection' => 'Probar conexión',
'starting_bulk_data_write_to_influxdb' => 'Iniciando escritura masiva de datos en InfluxDB',
'sending_test_data_to_influxdb' => 'Enviando datos de prueba a InfluxDB',
// Test connection notifications
'influxdb_test_failed' => 'Prueba de Influxdb fallida',
'influxdb_test_failed_body' => 'Revisa los registros para más detalles.',
'influxdb_test_success' => 'Datos de prueba enviados con éxito a Influxdb',
'influxdb_test_success_body' => 'Los datos de prueba han sido enviados a InfluxDB, compruebe si los datos han sido recibidos.',
// Bulk write notifications
'influxdb_bulk_write_failed' => 'Error al escribir en masa a Influxdb.',
'influxdb_bulk_write_failed_body' => 'Revisa los registros para más detalles.',
'influxdb_bulk_write_success' => 'Carga de datos en masa a Influxdb.',
'influxdb_bulk_write_success_body' => 'Los datos han sido enviados a InfluxDB, compruebe si los datos han sido recibidos.',
// Prometheus
'prometheus' => 'Prometeo',
'prometheus_enabled' => 'Activar',
'prometheus_enabled_helper_text' => 'Cuando está activado, las métricas para cada prueba de velocidad nueva estarán disponibles en el punto final /prometheus.',
'prometheus_allowed_ips' => 'Direcciones IP permitidas',
'prometheus_allowed_ips_helper' => 'Lista de direcciones IP o rangos CIDR (por ejemplo, 192.168.1.0/24) permitieron acceder al extremo de las métricas. Dejar en blanco para permitir todas las IPs.',
// Common labels
'org' => 'Org',
'bucket' => 'Cubo',
];