Chore: Add missing translations (#2669)

This commit is contained in:
Sven van Ginkel
2026-02-03 14:42:14 +01:00
committed by GitHub
parent b7846b0b1d
commit 40eca53bcb
3 changed files with 7 additions and 5 deletions
@@ -7,9 +7,9 @@ trait HasChartFilters
protected function getFilters(): ?array
{
return [
'24h' => 'Last 24 hours',
'week' => 'Last 7 days',
'month' => 'Last 30 days',
'24h' => __('general.last_24h'),
'week' => __('general.last_week'),
'month' => __('general.last_month'),
];
}
}
+2
View File
@@ -48,10 +48,12 @@ return [
'settings' => 'Settings',
'users' => 'Users',
'documentation' => 'Documentation',
'documentation_description' => 'Need help getting started or configuring your speedtests?',
'view_documentation' => 'View documentation',
'links' => 'Links',
'donate' => 'Donate',
'donations' => 'Donations',
'donations_description' => 'Support the development and maintenance of Speedtest Tracker by making a donation.',
// Roles
'admin' => 'Admin',
@@ -20,7 +20,7 @@
</x-slot>
<div class="text-sm text-zinc-600 dark:text-zinc-300">
<p>Need help getting started or configuring your speedtests?</p>
<p>{{ __('general.documentation_description') }}</p>
</div>
<div class="mt-5">
@@ -45,7 +45,7 @@
</x-slot>
<div class="text-sm text-zinc-600 dark:text-zinc-300">
<p>Support the development and maintenance of Speedtest Tracker by making a donation.</p>
<p>{{ __('general.donations_description') }}</p>
</div>
<div class="mt-5">