mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:20:09 +00:00
15 lines
399 B
PHP
15 lines
399 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Painel',
|
|
'no_speedtests_scheduled' => 'Nenhum teste de velocidade agendado.',
|
|
'next_speedtest_at' => 'Próximo teste de velocidade',
|
|
|
|
// Widgets
|
|
'recent_results' => 'Resultados Recentes',
|
|
'statistics' => 'Estatísticas',
|
|
'latest_download' => 'Último download',
|
|
'latest_upload' => 'Último upload',
|
|
'latest_ping' => 'Último ping',
|
|
];
|