@acvtech5b9/vms-multi-language-locals 59.0.0 → 61.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 +51 -3
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"assign": "Assign",
|
|
44
44
|
"assigning": "Assigning...",
|
|
45
45
|
"select_all": "Select All",
|
|
46
|
-
"deselect_all": "Deselect All"
|
|
46
|
+
"deselect_all": "Deselect All",
|
|
47
|
+
"back": "Back"
|
|
47
48
|
},
|
|
48
49
|
"forms": {
|
|
49
50
|
"label": "Label",
|
|
@@ -166,7 +167,13 @@
|
|
|
166
167
|
"clear": "Clear",
|
|
167
168
|
"method": "Method",
|
|
168
169
|
"username": "Username",
|
|
169
|
-
"password": "Password"
|
|
170
|
+
"password": "Password",
|
|
171
|
+
"bookmark_module": "Bookmark Module",
|
|
172
|
+
"bookmark_modules": "Bookmark Modules",
|
|
173
|
+
"bookmark_sub_module": "Bookmark Sub Module",
|
|
174
|
+
"bookmark_sub_modules": "Bookmark Sub Modules",
|
|
175
|
+
"bookmark_page": "Bookmark Page",
|
|
176
|
+
"bookmark_pages": "Bookmark Pages"
|
|
170
177
|
},
|
|
171
178
|
"time": {
|
|
172
179
|
"1_minute": "1 Minute",
|
|
@@ -220,6 +227,9 @@
|
|
|
220
227
|
"device_count": "Devices Count",
|
|
221
228
|
"driver_count": "Drivers Count",
|
|
222
229
|
"state_count": "States Count",
|
|
230
|
+
"sub_module_count": "Sub Module Count",
|
|
231
|
+
"page_count": "Page Count",
|
|
232
|
+
"user_bookmark_count": "User Bookmark Count",
|
|
223
233
|
"organisation_sub_company_count": "Sub Companies Count",
|
|
224
234
|
"organisation_branch_count": "Branches Count",
|
|
225
235
|
"organisation_color_count": "Colors Count",
|
|
@@ -470,6 +480,10 @@
|
|
|
470
480
|
"master_device_manufacturer": "Device Manufacturer",
|
|
471
481
|
"master_device_model": "Device Model",
|
|
472
482
|
"master_device_type": "Device Type",
|
|
483
|
+
"master_bookmark": "Master Bookmark",
|
|
484
|
+
"master_bookmark_module": "Bookmark Module",
|
|
485
|
+
"master_bookmark_sub_module": "Bookmark Sub Module",
|
|
486
|
+
"master_bookmark_page": "Bookmark Page",
|
|
473
487
|
"master_organisation": "Master Organisation",
|
|
474
488
|
"master_organisation_sub_company": "Organisation Sub Company",
|
|
475
489
|
"master_organisation_branch": "Organisation Branch",
|
|
@@ -526,6 +540,7 @@
|
|
|
526
540
|
"master_trip_trip_party_type": "Trip Party Type",
|
|
527
541
|
"master_main_desc": "Manage core system configurations such as country, state, currency, timezone, language, and measurement units.",
|
|
528
542
|
"master_device_desc": "Configure and manage device-related data including manufacturers, models, and device types.",
|
|
543
|
+
"master_bookmark_desc": "Manage bookmarks for modules, sub-modules, and pages.",
|
|
529
544
|
"master_organisation_desc": "Maintain organisation structure including companies, branches, tags, groups, and branding settings.",
|
|
530
545
|
"master_vehicle_desc": "Define vehicle-related master data such as types, makes, models, ownership, fuel types, and document types.",
|
|
531
546
|
"master_user_desc": "Manage user roles and status configurations for access control and system permissions.",
|
|
@@ -596,7 +611,10 @@
|
|
|
596
611
|
"master_main_fasttag_bank_desc": "Manage banks for fasttag services",
|
|
597
612
|
"master_main_ewaybill_provider_desc": "Configure ewaybill providers for logistics",
|
|
598
613
|
"master_main_sim_provider_desc": "Manage sim providers for connectivity",
|
|
599
|
-
"master_main_landmark_desc": "Define landmarks for location reference"
|
|
614
|
+
"master_main_landmark_desc": "Define landmarks for location reference",
|
|
615
|
+
"master_bookmark_module_desc": "Manage bookmarks for modules",
|
|
616
|
+
"master_bookmark_sub_module_desc": "Manage bookmarks for sub-modules",
|
|
617
|
+
"master_bookmark_page_desc": "Manage bookmarks for pages"
|
|
600
618
|
},
|
|
601
619
|
"menu_gps": {
|
|
602
620
|
"main_module": "Main Module",
|
|
@@ -1776,6 +1794,36 @@
|
|
|
1776
1794
|
"device_type_code": "Device Type Code",
|
|
1777
1795
|
"description": "Device Type Description"
|
|
1778
1796
|
},
|
|
1797
|
+
"p_bookmark_module": {
|
|
1798
|
+
"module_name": "Module Name",
|
|
1799
|
+
"sort_order": "Sort Order"
|
|
1800
|
+
},
|
|
1801
|
+
"p_bookmark_sub_module": {
|
|
1802
|
+
"sub_module_name": "Sub Module Name",
|
|
1803
|
+
"sort_order": "Sort Order"
|
|
1804
|
+
},
|
|
1805
|
+
"p_bookmark_page": {
|
|
1806
|
+
"page_name": "Page Name",
|
|
1807
|
+
"page_icon_name": "Page Icon Name",
|
|
1808
|
+
"page_url": "Page URL",
|
|
1809
|
+
"sort_order": "Sort Order"
|
|
1810
|
+
},
|
|
1811
|
+
"p_user_bookmark": {
|
|
1812
|
+
"bookmarks": "Bookmarks",
|
|
1813
|
+
"configure_bookmark": "Configure Bookmark",
|
|
1814
|
+
"open_bookmark_help": "Select a bookmark to open its page",
|
|
1815
|
+
"selected": "Selected",
|
|
1816
|
+
"select_organisation": "Select an organisation to view bookmarks",
|
|
1817
|
+
"no_bookmarks": "No bookmarks selected",
|
|
1818
|
+
"configure_bookmark_help": "Configure bookmarks to add your frequently used pages",
|
|
1819
|
+
"step": "Step",
|
|
1820
|
+
"select_pages": "Select Pages",
|
|
1821
|
+
"arrange_pages": "Arrange Pages",
|
|
1822
|
+
"selected_pages": "Selected Pages",
|
|
1823
|
+
"no_pages_available": "No bookmark pages are available",
|
|
1824
|
+
"drag_to_reorder": "Drag and drop the selected pages to arrange their display order",
|
|
1825
|
+
"no_pages_selected": "No pages selected"
|
|
1826
|
+
},
|
|
1779
1827
|
"p_organisation_sub_company": {
|
|
1780
1828
|
"sub_company": "Sub Company",
|
|
1781
1829
|
"sub_company_name": "Sub Company Name",
|