vms-multilanguage-locals 30.0.0 → 32.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 +14 -0
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -291,6 +291,7 @@
|
|
|
291
291
|
"data_not_received_vehicles": "Data not received Vehicles",
|
|
292
292
|
"login_analytics": "Login Analytics",
|
|
293
293
|
"demo_requests": "Demo Requests",
|
|
294
|
+
"demo_request": "Demo Request",
|
|
294
295
|
"exclusive_feature_access": "Exclusive Feature Access",
|
|
295
296
|
"logout": "Logout"
|
|
296
297
|
},
|
|
@@ -1287,6 +1288,19 @@
|
|
|
1287
1288
|
"disabled": "Disabled",
|
|
1288
1289
|
"duration": "Duration (HH:MM:SS)"
|
|
1289
1290
|
},
|
|
1291
|
+
"p_demo_request": {
|
|
1292
|
+
"name": "Name",
|
|
1293
|
+
"mobile": "Mobile",
|
|
1294
|
+
"email": "Email",
|
|
1295
|
+
"message": "Message",
|
|
1296
|
+
"city": "city",
|
|
1297
|
+
"admin_message": "Admin Message",
|
|
1298
|
+
"admin_view": "Admin View"
|
|
1299
|
+
},
|
|
1300
|
+
"p_exclusive_feature_access": {
|
|
1301
|
+
"subject": "Subject",
|
|
1302
|
+
"message": "Message"
|
|
1303
|
+
},
|
|
1290
1304
|
"p_notifications": {
|
|
1291
1305
|
"module": "Module",
|
|
1292
1306
|
"alert_type": "Alert Type",
|