vms-multilanguage-locals 80.0.0 → 81.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 +12 -1
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -517,7 +517,18 @@
517
517
  "master_expense_fuel_company": "Fuel Company",
518
518
  "master_expense_vendor_tag": "Vendor Tag",
519
519
  "master_trip": "Master Trip",
520
- "master_trip_trip_party_type": "Trip Party Type"
520
+ "master_trip_trip_party_type": "Trip Party Type",
521
+ "master_main_desc": "Manage core system configurations such as country, state, currency, timezone, language, and measurement units.",
522
+ "master_device_desc": "Configure and manage device-related data including manufacturers, models, and device types.",
523
+ "master_organisation_desc": "Maintain organisation structure including companies, branches, tags, groups, and branding settings.",
524
+ "master_vehicle_desc": "Define vehicle-related master data such as types, makes, models, ownership, fuel types, and document types.",
525
+ "master_user_desc": "Manage user roles and status configurations for access control and system permissions.",
526
+ "master_fleet_desc": "Configure fleet-related master data including breakdown types, incident types, severity, and service tasks.",
527
+ "master_bus_desc": "Manage academic and transport-related configurations such as classes, sections, programs, and semesters.",
528
+ "master_spare_parts_desc": "Organize spare parts structure including categories, subcategories, and measurement units.",
529
+ "master_tyre_desc": "Maintain tyre-related master data including make, model, and grade classifications.",
530
+ "master_expense_desc": "Define expense-related configurations including expense types, vendor types, and financial categories.",
531
+ "master_trip_desc": "Manage trip-related configurations such as trip party types and travel classifications."
521
532
  },
522
533
  "menu_gps": {
523
534
  "main_module": "Main Module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "80.0.0",
3
+ "version": "81.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,