name: holidays
label: 节假日
description: 
fields:
  name:
    label: 名称
    help: 
    description: 
  type:
    label: 类型
    help: 
    options:
      - label: 公众假日
        value: public
      - label: 调配休息日
        value: adjusted_holiday
      - label: 调配工作日
        value: adjusted_working_day
    description: 
  date:
    label: 日期
    help: 
    description: 
  adjusted_to:
    label: 对应工作日
    help: 当选择了“调配工作日”类型时，需要选择对应工作日是星期几。
    options:
      - label: 星期日
        value: '0'
      - label: 星期一
        value: '1'
      - label: 星期二
        value: '2'
      - label: 星期三
        value: '3'
      - label: 星期四
        value: '4'
      - label: 星期五
        value: '5'
      - label: 星期六
        value: '6'
    description: 
listviews:
  all:
    label: 全部
CustomLabels:
  holidays_field_object_name: 节假日
  holidays_field_adjusted_to_options_0: 星期日
  holidays_field_adjusted_to_options_1: 星期一
  holidays_field_adjusted_to_options_2: 星期二
  holidays_field_adjusted_to_options_3: 星期三
  holidays_field_adjusted_to_options_4: 星期四
  holidays_field_adjusted_to_options_5: 星期五
  holidays_field_adjusted_to_options_6: 星期六
