|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + 'title' => 'Results', |
| 5 | + 'result_overview' => 'Result overview', |
| 6 | + |
| 7 | + // Metrics |
| 8 | + 'download_latency_high' => 'Download latency high', |
| 9 | + 'download_latency_low' => 'Download latency low', |
| 10 | + 'download_latency_iqm' => 'Download latency IQM', |
| 11 | + 'download_latency_jitter' => 'Download latency jitter', |
| 12 | + |
| 13 | + 'upload_latency_high' => 'Upload latency high', |
| 14 | + 'upload_latency_low' => 'Upload latency low', |
| 15 | + 'upload_latency_iqm' => 'Upload latency IQM', |
| 16 | + 'upload_latency_jitter' => 'Upload latency jitter', |
| 17 | + |
| 18 | + 'ping_details' => 'Ping details', |
| 19 | + 'ping_jitter' => 'Ping jitter', |
| 20 | + 'ping_high' => 'Ping high', |
| 21 | + 'ping_low' => 'Ping low', |
| 22 | + |
| 23 | + 'packet_loss' => 'Packet loss', |
| 24 | + 'iqm' => 'IQM', |
| 25 | + |
| 26 | + // Server & metadata |
| 27 | + 'server_&_metadata' => 'Server & Metadata', |
| 28 | + 'server_id' => 'Server ID', |
| 29 | + 'server_host' => 'Server host', |
| 30 | + 'server_name' => 'Server name', |
| 31 | + 'server_location' => 'Server location', |
| 32 | + 'service' => 'Service', |
| 33 | + 'isp' => 'ISP', |
| 34 | + 'ip_address' => 'IP address', |
| 35 | + 'scheduled' => 'Scheduled', |
| 36 | + |
| 37 | + // Filters |
| 38 | + 'only_healthy_speedtests' => 'Only healthy speedtests', |
| 39 | + 'only_unhealthy_speedtests' => 'Only unhealthy speedtests', |
| 40 | + 'only_manual_speedtests' => 'Only manual speedtests', |
| 41 | + 'only_scheduled_speedtests' => 'Only scheduled speedtests', |
| 42 | + 'created_from' => 'Created from', |
| 43 | + 'created_until' => 'Created until', |
| 44 | + |
| 45 | + // Export |
| 46 | + 'export_all_results' => 'Export all results', |
| 47 | + 'export_all_results_description' => 'Will export every column for all results.', |
| 48 | + 'export_completed' => 'Export completed, :count :rows exported.', |
| 49 | + 'failed_export' => ':count :rows failed to export.', |
| 50 | + 'row' => '{1} :count row|[2,*] :count rows', |
| 51 | + |
| 52 | + // Actions |
| 53 | + 'update_comments' => 'Update comments', |
| 54 | + 'truncate_results' => 'Truncate results', |
| 55 | + 'truncate_results_description' => 'Are you sure you want to truncate all results? This action is irreversible.', |
| 56 | + 'truncate_results_success' => 'Results table truncated!', |
| 57 | + 'view_on_speedtest_net' => 'View on Speedtest.net', |
| 58 | + |
| 59 | + // Notifications |
| 60 | + 'speedtest_started' => 'Speedtest started', |
| 61 | + 'speedtest_completed' => 'Speedtest completed', |
| 62 | + 'download_threshold_breached' => 'Download threshold breached!', |
| 63 | + 'upload_threshold_breached' => 'Upload threshold breached!', |
| 64 | + 'ping_threshold_breached' => 'Ping threshold breached!', |
| 65 | + |
| 66 | + // Run Speedtest Action |
| 67 | + 'speedtest' => 'Speedtest', |
| 68 | + 'public_dashboard' => 'Public Dashboard', |
| 69 | + 'select_server' => 'Select Server', |
| 70 | + 'select_server_helper' => 'Leave empty to run the speedtest without specifying a server. Blocked servers will be skipped.', |
| 71 | + 'manual_servers' => 'Manual servers', |
| 72 | + 'closest_servers' => 'Closest servers', |
| 73 | +]; |
0 commit comments