vms-multilanguage-locals 77.0.0 → 78.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 +6 -6
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -819,8 +819,8 @@
819
819
  "organisation_mobile": "Mobile",
820
820
  "organisation_code": "Organisation Code",
821
821
  "organisation_utrack_id": "UTrack ID",
822
- "db_instance": "Database Instance",
823
- "db_group": "Database Group",
822
+ "db_instance": "DB Instance",
823
+ "db_group": "DB Group",
824
824
  "locality": "Locality",
825
825
  "state": "State",
826
826
  "company_cin": "Company CIN",
@@ -870,8 +870,8 @@
870
870
  "engine_number": "Engine Number",
871
871
  "chassis_number": "Chassis Number",
872
872
  "vehicle_make_year": "Vehicle Make Year",
873
- "db_instance": "Database Instance",
874
- "db_group": "Database Group",
873
+ "db_instance": "DB Instance",
874
+ "db_group": "DB Group",
875
875
  "is_fleet_active": "Fleet Active",
876
876
  "is_gps_active": "GPS Active",
877
877
  "is_trip_active": "Trip Active",
@@ -1147,8 +1147,8 @@
1147
1147
  "remove_device_date": "Remove Device Date",
1148
1148
  "device_gps_source": "Device GPS Source",
1149
1149
  "gps_source": "GPS Source",
1150
- "db_instance": "Database Instance",
1151
- "db_group": "Database Group",
1150
+ "db_instance": "DB Instance",
1151
+ "db_group": "DB Group",
1152
1152
  "device_manufacturer": "Device Manufacturer",
1153
1153
  "device_model": "Device Model",
1154
1154
  "device_type": "Device Type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vms-multilanguage-locals",
3
- "version": "77.0.0",
3
+ "version": "78.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,