mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:20:08 +00:00
116f83a367
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
15 lines
368 B
PHP
15 lines
368 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Dashboard',
|
|
'no_speedtests_scheduled' => 'No speedtests scheduled.',
|
|
'next_speedtest_at' => 'Next speedtest at',
|
|
|
|
// Widgets
|
|
'recent_results' => 'Recent Results',
|
|
'statistics' => 'Statistics',
|
|
'latest_download' => 'Latest download',
|
|
'latest_upload' => 'Latest upload',
|
|
'latest_ping' => 'Latest ping',
|
|
];
|