Boy132 96ec2eb3c2
Small translation fixes (#1006)
* display_name_help: replace location with node

* cpu_helper: 100% is one thread, not core

* remove unnecessary "create_action" translation

* nobody saw anything
2025-02-13 21:50:23 +01:00

27 lines
866 B
PHP

<?php
return [
'title' => 'Application API Keys',
'empty_table' => 'No API keys.',
'whitelist' => 'Whitelisted IPv4 Addresses',
'whitelist_help' => 'API keys can be restricted to only work from specific IPv4 addresses. Enter each address on a new line.',
'description' => 'Description',
'description_help' => 'A brief description of what this key is for.',
'nav_title' => 'API Keys',
'model_label' => 'Application API Key',
'model_label_plural' => 'Application API Keys',
'table' => [
'key' => 'Key',
'description' => 'Description',
'last_used' => 'Last Used',
'created' => 'Created',
'created_by' => 'Created By',
'never_used' => 'Never Used',
],
'permissions' => [
'none' => 'None',
'read' => 'Read',
'read_write' => 'Read & Write',
],
];