You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.4 KiB
34 lines
1.4 KiB
3 years ago
|
<?php
|
||
|
// ==================================================================
|
||
|
// 英文文语言
|
||
|
// ==================================================================
|
||
|
|
||
|
return [
|
||
|
'route_name' => 'Authority node',
|
||
|
'title' => 'Please fill in the permission title',
|
||
|
'route_title' => 'Permission title',
|
||
|
'route_parent' => 'Parent node',
|
||
|
'route_type' => 'type',
|
||
|
'route_route' => 'Routing address',
|
||
|
'route_weigh' => 'Ranking weight',
|
||
|
'route_m' => 'Routing node management',
|
||
|
'route_tip' => 'Reminder: Non-developers should not manipulate the content of this page and its subpages at will',
|
||
|
'route' => 'Please fill in the permission routing',
|
||
|
'pid' => 'Please select the parent menu',
|
||
|
'type' => 'Please choose the type',
|
||
|
'weigh' => 'Please enter sort weight',
|
||
|
'icon' => 'Please select an icon',
|
||
|
'id' => 'Wrong routing information',
|
||
|
'delete tip' => 'Are you sure to delete and change the route? The operation cannot be recovered, and its descendant authority nodes will also be deleted, please confirm',
|
||
|
'Enter search content' => 'Enter search content',
|
||
|
'No match' => 'No match',
|
||
|
'icon_title' => 'icon',
|
||
|
'Confirm this operation' => 'Confirm this operation',
|
||
|
'Sub-operation' => 'Sub-operation',
|
||
|
'Effective when it is a first-level menu' => 'Effective when it is a first-level menu',
|
||
|
'operating' => 'operating',
|
||
|
'menu' => 'menu',
|
||
|
'Sub-operation failed to add' => 'Sub-operation failed to add',
|
||
|
];
|
||
|
|