@acvtech5b9/vms-multi-language-locals 1.0.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/locales/en.json +29 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -3139,5 +3139,34 @@
3139
3139
  "plan_recurrence": "Plan & Recurrence",
3140
3140
  "assignment": "Assignment",
3141
3141
  "students": "Students"
3142
+ },
3143
+ "p_fleet_bus_daily_runs": {
3144
+ "run_date": "Run Date",
3145
+ "daily_schedule": "Daily Schedule",
3146
+ "schedule_type": "Schedule Type",
3147
+ "day_run_status": "Day Run Status",
3148
+ "running_status": "Running Status",
3149
+ "progress": "Progress",
3150
+ "details": "Details",
3151
+ "stops": "Stops",
3152
+ "students": "Students",
3153
+ "actions": "Actions",
3154
+ "planned_time": "Planned Time",
3155
+ "actual_time": "Actual Time",
3156
+ "route": "Route",
3157
+ "driver_details": "Driver Details",
3158
+ "attendant_details": "Attendant Details",
3159
+ "running_delay_seconds": "Running Delay Seconds",
3160
+ "notes": "Notes",
3161
+ "cancel_reason": "Cancel Reason",
3162
+ "run_date_from": "Run Date From",
3163
+ "run_date_to": "Run Date To",
3164
+ "generate_day_run": "Generate Day Run",
3165
+ "run_details": "Run Details",
3166
+ "start_day_run": "Start Day Run",
3167
+ "update_planned_absent": "Update Planned Absent",
3168
+ "end_day_run": "End Day Run",
3169
+ "cancel_day_run": "Cancel Day Run",
3170
+ "refresh_day_run_counts": "Refresh Day Run Counts"
3142
3171
  }
3143
3172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "1.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,