@acvtech5b9/vms-multi-language-locals 41.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 +7 -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",
|
|
@@ -1492,7 +1495,9 @@
|
|
|
1492
1495
|
"doc_vehicle_number_required": "This API returns data for a single vehicle. The request fails without it.",
|
|
1493
1496
|
"doc_rate_limit_prefix": "This API allows",
|
|
1494
1497
|
"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."
|
|
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."
|
|
1496
1501
|
},
|
|
1497
1502
|
"p_cron_jobs": {
|
|
1498
1503
|
"title": "Cron Jobs",
|