We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accf0d0 commit 988300bCopy full SHA for 988300b
lang/de_DE/dashboard.php
@@ -2,13 +2,13 @@
2
3
return [
4
'title' => 'Dashboard',
5
- 'no_speedtests_scheduled' => 'No speedtests scheduled.',
6
- 'next_speedtest_at' => 'Next speedtest at',
+ 'no_speedtests_scheduled' => 'Keine Geschwindigkeitstests geplant.',
+ 'next_speedtest_at' => 'Nächster Geschwindigkeitstest um',
7
8
// Widgets
9
- 'recent_results' => 'Recent Results',
10
- 'statistics' => 'Statistics',
11
- 'latest_download' => 'Latest download',
12
- 'latest_upload' => 'Latest upload',
13
- 'latest_ping' => 'Latest ping',
+ 'recent_results' => 'Neueste Ergebnisse',
+ 'statistics' => 'Statistiken',
+ 'latest_download' => 'Letzter Download',
+ 'latest_upload' => 'Letzter Upload',
+ 'latest_ping' => 'Letztes Ping',
14
];
0 commit comments