迁移班次管理功能

This commit is contained in:
sheng
2026-06-22 23:32:58 +08:00
parent c670488c80
commit e8e79fcb3f
7 changed files with 360 additions and 3 deletions

View File

@@ -549,6 +549,87 @@
"please_import_department_data": "Please import team data first",
"team_data_import_template": "Team Import Template",
"upload_format_error": "Please upload xls or xlsx file"
},
"shift_management": {
"search": "Search",
"reset": "Reset",
"add": "Add",
"edit": "Edit",
"delete": "Delete",
"batch_delete": "Batch Delete",
"import": "Import",
"export": "Export",
"confirm": "Confirm",
"cancel": "Cancel",
"prompt": "Notice",
"operation": "Operation",
"shift_plan_name": "Shift Plan Name",
"shift_plan_code": "Shift Plan Code",
"enter_shift_plan_name": "Please enter shift plan name",
"enter_shift_plan_code": "Please enter shift plan code",
"last_create_time": "Create Time",
"serial_number": "No.",
"start_time": "Start Time",
"end_time": "End Time",
"start_date": "Start Date",
"end_date": "End Date",
"status": "Status",
"enabled": "Enabled",
"disabled": "Disabled",
"creator": "Creator",
"create_time": "Created At",
"update_time": "Updated At",
"add_shift_plan": "Add Shift Plan",
"edit_shift_plan": "Edit Shift Plan",
"shift_name": "Shift Name",
"shift_code": "Shift Code",
"enter_shift_name": "Please enter shift name",
"enter_shift_code": "Please enter shift code",
"shift_time_range": "Shift Time Range",
"please_select_shift_time_range": "Please select shift time range",
"rotation_mode": "Rotation Mode",
"enter_content": "Please enter content",
"day": "Day",
"week": "Week",
"month": "Month",
"rest_day_setting": "Rest Days",
"monday": "Mon",
"tuesday": "Tue",
"wednesday": "Wed",
"thursday": "Thu",
"friday": "Fri",
"saturday": "Sat",
"sunday": "Sun",
"production_team": "Production Team",
"please_select": "Please select",
"remark": "Remark",
"enter_remark": "Please enter remark",
"add_shift": "Add Shift",
"shift_start_time": "Shift Start Time",
"shift_end_time": "Shift End Time",
"select_shift_start_time": "Please select shift start time",
"select_shift_end_time": "Please select shift end time",
"production_team_binding": "Team Binding",
"production_team_can_only_bind_one_shift": "One team can only bind one shift",
"please_enter_shift_plan_name": "Please enter shift plan name",
"please_enter_shift_plan_code": "Please enter shift plan code",
"please_enter_shift_name_row": "Please enter shift name, row: ",
"please_select_shift_start_time_row": "Please select shift start time, row: ",
"please_select_shift_end_time_row": "Please select shift end time, row: ",
"operation_successful": "Operation successful",
"delete_department_confirm_message": "Are you sure to delete this shift plan?",
"batch_delete_confirm_message": "Are you sure to delete selected shift plans?",
"please_select_table_data": "Please select table data first",
"export_confirm_message": "Export current query result?",
"download_task_created": "Download task created",
"shift_plan_data_import": "Import Shift Plan Data",
"upload_file_alert_title": "Import using the template format",
"upload_file_alert_description": "Download the template before importing",
"select_file": "Select File",
"download_template": "Download Template",
"please_import_department_data": "Please import shift plan data first",
"shift_plan_data_import_template": "Shift Plan Import Template",
"upload_format_error": "Please upload xls or xlsx file"
}
},
"spc_configuration": {