vms-multilanguage-locals 70.0.0 → 72.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 +31 -3
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -2281,7 +2281,10 @@
2281
2281
  "next_schedule": "Next Schedule",
2282
2282
  "actual_costs": "Actual Costs",
2283
2283
  "estimated_costs": "Estimated Costs",
2284
- "part_details": "Part Details"
2284
+ "part_details": "Part Details",
2285
+ "bank_account_details": "Bank Account Details",
2286
+ "contact_person_details": "Contact Person Details",
2287
+ "additional_details": "Additional Details"
2285
2288
  },
2286
2289
  "fleet_management": {
2287
2290
  "class": "Class",
@@ -2303,6 +2306,7 @@
2303
2306
  "vendors": "Vendors"
2304
2307
  },
2305
2308
  "p_fleet_vendor": {
2309
+ "vendor": "Vendor",
2306
2310
  "vendor_name": "Vendor Name",
2307
2311
  "vendor_code": "Vendor Code",
2308
2312
  "business_mobile": "Business Mobile",
@@ -2334,7 +2338,12 @@
2334
2338
  "vendor_service_center": "Vendor Service Center",
2335
2339
  "vendor_service_centers": "Vendor Service Centers",
2336
2340
  "vendor_fuel_station": "Vendor Fuel Station",
2337
- "vendor_fuel_stations": "Vendor Fuel Stations"
2341
+ "vendor_fuel_stations": "Vendor Fuel Stations",
2342
+ "addresses": "Addresses",
2343
+ "bank_accounts": "Bank Accounts",
2344
+ "contact_persons": "Contact Persons",
2345
+ "reviews": "Reviews",
2346
+ "documents": "Documents"
2338
2347
  },
2339
2348
  "p_fleet_vendor_address": {
2340
2349
  "vendor_address_label": "Vendor Address Label",
@@ -2834,6 +2843,23 @@
2834
2843
  "fuel_type": "Fuel Type",
2835
2844
  "fuel_unit": "Fuel Unit"
2836
2845
  },
2846
+ "p_bus_dashboard": {
2847
+ "coming_soon": "Coming Soon",
2848
+ "no_data": "No Data",
2849
+ "bus_stops_desc": "Manage bus stop locations and pickup points",
2850
+ "bus_routes_desc": "Create and organize routes for efficient transport",
2851
+ "bus_schedules_desc": "Plan and manage trip timings and schedules",
2852
+ "bus_daily_runs_desc": "Track daily bus operations and trip execution"
2853
+ },
2854
+ "p_school_dashboard": {
2855
+ "coming_soon": "Coming Soon",
2856
+ "no_data": "No Data",
2857
+ "school_noticeboard_desc": "Share announcements and important updates",
2858
+ "school_holidays_desc": "Manage school holidays and absences",
2859
+ "students_list_desc": "Manage student profiles and transport details",
2860
+ "leave_requests_desc": "Review and manage student leave requests",
2861
+ "route_change_requests_desc": "Handle requests for route modifications"
2862
+ },
2837
2863
  "p_bus_stop": {
2838
2864
  "bus_stop": "Bus Stop"
2839
2865
  },
@@ -2949,7 +2975,9 @@
2949
2975
  "drop_start_stop_id": "Return Start Location",
2950
2976
  "drop_end_stop_id": "Return End Location",
2951
2977
  "drop_path": "Return Path",
2952
- "route_stops": "Route Stops"
2978
+ "route_stops": "Route Stops",
2979
+ "pickup_details": "Pickup Details",
2980
+ "return_details": "Return Details"
2953
2981
  },
2954
2982
  "p_fleet_bus_schedule": {
2955
2983
  "schedule_name": "Schedule Name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "70.0.0",
3
+ "version": "72.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,