vms-multilanguage-locals 61.0.0 → 63.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 +8 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -188,6 +188,12 @@
188
188
  "actions": "Actions",
189
189
  "table": "Table",
190
190
  "card": "Card",
191
+ "name": "Name",
192
+ "date_from": "Date From",
193
+ "date_to": "Date To",
194
+ "apply_from": "Apply From",
195
+ "apply_to": "Apply To",
196
+ "apply_until": "Apply Until",
191
197
  "organisation_name": "Organisation Name",
192
198
  "organisation_count": "Organisations Count",
193
199
  "sub_model_count": "Sub Model Count",
@@ -2667,6 +2673,8 @@
2667
2673
  "drop_stop_name": "Drop Stop Name",
2668
2674
  "drop_schedule_name": "Drop Schedule Name",
2669
2675
  "leave_request": "Leave Request",
2676
+ "leave_request_details": "Leave Request Details",
2677
+ "route_change_request_details": "Route Change Request Details",
2670
2678
  "roll_number": "Roll Number",
2671
2679
  "first_name": "First Name",
2672
2680
  "last_name": "Last Name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "61.0.0",
3
+ "version": "63.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,