mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:10:25 +00:00
Chore: Add missing translations (#2669)
This commit is contained in:
@@ -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'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user