vms-multilanguage-locals 79.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 +15 -2
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -113,6 +113,8 @@
113
113
  "helpers": "Helpers",
114
114
  "vehicle": "Vehicle",
115
115
  "vehicles": "Vehicles",
116
+ "device": "Device",
117
+ "devices": "Devices",
116
118
  "admin": "Admin",
117
119
  "admins": "Admins",
118
120
  "organisation_groups": "Organisation Groups",
@@ -515,7 +517,18 @@
515
517
  "master_expense_fuel_company": "Fuel Company",
516
518
  "master_expense_vendor_tag": "Vendor Tag",
517
519
  "master_trip": "Master Trip",
518
- "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."
519
532
  },
520
533
  "menu_gps": {
521
534
  "main_module": "Main Module",
@@ -834,7 +847,7 @@
834
847
  "is_bus_college": "Is Bus College",
835
848
  "business_settings": "Business Settings",
836
849
  "organisation_address": "Organisation Address",
837
- "billing_address":"Billing Address"
850
+ "billing_address": "Billing Address"
838
851
  },
839
852
  "p_user": {
840
853
  "user": "User",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "79.0.0",
3
+ "version": "81.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,