@acvtech5b9/vms-multi-language-locals 39.0.0 → 41.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.
- package/locales/en.json +29 -2
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -311,7 +311,7 @@
|
|
|
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
|
-
"
|
|
314
|
+
"external_apis_share": "External APIs Share",
|
|
315
315
|
"external_apis_push": "External APIs Push",
|
|
316
316
|
"cron_jobs": "Cron Jobs",
|
|
317
317
|
"data_not_received_vehicles": "Data not received Vehicles",
|
|
@@ -1465,7 +1465,34 @@
|
|
|
1465
1465
|
"last_run_date_time": "Last Run Date Time",
|
|
1466
1466
|
"run_date_time": "Run Date Time",
|
|
1467
1467
|
"run_status": "Run Status",
|
|
1468
|
-
"run_message": "Run Message"
|
|
1468
|
+
"run_message": "Run Message",
|
|
1469
|
+
"share_api_details": "Share API Details",
|
|
1470
|
+
"share_urls": "Share URLs",
|
|
1471
|
+
"share_url": "Share URL",
|
|
1472
|
+
"endpoint": "Endpoint",
|
|
1473
|
+
"api_key": "API Key",
|
|
1474
|
+
"all_ips_allowed": "All Allowed",
|
|
1475
|
+
"show_keys": "Show",
|
|
1476
|
+
"hide_keys": "Hide",
|
|
1477
|
+
"no_api_keys_configured": "No API keys configured for this API.",
|
|
1478
|
+
"no_credentials_configured": "No credentials configured for this API.",
|
|
1479
|
+
"basic_auth_credentials": "Basic Auth Credentials",
|
|
1480
|
+
"integration_documentation": "Integration Documentation",
|
|
1481
|
+
"authentication": "Authentication",
|
|
1482
|
+
"required_parameters": "Required Parameters",
|
|
1483
|
+
"rate_limit": "Rate Limit",
|
|
1484
|
+
"response_format": "Response Format",
|
|
1485
|
+
"error_messages": "Error Messages",
|
|
1486
|
+
"curl_example": "cURL Example",
|
|
1487
|
+
"copied": "copied",
|
|
1488
|
+
"copy_failed": "Failed to copy",
|
|
1489
|
+
"doc_api_key_header": "Send the API key in the request header:",
|
|
1490
|
+
"doc_api_key_query": "Or pass it as a query parameter: ?X-API-KEY=YOUR_API_KEY",
|
|
1491
|
+
"doc_basic_auth": "Send credentials using HTTP Basic authentication:",
|
|
1492
|
+
"doc_vehicle_number_required": "This API returns data for a single vehicle. The request fails without it.",
|
|
1493
|
+
"doc_rate_limit_prefix": "This API allows",
|
|
1494
|
+
"doc_rate_limit_suffix": "requests per minute, counted per API key.",
|
|
1495
|
+
"doc_api_disabled_warning": "This API is currently disabled. Requests will be rejected until it is enabled."
|
|
1469
1496
|
},
|
|
1470
1497
|
"p_cron_jobs": {
|
|
1471
1498
|
"title": "Cron Jobs",
|