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.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							475 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							17 lines
						
					
					
						
							475 B
						
					
					
				
								<?php
							 | 
						|
								
							 | 
						|
								return [
							 | 
						|
								    'titles' => [
							 | 
						|
								        'index'         => '主页',
							 | 
						|
								        'admin'         => '系统',
							 | 
						|
								        'users'         => '管理员',
							 | 
						|
								        'roles'         => '角色',
							 | 
						|
								        'permission'    => '权限',
							 | 
						|
								        'menu'          => '菜单',
							 | 
						|
								        'operation_log' => '操作日志',
							 | 
						|
								        'helpers'       => '开发工具',
							 | 
						|
								        'extensions'    => '扩展',
							 | 
						|
								        'scaffold'      => '代码生成器',
							 | 
						|
								        'icons'         => '图标',
							 | 
						|
								    ],
							 | 
						|
								];
							 |