Files
2025-11-17 16:30:00 -05:00

15 lines
388 B
PHP

<?php
return [
'title' => 'Dashboard',
'no_speedtests_scheduled' => 'Geen snelheidtests gepland.',
'next_speedtest_at' => 'Volgende snelheidstest op',
// Widgets
'recent_results' => 'Recente resultaten',
'statistics' => 'Statistieken',
'latest_download' => 'Laatste download',
'latest_upload' => 'Laatste upload',
'latest_ping' => 'Laatste ping',
];