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:
Alex Justesen
2025-11-17 17:00:26 -05:00
committed by GitHub
parent 405f155511
commit e2f65f8f16
2 changed files with 5 additions and 1 deletions
@@ -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)
+4
View File
@@ -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',