@acvtech5b9/vms-multi-language-locals 47.0.0 → 49.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 -0
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -316,6 +316,7 @@
316
316
  "user_notification_details_description": "Manage your notification preferences and settings.",
317
317
  "external_apis_share": "External APIs Share",
318
318
  "external_apis_push": "External APIs Push",
319
+ "external_apis_sync": "External APIs Sync",
319
320
  "cron_jobs": "Cron Jobs",
320
321
  "data_not_received_vehicles": "Data not received Vehicles",
321
322
  "login_analytics": "Login Analytics",
@@ -977,6 +978,7 @@
977
978
  "odometer_last_change_date": "Odometer Last Change Date",
978
979
  "odometer_source": "Odometer Source",
979
980
  "odometer_details": "Odometer Details",
981
+ "update_odometer": "Update Odometer",
980
982
  "engine_number": "Engine Number",
981
983
  "chassis_number": "Chassis Number",
982
984
  "vehicle_make_year": "Vehicle Make Year",
@@ -1437,6 +1439,10 @@
1437
1439
  "telegram_chat_url": "Telegram Chat URL"
1438
1440
  },
1439
1441
  "p_external_apis": {
1442
+ "external_apis_sync_form": "External APIs Sync",
1443
+ "api_data_sync_run_log": "API Data Sync Run Log",
1444
+ "sync_now": "Sync Now",
1445
+ "run_type": "Run Type",
1440
1446
  "external_apis_form": "External APIs Form",
1441
1447
  "basic_details": "Basic Details",
1442
1448
  "additional_details": "Additional Details",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "47.0.0",
3
+ "version": "49.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,