@acvtech5b9/vms-multi-language-locals 40.0.0 → 42.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 +34 -2
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -162,7 +162,10 @@
|
|
|
162
162
|
"gps_vehicle_category": "GPS Vehicle Category",
|
|
163
163
|
"calibration_file": "Calibration File",
|
|
164
164
|
"reset": "Reset",
|
|
165
|
-
"clear": "Clear"
|
|
165
|
+
"clear": "Clear",
|
|
166
|
+
"method": "Method",
|
|
167
|
+
"username": "Username",
|
|
168
|
+
"password": "Password"
|
|
166
169
|
},
|
|
167
170
|
"time": {
|
|
168
171
|
"1_minute": "1 Minute",
|
|
@@ -1465,7 +1468,36 @@
|
|
|
1465
1468
|
"last_run_date_time": "Last Run Date Time",
|
|
1466
1469
|
"run_date_time": "Run Date Time",
|
|
1467
1470
|
"run_status": "Run Status",
|
|
1468
|
-
"run_message": "Run Message"
|
|
1471
|
+
"run_message": "Run Message",
|
|
1472
|
+
"share_api_details": "Share API Details",
|
|
1473
|
+
"share_urls": "Share URLs",
|
|
1474
|
+
"share_url": "Share URL",
|
|
1475
|
+
"endpoint": "Endpoint",
|
|
1476
|
+
"api_key": "API Key",
|
|
1477
|
+
"all_ips_allowed": "All Allowed",
|
|
1478
|
+
"show_keys": "Show",
|
|
1479
|
+
"hide_keys": "Hide",
|
|
1480
|
+
"no_api_keys_configured": "No API keys configured for this API.",
|
|
1481
|
+
"no_credentials_configured": "No credentials configured for this API.",
|
|
1482
|
+
"basic_auth_credentials": "Basic Auth Credentials",
|
|
1483
|
+
"integration_documentation": "Integration Documentation",
|
|
1484
|
+
"authentication": "Authentication",
|
|
1485
|
+
"required_parameters": "Required Parameters",
|
|
1486
|
+
"rate_limit": "Rate Limit",
|
|
1487
|
+
"response_format": "Response Format",
|
|
1488
|
+
"error_messages": "Error Messages",
|
|
1489
|
+
"curl_example": "cURL Example",
|
|
1490
|
+
"copied": "copied",
|
|
1491
|
+
"copy_failed": "Failed to copy",
|
|
1492
|
+
"doc_api_key_header": "Send the API key in the request header:",
|
|
1493
|
+
"doc_api_key_query": "Or pass it as a query parameter: ?X-API-KEY=YOUR_API_KEY",
|
|
1494
|
+
"doc_basic_auth": "Send credentials using HTTP Basic authentication:",
|
|
1495
|
+
"doc_vehicle_number_required": "This API returns data for a single vehicle. The request fails without it.",
|
|
1496
|
+
"doc_rate_limit_prefix": "This API allows",
|
|
1497
|
+
"doc_rate_limit_suffix": "requests per minute, counted per API key.",
|
|
1498
|
+
"doc_api_disabled_warning": "This API is currently disabled. Requests will be rejected until it is enabled.",
|
|
1499
|
+
"auth_header": "Authorization Header",
|
|
1500
|
+
"doc_basic_auth_postman": "In Postman: Authorization tab → Auth Type: Basic Auth, then enter the username and password. The header is generated automatically."
|
|
1469
1501
|
},
|
|
1470
1502
|
"p_cron_jobs": {
|
|
1471
1503
|
"title": "Cron Jobs",
|