vms-multilanguage-locals 63.0.0 → 64.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 +3 -2
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -2675,6 +2675,7 @@
2675
2675
  "leave_request": "Leave Request",
2676
2676
  "leave_request_details": "Leave Request Details",
2677
2677
  "route_change_request_details": "Route Change Request Details",
2678
+ "transport_enrollment_change_history": "Transport Enrollment Change History",
2678
2679
  "roll_number": "Roll Number",
2679
2680
  "first_name": "First Name",
2680
2681
  "last_name": "Last Name",
@@ -2702,8 +2703,8 @@
2702
2703
  "change_pickup": "Change Pickup",
2703
2704
  "change_drop": "Change Drop",
2704
2705
  "is_temporary": "Temporary",
2705
- "from_status": "From Status",
2706
- "to_status": "To Status",
2706
+ "from_type": "From Type",
2707
+ "to_type": "To Type",
2707
2708
  "change_reason": "Change Reason",
2708
2709
  "changed_at": "Changed At",
2709
2710
  "full_name": "Full Name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "63.0.0",
3
+ "version": "64.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,