mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:30:09 +00:00
Update translation for column titles in results table (#2420)
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
This commit is contained in:
@@ -182,7 +182,7 @@ class ResultTable
|
||||
->sortable()
|
||||
->alignment(Alignment::Center),
|
||||
TextColumn::make('data.message')
|
||||
->label(__('results.error_message'))
|
||||
->label(__('results.error_message_title'))
|
||||
->limit(15)
|
||||
->tooltip(fn ($state) => $state)
|
||||
->toggleable(isToggledHiddenByDefault: true)
|
||||
|
||||
@@ -3,18 +3,22 @@
|
||||
return [
|
||||
'title' => 'Results',
|
||||
'result_overview' => 'Result overview',
|
||||
'error_message_title' => 'Error message',
|
||||
|
||||
// Metrics
|
||||
'download' => 'Download',
|
||||
'download_latency_high' => 'Download latency high',
|
||||
'download_latency_low' => 'Download latency low',
|
||||
'download_latency_iqm' => 'Download latency IQM',
|
||||
'download_latency_jitter' => 'Download latency jitter',
|
||||
|
||||
'upload' => 'Upload',
|
||||
'upload_latency_high' => 'Upload latency high',
|
||||
'upload_latency_low' => 'Upload latency low',
|
||||
'upload_latency_iqm' => 'Upload latency IQM',
|
||||
'upload_latency_jitter' => 'Upload latency jitter',
|
||||
|
||||
'ping' => 'Ping',
|
||||
'ping_details' => 'Ping details',
|
||||
'ping_jitter' => 'Ping jitter',
|
||||
'ping_high' => 'Ping high',
|
||||
|
||||
Reference in New Issue
Block a user