mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 05:14:46 +02:00

* display_name_help: replace location with node * cpu_helper: 100% is one thread, not core * remove unnecessary "create_action" translation * nobody saw anything
19 lines
579 B
PHP
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',
|
|
];
|