Skip to content

Commit accf0d0

Browse files
committed
New translations dashboard.php (Spanish)
1 parent 8af3f8b commit accf0d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lang/es_ES/dashboard.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?php
22

33
return [
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
];

0 commit comments

Comments
 (0)