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) · 1019 Bytes
/
api_tokens.php
File metadata and controls
30 lines (25 loc) · 1019 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' => 'API-sleutel aanmaken',
'your_token' => 'Jouw token',
'token_status' => 'Token status',
// Token lists
'active_tokens' => 'Actieve tokens',
'expired_tokens' => 'Verlopen tokens',
'all_tokens' => 'Alle tokens',
// Token properties
'expires_at' => 'Verloopt op',
'expires_at_helper_text' => 'Laat leeg als u geen vervaldatum wilt',
'last_used_at' => 'Laatst gebruikt op',
// Abilities/Permissions
'abilities' => 'Vaardigheden',
'read_results' => 'Lees resultaten',
'read_results_description' => 'De token zal toestemming hebben om resultaten en statistieken te lezen.',
'run_speedtest_description' => 'Het token zal toestemming hebben om snelheidstest uit te voeren.',
'list_servers_description' => 'De token zal toestemming hebben om servers weer te geven.',
];