course.php 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Course' => 'Course',
  5. 'course' => 'course',
  6. 'hole_list' => ' ',
  7. 'sort' => 'sort',
  8. 'par' => 'par',
  9. 'difficulty' => 'difficulty',
  10. 'gold_dis' => 'gold_dis',
  11. 'blue_dis' => 'blue_dis',
  12. 'white_dis' => 'white_dis',
  13. 'red_dis' => 'red_dis',
  14. 'id_warning' => '(No need to fill in)',
  15. ],
  16. 'fields' => [
  17. 'name' => 'name',
  18. 'img' => 'img',
  19. 'address' => 'address',
  20. 'photos' => 'photos',
  21. 'position' => 'Select Point',
  22. 'lat' => 'lat',
  23. 'lng' => 'lng',
  24. 'open_time' => 'Open Time',
  25. 'close_time' => 'Close Time',
  26. 'desc' => 'desc',
  27. 'contacts_phone' => 'contacts phone',
  28. 'service' => 'service',
  29. 'hole_counts' => 'hole counts',
  30. 'square' => 'square',
  31. 'length' => 'length',
  32. 'style' => 'style',
  33. 'Total_Courses' => 'Total Courses',
  34. 'course_fields' => 'Course Fields',
  35. ],
  36. 'options' => [
  37. ],
  38. ];