DiverseYouthNightSchool/application/admin/lang/zh-cn/xilufitness/shop/index.php

30 lines
1.3 KiB
PHP
Raw 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 [
'Brand_id' => '所属小程序',
'Username' => '登录账号',
'Password' => '登录密码',
'Shop_name' => '门店名称',
'Shop_mobile' => '门店电话',
'Shop_image' => '门店图片',
'Shop_images' => '详情图集',
'Address' => '详细地址',
'Lat' => '纬度',
'Lng' => '经度',
'Star' => '评分',
'Status' => '状态',
'Updatetime' => '更新时间',
'Deletetime' => '删除时间',
'Createtime' => '创建时间',
'Please input correct username' => '登录账号只能由3-30位数字、字母、下划线组合',
'Username must be 3 to 30 characters' => '登录账号只能由3-30位数字、字母、下划线组合',
'Username already exists' => '登录账号已存在',
'Please input correct password' => '密码长度必须在6-30位之间不能包含空格',
'Password must be 6 to 30 characters' => '密码长度必须在6-30位之间不能包含空格',
'Please input correct mobile' => '手机号格式不正确',
'Shop_mobile already exists' => '手机号已存在',
'Shop_name already exists' => '门店名称已存在',
'Province_city_area' => '所在地区',
'Map_lat_lng' => '选择经纬度'
];