24 lines
		
	
	
		
			792 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			792 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								return [
							 | 
						||
| 
								 | 
							
								    'Id'               => 'ID',
							 | 
						||
| 
								 | 
							
								    'Platform'         => '支持平台',
							 | 
						||
| 
								 | 
							
								    'Platform user'    => '用户',
							 | 
						||
| 
								 | 
							
								    'Platform admin'   => '后台',
							 | 
						||
| 
								 | 
							
								    'Type'             => '支持类型',
							 | 
						||
| 
								 | 
							
								    'Type msg'         => '站内通知',
							 | 
						||
| 
								 | 
							
								    'Type email'       => '邮箱通知',
							 | 
						||
| 
								 | 
							
								    'Type template'         => '模版消息(公众号)',
							 | 
						||
| 
								 | 
							
								    'Name'             => '消息名称',
							 | 
						||
| 
								 | 
							
								    'Event'            => '消息事件',
							 | 
						||
| 
								 | 
							
								    'Send_num'         => '发送次数',
							 | 
						||
| 
								 | 
							
								    'Send_fail_num'    => '发送失败次数',
							 | 
						||
| 
								 | 
							
								    'Content'          => '参数',
							 | 
						||
| 
								 | 
							
								    'Visible_switch'   => '状态',
							 | 
						||
| 
								 | 
							
								    'Visible_switch 0' => '关闭',
							 | 
						||
| 
								 | 
							
								    'Visible_switch 1' => '启用',
							 | 
						||
| 
								 | 
							
								    'Createtime'       => '创建时间',
							 | 
						||
| 
								 | 
							
								    'Updatetime'       => '更新时间',
							 | 
						||
| 
								 | 
							
								    'Deletetime'       => '删除时间'
							 | 
						||
| 
								 | 
							
								];
							 |