初始化
This commit is contained in:
5
app/admin/lang/en/auth/admin.php
Normal file
5
app/admin/lang/en/auth/admin.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'Group Name Arr' => 'Administrator Grouping ',
|
||||
'Please use another administrator account to disable the current account!' => 'Disable the current account, please use another administrator account!',
|
||||
];
|
||||
6
app/admin/lang/en/auth/group.php
Normal file
6
app/admin/lang/en/auth/group.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Super administrator' => 'Super administrator',
|
||||
'No permission' => 'No permission',
|
||||
'You cannot modify your own management group!' => 'You cannot modify your own management group!',
|
||||
];
|
||||
6
app/admin/lang/en/auth/menu.php
Normal file
6
app/admin/lang/en/auth/menu.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'type' => 'Rule type',
|
||||
'title' => 'Rule title',
|
||||
'name' => 'Rule name',
|
||||
];
|
||||
Reference in New Issue
Block a user