@acvtech5b9/vms-multi-language-locals 58.0.0 → 60.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
|
@@ -166,7 +166,13 @@
|
|
|
166
166
|
"clear": "Clear",
|
|
167
167
|
"method": "Method",
|
|
168
168
|
"username": "Username",
|
|
169
|
-
"password": "Password"
|
|
169
|
+
"password": "Password",
|
|
170
|
+
"bookmark_module": "Bookmark Module",
|
|
171
|
+
"bookmark_modules": "Bookmark Modules",
|
|
172
|
+
"bookmark_sub_module": "Bookmark Sub Module",
|
|
173
|
+
"bookmark_sub_modules": "Bookmark Sub Modules",
|
|
174
|
+
"bookmark_page": "Bookmark Page",
|
|
175
|
+
"bookmark_pages": "Bookmark Pages"
|
|
170
176
|
},
|
|
171
177
|
"time": {
|
|
172
178
|
"1_minute": "1 Minute",
|
|
@@ -220,6 +226,9 @@
|
|
|
220
226
|
"device_count": "Devices Count",
|
|
221
227
|
"driver_count": "Drivers Count",
|
|
222
228
|
"state_count": "States Count",
|
|
229
|
+
"sub_module_count": "Sub Module Count",
|
|
230
|
+
"page_count": "Page Count",
|
|
231
|
+
"user_bookmark_count": "User Bookmark Count",
|
|
223
232
|
"organisation_sub_company_count": "Sub Companies Count",
|
|
224
233
|
"organisation_branch_count": "Branches Count",
|
|
225
234
|
"organisation_color_count": "Colors Count",
|
|
@@ -470,6 +479,10 @@
|
|
|
470
479
|
"master_device_manufacturer": "Device Manufacturer",
|
|
471
480
|
"master_device_model": "Device Model",
|
|
472
481
|
"master_device_type": "Device Type",
|
|
482
|
+
"master_bookmark": "Master Bookmark",
|
|
483
|
+
"master_bookmark_module": "Bookmark Module",
|
|
484
|
+
"master_bookmark_sub_module": "Bookmark Sub Module",
|
|
485
|
+
"master_bookmark_page": "Bookmark Page",
|
|
473
486
|
"master_organisation": "Master Organisation",
|
|
474
487
|
"master_organisation_sub_company": "Organisation Sub Company",
|
|
475
488
|
"master_organisation_branch": "Organisation Branch",
|
|
@@ -526,6 +539,7 @@
|
|
|
526
539
|
"master_trip_trip_party_type": "Trip Party Type",
|
|
527
540
|
"master_main_desc": "Manage core system configurations such as country, state, currency, timezone, language, and measurement units.",
|
|
528
541
|
"master_device_desc": "Configure and manage device-related data including manufacturers, models, and device types.",
|
|
542
|
+
"master_bookmark_desc": "Manage bookmarks for modules, sub-modules, and pages.",
|
|
529
543
|
"master_organisation_desc": "Maintain organisation structure including companies, branches, tags, groups, and branding settings.",
|
|
530
544
|
"master_vehicle_desc": "Define vehicle-related master data such as types, makes, models, ownership, fuel types, and document types.",
|
|
531
545
|
"master_user_desc": "Manage user roles and status configurations for access control and system permissions.",
|
|
@@ -596,7 +610,10 @@
|
|
|
596
610
|
"master_main_fasttag_bank_desc": "Manage banks for fasttag services",
|
|
597
611
|
"master_main_ewaybill_provider_desc": "Configure ewaybill providers for logistics",
|
|
598
612
|
"master_main_sim_provider_desc": "Manage sim providers for connectivity",
|
|
599
|
-
"master_main_landmark_desc": "Define landmarks for location reference"
|
|
613
|
+
"master_main_landmark_desc": "Define landmarks for location reference",
|
|
614
|
+
"master_bookmark_module_desc": "Manage bookmarks for modules",
|
|
615
|
+
"master_bookmark_sub_module_desc": "Manage bookmarks for sub-modules",
|
|
616
|
+
"master_bookmark_page_desc": "Manage bookmarks for pages"
|
|
600
617
|
},
|
|
601
618
|
"menu_gps": {
|
|
602
619
|
"main_module": "Main Module",
|
|
@@ -624,6 +641,7 @@
|
|
|
624
641
|
"my_geofence": "My Geofence",
|
|
625
642
|
"track_nearest": "Track Nearest",
|
|
626
643
|
"notifications": "Notifications",
|
|
644
|
+
"bookmarks": "Bookmarks",
|
|
627
645
|
"reports": "Reports",
|
|
628
646
|
"main_reports": "Main Reports",
|
|
629
647
|
"live_dashboard_report": "Live Dashboard Report",
|
|
@@ -1775,6 +1793,20 @@
|
|
|
1775
1793
|
"device_type_code": "Device Type Code",
|
|
1776
1794
|
"description": "Device Type Description"
|
|
1777
1795
|
},
|
|
1796
|
+
"p_bookmark_module": {
|
|
1797
|
+
"module_name": "Module Name",
|
|
1798
|
+
"sort_order": "Sort Order"
|
|
1799
|
+
},
|
|
1800
|
+
"p_bookmark_sub_module": {
|
|
1801
|
+
"sub_module_name": "Sub Module Name",
|
|
1802
|
+
"sort_order": "Sort Order"
|
|
1803
|
+
},
|
|
1804
|
+
"p_bookmark_page": {
|
|
1805
|
+
"page_name": "Page Name",
|
|
1806
|
+
"page_icon_name": "Page Icon Name",
|
|
1807
|
+
"page_url": "Page URL",
|
|
1808
|
+
"sort_order": "Sort Order"
|
|
1809
|
+
},
|
|
1778
1810
|
"p_organisation_sub_company": {
|
|
1779
1811
|
"sub_company": "Sub Company",
|
|
1780
1812
|
"sub_company_name": "Sub Company Name",
|