36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								return [
							 | 
						||
| 
								 | 
							
								    'Leave password blank if dont want to change' => '不修改密码请留空',
							 | 
						||
| 
								 | 
							
								    'Please input correct email'                  => '请输入正确的Email地址',
							 | 
						||
| 
								 | 
							
								    'Please input correct password'               => '密码长度不正确',
							 | 
						||
| 
								 | 
							
								    'Email already exists'                        => '邮箱已经存在',
							 | 
						||
| 
								 | 
							
								    'Please input correct nickname'               => '昵称仅支持输入中文、英文字母(大小写)、数字、下划线',
							 | 
						||
| 
								 | 
							
								    'Please input length nickname'                => '昵称请最多填写10个字符',
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    'Logo'             => '商家Logo',
							 | 
						||
| 
								 | 
							
								    'Name'           => '店铺名称',
							 | 
						||
| 
								 | 
							
								    'Image'          => '店铺封面图',
							 | 
						||
| 
								 | 
							
								    'Images'          => '店铺环境图片',
							 | 
						||
| 
								 | 
							
								    'Address_city'   => '城市选择',
							 | 
						||
| 
								 | 
							
								    'Province'       => '省编号',
							 | 
						||
| 
								 | 
							
								    'City'           => '市编号',
							 | 
						||
| 
								 | 
							
								    'District'       => '县区编号',
							 | 
						||
| 
								 | 
							
								    'Address'        => '店铺地址',
							 | 
						||
| 
								 | 
							
								    'Address_detail' => '店铺详细地址',
							 | 
						||
| 
								 | 
							
								    'Longitude'      => '经度',
							 | 
						||
| 
								 | 
							
								    'Latitude'       => '纬度',
							 | 
						||
| 
								 | 
							
								    'Yyzzdm'         => '营业执照',
							 | 
						||
| 
								 | 
							
								    'Yyzz_images'    => '营业执照照片',
							 | 
						||
| 
								 | 
							
								    'Tel'            => '服务电话',
							 | 
						||
| 
								 | 
							
								    'Content'        => '店铺详情',
							 | 
						||
| 
								 | 
							
								    'Status'         => '审核状态',
							 | 
						||
| 
								 | 
							
								    'Status 0'       => '待审核',
							 | 
						||
| 
								 | 
							
								    'Status 1'       => '审核通过',
							 | 
						||
| 
								 | 
							
								    'Status 2'       => '审核失败',
							 | 
						||
| 
								 | 
							
								    'Reason'         => '审核不通过原因',
							 | 
						||
| 
								 | 
							
								    'Create_time'    => '创建时间',
							 | 
						||
| 
								 | 
							
								    'Update_time'    => '修改时间'
							 | 
						||
| 
								 | 
							
								];
							 |