bfg-common 1.3.594 → 1.3.596
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 +123 -96
- package/assets/localization/local_en.json +123 -96
- package/assets/localization/local_hy.json +123 -96
- package/assets/localization/local_kk.json +123 -96
- package/assets/localization/local_ru.json +126 -96
- package/assets/localization/local_zh.json +123 -96
- 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/adapterManager/ui/table/Header.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/diagramMain/modals/editSettings/tabs/Security.vue +6 -6
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +1 -1
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +4 -4
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +4 -4
- package/components/common/layout/theHeader/feedback/Feedback.vue +1 -1
- package/components/common/layout/theHeader/helpMenu/About.vue +4 -4
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +2 -2
- 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/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +1 -1
- 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/vm/actions/common/select/storage/lib/config/config.ts +1 -1
- package/components/common/wizards/datastore/add/Add.vue +437 -437
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +95 -95
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +1 -1
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +3 -3
- package/composables/productNameLocal.ts +31 -6
- package/composables/useEnvLanguage.ts +2 -2
- package/lib/models/interfaces.ts +16 -3
- package/lib/models/types.ts +24 -1
- package/lib/utils/sendTask.ts +1 -1
- package/package.json +2 -2
- package/plugins/recursion.ts +293 -293
- package/store/tasks/mappers/recentTasks.ts +45 -45
|
@@ -1,29 +1,130 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
+
"accept": "Accept",
|
|
37
|
+
"access": "Access",
|
|
38
|
+
"actions": "Actions",
|
|
39
|
+
"networks": "Networks"
|
|
40
|
+
},
|
|
41
|
+
"auth": {
|
|
42
|
+
"welcomeTo": "Welcome to",
|
|
43
|
+
"username": "Username",
|
|
44
|
+
"password": "Password",
|
|
45
|
+
"login": "Login",
|
|
46
|
+
"authBgTextProcurator": "Utilize $*a$ single hypervisor $*to$ $*create$ virtual machines, $*manage$ storages $*and$ set up networks",
|
|
47
|
+
"downloadCertificate": "Download certificate",
|
|
48
|
+
"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.",
|
|
49
|
+
"useWindowsSessionAuthentication": "Use Windows session authentication",
|
|
50
|
+
"authBgTextSphere": "Monitor $*and$ control virtualization hosts $*with$ ease"
|
|
51
|
+
},
|
|
52
|
+
"home": {
|
|
53
|
+
"objectsWithMostAlerts": "Objects with most alerts"
|
|
54
|
+
},
|
|
55
|
+
"tasks": {
|
|
56
|
+
"task": "Task",
|
|
57
|
+
"recentTask": "Recent Tasks",
|
|
58
|
+
"taskName": "Task Name",
|
|
59
|
+
"moreTasks": "More Tasks"
|
|
60
|
+
},
|
|
61
|
+
"layout": {
|
|
62
|
+
"alarms": "Alarms",
|
|
63
|
+
"triggered": "Triggered",
|
|
64
|
+
"acknowledged": "Acknowledged",
|
|
65
|
+
"acknowledgedBy": "Acknowledged By",
|
|
66
|
+
"triggeringEvent": "Triggering Event",
|
|
67
|
+
"notifyWarningMsg": "There are expired or expiring licenses in your inventory.",
|
|
68
|
+
"notifyInfoMsg": "Horizon-VS management system updates are available",
|
|
69
|
+
"about": "About",
|
|
70
|
+
"aboutDesc1": "The product is subject to all terms of the license agreement. {companyName}",
|
|
71
|
+
"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.",
|
|
72
|
+
"aboutHeading": "©️ {companyName}, 2023.",
|
|
73
|
+
"aboutSubtitle": "All copyrights are reserved."
|
|
74
|
+
},
|
|
75
|
+
"mainNavigation": {
|
|
76
|
+
"home": "Home",
|
|
77
|
+
"shortcuts": "Shortcuts",
|
|
78
|
+
"inventory": "Inventory",
|
|
79
|
+
"contentLibraries": "Content Libraries",
|
|
80
|
+
"globalInventoryLists": "Global Inventory Lists",
|
|
81
|
+
"policiesProfiles": "Policies and Profiles",
|
|
82
|
+
"autoDeploy": "Auto Deploy",
|
|
83
|
+
"hybridCloudServices": "Hybrid Cloud Services",
|
|
84
|
+
"developerCenter": "Developer Center",
|
|
85
|
+
"administration": "Administration",
|
|
86
|
+
"tasks": "Tasks",
|
|
87
|
+
"accessLog": "Access Log",
|
|
88
|
+
"events": "Events",
|
|
89
|
+
"logs": "Logs",
|
|
90
|
+
"tagsCustomAttributes": "Tags & Custom Attributes",
|
|
91
|
+
"lifecycleManager": "Lifecycle Manager",
|
|
92
|
+
"realizeOperations": "vRealize Operations",
|
|
93
|
+
"help": "Help"
|
|
94
|
+
},
|
|
95
|
+
"administration": {
|
|
96
|
+
"joinAd": "Join Ad",
|
|
97
|
+
"leaveAd": "Leave Ad",
|
|
98
|
+
"joinActiveDirectoryDomain": "Join Active Directory Domain",
|
|
99
|
+
"accessControl": "Access Control",
|
|
100
|
+
"activeDirectoryDomain": "Active Directory Domain"
|
|
101
|
+
},
|
|
102
|
+
"inventoryConfigure": {
|
|
103
|
+
"acceptanceLevel": "Acceptance level",
|
|
104
|
+
"activeType": "Active Type"
|
|
105
|
+
},
|
|
106
|
+
"datastoreWizard": {
|
|
107
|
+
"accessMode": "Access Mode"
|
|
108
|
+
},
|
|
109
|
+
"inventorySummary": {
|
|
110
|
+
"hostSummary": "Host Summary",
|
|
111
|
+
"acknowledge": "Acknowledge"
|
|
112
|
+
},
|
|
113
|
+
"contextMenu": {
|
|
114
|
+
"actionsMenuPower": "Power"
|
|
115
|
+
},
|
|
116
|
+
"networks": {
|
|
117
|
+
"active_ports": "Active ports",
|
|
118
|
+
"activeAdapters": "Active adapters"
|
|
119
|
+
},
|
|
120
|
+
"inventory": {
|
|
121
|
+
"activeMemory": "Active Memory"
|
|
122
|
+
},
|
|
123
|
+
|
|
11
124
|
"accessible": "Accessible",
|
|
12
|
-
"accessLog": "Access Log",
|
|
13
|
-
"accessMode": "Access Mode",
|
|
14
|
-
"acknowledge": "Acknowledge",
|
|
15
|
-
"acknowledged": "Acknowledged",
|
|
16
|
-
"acknowledgedBy": "Acknowledged By",
|
|
17
|
-
"actions": "Actions",
|
|
18
|
-
"actionsMenuPower": "Power",
|
|
19
|
-
"active_ports": "Active ports",
|
|
20
125
|
"active-backup": "Use explicit failover order",
|
|
21
|
-
"activeAdapters": "Active adapters",
|
|
22
|
-
"activeDirectoryDomain": "Active Directory Domain",
|
|
23
|
-
"activeDirectoryDomain ": "Active Directory Domain ",
|
|
24
|
-
"activeMemory": "Active Memory",
|
|
25
126
|
"activePolicy": "Active policy",
|
|
26
|
-
|
|
127
|
+
|
|
27
128
|
"actualSpeedDuplex": "Actual speed, Duplex",
|
|
28
129
|
"actualSpeed": "Actual speed",
|
|
29
130
|
"adapter": "Adapter",
|
|
@@ -61,7 +162,6 @@
|
|
|
61
162
|
"addTcpAdapter": "Add NVMe over TCP adapter",
|
|
62
163
|
"addUser": "Add User",
|
|
63
164
|
"adfsServer": "ADFS server",
|
|
64
|
-
"administration": "Administration",
|
|
65
165
|
"admission": "Admission",
|
|
66
166
|
"advanced": "Advanced",
|
|
67
167
|
"advancedConfiguration": "Advanced configuration",
|
|
@@ -71,10 +171,8 @@
|
|
|
71
171
|
"agentVmSettings": "Agent VM Settings",
|
|
72
172
|
"alarmActions": "Alarm Actions",
|
|
73
173
|
"alarmDefinitions": "Alarm Definitions",
|
|
74
|
-
"alarms": "Alarms",
|
|
75
174
|
"alerts": "Alerts",
|
|
76
175
|
"alias": "Alias",
|
|
77
|
-
"all": "All",
|
|
78
176
|
"allActiveAdaptersAreDisconnected": "All active physical network adapters assigned to the switch are disconnected.",
|
|
79
177
|
"allFiles": "All files",
|
|
80
178
|
"allGroups": "All Groups",
|
|
@@ -99,7 +197,6 @@
|
|
|
99
197
|
"assetTag": "Asset tag",
|
|
100
198
|
"assign": "Assign",
|
|
101
199
|
"assignedAdapters": "Assigned adapters",
|
|
102
|
-
"assignedTag": "Assigned Tag",
|
|
103
200
|
"assignExistingOrNewLicense": "Assign an existing or new license to the host",
|
|
104
201
|
"assignFreePhysicalNetworkAdaptersToTheNewSwitch": "Assign free physical network adapters to the new switch.",
|
|
105
202
|
"assignLicense": "Assign License",
|
|
@@ -117,7 +214,6 @@
|
|
|
117
214
|
"authenticationMethod": "Authentication Method",
|
|
118
215
|
"authenticationServices": "Authentication Services",
|
|
119
216
|
"auto": "Auto",
|
|
120
|
-
"autoDeploy": "Auto Deploy",
|
|
121
217
|
"autoDetectSettings": "Auto-detect settings",
|
|
122
218
|
"automatic": "Automatic",
|
|
123
219
|
"automaticSynchronization": "Automatic synchronization",
|
|
@@ -144,7 +240,6 @@
|
|
|
144
240
|
"baseDistinguishedNameForUsers": "Base distinguished name for users",
|
|
145
241
|
"basics": "Basics",
|
|
146
242
|
"beaconProbing": "Beacon probing",
|
|
147
|
-
"beta": "Beta",
|
|
148
243
|
"bIOSManufacturer": "BIOS manufacturer",
|
|
149
244
|
"bIOSReleaseDate": "BIOS release date",
|
|
150
245
|
"bIOSVersion": "BIOS version",
|
|
@@ -209,7 +304,6 @@
|
|
|
209
304
|
"chosenDatastoreName": "Chosen name form datastore",
|
|
210
305
|
"ciscoDiscoveryProtocol": "Cisco Discovery Protocol",
|
|
211
306
|
"classId": "Class ID",
|
|
212
|
-
"clearAll": "Clear All",
|
|
213
307
|
"clickAndDragTheMouseToAnnotate": "Click and drag the mouse to annotate the screenshot below",
|
|
214
308
|
"clickFinishStartCreation": "Click Finish to start creation.",
|
|
215
309
|
"clickOkDiscardTheIssuesAndProceedCancelReviewChanges": "Click OK to discard the issues and proceed or Cancel to review your changes.",
|
|
@@ -246,7 +340,6 @@
|
|
|
246
340
|
"compatibleWith": "Compatible with",
|
|
247
341
|
"complement": "Complement",
|
|
248
342
|
"completed": "Completed",
|
|
249
|
-
"completionTime": "Completion Time",
|
|
250
343
|
"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
344
|
"concurrentTransferLimitIfExceededTransfersWillBeQueued": "Concurrent transfer limit. If exceeded, transfers will be queued.",
|
|
252
345
|
"configuration": "Configuration",
|
|
@@ -295,7 +388,6 @@
|
|
|
295
388
|
"consumedCpu": "Consumed CPU",
|
|
296
389
|
"consumedMemory": "Consumed Memory",
|
|
297
390
|
"containerVolumes": "Container Volumes",
|
|
298
|
-
"contentLibraries": "Content Libraries",
|
|
299
391
|
"contents": "Contents",
|
|
300
392
|
"continue": "Continue",
|
|
301
393
|
"control": "Control",
|
|
@@ -399,13 +491,10 @@
|
|
|
399
491
|
"deployFromTemplate": "Deploy from template",
|
|
400
492
|
"deployment": "Deployment",
|
|
401
493
|
"deployVmFromOVF": "Deploy a virtual machine from an OVF",
|
|
402
|
-
"description": "Description",
|
|
403
494
|
"detach": "Detach",
|
|
404
495
|
"detachDevice": "Detach Device",
|
|
405
496
|
"detachDeviceDesc": "Are you sure you want to detach the selected device from the host?",
|
|
406
497
|
"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
498
|
"device": "Device",
|
|
410
499
|
"deviceBacking": "Device Backing",
|
|
411
500
|
"deviceId": "Device ID",
|
|
@@ -448,7 +537,6 @@
|
|
|
448
537
|
"dns_name": "DNS Name",
|
|
449
538
|
"dnsServerAddresses": "DNS server addresses",
|
|
450
539
|
"dNSServers": "DNS servers",
|
|
451
|
-
"domain": "Domain",
|
|
452
540
|
"domainAlias": "Domain alias",
|
|
453
541
|
"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
542
|
"domainName": "Domain name",
|
|
@@ -505,7 +593,6 @@
|
|
|
505
593
|
"emptyAdvancedGraphText": "Performance data is not currently available for this entry",
|
|
506
594
|
"emptyGraphText": "no performance data is available for the currently selected metrics",
|
|
507
595
|
"emptyNameError": "The name cannot be empty. Enter a name.",
|
|
508
|
-
"emptyRelatedEvents": "There are no related events.",
|
|
509
596
|
"enable": "Enable",
|
|
510
597
|
"tokenEnable": "Enable",
|
|
511
598
|
"enable3dSupport": "Enable 3D Support",
|
|
@@ -545,16 +632,13 @@
|
|
|
545
632
|
"erasePartitionsDevice": "Erase partitions on Device",
|
|
546
633
|
"erasePartitionsDeviceAlert": "You are about to permanently delete all existing partitions on the device.",
|
|
547
634
|
"erasePartitionsDeviceDesc": "Erase partitions on selected devices?",
|
|
548
|
-
"error": "Error",
|
|
549
635
|
"evcCpuMode": "EVC CPU Mode",
|
|
550
636
|
"evcGraphicsMode": "EVC Graphics Mode (vSGA)",
|
|
551
637
|
"evcMode": "EVC mode",
|
|
552
638
|
"eventConsole": "Event Console",
|
|
553
639
|
"eventId": "Event ID",
|
|
554
|
-
"events": "Events",
|
|
555
640
|
"eventTypeId": "Event Type ID",
|
|
556
641
|
"example": "Example",
|
|
557
|
-
"executionTime": "Execution Time",
|
|
558
642
|
"existingHardDisk": "Existing Hard Disk",
|
|
559
643
|
"existingHost": "Existing hosts",
|
|
560
644
|
"existingLicense": "Existing License",
|
|
@@ -568,7 +652,6 @@
|
|
|
568
652
|
"exposeHardwareAssistedVirtualizationGuestOs": "Expose hardware assisted virtualization to the guest OS",
|
|
569
653
|
"extent": "Extent 0",
|
|
570
654
|
"failback": "Failback",
|
|
571
|
-
"failed": "Failed",
|
|
572
655
|
"failoverOrder": "Failover order",
|
|
573
656
|
"fallbackNtpServers": "Fallback NTP servers",
|
|
574
657
|
"faultDomain": "Fault Domain",
|
|
@@ -578,7 +661,6 @@
|
|
|
578
661
|
"february": "February",
|
|
579
662
|
"feedbackHelp": "Feedback Help",
|
|
580
663
|
"feedbackSent": "Feedback sent",
|
|
581
|
-
"fieldRequired": "This field is required",
|
|
582
664
|
"fileNotSelected": "File not selected",
|
|
583
665
|
"filePath": "File path",
|
|
584
666
|
"files": "Files",
|
|
@@ -621,7 +703,6 @@
|
|
|
621
703
|
"getMtuFromSwitch": "Get MTU from switch",
|
|
622
704
|
"ghz": "GHz",
|
|
623
705
|
"global": "Global",
|
|
624
|
-
"globalInventoryLists": "Global Inventory Lists",
|
|
625
706
|
"globalPermissionRoot": "Global Permission Root",
|
|
626
707
|
"globalPermissions": "Global Permissions",
|
|
627
708
|
"good": "Good",
|
|
@@ -657,7 +738,6 @@
|
|
|
657
738
|
"healthCheck": "Health Check",
|
|
658
739
|
"healthCheckTableServicesStatus": "Health Check",
|
|
659
740
|
"healthStatus": "Health Status",
|
|
660
|
-
"help": "Help",
|
|
661
741
|
"helpAboutText1": "Copyright © 1998-2022 {trademark}, Inc. All rights reserved.",
|
|
662
742
|
"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
743
|
"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 +748,6 @@
|
|
|
668
748
|
"highAvailability": "HA State",
|
|
669
749
|
"highPerformance": "High performance",
|
|
670
750
|
"history": "History",
|
|
671
|
-
"home": "Home",
|
|
672
751
|
"host": "Host",
|
|
673
752
|
"hostCacheConfiguration": "Host Cache Configuration",
|
|
674
753
|
"hostClusterSupportsMoreVirtualMachineVersionSelectCompatibilityVirtualMachine": "The host or cluster supports more than one {trademark} virtual machine version. Select a compatibility for the virtual machine.",
|
|
@@ -689,12 +768,10 @@
|
|
|
689
768
|
"hostProfile": "Host Profile",
|
|
690
769
|
"hostProfiles": "Host Profiles",
|
|
691
770
|
"hostReviewSummary": "Review the host summary",
|
|
692
|
-
"hosts": "Hosts",
|
|
693
771
|
"hosts_amount": "Hosts",
|
|
694
772
|
"hostsAccessibility": "Hosts accessibility",
|
|
695
773
|
"hostsAccessibilityDesc": "Select the hosts that require access to the datastore.",
|
|
696
774
|
"hostsAndClusters": "Hosts and Clusters",
|
|
697
|
-
"hostSummary": "Host Summary",
|
|
698
775
|
"hostSupportsMoreVirtualMachineVersionSelectCompatibilityVirtualMachine": "The host supports more than one {trademark} virtual machine version. Select a compatibility for the virtual machine.",
|
|
699
776
|
"hostsWillEnterMaintenanceModeBeforeTheyMovedCluster": "Hosts will enter maintenance mode before they are moved to the cluster. You might need to either power off or migrate powered on and suspended virtual machines.",
|
|
700
777
|
"hourFormat12": "12 Hour Format",
|
|
@@ -702,7 +779,6 @@
|
|
|
702
779
|
"hours": "hours",
|
|
703
780
|
"hours2": "Hour(s)",
|
|
704
781
|
"howWouldLikeCreateVirtualMachine": "How would you like to create a virtual machine?",
|
|
705
|
-
"hybridCloudServices": "Hybrid Cloud Services",
|
|
706
782
|
"hyperthreading": "Hyperthreading",
|
|
707
783
|
"hyperthreadingStatus": "Hyperthreading Status",
|
|
708
784
|
"hypervisor": "Hypervisor",
|
|
@@ -735,10 +811,8 @@
|
|
|
735
811
|
"independentNonPersistent": "Independent - Non-persistent",
|
|
736
812
|
"independentPersistent": "Independent - persistent",
|
|
737
813
|
"inflate": "Inflate",
|
|
738
|
-
"info": "Info",
|
|
739
814
|
"information": "Information",
|
|
740
815
|
"init": "Initialization",
|
|
741
|
-
"initiator": "Initiator",
|
|
742
816
|
"inputContainsInvalidCharacters": "The input contains invalid characters.",
|
|
743
817
|
"inputDevices": "Input Devices",
|
|
744
818
|
"installDate": "Install date",
|
|
@@ -754,7 +828,6 @@
|
|
|
754
828
|
"invalidMacAddress": "The MAC address entered is invalid. Enter a different MAC address or select a different assignment method.",
|
|
755
829
|
"invalidTimeEntry": "Invalid time entry",
|
|
756
830
|
"inventories": "Inventories",
|
|
757
|
-
"inventory": "Inventory",
|
|
758
831
|
"inventoryDesc": " Select the items that will show up in the inventory tree (left panel)",
|
|
759
832
|
"ioFilters": "I/O Filters",
|
|
760
833
|
"iommu": "I/O MMU",
|
|
@@ -788,13 +861,10 @@
|
|
|
788
861
|
"issuer": "Issuer",
|
|
789
862
|
"issuesAlarms": "Issues and Alarms",
|
|
790
863
|
"item": "Item",
|
|
791
|
-
"items": "Items",
|
|
792
864
|
"itemsPerPage": "Items per page",
|
|
793
865
|
"january": "January",
|
|
794
866
|
"join": "Join",
|
|
795
|
-
"joinActiveDirectoryDomain": "Join Active Directory Domain",
|
|
796
867
|
"joinActiveDirectoryDomainStep": "Join Active Directory Domain (required only for Active Directory - Windows Integrated Authentication)",
|
|
797
|
-
"joinAd": "Join Ad",
|
|
798
868
|
"jpegCompression": "JPEG Compression",
|
|
799
869
|
"july": "July",
|
|
800
870
|
"june": "June",
|
|
@@ -826,7 +896,6 @@
|
|
|
826
896
|
"launchWebConsole": "LAUNCH WEB CONSOLE",
|
|
827
897
|
"launchWebTerminal": "Launch web terminal",
|
|
828
898
|
"learnMore": "Learn more",
|
|
829
|
-
"leaveAd": "Leave Ad",
|
|
830
899
|
"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
900
|
"legacy": "Legacy",
|
|
832
901
|
"level": "Level",
|
|
@@ -843,7 +912,6 @@
|
|
|
843
912
|
"licenseKey": "License Key",
|
|
844
913
|
"licenses": "Licenses",
|
|
845
914
|
"licensing": "Licensing",
|
|
846
|
-
"lifecycleManager": "Lifecycle Manager",
|
|
847
915
|
"limit": "Limit",
|
|
848
916
|
"limitIops": "Limit - IOPs",
|
|
849
917
|
"limitMustBe": "Limit must be greater then or equal to {0}.",
|
|
@@ -869,11 +937,9 @@
|
|
|
869
937
|
"lockGuestOperatingSystemLastRemoteUserDisconnects": "Lock the guest operating system when the last remote user disconnects",
|
|
870
938
|
"lockoutPolicy": "Lockout Policy",
|
|
871
939
|
"logical_processors": "Logical Processors",
|
|
872
|
-
"login": "Login",
|
|
873
940
|
"loginHostFailed": "Login to host {0} failed.",
|
|
874
941
|
"loginMessage": "Login Message",
|
|
875
942
|
"logout": "Logout",
|
|
876
|
-
"logs": "Logs",
|
|
877
943
|
"low": "Low",
|
|
878
944
|
"lowercaseCharacters": "lowercase characters",
|
|
879
945
|
"lowPower": "Low power",
|
|
@@ -973,7 +1039,6 @@
|
|
|
973
1039
|
"more": "More",
|
|
974
1040
|
"moreInfo": "MORE INFO",
|
|
975
1041
|
"moreInformation": "More information",
|
|
976
|
-
"moreTasks": "More Tasks",
|
|
977
1042
|
"motherboardModel": "Motherboard model",
|
|
978
1043
|
"mountGuestTools": "Mount Guest Tools",
|
|
979
1044
|
"mountNfsReadOnly": "Mount NFS as read-only",
|
|
@@ -990,7 +1055,6 @@
|
|
|
990
1055
|
"multiPathingPolicies": "Multipathing Policies",
|
|
991
1056
|
"multipleItemsSelected": "Multiple items selected",
|
|
992
1057
|
"multiWriter": "Multi-writer",
|
|
993
|
-
"name": "Name",
|
|
994
1058
|
"nameAlreadyExists": "The name {0} already exists.",
|
|
995
1059
|
"nameAndConfiguration": "Name and configuration",
|
|
996
1060
|
"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.",
|
|
@@ -1019,7 +1083,6 @@
|
|
|
1019
1083
|
"networkLabelInvalidMessage": "No network label is specified. Enter a network label name.",
|
|
1020
1084
|
"networkPortBinding": "Network Port Binding",
|
|
1021
1085
|
"networkProtocolProfile": "Network Protocol Profile",
|
|
1022
|
-
"networks": "Networks",
|
|
1023
1086
|
"networkTimeProtocol": "Network Time Protocol",
|
|
1024
1087
|
"networkUtilization": "Network Utilization",
|
|
1025
1088
|
"never": "Never",
|
|
@@ -1054,7 +1117,6 @@
|
|
|
1054
1117
|
"newVirtualMachine2": "New Virtual Machine",
|
|
1055
1118
|
"newVmAndTemplateFolder": "New VM And Template Folder",
|
|
1056
1119
|
"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
1120
|
"nextStep": "Next Steps",
|
|
1059
1121
|
"nfs": "NFS",
|
|
1060
1122
|
"nfsDesc": "Create an NFS datastore on an NFS share over the network.",
|
|
@@ -1073,7 +1135,6 @@
|
|
|
1073
1135
|
"noConfigurableDeviceIsSelected": "No configurable device is selected.",
|
|
1074
1136
|
"noCountersSelected": "No counters selected",
|
|
1075
1137
|
"noDataProvided": "No Data Provided",
|
|
1076
|
-
"node": "Node",
|
|
1077
1138
|
"noDhcpEnabledVmKernelNetAdapters": "There are no DHCP-enabled VMkernel network adapters.",
|
|
1078
1139
|
"noFreeNetworkAdaptersAddSwitch": "There are no free network adapters to add to the switch.",
|
|
1079
1140
|
"noItemsDisplay": "No items to display",
|
|
@@ -1091,10 +1152,8 @@
|
|
|
1091
1152
|
"note": "Note",
|
|
1092
1153
|
"notes": "Notes",
|
|
1093
1154
|
"notifyInfoActionText": "View updates",
|
|
1094
|
-
"notifyInfoMsg": "Horizon-VS management system updates are available",
|
|
1095
1155
|
"notifySwitches": "Notify switches",
|
|
1096
1156
|
"notifyWarningActionText": "Manage your licenses",
|
|
1097
|
-
"notifyWarningMsg": "There are expired or expiring licenses in your inventory.",
|
|
1098
1157
|
"notInstalled": "not installed",
|
|
1099
1158
|
"notRunning": "Not running",
|
|
1100
1159
|
"notScheduled": "Not scheduled",
|
|
@@ -1110,8 +1169,6 @@
|
|
|
1110
1169
|
"nvidiaGridGpuProfile": "NVIDIA GRID vGPU Profile",
|
|
1111
1170
|
"nvmEOverRDMA": "NVMe over RDMA",
|
|
1112
1171
|
"nvmEOverTCP": "NVMe over TCP",
|
|
1113
|
-
"object": "Object",
|
|
1114
|
-
"objectsWithMostAlerts": "Objects with most alerts",
|
|
1115
1172
|
"obtainIPv4SettingsAutomatically": "Obtain IPv4 settings automatically",
|
|
1116
1173
|
"obtainSetAutoFromVMKernelNA": "Obtain settings automatically from a VMkernel network adapter",
|
|
1117
1174
|
"october": "October",
|
|
@@ -1154,7 +1211,6 @@
|
|
|
1154
1211
|
"passThroughDirectPathIO": "Pass-through (Direct-path I/O)",
|
|
1155
1212
|
"passthroughEnabledDevices": "Passthrough-enabled devices",
|
|
1156
1213
|
"passthroughHostCpu": "Passthrough Host CPU",
|
|
1157
|
-
"password": "Password",
|
|
1158
1214
|
"passwordErrorText": "Please enter a valid password",
|
|
1159
1215
|
"passwordMustBeChangedEvery": "Password must be changed every",
|
|
1160
1216
|
"passwordMustBeChangedEveryDays": "Password must be changed every {day} days",
|
|
@@ -1203,7 +1259,6 @@
|
|
|
1203
1259
|
"pngJpegFilesSupported": ".png, .jpeg files supported",
|
|
1204
1260
|
"pointingDevice": "Pointing device",
|
|
1205
1261
|
"policies": "Policies",
|
|
1206
|
-
"policiesProfiles": "Policies and Profiles",
|
|
1207
1262
|
"policy": "Policy",
|
|
1208
1263
|
"portGroup": "Port Group",
|
|
1209
1264
|
"portGroupHandlesVirtualMachineTraffic": "A port group handles the virtual machine traffic on standard switch.",
|
|
@@ -1227,7 +1282,6 @@
|
|
|
1227
1282
|
"preferred": "Preferred",
|
|
1228
1283
|
"preferredDnsServer": "Preferred DNS server",
|
|
1229
1284
|
"prefixLength": "Prefix Length",
|
|
1230
|
-
"previous": "Previous",
|
|
1231
1285
|
"primaryServerUrl": "Primary server URL",
|
|
1232
1286
|
"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
1287
|
"printChart": "Print chart",
|
|
@@ -1257,17 +1311,14 @@
|
|
|
1257
1311
|
"publishingEnabled": "Publishing enabled",
|
|
1258
1312
|
"putSelectedHostsMaintenanceMode": "Put the selected hosts in maintenance mode?",
|
|
1259
1313
|
"queued": "Queued",
|
|
1260
|
-
"queuedFor": "Queued For",
|
|
1261
1314
|
"quiesceGuestFileSystem": "Quiesce guest file system",
|
|
1262
1315
|
"quiesceGuestFileSystemRequiresVMTools": "Quiesce guest file system(requires VM tools)",
|
|
1263
1316
|
"range": "Range",
|
|
1264
1317
|
"readyComplete": "Ready to Complete",
|
|
1265
1318
|
"readyCompleteDesc": "Review your selections before finishing the wizard",
|
|
1266
|
-
"realizeOperations": "vRealize Operations",
|
|
1267
1319
|
"realTime": "Real-time",
|
|
1268
1320
|
"reboot": "Reboot",
|
|
1269
1321
|
"rebootNodeApplyChanges": "Reboot the node to apply changes.",
|
|
1270
|
-
"recentTask": "Recent Tasks",
|
|
1271
1322
|
"recommendations": "Recommendations",
|
|
1272
1323
|
"recommended": "recommended",
|
|
1273
1324
|
"reconnect": "Reconnect",
|
|
@@ -1351,7 +1402,6 @@
|
|
|
1351
1402
|
"routeBasedSourceMacHash": "Route based on source MAC hash",
|
|
1352
1403
|
"routerAdvertisement": "Router advertisement",
|
|
1353
1404
|
"routing": "Routing",
|
|
1354
|
-
"running": "Running",
|
|
1355
1405
|
"runningStatus": "Running Status",
|
|
1356
1406
|
"runtimeName": "Runtime Name",
|
|
1357
1407
|
"sata": "Sata",
|
|
@@ -1436,13 +1486,11 @@
|
|
|
1436
1486
|
"sendFeedback": "Send Feedback",
|
|
1437
1487
|
"september": "September",
|
|
1438
1488
|
"serialNumber": "Serial number",
|
|
1439
|
-
"server": "Server",
|
|
1440
1489
|
"serverExtensions": "Sphere Zone Extensions",
|
|
1441
1490
|
"serversToBeAdded": "Servers to be added",
|
|
1442
1491
|
"serverUrl": "Server URL",
|
|
1443
1492
|
"serviceName": "Service name",
|
|
1444
1493
|
"serviceRestartRequired": "Service restart required",
|
|
1445
|
-
"services": "Services",
|
|
1446
1494
|
"serviceUnavailable": "Service is unavailable",
|
|
1447
1495
|
"sessions": "sessions",
|
|
1448
1496
|
"setAsDefault": "Set as default",
|
|
@@ -1462,7 +1510,6 @@
|
|
|
1462
1510
|
"shares": "Shares",
|
|
1463
1511
|
"sharesMustBe": "Shares must be between {0} and {1}.",
|
|
1464
1512
|
"sharing": "Sharing",
|
|
1465
|
-
"shortcuts": "Shortcuts",
|
|
1466
1513
|
"show": "Show",
|
|
1467
1514
|
"showColumns": "Show Columns",
|
|
1468
1515
|
"showKeyboard": "Show Keyboard",
|
|
@@ -1515,13 +1562,11 @@
|
|
|
1515
1562
|
"startAndStopWithHost": "Start and stop with host",
|
|
1516
1563
|
"startAndStopWithPortUsage": "Start and stop with port usage",
|
|
1517
1564
|
"startAutomaticallyIfAnyPorts": "Start automatically if any ports are open, and stop when all ports are closed",
|
|
1518
|
-
"startTime": "Start Time",
|
|
1519
1565
|
"startupPolicy": "Startup Policy",
|
|
1520
1566
|
"state": "State",
|
|
1521
1567
|
"static": "static",
|
|
1522
1568
|
"staticDiscovery": "Static Discovery",
|
|
1523
1569
|
"statType": "Stat type",
|
|
1524
|
-
"status": "Status",
|
|
1525
1570
|
"step": "Step",
|
|
1526
1571
|
"stop": "Stop",
|
|
1527
1572
|
"stopDirectConsoleUIService": "Stop Direct Console UI service?",
|
|
@@ -1554,7 +1599,6 @@
|
|
|
1554
1599
|
"subscribedLibraryAutomaticSynchronizationStopHourAfterWhichAutoSyncWontTriggeredUntilStartHour": "Subscribed library automatic synchronization stop hour after which auto-sync won't be triggered until start hour.",
|
|
1555
1600
|
"subscriptionUrl": "Subscription URL",
|
|
1556
1601
|
"subvendorId": "Subvendor ID",
|
|
1557
|
-
"success": "Success",
|
|
1558
1602
|
"summary": "Summary",
|
|
1559
1603
|
"sunday": "Sunday",
|
|
1560
1604
|
"support": "Support",
|
|
@@ -1576,16 +1620,12 @@
|
|
|
1576
1620
|
"tag": "Tag",
|
|
1577
1621
|
"tagName": "Tag name",
|
|
1578
1622
|
"tags": "Tags",
|
|
1579
|
-
"tagsCustomAttributes": "Tags & Custom Attributes",
|
|
1580
1623
|
"takeScreenshot": "Take Screenshot",
|
|
1581
1624
|
"takeSnapshot": "Take Snapshot",
|
|
1582
|
-
"target": "Target",
|
|
1583
1625
|
"targetDiscovery": "Target Discovery",
|
|
1584
1626
|
"targetName": "Target name",
|
|
1585
1627
|
"targetObjects": "Target Objects",
|
|
1586
1628
|
"taskConsole": "Task Console",
|
|
1587
|
-
"taskName": "Task Name",
|
|
1588
|
-
"tasks": "Tasks",
|
|
1589
1629
|
"tasksEvents": "Tasks and Events",
|
|
1590
1630
|
"tb": "TB",
|
|
1591
1631
|
"tcpConfiguration": "TCP/IP configuration",
|
|
@@ -1651,9 +1691,7 @@
|
|
|
1651
1691
|
"tpm": "TPM",
|
|
1652
1692
|
"trafficShaping": "Traffic shaping",
|
|
1653
1693
|
"transport": "Transport",
|
|
1654
|
-
"triggered": "Triggered",
|
|
1655
1694
|
"triggeredAlarms": "Triggered Alarms",
|
|
1656
|
-
"triggeringEvent": "Triggering Event",
|
|
1657
1695
|
"tuesday": "Tuesday",
|
|
1658
1696
|
"turnOffLed": "Turn Off Led",
|
|
1659
1697
|
"turnOnLed": "Turn On Led",
|
|
@@ -1706,7 +1744,6 @@
|
|
|
1706
1744
|
"userDefinedPowerManagementPolicy": "User-defined power management policy",
|
|
1707
1745
|
"useRedMarker": "Use Red Marker",
|
|
1708
1746
|
"userGroup": "User/Group",
|
|
1709
|
-
"username": "Username",
|
|
1710
1747
|
"userName": "Username",
|
|
1711
1748
|
"usernamePasswordRequired": "Username and password required",
|
|
1712
1749
|
"usernameShouldNotEmpty": "username should not be empty",
|
|
@@ -1717,7 +1754,6 @@
|
|
|
1717
1754
|
"usersCannotReuseAnyPreviousPasswords": "Users cannot reuse any previous {password} passwords",
|
|
1718
1755
|
"useSameCredentialsAllHosts": "Use the same credentials for all hosts",
|
|
1719
1756
|
"useStaticIPv4Settings": "Use static IPv4 settings",
|
|
1720
|
-
"useWindowsSessionAuthentication": "Use Windows session authentication",
|
|
1721
1757
|
"utilization": "Utilization",
|
|
1722
1758
|
"uuid": "UUID",
|
|
1723
1759
|
"validationForLicense": "Assignment Validation for evaluation license",
|
|
@@ -1803,7 +1839,6 @@
|
|
|
1803
1839
|
"vMOptions": "VM Options",
|
|
1804
1840
|
"vMotion": "vMotion",
|
|
1805
1841
|
"vmOverheadConsumed": "VM overhead consumed",
|
|
1806
|
-
"vms": "VMs",
|
|
1807
1842
|
"vms_amount": "Virtual machines",
|
|
1808
1843
|
"vMsAndTemplates": "VMs and Templates",
|
|
1809
1844
|
"vmStartupShutdown": "VM Startup/Shutdown",
|
|
@@ -1823,7 +1858,6 @@
|
|
|
1823
1858
|
"vSwitchTopology": "vSwitch topology",
|
|
1824
1859
|
"vVol": "vVol",
|
|
1825
1860
|
"vVolDesc": "Create a Virtual Volumes datastore on a storage container connected to a storage provider.",
|
|
1826
|
-
"warning": "Warning",
|
|
1827
1861
|
"warnings": "Warnings",
|
|
1828
1862
|
"webConsole": "Web Console",
|
|
1829
1863
|
"wednesday": "Wednesday",
|
|
@@ -1838,7 +1872,6 @@
|
|
|
1838
1872
|
"youCanFindMore": "You can find more related information at the Firmware page",
|
|
1839
1873
|
"yourSessionExpireAfter": "Your session is about to expire after",
|
|
1840
1874
|
"zlibCompression": "Zlib Compression",
|
|
1841
|
-
"zone": "Zone",
|
|
1842
1875
|
"cpuShares": "CPU Shares",
|
|
1843
1876
|
"cpuSharesValue": "CPU Shares Value",
|
|
1844
1877
|
"memoryShares": "Memory Shares",
|
|
@@ -2071,8 +2104,6 @@
|
|
|
2071
2104
|
"deletingSavedSettings": "Confirm deleting of saved settings",
|
|
2072
2105
|
"deletingSavedSettingsDesc": "Saved settings \"{0}\" will be deleted. Continue?",
|
|
2073
2106
|
"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
2107
|
"youAreHere": "You are here",
|
|
2077
2108
|
"showAllDatastores": "Show all datastores",
|
|
2078
2109
|
"showDatastoresConnectedAllHosts": "Show datastores connected to all hosts",
|
|
@@ -2363,10 +2394,7 @@
|
|
|
2363
2394
|
"loginZabbixAccount": "Login to Zabbix server",
|
|
2364
2395
|
"newView": "New view",
|
|
2365
2396
|
"viewDesc": "Select view to be used by {trademark} Client",
|
|
2366
|
-
"welcomeTo": "Welcome to",
|
|
2367
2397
|
"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
2398
|
"alert": "Alert",
|
|
2371
2399
|
"noTargetToScanIsSelected": "No target to scan is selected.",
|
|
2372
2400
|
"protectNewVolumes": "Protect new volumes",
|
|
@@ -2398,7 +2426,6 @@
|
|
|
2398
2426
|
"deviceType": "Device type",
|
|
2399
2427
|
"selectDisksInvolvedBackup": "Select the disks involved in the backup",
|
|
2400
2428
|
"dateTime": "Date Time",
|
|
2401
|
-
"task": "Task",
|
|
2402
2429
|
"eventTypeDescription": "Event Type Description",
|
|
2403
2430
|
"possibleCauses": "Possible Causes",
|
|
2404
2431
|
"importVms": "Import VMs",
|