bfg-common 1.3.594 → 1.3.595
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/assets/localization/local_be.json +92 -78
- package/assets/localization/local_en.json +92 -78
- package/assets/localization/local_hy.json +92 -78
- package/assets/localization/local_kk.json +91 -78
- package/assets/localization/local_ru.json +95 -78
- package/assets/localization/local_zh.json +92 -78
- package/components/atoms/TheIcon2.vue +1366 -1366
- package/components/atoms/modal/bySteps/BySteps.vue +1 -1
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPagination.vue +1 -1
- package/components/atoms/wizard/Wizard.vue +1 -1
- package/components/common/browse/Browse.vue +240 -240
- package/components/common/browse/blocks/Title.vue +91 -91
- package/components/common/browse/blocks/info/Date.vue +21 -21
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +198 -198
- package/components/common/context/recursion/RecursionOld.vue +212 -212
- package/components/common/layout/theHeader/TheHeaderNew.vue +4 -5
- package/components/common/layout/theHeader/feedback/Feedback.vue +1 -1
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +2 -37
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +2 -5
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +1 -1
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +2 -9
- package/components/common/monitor/advanced/Advanced.vue +4 -7
- package/components/common/monitor/advanced/tools/Tools.vue +4 -7
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +4 -15
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +2 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +2 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +12 -34
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +3 -8
- package/components/common/pages/Tasks.vue +2 -2
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
- package/components/common/shortcuts/Shortcuts.vue +1 -1
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +1 -1
- package/components/common/wizards/datastore/add/Add.vue +437 -437
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +2 -2
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +95 -95
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +3 -3
- package/composables/productNameLocal.ts +40 -22
- package/lib/models/interfaces.ts +9 -3
- package/lib/models/types.ts +29 -13
- package/lib/utils/sendTask.ts +1 -1
- package/package.json +1 -1
- package/plugins/recursion.ts +293 -293
- package/store/tasks/mappers/recentTasks.ts +45 -45
|
@@ -1,5 +1,95 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"common": {
|
|
3
|
+
"success": "Success",
|
|
4
|
+
"warning": "Warning",
|
|
5
|
+
"error": "Error",
|
|
6
|
+
"info": "Info",
|
|
7
|
+
"clearAll": "Clear All",
|
|
8
|
+
"vms": "VMs",
|
|
9
|
+
"hosts": "Hosts",
|
|
10
|
+
"services": "Services",
|
|
11
|
+
"target": "Target",
|
|
12
|
+
"status": "Status",
|
|
13
|
+
"details": "Details",
|
|
14
|
+
"initiator": "Initiator",
|
|
15
|
+
"queuedFor": "Queued For",
|
|
16
|
+
"startTime": "Start Time",
|
|
17
|
+
"completionTime": "Completion Time",
|
|
18
|
+
"executionTime": "Execution Time",
|
|
19
|
+
"server": "Server",
|
|
20
|
+
"zone": "Zone",
|
|
21
|
+
"object": "Object",
|
|
22
|
+
"name": "Name",
|
|
23
|
+
"all": "All",
|
|
24
|
+
"running": "Running",
|
|
25
|
+
"failed": "Failed",
|
|
26
|
+
"items": "Items",
|
|
27
|
+
"beta": "Beta",
|
|
28
|
+
"emptyRelatedEvents": "There are no related events.",
|
|
29
|
+
"assignedTag": "Assigned Tag",
|
|
30
|
+
"description": "Description",
|
|
31
|
+
"previous": "Previous",
|
|
32
|
+
"next": "Next",
|
|
33
|
+
"node": "Node",
|
|
34
|
+
"fieldRequired": "This field is required",
|
|
35
|
+
"domain": "Domain"
|
|
36
|
+
},
|
|
37
|
+
"auth": {
|
|
38
|
+
"welcomeTo": "Welcome to",
|
|
39
|
+
"username": "Username",
|
|
40
|
+
"password": "Password",
|
|
41
|
+
"login": "Login",
|
|
42
|
+
"authBgTextProcurator": "Utilize $*a$ single hypervisor $*to$ $*create$ virtual machines, $*manage$ storages $*and$ set up networks",
|
|
43
|
+
"downloadCertificate": "Download certificate",
|
|
44
|
+
"invalidCertificateDescription": "Attention! A self-signed SSL certificate is installed by default. To continue working with this SSL certificate, you need to add it to the root store. This can be done on all client devices or replaced with the organization's SSL certificate, or use your own.",
|
|
45
|
+
"useWindowsSessionAuthentication": "Use Windows session authentication",
|
|
46
|
+
"authBgTextSphere": "Monitor $*and$ control virtualization hosts $*with$ ease"
|
|
47
|
+
},
|
|
48
|
+
"home": {
|
|
49
|
+
"objectsWithMostAlerts": "Objects with most alerts"
|
|
50
|
+
},
|
|
51
|
+
"tasks": {
|
|
52
|
+
"task": "Task",
|
|
53
|
+
"recentTask": "Recent Tasks",
|
|
54
|
+
"taskName": "Task Name",
|
|
55
|
+
"moreTasks": "More Tasks"
|
|
56
|
+
},
|
|
57
|
+
"layout": {
|
|
58
|
+
"alarms": "Alarms",
|
|
59
|
+
"triggered": "Triggered",
|
|
60
|
+
"acknowledged": "Acknowledged",
|
|
61
|
+
"acknowledgedBy": "Acknowledged By",
|
|
62
|
+
"triggeringEvent": "Triggering Event",
|
|
63
|
+
"notifyWarningMsg": "There are expired or expiring licenses in your inventory.",
|
|
64
|
+
"notifyInfoMsg": "Horizon-VS management system updates are available",
|
|
65
|
+
"about": "About"
|
|
66
|
+
},
|
|
67
|
+
"mainNavigation": {
|
|
68
|
+
"home": "Home",
|
|
69
|
+
"shortcuts": "Shortcuts",
|
|
70
|
+
"inventory": "Inventory",
|
|
71
|
+
"contentLibraries": "Content Libraries",
|
|
72
|
+
"globalInventoryLists": "Global Inventory Lists",
|
|
73
|
+
"policiesProfiles": "Policies and Profiles",
|
|
74
|
+
"autoDeploy": "Auto Deploy",
|
|
75
|
+
"hybridCloudServices": "Hybrid Cloud Services",
|
|
76
|
+
"developerCenter": "Developer Center",
|
|
77
|
+
"administration": "Administration",
|
|
78
|
+
"tasks": "Tasks",
|
|
79
|
+
"accessLog": "Access Log",
|
|
80
|
+
"events": "Events",
|
|
81
|
+
"logs": "Logs",
|
|
82
|
+
"tagsCustomAttributes": "Tags & Custom Attributes",
|
|
83
|
+
"lifecycleManager": "Lifecycle Manager",
|
|
84
|
+
"realizeOperations": "vRealize Operations",
|
|
85
|
+
"help": "Help"
|
|
86
|
+
},
|
|
87
|
+
"administration": {
|
|
88
|
+
"joinAd": "Join Ad",
|
|
89
|
+
"leaveAd": "Leave Ad",
|
|
90
|
+
"joinActiveDirectoryDomain": "Join Active Directory Domain"
|
|
91
|
+
},
|
|
92
|
+
|
|
3
93
|
"aboutDesc1": "The product is subject to all terms of the license agreement. {companyName}",
|
|
4
94
|
"aboutDesc2": "has the exclusive copyright for the {trademark} PC. Without the express written permission of {companyName}, this product or part of it cannot be copied or transferred to third parties for commercial purposes.",
|
|
5
95
|
"aboutHeading": "©️ {companyName}, 2023.",
|
|
@@ -9,11 +99,8 @@
|
|
|
9
99
|
"access": "Access",
|
|
10
100
|
"accessControl": "Access Control",
|
|
11
101
|
"accessible": "Accessible",
|
|
12
|
-
"accessLog": "Access Log",
|
|
13
102
|
"accessMode": "Access Mode",
|
|
14
103
|
"acknowledge": "Acknowledge",
|
|
15
|
-
"acknowledged": "Acknowledged",
|
|
16
|
-
"acknowledgedBy": "Acknowledged By",
|
|
17
104
|
"actions": "Actions",
|
|
18
105
|
"actionsMenuPower": "Power",
|
|
19
106
|
"active_ports": "Active ports",
|
|
@@ -61,7 +148,6 @@
|
|
|
61
148
|
"addTcpAdapter": "Add NVMe over TCP adapter",
|
|
62
149
|
"addUser": "Add User",
|
|
63
150
|
"adfsServer": "ADFS server",
|
|
64
|
-
"administration": "Administration",
|
|
65
151
|
"admission": "Admission",
|
|
66
152
|
"advanced": "Advanced",
|
|
67
153
|
"advancedConfiguration": "Advanced configuration",
|
|
@@ -71,10 +157,8 @@
|
|
|
71
157
|
"agentVmSettings": "Agent VM Settings",
|
|
72
158
|
"alarmActions": "Alarm Actions",
|
|
73
159
|
"alarmDefinitions": "Alarm Definitions",
|
|
74
|
-
"alarms": "Alarms",
|
|
75
160
|
"alerts": "Alerts",
|
|
76
161
|
"alias": "Alias",
|
|
77
|
-
"all": "All",
|
|
78
162
|
"allActiveAdaptersAreDisconnected": "All active physical network adapters assigned to the switch are disconnected.",
|
|
79
163
|
"allFiles": "All files",
|
|
80
164
|
"allGroups": "All Groups",
|
|
@@ -99,7 +183,6 @@
|
|
|
99
183
|
"assetTag": "Asset tag",
|
|
100
184
|
"assign": "Assign",
|
|
101
185
|
"assignedAdapters": "Assigned adapters",
|
|
102
|
-
"assignedTag": "Assigned Tag",
|
|
103
186
|
"assignExistingOrNewLicense": "Assign an existing or new license to the host",
|
|
104
187
|
"assignFreePhysicalNetworkAdaptersToTheNewSwitch": "Assign free physical network adapters to the new switch.",
|
|
105
188
|
"assignLicense": "Assign License",
|
|
@@ -117,7 +200,6 @@
|
|
|
117
200
|
"authenticationMethod": "Authentication Method",
|
|
118
201
|
"authenticationServices": "Authentication Services",
|
|
119
202
|
"auto": "Auto",
|
|
120
|
-
"autoDeploy": "Auto Deploy",
|
|
121
203
|
"autoDetectSettings": "Auto-detect settings",
|
|
122
204
|
"automatic": "Automatic",
|
|
123
205
|
"automaticSynchronization": "Automatic synchronization",
|
|
@@ -144,7 +226,6 @@
|
|
|
144
226
|
"baseDistinguishedNameForUsers": "Base distinguished name for users",
|
|
145
227
|
"basics": "Basics",
|
|
146
228
|
"beaconProbing": "Beacon probing",
|
|
147
|
-
"beta": "Beta",
|
|
148
229
|
"bIOSManufacturer": "BIOS manufacturer",
|
|
149
230
|
"bIOSReleaseDate": "BIOS release date",
|
|
150
231
|
"bIOSVersion": "BIOS version",
|
|
@@ -209,7 +290,6 @@
|
|
|
209
290
|
"chosenDatastoreName": "Chosen name form datastore",
|
|
210
291
|
"ciscoDiscoveryProtocol": "Cisco Discovery Protocol",
|
|
211
292
|
"classId": "Class ID",
|
|
212
|
-
"clearAll": "Clear All",
|
|
213
293
|
"clickAndDragTheMouseToAnnotate": "Click and drag the mouse to annotate the screenshot below",
|
|
214
294
|
"clickFinishStartCreation": "Click Finish to start creation.",
|
|
215
295
|
"clickOkDiscardTheIssuesAndProceedCancelReviewChanges": "Click OK to discard the issues and proceed or Cancel to review your changes.",
|
|
@@ -246,7 +326,6 @@
|
|
|
246
326
|
"compatibleWith": "Compatible with",
|
|
247
327
|
"complement": "Complement",
|
|
248
328
|
"completed": "Completed",
|
|
249
|
-
"completionTime": "Completion Time",
|
|
250
329
|
"concurrentTransferLimitForPriorityFilesIfExceededTransfersWillBeWueuedThisThreadpoolIsUsedSolelyToTransferPriorityObjectsCurrentlyOVFOnly": "Concurrent transfer limit for priority files. If exceeded, transfers will be queued. This threadpool is used solely to transfer priority objects (Currently OVF only.).",
|
|
251
330
|
"concurrentTransferLimitIfExceededTransfersWillBeQueued": "Concurrent transfer limit. If exceeded, transfers will be queued.",
|
|
252
331
|
"configuration": "Configuration",
|
|
@@ -295,7 +374,6 @@
|
|
|
295
374
|
"consumedCpu": "Consumed CPU",
|
|
296
375
|
"consumedMemory": "Consumed Memory",
|
|
297
376
|
"containerVolumes": "Container Volumes",
|
|
298
|
-
"contentLibraries": "Content Libraries",
|
|
299
377
|
"contents": "Contents",
|
|
300
378
|
"continue": "Continue",
|
|
301
379
|
"control": "Control",
|
|
@@ -399,13 +477,10 @@
|
|
|
399
477
|
"deployFromTemplate": "Deploy from template",
|
|
400
478
|
"deployment": "Deployment",
|
|
401
479
|
"deployVmFromOVF": "Deploy a virtual machine from an OVF",
|
|
402
|
-
"description": "Description",
|
|
403
480
|
"detach": "Detach",
|
|
404
481
|
"detachDevice": "Detach Device",
|
|
405
482
|
"detachDeviceDesc": "Are you sure you want to detach the selected device from the host?",
|
|
406
483
|
"detachDeviceNoty": "After device ''{0}'' is detached from a host, it cannot be used for purposes like datastore creation or VM provisioning.",
|
|
407
|
-
"details": "Details",
|
|
408
|
-
"developerCenter": "Developer Center",
|
|
409
484
|
"device": "Device",
|
|
410
485
|
"deviceBacking": "Device Backing",
|
|
411
486
|
"deviceId": "Device ID",
|
|
@@ -448,7 +523,6 @@
|
|
|
448
523
|
"dns_name": "DNS Name",
|
|
449
524
|
"dnsServerAddresses": "DNS server addresses",
|
|
450
525
|
"dNSServers": "DNS servers",
|
|
451
|
-
"domain": "Domain",
|
|
452
526
|
"domainAlias": "Domain alias",
|
|
453
527
|
"domainAliasTooltip": "For Active Directory identity sources, the domain's NetBIOS name. Add the NetBIOS name of the Active Directory domain as an alias of the identity source if you are using SSPI authentications. For OpenLDAP identity sources, the domain name in capital letters is added if you do not specify an alias.",
|
|
454
528
|
"domainName": "Domain name",
|
|
@@ -505,7 +579,6 @@
|
|
|
505
579
|
"emptyAdvancedGraphText": "Performance data is not currently available for this entry",
|
|
506
580
|
"emptyGraphText": "no performance data is available for the currently selected metrics",
|
|
507
581
|
"emptyNameError": "The name cannot be empty. Enter a name.",
|
|
508
|
-
"emptyRelatedEvents": "There are no related events.",
|
|
509
582
|
"enable": "Enable",
|
|
510
583
|
"tokenEnable": "Enable",
|
|
511
584
|
"enable3dSupport": "Enable 3D Support",
|
|
@@ -545,16 +618,13 @@
|
|
|
545
618
|
"erasePartitionsDevice": "Erase partitions on Device",
|
|
546
619
|
"erasePartitionsDeviceAlert": "You are about to permanently delete all existing partitions on the device.",
|
|
547
620
|
"erasePartitionsDeviceDesc": "Erase partitions on selected devices?",
|
|
548
|
-
"error": "Error",
|
|
549
621
|
"evcCpuMode": "EVC CPU Mode",
|
|
550
622
|
"evcGraphicsMode": "EVC Graphics Mode (vSGA)",
|
|
551
623
|
"evcMode": "EVC mode",
|
|
552
624
|
"eventConsole": "Event Console",
|
|
553
625
|
"eventId": "Event ID",
|
|
554
|
-
"events": "Events",
|
|
555
626
|
"eventTypeId": "Event Type ID",
|
|
556
627
|
"example": "Example",
|
|
557
|
-
"executionTime": "Execution Time",
|
|
558
628
|
"existingHardDisk": "Existing Hard Disk",
|
|
559
629
|
"existingHost": "Existing hosts",
|
|
560
630
|
"existingLicense": "Existing License",
|
|
@@ -568,7 +638,6 @@
|
|
|
568
638
|
"exposeHardwareAssistedVirtualizationGuestOs": "Expose hardware assisted virtualization to the guest OS",
|
|
569
639
|
"extent": "Extent 0",
|
|
570
640
|
"failback": "Failback",
|
|
571
|
-
"failed": "Failed",
|
|
572
641
|
"failoverOrder": "Failover order",
|
|
573
642
|
"fallbackNtpServers": "Fallback NTP servers",
|
|
574
643
|
"faultDomain": "Fault Domain",
|
|
@@ -578,7 +647,6 @@
|
|
|
578
647
|
"february": "February",
|
|
579
648
|
"feedbackHelp": "Feedback Help",
|
|
580
649
|
"feedbackSent": "Feedback sent",
|
|
581
|
-
"fieldRequired": "This field is required",
|
|
582
650
|
"fileNotSelected": "File not selected",
|
|
583
651
|
"filePath": "File path",
|
|
584
652
|
"files": "Files",
|
|
@@ -621,7 +689,6 @@
|
|
|
621
689
|
"getMtuFromSwitch": "Get MTU from switch",
|
|
622
690
|
"ghz": "GHz",
|
|
623
691
|
"global": "Global",
|
|
624
|
-
"globalInventoryLists": "Global Inventory Lists",
|
|
625
692
|
"globalPermissionRoot": "Global Permission Root",
|
|
626
693
|
"globalPermissions": "Global Permissions",
|
|
627
694
|
"good": "Good",
|
|
@@ -657,7 +724,6 @@
|
|
|
657
724
|
"healthCheck": "Health Check",
|
|
658
725
|
"healthCheckTableServicesStatus": "Health Check",
|
|
659
726
|
"healthStatus": "Health Status",
|
|
660
|
-
"help": "Help",
|
|
661
727
|
"helpAboutText1": "Copyright © 1998-2022 {trademark}, Inc. All rights reserved.",
|
|
662
728
|
"helpAboutText2": "{trademark}, the logo and design of {trademark} boxes, Virtual SMP and vMotion are registered trademarks or trademarks of {trademark}, Inc. in the United States and/or other jurisdictions.",
|
|
663
729
|
"helpTooltipDesc": "Use the 'Find' option to look for specific group name and hit the enter/return key. The results will be populated in the table below.",
|
|
@@ -668,7 +734,6 @@
|
|
|
668
734
|
"highAvailability": "HA State",
|
|
669
735
|
"highPerformance": "High performance",
|
|
670
736
|
"history": "History",
|
|
671
|
-
"home": "Home",
|
|
672
737
|
"host": "Host",
|
|
673
738
|
"hostCacheConfiguration": "Host Cache Configuration",
|
|
674
739
|
"hostClusterSupportsMoreVirtualMachineVersionSelectCompatibilityVirtualMachine": "The host or cluster supports more than one {trademark} virtual machine version. Select a compatibility for the virtual machine.",
|
|
@@ -689,7 +754,6 @@
|
|
|
689
754
|
"hostProfile": "Host Profile",
|
|
690
755
|
"hostProfiles": "Host Profiles",
|
|
691
756
|
"hostReviewSummary": "Review the host summary",
|
|
692
|
-
"hosts": "Hosts",
|
|
693
757
|
"hosts_amount": "Hosts",
|
|
694
758
|
"hostsAccessibility": "Hosts accessibility",
|
|
695
759
|
"hostsAccessibilityDesc": "Select the hosts that require access to the datastore.",
|
|
@@ -702,7 +766,6 @@
|
|
|
702
766
|
"hours": "hours",
|
|
703
767
|
"hours2": "Hour(s)",
|
|
704
768
|
"howWouldLikeCreateVirtualMachine": "How would you like to create a virtual machine?",
|
|
705
|
-
"hybridCloudServices": "Hybrid Cloud Services",
|
|
706
769
|
"hyperthreading": "Hyperthreading",
|
|
707
770
|
"hyperthreadingStatus": "Hyperthreading Status",
|
|
708
771
|
"hypervisor": "Hypervisor",
|
|
@@ -735,10 +798,8 @@
|
|
|
735
798
|
"independentNonPersistent": "Independent - Non-persistent",
|
|
736
799
|
"independentPersistent": "Independent - persistent",
|
|
737
800
|
"inflate": "Inflate",
|
|
738
|
-
"info": "Info",
|
|
739
801
|
"information": "Information",
|
|
740
802
|
"init": "Initialization",
|
|
741
|
-
"initiator": "Initiator",
|
|
742
803
|
"inputContainsInvalidCharacters": "The input contains invalid characters.",
|
|
743
804
|
"inputDevices": "Input Devices",
|
|
744
805
|
"installDate": "Install date",
|
|
@@ -754,7 +815,6 @@
|
|
|
754
815
|
"invalidMacAddress": "The MAC address entered is invalid. Enter a different MAC address or select a different assignment method.",
|
|
755
816
|
"invalidTimeEntry": "Invalid time entry",
|
|
756
817
|
"inventories": "Inventories",
|
|
757
|
-
"inventory": "Inventory",
|
|
758
818
|
"inventoryDesc": " Select the items that will show up in the inventory tree (left panel)",
|
|
759
819
|
"ioFilters": "I/O Filters",
|
|
760
820
|
"iommu": "I/O MMU",
|
|
@@ -788,13 +848,10 @@
|
|
|
788
848
|
"issuer": "Issuer",
|
|
789
849
|
"issuesAlarms": "Issues and Alarms",
|
|
790
850
|
"item": "Item",
|
|
791
|
-
"items": "Items",
|
|
792
851
|
"itemsPerPage": "Items per page",
|
|
793
852
|
"january": "January",
|
|
794
853
|
"join": "Join",
|
|
795
|
-
"joinActiveDirectoryDomain": "Join Active Directory Domain",
|
|
796
854
|
"joinActiveDirectoryDomainStep": "Join Active Directory Domain (required only for Active Directory - Windows Integrated Authentication)",
|
|
797
|
-
"joinAd": "Join Ad",
|
|
798
855
|
"jpegCompression": "JPEG Compression",
|
|
799
856
|
"july": "July",
|
|
800
857
|
"june": "June",
|
|
@@ -826,7 +883,6 @@
|
|
|
826
883
|
"launchWebConsole": "LAUNCH WEB CONSOLE",
|
|
827
884
|
"launchWebTerminal": "Launch web terminal",
|
|
828
885
|
"learnMore": "Learn more",
|
|
829
|
-
"leaveAd": "Leave Ad",
|
|
830
886
|
"leaveLockdownDefault": "If you are unsure what to do, leave lockdown mode disabled. You can configure lockdown mode later by editing Security Profile in host settings",
|
|
831
887
|
"legacy": "Legacy",
|
|
832
888
|
"level": "Level",
|
|
@@ -843,7 +899,6 @@
|
|
|
843
899
|
"licenseKey": "License Key",
|
|
844
900
|
"licenses": "Licenses",
|
|
845
901
|
"licensing": "Licensing",
|
|
846
|
-
"lifecycleManager": "Lifecycle Manager",
|
|
847
902
|
"limit": "Limit",
|
|
848
903
|
"limitIops": "Limit - IOPs",
|
|
849
904
|
"limitMustBe": "Limit must be greater then or equal to {0}.",
|
|
@@ -869,11 +924,9 @@
|
|
|
869
924
|
"lockGuestOperatingSystemLastRemoteUserDisconnects": "Lock the guest operating system when the last remote user disconnects",
|
|
870
925
|
"lockoutPolicy": "Lockout Policy",
|
|
871
926
|
"logical_processors": "Logical Processors",
|
|
872
|
-
"login": "Login",
|
|
873
927
|
"loginHostFailed": "Login to host {0} failed.",
|
|
874
928
|
"loginMessage": "Login Message",
|
|
875
929
|
"logout": "Logout",
|
|
876
|
-
"logs": "Logs",
|
|
877
930
|
"low": "Low",
|
|
878
931
|
"lowercaseCharacters": "lowercase characters",
|
|
879
932
|
"lowPower": "Low power",
|
|
@@ -973,7 +1026,6 @@
|
|
|
973
1026
|
"more": "More",
|
|
974
1027
|
"moreInfo": "MORE INFO",
|
|
975
1028
|
"moreInformation": "More information",
|
|
976
|
-
"moreTasks": "More Tasks",
|
|
977
1029
|
"motherboardModel": "Motherboard model",
|
|
978
1030
|
"mountGuestTools": "Mount Guest Tools",
|
|
979
1031
|
"mountNfsReadOnly": "Mount NFS as read-only",
|
|
@@ -990,7 +1042,6 @@
|
|
|
990
1042
|
"multiPathingPolicies": "Multipathing Policies",
|
|
991
1043
|
"multipleItemsSelected": "Multiple items selected",
|
|
992
1044
|
"multiWriter": "Multi-writer",
|
|
993
|
-
"name": "Name",
|
|
994
1045
|
"nameAlreadyExists": "The name {0} already exists.",
|
|
995
1046
|
"nameAndConfiguration": "Name and configuration",
|
|
996
1047
|
"nameAndConfigurationAlertInfo": "If you plan to configure an existing datastore on new hosts in the datacenter, it is recommended to use the \"Mount to additional hosts\" action from the datastore instead.",
|
|
@@ -1054,7 +1105,6 @@
|
|
|
1054
1105
|
"newVirtualMachine2": "New Virtual Machine",
|
|
1055
1106
|
"newVmAndTemplateFolder": "New VM And Template Folder",
|
|
1056
1107
|
"newVmCreateDescription": "This option guides you through creating a new virtual machine. You will be able to customize processors, memory, network connections, and storage. You will need to install a guest operating system after creation.",
|
|
1057
|
-
"next": "Next",
|
|
1058
1108
|
"nextStep": "Next Steps",
|
|
1059
1109
|
"nfs": "NFS",
|
|
1060
1110
|
"nfsDesc": "Create an NFS datastore on an NFS share over the network.",
|
|
@@ -1073,7 +1123,6 @@
|
|
|
1073
1123
|
"noConfigurableDeviceIsSelected": "No configurable device is selected.",
|
|
1074
1124
|
"noCountersSelected": "No counters selected",
|
|
1075
1125
|
"noDataProvided": "No Data Provided",
|
|
1076
|
-
"node": "Node",
|
|
1077
1126
|
"noDhcpEnabledVmKernelNetAdapters": "There are no DHCP-enabled VMkernel network adapters.",
|
|
1078
1127
|
"noFreeNetworkAdaptersAddSwitch": "There are no free network adapters to add to the switch.",
|
|
1079
1128
|
"noItemsDisplay": "No items to display",
|
|
@@ -1091,10 +1140,8 @@
|
|
|
1091
1140
|
"note": "Note",
|
|
1092
1141
|
"notes": "Notes",
|
|
1093
1142
|
"notifyInfoActionText": "View updates",
|
|
1094
|
-
"notifyInfoMsg": "Horizon-VS management system updates are available",
|
|
1095
1143
|
"notifySwitches": "Notify switches",
|
|
1096
1144
|
"notifyWarningActionText": "Manage your licenses",
|
|
1097
|
-
"notifyWarningMsg": "There are expired or expiring licenses in your inventory.",
|
|
1098
1145
|
"notInstalled": "not installed",
|
|
1099
1146
|
"notRunning": "Not running",
|
|
1100
1147
|
"notScheduled": "Not scheduled",
|
|
@@ -1110,8 +1157,6 @@
|
|
|
1110
1157
|
"nvidiaGridGpuProfile": "NVIDIA GRID vGPU Profile",
|
|
1111
1158
|
"nvmEOverRDMA": "NVMe over RDMA",
|
|
1112
1159
|
"nvmEOverTCP": "NVMe over TCP",
|
|
1113
|
-
"object": "Object",
|
|
1114
|
-
"objectsWithMostAlerts": "Objects with most alerts",
|
|
1115
1160
|
"obtainIPv4SettingsAutomatically": "Obtain IPv4 settings automatically",
|
|
1116
1161
|
"obtainSetAutoFromVMKernelNA": "Obtain settings automatically from a VMkernel network adapter",
|
|
1117
1162
|
"october": "October",
|
|
@@ -1154,7 +1199,6 @@
|
|
|
1154
1199
|
"passThroughDirectPathIO": "Pass-through (Direct-path I/O)",
|
|
1155
1200
|
"passthroughEnabledDevices": "Passthrough-enabled devices",
|
|
1156
1201
|
"passthroughHostCpu": "Passthrough Host CPU",
|
|
1157
|
-
"password": "Password",
|
|
1158
1202
|
"passwordErrorText": "Please enter a valid password",
|
|
1159
1203
|
"passwordMustBeChangedEvery": "Password must be changed every",
|
|
1160
1204
|
"passwordMustBeChangedEveryDays": "Password must be changed every {day} days",
|
|
@@ -1203,7 +1247,6 @@
|
|
|
1203
1247
|
"pngJpegFilesSupported": ".png, .jpeg files supported",
|
|
1204
1248
|
"pointingDevice": "Pointing device",
|
|
1205
1249
|
"policies": "Policies",
|
|
1206
|
-
"policiesProfiles": "Policies and Profiles",
|
|
1207
1250
|
"policy": "Policy",
|
|
1208
1251
|
"portGroup": "Port Group",
|
|
1209
1252
|
"portGroupHandlesVirtualMachineTraffic": "A port group handles the virtual machine traffic on standard switch.",
|
|
@@ -1227,7 +1270,6 @@
|
|
|
1227
1270
|
"preferred": "Preferred",
|
|
1228
1271
|
"preferredDnsServer": "Preferred DNS server",
|
|
1229
1272
|
"prefixLength": "Prefix Length",
|
|
1230
|
-
"previous": "Previous",
|
|
1231
1273
|
"primaryServerUrl": "Primary server URL",
|
|
1232
1274
|
"primaryServerUrlTooltip": "Primary domain controller LDAP server for the domain. Use the format ldap://hostname:port or ldaps://hostname:port. The port is typically 389 for LDAP connections and 636 for LDAPS connections. For Active Directory multi-domain controller deployments, the port is typically 3268 for LDAP and 3269 for LDAPS. A certificate that establishes trust for the LDAPS endpoint of the Active Directory server is required when you use ldaps:// in the primary or secondary LDAP URL.",
|
|
1233
1275
|
"printChart": "Print chart",
|
|
@@ -1257,17 +1299,14 @@
|
|
|
1257
1299
|
"publishingEnabled": "Publishing enabled",
|
|
1258
1300
|
"putSelectedHostsMaintenanceMode": "Put the selected hosts in maintenance mode?",
|
|
1259
1301
|
"queued": "Queued",
|
|
1260
|
-
"queuedFor": "Queued For",
|
|
1261
1302
|
"quiesceGuestFileSystem": "Quiesce guest file system",
|
|
1262
1303
|
"quiesceGuestFileSystemRequiresVMTools": "Quiesce guest file system(requires VM tools)",
|
|
1263
1304
|
"range": "Range",
|
|
1264
1305
|
"readyComplete": "Ready to Complete",
|
|
1265
1306
|
"readyCompleteDesc": "Review your selections before finishing the wizard",
|
|
1266
|
-
"realizeOperations": "vRealize Operations",
|
|
1267
1307
|
"realTime": "Real-time",
|
|
1268
1308
|
"reboot": "Reboot",
|
|
1269
1309
|
"rebootNodeApplyChanges": "Reboot the node to apply changes.",
|
|
1270
|
-
"recentTask": "Recent Tasks",
|
|
1271
1310
|
"recommendations": "Recommendations",
|
|
1272
1311
|
"recommended": "recommended",
|
|
1273
1312
|
"reconnect": "Reconnect",
|
|
@@ -1351,7 +1390,6 @@
|
|
|
1351
1390
|
"routeBasedSourceMacHash": "Route based on source MAC hash",
|
|
1352
1391
|
"routerAdvertisement": "Router advertisement",
|
|
1353
1392
|
"routing": "Routing",
|
|
1354
|
-
"running": "Running",
|
|
1355
1393
|
"runningStatus": "Running Status",
|
|
1356
1394
|
"runtimeName": "Runtime Name",
|
|
1357
1395
|
"sata": "Sata",
|
|
@@ -1436,13 +1474,11 @@
|
|
|
1436
1474
|
"sendFeedback": "Send Feedback",
|
|
1437
1475
|
"september": "September",
|
|
1438
1476
|
"serialNumber": "Serial number",
|
|
1439
|
-
"server": "Server",
|
|
1440
1477
|
"serverExtensions": "Sphere Zone Extensions",
|
|
1441
1478
|
"serversToBeAdded": "Servers to be added",
|
|
1442
1479
|
"serverUrl": "Server URL",
|
|
1443
1480
|
"serviceName": "Service name",
|
|
1444
1481
|
"serviceRestartRequired": "Service restart required",
|
|
1445
|
-
"services": "Services",
|
|
1446
1482
|
"serviceUnavailable": "Service is unavailable",
|
|
1447
1483
|
"sessions": "sessions",
|
|
1448
1484
|
"setAsDefault": "Set as default",
|
|
@@ -1462,7 +1498,6 @@
|
|
|
1462
1498
|
"shares": "Shares",
|
|
1463
1499
|
"sharesMustBe": "Shares must be between {0} and {1}.",
|
|
1464
1500
|
"sharing": "Sharing",
|
|
1465
|
-
"shortcuts": "Shortcuts",
|
|
1466
1501
|
"show": "Show",
|
|
1467
1502
|
"showColumns": "Show Columns",
|
|
1468
1503
|
"showKeyboard": "Show Keyboard",
|
|
@@ -1515,13 +1550,11 @@
|
|
|
1515
1550
|
"startAndStopWithHost": "Start and stop with host",
|
|
1516
1551
|
"startAndStopWithPortUsage": "Start and stop with port usage",
|
|
1517
1552
|
"startAutomaticallyIfAnyPorts": "Start automatically if any ports are open, and stop when all ports are closed",
|
|
1518
|
-
"startTime": "Start Time",
|
|
1519
1553
|
"startupPolicy": "Startup Policy",
|
|
1520
1554
|
"state": "State",
|
|
1521
1555
|
"static": "static",
|
|
1522
1556
|
"staticDiscovery": "Static Discovery",
|
|
1523
1557
|
"statType": "Stat type",
|
|
1524
|
-
"status": "Status",
|
|
1525
1558
|
"step": "Step",
|
|
1526
1559
|
"stop": "Stop",
|
|
1527
1560
|
"stopDirectConsoleUIService": "Stop Direct Console UI service?",
|
|
@@ -1554,7 +1587,6 @@
|
|
|
1554
1587
|
"subscribedLibraryAutomaticSynchronizationStopHourAfterWhichAutoSyncWontTriggeredUntilStartHour": "Subscribed library automatic synchronization stop hour after which auto-sync won't be triggered until start hour.",
|
|
1555
1588
|
"subscriptionUrl": "Subscription URL",
|
|
1556
1589
|
"subvendorId": "Subvendor ID",
|
|
1557
|
-
"success": "Success",
|
|
1558
1590
|
"summary": "Summary",
|
|
1559
1591
|
"sunday": "Sunday",
|
|
1560
1592
|
"support": "Support",
|
|
@@ -1576,16 +1608,12 @@
|
|
|
1576
1608
|
"tag": "Tag",
|
|
1577
1609
|
"tagName": "Tag name",
|
|
1578
1610
|
"tags": "Tags",
|
|
1579
|
-
"tagsCustomAttributes": "Tags & Custom Attributes",
|
|
1580
1611
|
"takeScreenshot": "Take Screenshot",
|
|
1581
1612
|
"takeSnapshot": "Take Snapshot",
|
|
1582
|
-
"target": "Target",
|
|
1583
1613
|
"targetDiscovery": "Target Discovery",
|
|
1584
1614
|
"targetName": "Target name",
|
|
1585
1615
|
"targetObjects": "Target Objects",
|
|
1586
1616
|
"taskConsole": "Task Console",
|
|
1587
|
-
"taskName": "Task Name",
|
|
1588
|
-
"tasks": "Tasks",
|
|
1589
1617
|
"tasksEvents": "Tasks and Events",
|
|
1590
1618
|
"tb": "TB",
|
|
1591
1619
|
"tcpConfiguration": "TCP/IP configuration",
|
|
@@ -1651,9 +1679,7 @@
|
|
|
1651
1679
|
"tpm": "TPM",
|
|
1652
1680
|
"trafficShaping": "Traffic shaping",
|
|
1653
1681
|
"transport": "Transport",
|
|
1654
|
-
"triggered": "Triggered",
|
|
1655
1682
|
"triggeredAlarms": "Triggered Alarms",
|
|
1656
|
-
"triggeringEvent": "Triggering Event",
|
|
1657
1683
|
"tuesday": "Tuesday",
|
|
1658
1684
|
"turnOffLed": "Turn Off Led",
|
|
1659
1685
|
"turnOnLed": "Turn On Led",
|
|
@@ -1706,7 +1732,6 @@
|
|
|
1706
1732
|
"userDefinedPowerManagementPolicy": "User-defined power management policy",
|
|
1707
1733
|
"useRedMarker": "Use Red Marker",
|
|
1708
1734
|
"userGroup": "User/Group",
|
|
1709
|
-
"username": "Username",
|
|
1710
1735
|
"userName": "Username",
|
|
1711
1736
|
"usernamePasswordRequired": "Username and password required",
|
|
1712
1737
|
"usernameShouldNotEmpty": "username should not be empty",
|
|
@@ -1717,7 +1742,6 @@
|
|
|
1717
1742
|
"usersCannotReuseAnyPreviousPasswords": "Users cannot reuse any previous {password} passwords",
|
|
1718
1743
|
"useSameCredentialsAllHosts": "Use the same credentials for all hosts",
|
|
1719
1744
|
"useStaticIPv4Settings": "Use static IPv4 settings",
|
|
1720
|
-
"useWindowsSessionAuthentication": "Use Windows session authentication",
|
|
1721
1745
|
"utilization": "Utilization",
|
|
1722
1746
|
"uuid": "UUID",
|
|
1723
1747
|
"validationForLicense": "Assignment Validation for evaluation license",
|
|
@@ -1803,7 +1827,6 @@
|
|
|
1803
1827
|
"vMOptions": "VM Options",
|
|
1804
1828
|
"vMotion": "vMotion",
|
|
1805
1829
|
"vmOverheadConsumed": "VM overhead consumed",
|
|
1806
|
-
"vms": "VMs",
|
|
1807
1830
|
"vms_amount": "Virtual machines",
|
|
1808
1831
|
"vMsAndTemplates": "VMs and Templates",
|
|
1809
1832
|
"vmStartupShutdown": "VM Startup/Shutdown",
|
|
@@ -1823,7 +1846,6 @@
|
|
|
1823
1846
|
"vSwitchTopology": "vSwitch topology",
|
|
1824
1847
|
"vVol": "vVol",
|
|
1825
1848
|
"vVolDesc": "Create a Virtual Volumes datastore on a storage container connected to a storage provider.",
|
|
1826
|
-
"warning": "Warning",
|
|
1827
1849
|
"warnings": "Warnings",
|
|
1828
1850
|
"webConsole": "Web Console",
|
|
1829
1851
|
"wednesday": "Wednesday",
|
|
@@ -1838,7 +1860,6 @@
|
|
|
1838
1860
|
"youCanFindMore": "You can find more related information at the Firmware page",
|
|
1839
1861
|
"yourSessionExpireAfter": "Your session is about to expire after",
|
|
1840
1862
|
"zlibCompression": "Zlib Compression",
|
|
1841
|
-
"zone": "Zone",
|
|
1842
1863
|
"cpuShares": "CPU Shares",
|
|
1843
1864
|
"cpuSharesValue": "CPU Shares Value",
|
|
1844
1865
|
"memoryShares": "Memory Shares",
|
|
@@ -2071,8 +2092,6 @@
|
|
|
2071
2092
|
"deletingSavedSettings": "Confirm deleting of saved settings",
|
|
2072
2093
|
"deletingSavedSettingsDesc": "Saved settings \"{0}\" will be deleted. Continue?",
|
|
2073
2094
|
"removeItem": "Remove Item",
|
|
2074
|
-
"downloadCertificate": "Download certificate",
|
|
2075
|
-
"invalidCertificateDescription": "Attention! A self-signed SSL certificate is installed by default. To continue working with this SSL certificate, you need to add it to the root store. This can be done on all client devices or replaced with the organization's SSL certificate, or use your own.",
|
|
2076
2095
|
"youAreHere": "You are here",
|
|
2077
2096
|
"showAllDatastores": "Show all datastores",
|
|
2078
2097
|
"showDatastoresConnectedAllHosts": "Show datastores connected to all hosts",
|
|
@@ -2363,10 +2382,7 @@
|
|
|
2363
2382
|
"loginZabbixAccount": "Login to Zabbix server",
|
|
2364
2383
|
"newView": "New view",
|
|
2365
2384
|
"viewDesc": "Select view to be used by {trademark} Client",
|
|
2366
|
-
"welcomeTo": "Welcome to",
|
|
2367
2385
|
"kindValidationDescription": "Invalid record kind",
|
|
2368
|
-
"authBgTextProcurator": "Utilize $*a$ single hypervisor $*to$ $*create$ virtual machines, $*manage$ storages $*and$ set up networks",
|
|
2369
|
-
"authBgTextSphere": "Monitor $*and$ control virtualization hosts $*with$ ease",
|
|
2370
2386
|
"alert": "Alert",
|
|
2371
2387
|
"noTargetToScanIsSelected": "No target to scan is selected.",
|
|
2372
2388
|
"protectNewVolumes": "Protect new volumes",
|
|
@@ -2398,7 +2414,6 @@
|
|
|
2398
2414
|
"deviceType": "Device type",
|
|
2399
2415
|
"selectDisksInvolvedBackup": "Select the disks involved in the backup",
|
|
2400
2416
|
"dateTime": "Date Time",
|
|
2401
|
-
"task": "Task",
|
|
2402
2417
|
"eventTypeDescription": "Event Type Description",
|
|
2403
2418
|
"possibleCauses": "Possible Causes",
|
|
2404
2419
|
"importVms": "Import VMs",
|
|
@@ -2439,6 +2454,5 @@
|
|
|
2439
2454
|
"lastBackup": "Last backup",
|
|
2440
2455
|
"sourceVmName": "Source VM name",
|
|
2441
2456
|
"editMultiPathingPolicies": "Edit Multipathing Policies",
|
|
2442
|
-
"preferedPath": "Prefered path"
|
|
2443
|
-
"preferedPathForIos": "Prefered path for I/Os"
|
|
2457
|
+
"preferedPath": "Prefered path"
|
|
2444
2458
|
}
|