@acvtech5b9/vms-multi-language-locals 37.0.0 → 39.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 -2
  2. package/package.json +1 -1
package/locales/en.json CHANGED
@@ -311,7 +311,8 @@
311
311
  "admins_description": "Manage Admin Accounts",
312
312
  "user_notification_details": "User Notification Details",
313
313
  "user_notification_details_description": "Manage your notification preferences and settings.",
314
- "external_apis": "External APIs",
314
+ "external_apis_shared": "External APIs Share",
315
+ "external_apis_push": "External APIs Push",
315
316
  "cron_jobs": "Cron Jobs",
316
317
  "data_not_received_vehicles": "Data not received Vehicles",
317
318
  "login_analytics": "Login Analytics",
@@ -1455,7 +1456,16 @@
1455
1456
  "failed_message": "Failed Message",
1456
1457
  "success_count": "Success Count",
1457
1458
  "failed_count": "Failed Count",
1458
- "total_count": "Total Count"
1459
+ "total_count": "Total Count",
1460
+ "external_apis_push_form": "External APIs - Push",
1461
+ "frequency_seconds": "Frequency (Seconds)",
1462
+ "api_data_push_hit_log": "Push Hit Log",
1463
+ "last_run_status": "Last Run Status",
1464
+ "last_run_message": "Last Run Message",
1465
+ "last_run_date_time": "Last Run Date Time",
1466
+ "run_date_time": "Run Date Time",
1467
+ "run_status": "Run Status",
1468
+ "run_message": "Run Message"
1459
1469
  },
1460
1470
  "p_cron_jobs": {
1461
1471
  "title": "Cron Jobs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "37.0.0",
3
+ "version": "39.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,