forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_tokens.php
More file actions
30 lines (25 loc) · 976 Bytes
/
api_tokens.php
File metadata and controls
30 lines (25 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
return [
'title' => 'API Tokens',
'label' => 'API Tokens',
// Token management
'api_token' => 'API token',
'api_tokens' => 'API tokens',
'create_api_token' => 'Create API token',
'your_token' => 'Your token',
'token_status' => 'Token status',
// Token lists
'active_tokens' => 'Active tokens',
'expired_tokens' => 'Expired tokens',
'all_tokens' => 'All tokens',
// Token properties
'expires_at' => 'Expires at',
'expires_at_helper_text' => 'Leave empty if you don\'t want an expiration date',
'last_used_at' => 'Last used at',
// Abilities/Permissions
'abilities' => 'Abilities',
'read_results' => 'Read results',
'read_results_description' => 'The token will have permission to read results and statistics.',
'run_speedtest_description' => 'The token will have permission to run speedtest.',
'list_servers_description' => 'The token will have permission to list servers.',
];