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

19 lines
579 B
PHP

<?php
return [
'nav_title' => 'Users',
'model_label' => 'User',
'model_label_plural' => 'Users',
'self_delete' => 'Can\'t Delete Yourself',
'has_servers' => 'User Has Servers',
'email' => 'Email',
'username' => 'Username',
'password' => 'Password',
'password_help' => 'Providing a user password is optional. New user email will prompt users to create a password the first time they login.',
'admin_roles' => 'Admin Roles',
'roles' => 'Roles',
'no_roles' => 'No Roles',
'servers' => 'Servers',
'subusers' => 'Subusers',
];