mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:20:09 +00:00
15 lines
404 B
PHP
15 lines
404 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Dashboard',
|
|
'no_speedtests_scheduled' => 'Keine Geschwindigkeitstests geplant.',
|
|
'next_speedtest_at' => 'Nächster Geschwindigkeitstest um',
|
|
|
|
// Widgets
|
|
'recent_results' => 'Neueste Ergebnisse',
|
|
'statistics' => 'Statistiken',
|
|
'latest_download' => 'Letzter Download',
|
|
'latest_upload' => 'Letzter Upload',
|
|
'latest_ping' => 'Letztes Ping',
|
|
];
|