1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- return [
- 'labels' => [
- 'Course' => '球场管理',
- 'course' => '球场管理',
- 'hole_list' => ' ',
- 'sort' => '球洞编号',
- 'par' => '标准杆',
- 'difficulty' => '难度',
- 'gold_dis' => '金台距离',
- 'blue_dis' => '蓝台距离',
- 'white_dis' => '白台距离',
- 'red_dis' => '红台距离',
- 'id_warning' => '(不需要填写)',
- ],
- 'fields' => [
- 'name' => '名称',
- 'img' => '头像',
- 'address' => '地址',
- 'photos' => '照片',
- 'position' => '选择坐标',
- 'open_time' => '营业开始时间',
- 'close_time' => '营业结束时间',
- 'lat' => '纬度',
- 'lng' => '经度',
- 'desc' => '描述',
- 'contacts_phone' => '电话',
- 'service' => '服务',
- 'hole_counts' => '球洞数量',
- 'square' => '面积',
- 'length' => '长度',
- 'style' => '风格',
- 'Total_Courses' => '球场统计',
- 'course_fields' => '场地',
- ],
- 'options' => [
- ],
- ];
|