forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors.php
More file actions
23 lines (20 loc) · 900 Bytes
/
errors.php
File metadata and controls
23 lines (20 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
return [
'server_error' => 'Server Error',
'oops_server_error' => 'Oops, server error!',
'error_message' => 'Error message',
'error_fetching_servers' => 'Error fetching servers',
'servers_refreshed_successfully' => 'Servers refreshed successfully',
'copied_to_clipboard' => 'Copied to clipboard',
// Speedtest specific errors
'ookla_error' => 'An error occurred when listing speedtest servers, check the logs.',
'cron_invalid' => 'Invalid cron expression',
// Status fix command
'status_fix' => [
'confirm' => 'Do you wish to continue?',
'fail' => 'Command aborted.',
'finished' => '✅ done!',
'info_1' => 'This will check all results and fix the status to "completed" or "failed" based on the data.',
'info_2' => '📖 Read the documentation: https://docs.speedtest-tracker.dev/other/commands',
],
];