DiverseYouthNightSchool/application/admin/lang/zh-cn/manystore/indexshop.php

53 lines
2.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Group' => '所属组别',
'Loginfailure' => '登录失败次数',
'Login time' => '最后登录',
'Please input correct username' => '用户名只能由3-12位数字、字母、下划线组合',
'Please input correct password' => '密码长度必须在6-16位之间不能包含空格',
'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' => '营业执照照片',
'hidden' => '禁用',
'Front_idcard_image' => '身份证正面',
'Reverse_idcard_image' => '身份证反面',
'Tel' => '服务电话',
'Content' => '详情',
'Status' => '账号状态',
'Status 0' => '待审核',
'Status 1' => '审核通过',
'Status 2' => '审核不通过',
'Reason' => '审核不通过原因',
'Create_time' => '创建时间',
'Update_time' => '修改时间',
'Auth_status' => '审核状态',
'Auth_status 0' => '待审核',
'Auth_status 1' => '审核通过',
'Auth_status 2' => '审核不通过',
'Auth_time' => '审核时间',
'Admin_id' => '审核管理员id',
'User.nickname' => '昵称',
'User.mobile' => '手机号',
'User.avatar' => '头像',
'Type' => '类型',
'Type 1' => '个人',
'Type 2' => '机构',
'Desc' => '申请备注',
];