mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +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
16 lines
385 B
PHP
16 lines
385 B
PHP
<?php
|
|
|
|
return [
|
|
'nav_title' => 'Roles',
|
|
'model_label' => 'Role',
|
|
'model_label_plural' => 'Roles',
|
|
'no_roles' => 'No Roles',
|
|
'name' => 'Role Name',
|
|
'permissions' => 'Permissions',
|
|
'in_use' => 'In Use',
|
|
'all' => 'All',
|
|
'root_admin' => 'The :role has all permissions.',
|
|
'root_admin_delete' => 'Can\'t delete Root Admin',
|
|
'users' => 'Users',
|
|
];
|