File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11<?php
22
33return [
4- 'title ' => 'Dashboard ' ,
5- 'no_speedtests_scheduled ' => 'No speedtests scheduled . ' ,
6- 'next_speedtest_at ' => 'Next speedtest at ' ,
4+ 'title ' => 'Tablero ' ,
5+ 'no_speedtests_scheduled ' => 'No hay pruebas de velocidad programadas . ' ,
6+ 'next_speedtest_at ' => 'Siguiente prueba de velocidad en ' ,
77
88 // Widgets
9- 'recent_results ' => 'Recent Results ' ,
10- 'statistics ' => 'Statistics ' ,
11- 'latest_download ' => 'Latest download ' ,
12- 'latest_upload ' => 'Latest upload ' ,
13- 'latest_ping ' => 'Latest ping ' ,
9+ 'recent_results ' => 'Resultados recientes ' ,
10+ 'statistics ' => 'Estadísticas ' ,
11+ 'latest_download ' => 'Última descarga ' ,
12+ 'latest_upload ' => 'Última subida ' ,
13+ 'latest_ping ' => 'Último ping ' ,
1414];
You can’t perform that action at this time.
0 commit comments