bfg-common 1.3.590 → 1.3.591
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 +66 -77
- package/assets/localization/local_en.json +66 -77
- package/assets/localization/local_hy.json +66 -77
- package/assets/localization/local_kk.json +66 -77
- package/assets/localization/local_ru.json +66 -80
- package/assets/localization/local_zh.json +66 -77
- package/components/atoms/TheIcon2.vue +1366 -1366
- 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 +5 -4
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +37 -2
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +3 -0
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +9 -2
- package/components/common/monitor/advanced/Advanced.vue +7 -4
- package/components/common/monitor/advanced/tools/Tools.vue +7 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +19 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +3 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +3 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +34 -12
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- 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/composables/productNameLocal.ts +22 -31
- package/lib/models/interfaces.ts +3 -9
- package/lib/models/types.ts +13 -29
- package/package.json +1 -1
- package/plugins/recursion.ts +293 -293
- package/store/tasks/mappers/recentTasks.ts +45 -45
|
@@ -1,80 +1,4 @@
|
|
|
1
1
|
{
|
|
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
|
-
},
|
|
29
|
-
"auth": {
|
|
30
|
-
"welcomeTo": "Welcome to",
|
|
31
|
-
"username": "Username",
|
|
32
|
-
"password": "Password",
|
|
33
|
-
"login": "Login",
|
|
34
|
-
"authBgTextProcurator": "Utilize $*a$ single hypervisor $*to$ $*create$ virtual machines, $*manage$ storages $*and$ set up networks",
|
|
35
|
-
"downloadCertificate": "Download certificate",
|
|
36
|
-
"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.",
|
|
37
|
-
"useWindowsSessionAuthentication": "Use Windows session authentication",
|
|
38
|
-
"authBgTextSphere": "Monitor $*and$ control virtualization hosts $*with$ ease"
|
|
39
|
-
},
|
|
40
|
-
"home": {
|
|
41
|
-
"objectsWithMostAlerts": "Objects with most alerts"
|
|
42
|
-
},
|
|
43
|
-
"tasks": {
|
|
44
|
-
"task": "Task",
|
|
45
|
-
"recentTask": "Recent Tasks",
|
|
46
|
-
"taskName": "Task Name",
|
|
47
|
-
"moreTasks": "More Tasks"
|
|
48
|
-
},
|
|
49
|
-
"layout": {
|
|
50
|
-
"alarms": "Alarms",
|
|
51
|
-
"triggered": "Triggered",
|
|
52
|
-
"acknowledged": "Acknowledged",
|
|
53
|
-
"acknowledgedBy": "Acknowledged By",
|
|
54
|
-
"triggeringEvent": "Triggering Event",
|
|
55
|
-
"notifyWarningMsg": "There are expired or expiring licenses in your inventory.",
|
|
56
|
-
"notifyInfoMsg": "Horizon-VS management system updates are available"
|
|
57
|
-
},
|
|
58
|
-
"mainNavigation": {
|
|
59
|
-
"home": "Home",
|
|
60
|
-
"shortcuts": "Shortcuts",
|
|
61
|
-
"inventory": "Inventory",
|
|
62
|
-
"contentLibraries": "Content Libraries",
|
|
63
|
-
"globalInventoryLists": "Global Inventory Lists",
|
|
64
|
-
"policiesProfiles": "Policies and Profiles",
|
|
65
|
-
"autoDeploy": "Auto Deploy",
|
|
66
|
-
"hybridCloudServices": "Hybrid Cloud Services",
|
|
67
|
-
"developerCenter": "Developer Center",
|
|
68
|
-
"administration": "Administration",
|
|
69
|
-
"tasks": "Tasks",
|
|
70
|
-
"accessLog": "Access Log",
|
|
71
|
-
"events": "Events",
|
|
72
|
-
"logs": "Logs",
|
|
73
|
-
"tagsCustomAttributes": "Tags & Custom Attributes",
|
|
74
|
-
"lifecycleManager": "Lifecycle Manager",
|
|
75
|
-
"realizeOperations": "vRealize Operations",
|
|
76
|
-
"help": "Help"
|
|
77
|
-
},
|
|
78
2
|
"about": "About",
|
|
79
3
|
"aboutDesc1": "The product is subject to all terms of the license agreement. {companyName}",
|
|
80
4
|
"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.",
|
|
@@ -85,8 +9,11 @@
|
|
|
85
9
|
"access": "Access",
|
|
86
10
|
"accessControl": "Access Control",
|
|
87
11
|
"accessible": "Accessible",
|
|
12
|
+
"accessLog": "Access Log",
|
|
88
13
|
"accessMode": "Access Mode",
|
|
89
14
|
"acknowledge": "Acknowledge",
|
|
15
|
+
"acknowledged": "Acknowledged",
|
|
16
|
+
"acknowledgedBy": "Acknowledged By",
|
|
90
17
|
"actions": "Actions",
|
|
91
18
|
"actionsMenuPower": "Power",
|
|
92
19
|
"active_ports": "Active ports",
|
|
@@ -134,6 +61,7 @@
|
|
|
134
61
|
"addTcpAdapter": "Add NVMe over TCP adapter",
|
|
135
62
|
"addUser": "Add User",
|
|
136
63
|
"adfsServer": "ADFS server",
|
|
64
|
+
"administration": "Administration",
|
|
137
65
|
"admission": "Admission",
|
|
138
66
|
"advanced": "Advanced",
|
|
139
67
|
"advancedConfiguration": "Advanced configuration",
|
|
@@ -143,8 +71,10 @@
|
|
|
143
71
|
"agentVmSettings": "Agent VM Settings",
|
|
144
72
|
"alarmActions": "Alarm Actions",
|
|
145
73
|
"alarmDefinitions": "Alarm Definitions",
|
|
74
|
+
"alarms": "Alarms",
|
|
146
75
|
"alerts": "Alerts",
|
|
147
76
|
"alias": "Alias",
|
|
77
|
+
"all": "All",
|
|
148
78
|
"allActiveAdaptersAreDisconnected": "All active physical network adapters assigned to the switch are disconnected.",
|
|
149
79
|
"allFiles": "All files",
|
|
150
80
|
"allGroups": "All Groups",
|
|
@@ -187,6 +117,7 @@
|
|
|
187
117
|
"authenticationMethod": "Authentication Method",
|
|
188
118
|
"authenticationServices": "Authentication Services",
|
|
189
119
|
"auto": "Auto",
|
|
120
|
+
"autoDeploy": "Auto Deploy",
|
|
190
121
|
"autoDetectSettings": "Auto-detect settings",
|
|
191
122
|
"automatic": "Automatic",
|
|
192
123
|
"automaticSynchronization": "Automatic synchronization",
|
|
@@ -213,6 +144,7 @@
|
|
|
213
144
|
"baseDistinguishedNameForUsers": "Base distinguished name for users",
|
|
214
145
|
"basics": "Basics",
|
|
215
146
|
"beaconProbing": "Beacon probing",
|
|
147
|
+
"beta": "Beta",
|
|
216
148
|
"bIOSManufacturer": "BIOS manufacturer",
|
|
217
149
|
"bIOSReleaseDate": "BIOS release date",
|
|
218
150
|
"bIOSVersion": "BIOS version",
|
|
@@ -277,6 +209,7 @@
|
|
|
277
209
|
"chosenDatastoreName": "Chosen name form datastore",
|
|
278
210
|
"ciscoDiscoveryProtocol": "Cisco Discovery Protocol",
|
|
279
211
|
"classId": "Class ID",
|
|
212
|
+
"clearAll": "Clear All",
|
|
280
213
|
"clickAndDragTheMouseToAnnotate": "Click and drag the mouse to annotate the screenshot below",
|
|
281
214
|
"clickFinishStartCreation": "Click Finish to start creation.",
|
|
282
215
|
"clickOkDiscardTheIssuesAndProceedCancelReviewChanges": "Click OK to discard the issues and proceed or Cancel to review your changes.",
|
|
@@ -313,6 +246,7 @@
|
|
|
313
246
|
"compatibleWith": "Compatible with",
|
|
314
247
|
"complement": "Complement",
|
|
315
248
|
"completed": "Completed",
|
|
249
|
+
"completionTime": "Completion Time",
|
|
316
250
|
"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.).",
|
|
317
251
|
"concurrentTransferLimitIfExceededTransfersWillBeQueued": "Concurrent transfer limit. If exceeded, transfers will be queued.",
|
|
318
252
|
"configuration": "Configuration",
|
|
@@ -361,6 +295,7 @@
|
|
|
361
295
|
"consumedCpu": "Consumed CPU",
|
|
362
296
|
"consumedMemory": "Consumed Memory",
|
|
363
297
|
"containerVolumes": "Container Volumes",
|
|
298
|
+
"contentLibraries": "Content Libraries",
|
|
364
299
|
"contents": "Contents",
|
|
365
300
|
"continue": "Continue",
|
|
366
301
|
"control": "Control",
|
|
@@ -469,6 +404,8 @@
|
|
|
469
404
|
"detachDevice": "Detach Device",
|
|
470
405
|
"detachDeviceDesc": "Are you sure you want to detach the selected device from the host?",
|
|
471
406
|
"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",
|
|
472
409
|
"device": "Device",
|
|
473
410
|
"deviceBacking": "Device Backing",
|
|
474
411
|
"deviceId": "Device ID",
|
|
@@ -608,13 +545,16 @@
|
|
|
608
545
|
"erasePartitionsDevice": "Erase partitions on Device",
|
|
609
546
|
"erasePartitionsDeviceAlert": "You are about to permanently delete all existing partitions on the device.",
|
|
610
547
|
"erasePartitionsDeviceDesc": "Erase partitions on selected devices?",
|
|
548
|
+
"error": "Error",
|
|
611
549
|
"evcCpuMode": "EVC CPU Mode",
|
|
612
550
|
"evcGraphicsMode": "EVC Graphics Mode (vSGA)",
|
|
613
551
|
"evcMode": "EVC mode",
|
|
614
552
|
"eventConsole": "Event Console",
|
|
615
553
|
"eventId": "Event ID",
|
|
554
|
+
"events": "Events",
|
|
616
555
|
"eventTypeId": "Event Type ID",
|
|
617
556
|
"example": "Example",
|
|
557
|
+
"executionTime": "Execution Time",
|
|
618
558
|
"existingHardDisk": "Existing Hard Disk",
|
|
619
559
|
"existingHost": "Existing hosts",
|
|
620
560
|
"existingLicense": "Existing License",
|
|
@@ -628,6 +568,7 @@
|
|
|
628
568
|
"exposeHardwareAssistedVirtualizationGuestOs": "Expose hardware assisted virtualization to the guest OS",
|
|
629
569
|
"extent": "Extent 0",
|
|
630
570
|
"failback": "Failback",
|
|
571
|
+
"failed": "Failed",
|
|
631
572
|
"failoverOrder": "Failover order",
|
|
632
573
|
"fallbackNtpServers": "Fallback NTP servers",
|
|
633
574
|
"faultDomain": "Fault Domain",
|
|
@@ -680,6 +621,7 @@
|
|
|
680
621
|
"getMtuFromSwitch": "Get MTU from switch",
|
|
681
622
|
"ghz": "GHz",
|
|
682
623
|
"global": "Global",
|
|
624
|
+
"globalInventoryLists": "Global Inventory Lists",
|
|
683
625
|
"globalPermissionRoot": "Global Permission Root",
|
|
684
626
|
"globalPermissions": "Global Permissions",
|
|
685
627
|
"good": "Good",
|
|
@@ -715,6 +657,7 @@
|
|
|
715
657
|
"healthCheck": "Health Check",
|
|
716
658
|
"healthCheckTableServicesStatus": "Health Check",
|
|
717
659
|
"healthStatus": "Health Status",
|
|
660
|
+
"help": "Help",
|
|
718
661
|
"helpAboutText1": "Copyright © 1998-2022 {trademark}, Inc. All rights reserved.",
|
|
719
662
|
"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.",
|
|
720
663
|
"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.",
|
|
@@ -725,6 +668,7 @@
|
|
|
725
668
|
"highAvailability": "HA State",
|
|
726
669
|
"highPerformance": "High performance",
|
|
727
670
|
"history": "History",
|
|
671
|
+
"home": "Home",
|
|
728
672
|
"host": "Host",
|
|
729
673
|
"hostCacheConfiguration": "Host Cache Configuration",
|
|
730
674
|
"hostClusterSupportsMoreVirtualMachineVersionSelectCompatibilityVirtualMachine": "The host or cluster supports more than one {trademark} virtual machine version. Select a compatibility for the virtual machine.",
|
|
@@ -745,6 +689,7 @@
|
|
|
745
689
|
"hostProfile": "Host Profile",
|
|
746
690
|
"hostProfiles": "Host Profiles",
|
|
747
691
|
"hostReviewSummary": "Review the host summary",
|
|
692
|
+
"hosts": "Hosts",
|
|
748
693
|
"hosts_amount": "Hosts",
|
|
749
694
|
"hostsAccessibility": "Hosts accessibility",
|
|
750
695
|
"hostsAccessibilityDesc": "Select the hosts that require access to the datastore.",
|
|
@@ -757,6 +702,7 @@
|
|
|
757
702
|
"hours": "hours",
|
|
758
703
|
"hours2": "Hour(s)",
|
|
759
704
|
"howWouldLikeCreateVirtualMachine": "How would you like to create a virtual machine?",
|
|
705
|
+
"hybridCloudServices": "Hybrid Cloud Services",
|
|
760
706
|
"hyperthreading": "Hyperthreading",
|
|
761
707
|
"hyperthreadingStatus": "Hyperthreading Status",
|
|
762
708
|
"hypervisor": "Hypervisor",
|
|
@@ -789,8 +735,10 @@
|
|
|
789
735
|
"independentNonPersistent": "Independent - Non-persistent",
|
|
790
736
|
"independentPersistent": "Independent - persistent",
|
|
791
737
|
"inflate": "Inflate",
|
|
738
|
+
"info": "Info",
|
|
792
739
|
"information": "Information",
|
|
793
740
|
"init": "Initialization",
|
|
741
|
+
"initiator": "Initiator",
|
|
794
742
|
"inputContainsInvalidCharacters": "The input contains invalid characters.",
|
|
795
743
|
"inputDevices": "Input Devices",
|
|
796
744
|
"installDate": "Install date",
|
|
@@ -806,6 +754,7 @@
|
|
|
806
754
|
"invalidMacAddress": "The MAC address entered is invalid. Enter a different MAC address or select a different assignment method.",
|
|
807
755
|
"invalidTimeEntry": "Invalid time entry",
|
|
808
756
|
"inventories": "Inventories",
|
|
757
|
+
"inventory": "Inventory",
|
|
809
758
|
"inventoryDesc": " Select the items that will show up in the inventory tree (left panel)",
|
|
810
759
|
"ioFilters": "I/O Filters",
|
|
811
760
|
"iommu": "I/O MMU",
|
|
@@ -839,6 +788,7 @@
|
|
|
839
788
|
"issuer": "Issuer",
|
|
840
789
|
"issuesAlarms": "Issues and Alarms",
|
|
841
790
|
"item": "Item",
|
|
791
|
+
"items": "Items",
|
|
842
792
|
"itemsPerPage": "Items per page",
|
|
843
793
|
"january": "January",
|
|
844
794
|
"join": "Join",
|
|
@@ -893,6 +843,7 @@
|
|
|
893
843
|
"licenseKey": "License Key",
|
|
894
844
|
"licenses": "Licenses",
|
|
895
845
|
"licensing": "Licensing",
|
|
846
|
+
"lifecycleManager": "Lifecycle Manager",
|
|
896
847
|
"limit": "Limit",
|
|
897
848
|
"limitIops": "Limit - IOPs",
|
|
898
849
|
"limitMustBe": "Limit must be greater then or equal to {0}.",
|
|
@@ -918,9 +869,11 @@
|
|
|
918
869
|
"lockGuestOperatingSystemLastRemoteUserDisconnects": "Lock the guest operating system when the last remote user disconnects",
|
|
919
870
|
"lockoutPolicy": "Lockout Policy",
|
|
920
871
|
"logical_processors": "Logical Processors",
|
|
872
|
+
"login": "Login",
|
|
921
873
|
"loginHostFailed": "Login to host {0} failed.",
|
|
922
874
|
"loginMessage": "Login Message",
|
|
923
875
|
"logout": "Logout",
|
|
876
|
+
"logs": "Logs",
|
|
924
877
|
"low": "Low",
|
|
925
878
|
"lowercaseCharacters": "lowercase characters",
|
|
926
879
|
"lowPower": "Low power",
|
|
@@ -1020,6 +973,7 @@
|
|
|
1020
973
|
"more": "More",
|
|
1021
974
|
"moreInfo": "MORE INFO",
|
|
1022
975
|
"moreInformation": "More information",
|
|
976
|
+
"moreTasks": "More Tasks",
|
|
1023
977
|
"motherboardModel": "Motherboard model",
|
|
1024
978
|
"mountGuestTools": "Mount Guest Tools",
|
|
1025
979
|
"mountNfsReadOnly": "Mount NFS as read-only",
|
|
@@ -1036,6 +990,7 @@
|
|
|
1036
990
|
"multiPathingPolicies": "Multipathing Policies",
|
|
1037
991
|
"multipleItemsSelected": "Multiple items selected",
|
|
1038
992
|
"multiWriter": "Multi-writer",
|
|
993
|
+
"name": "Name",
|
|
1039
994
|
"nameAlreadyExists": "The name {0} already exists.",
|
|
1040
995
|
"nameAndConfiguration": "Name and configuration",
|
|
1041
996
|
"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.",
|
|
@@ -1136,8 +1091,10 @@
|
|
|
1136
1091
|
"note": "Note",
|
|
1137
1092
|
"notes": "Notes",
|
|
1138
1093
|
"notifyInfoActionText": "View updates",
|
|
1094
|
+
"notifyInfoMsg": "Horizon-VS management system updates are available",
|
|
1139
1095
|
"notifySwitches": "Notify switches",
|
|
1140
1096
|
"notifyWarningActionText": "Manage your licenses",
|
|
1097
|
+
"notifyWarningMsg": "There are expired or expiring licenses in your inventory.",
|
|
1141
1098
|
"notInstalled": "not installed",
|
|
1142
1099
|
"notRunning": "Not running",
|
|
1143
1100
|
"notScheduled": "Not scheduled",
|
|
@@ -1153,6 +1110,8 @@
|
|
|
1153
1110
|
"nvidiaGridGpuProfile": "NVIDIA GRID vGPU Profile",
|
|
1154
1111
|
"nvmEOverRDMA": "NVMe over RDMA",
|
|
1155
1112
|
"nvmEOverTCP": "NVMe over TCP",
|
|
1113
|
+
"object": "Object",
|
|
1114
|
+
"objectsWithMostAlerts": "Objects with most alerts",
|
|
1156
1115
|
"obtainIPv4SettingsAutomatically": "Obtain IPv4 settings automatically",
|
|
1157
1116
|
"obtainSetAutoFromVMKernelNA": "Obtain settings automatically from a VMkernel network adapter",
|
|
1158
1117
|
"october": "October",
|
|
@@ -1195,6 +1154,7 @@
|
|
|
1195
1154
|
"passThroughDirectPathIO": "Pass-through (Direct-path I/O)",
|
|
1196
1155
|
"passthroughEnabledDevices": "Passthrough-enabled devices",
|
|
1197
1156
|
"passthroughHostCpu": "Passthrough Host CPU",
|
|
1157
|
+
"password": "Password",
|
|
1198
1158
|
"passwordErrorText": "Please enter a valid password",
|
|
1199
1159
|
"passwordMustBeChangedEvery": "Password must be changed every",
|
|
1200
1160
|
"passwordMustBeChangedEveryDays": "Password must be changed every {day} days",
|
|
@@ -1243,6 +1203,7 @@
|
|
|
1243
1203
|
"pngJpegFilesSupported": ".png, .jpeg files supported",
|
|
1244
1204
|
"pointingDevice": "Pointing device",
|
|
1245
1205
|
"policies": "Policies",
|
|
1206
|
+
"policiesProfiles": "Policies and Profiles",
|
|
1246
1207
|
"policy": "Policy",
|
|
1247
1208
|
"portGroup": "Port Group",
|
|
1248
1209
|
"portGroupHandlesVirtualMachineTraffic": "A port group handles the virtual machine traffic on standard switch.",
|
|
@@ -1296,14 +1257,17 @@
|
|
|
1296
1257
|
"publishingEnabled": "Publishing enabled",
|
|
1297
1258
|
"putSelectedHostsMaintenanceMode": "Put the selected hosts in maintenance mode?",
|
|
1298
1259
|
"queued": "Queued",
|
|
1260
|
+
"queuedFor": "Queued For",
|
|
1299
1261
|
"quiesceGuestFileSystem": "Quiesce guest file system",
|
|
1300
1262
|
"quiesceGuestFileSystemRequiresVMTools": "Quiesce guest file system(requires VM tools)",
|
|
1301
1263
|
"range": "Range",
|
|
1302
1264
|
"readyComplete": "Ready to Complete",
|
|
1303
1265
|
"readyCompleteDesc": "Review your selections before finishing the wizard",
|
|
1266
|
+
"realizeOperations": "vRealize Operations",
|
|
1304
1267
|
"realTime": "Real-time",
|
|
1305
1268
|
"reboot": "Reboot",
|
|
1306
1269
|
"rebootNodeApplyChanges": "Reboot the node to apply changes.",
|
|
1270
|
+
"recentTask": "Recent Tasks",
|
|
1307
1271
|
"recommendations": "Recommendations",
|
|
1308
1272
|
"recommended": "recommended",
|
|
1309
1273
|
"reconnect": "Reconnect",
|
|
@@ -1387,6 +1351,7 @@
|
|
|
1387
1351
|
"routeBasedSourceMacHash": "Route based on source MAC hash",
|
|
1388
1352
|
"routerAdvertisement": "Router advertisement",
|
|
1389
1353
|
"routing": "Routing",
|
|
1354
|
+
"running": "Running",
|
|
1390
1355
|
"runningStatus": "Running Status",
|
|
1391
1356
|
"runtimeName": "Runtime Name",
|
|
1392
1357
|
"sata": "Sata",
|
|
@@ -1471,11 +1436,13 @@
|
|
|
1471
1436
|
"sendFeedback": "Send Feedback",
|
|
1472
1437
|
"september": "September",
|
|
1473
1438
|
"serialNumber": "Serial number",
|
|
1439
|
+
"server": "Server",
|
|
1474
1440
|
"serverExtensions": "Sphere Zone Extensions",
|
|
1475
1441
|
"serversToBeAdded": "Servers to be added",
|
|
1476
1442
|
"serverUrl": "Server URL",
|
|
1477
1443
|
"serviceName": "Service name",
|
|
1478
1444
|
"serviceRestartRequired": "Service restart required",
|
|
1445
|
+
"services": "Services",
|
|
1479
1446
|
"serviceUnavailable": "Service is unavailable",
|
|
1480
1447
|
"sessions": "sessions",
|
|
1481
1448
|
"setAsDefault": "Set as default",
|
|
@@ -1495,6 +1462,7 @@
|
|
|
1495
1462
|
"shares": "Shares",
|
|
1496
1463
|
"sharesMustBe": "Shares must be between {0} and {1}.",
|
|
1497
1464
|
"sharing": "Sharing",
|
|
1465
|
+
"shortcuts": "Shortcuts",
|
|
1498
1466
|
"show": "Show",
|
|
1499
1467
|
"showColumns": "Show Columns",
|
|
1500
1468
|
"showKeyboard": "Show Keyboard",
|
|
@@ -1547,11 +1515,13 @@
|
|
|
1547
1515
|
"startAndStopWithHost": "Start and stop with host",
|
|
1548
1516
|
"startAndStopWithPortUsage": "Start and stop with port usage",
|
|
1549
1517
|
"startAutomaticallyIfAnyPorts": "Start automatically if any ports are open, and stop when all ports are closed",
|
|
1518
|
+
"startTime": "Start Time",
|
|
1550
1519
|
"startupPolicy": "Startup Policy",
|
|
1551
1520
|
"state": "State",
|
|
1552
1521
|
"static": "static",
|
|
1553
1522
|
"staticDiscovery": "Static Discovery",
|
|
1554
1523
|
"statType": "Stat type",
|
|
1524
|
+
"status": "Status",
|
|
1555
1525
|
"step": "Step",
|
|
1556
1526
|
"stop": "Stop",
|
|
1557
1527
|
"stopDirectConsoleUIService": "Stop Direct Console UI service?",
|
|
@@ -1584,6 +1554,7 @@
|
|
|
1584
1554
|
"subscribedLibraryAutomaticSynchronizationStopHourAfterWhichAutoSyncWontTriggeredUntilStartHour": "Subscribed library automatic synchronization stop hour after which auto-sync won't be triggered until start hour.",
|
|
1585
1555
|
"subscriptionUrl": "Subscription URL",
|
|
1586
1556
|
"subvendorId": "Subvendor ID",
|
|
1557
|
+
"success": "Success",
|
|
1587
1558
|
"summary": "Summary",
|
|
1588
1559
|
"sunday": "Sunday",
|
|
1589
1560
|
"support": "Support",
|
|
@@ -1605,12 +1576,16 @@
|
|
|
1605
1576
|
"tag": "Tag",
|
|
1606
1577
|
"tagName": "Tag name",
|
|
1607
1578
|
"tags": "Tags",
|
|
1579
|
+
"tagsCustomAttributes": "Tags & Custom Attributes",
|
|
1608
1580
|
"takeScreenshot": "Take Screenshot",
|
|
1609
1581
|
"takeSnapshot": "Take Snapshot",
|
|
1582
|
+
"target": "Target",
|
|
1610
1583
|
"targetDiscovery": "Target Discovery",
|
|
1611
1584
|
"targetName": "Target name",
|
|
1612
1585
|
"targetObjects": "Target Objects",
|
|
1613
1586
|
"taskConsole": "Task Console",
|
|
1587
|
+
"taskName": "Task Name",
|
|
1588
|
+
"tasks": "Tasks",
|
|
1614
1589
|
"tasksEvents": "Tasks and Events",
|
|
1615
1590
|
"tb": "TB",
|
|
1616
1591
|
"tcpConfiguration": "TCP/IP configuration",
|
|
@@ -1676,7 +1651,9 @@
|
|
|
1676
1651
|
"tpm": "TPM",
|
|
1677
1652
|
"trafficShaping": "Traffic shaping",
|
|
1678
1653
|
"transport": "Transport",
|
|
1654
|
+
"triggered": "Triggered",
|
|
1679
1655
|
"triggeredAlarms": "Triggered Alarms",
|
|
1656
|
+
"triggeringEvent": "Triggering Event",
|
|
1680
1657
|
"tuesday": "Tuesday",
|
|
1681
1658
|
"turnOffLed": "Turn Off Led",
|
|
1682
1659
|
"turnOnLed": "Turn On Led",
|
|
@@ -1729,6 +1706,7 @@
|
|
|
1729
1706
|
"userDefinedPowerManagementPolicy": "User-defined power management policy",
|
|
1730
1707
|
"useRedMarker": "Use Red Marker",
|
|
1731
1708
|
"userGroup": "User/Group",
|
|
1709
|
+
"username": "Username",
|
|
1732
1710
|
"userName": "Username",
|
|
1733
1711
|
"usernamePasswordRequired": "Username and password required",
|
|
1734
1712
|
"usernameShouldNotEmpty": "username should not be empty",
|
|
@@ -1739,6 +1717,7 @@
|
|
|
1739
1717
|
"usersCannotReuseAnyPreviousPasswords": "Users cannot reuse any previous {password} passwords",
|
|
1740
1718
|
"useSameCredentialsAllHosts": "Use the same credentials for all hosts",
|
|
1741
1719
|
"useStaticIPv4Settings": "Use static IPv4 settings",
|
|
1720
|
+
"useWindowsSessionAuthentication": "Use Windows session authentication",
|
|
1742
1721
|
"utilization": "Utilization",
|
|
1743
1722
|
"uuid": "UUID",
|
|
1744
1723
|
"validationForLicense": "Assignment Validation for evaluation license",
|
|
@@ -1824,6 +1803,7 @@
|
|
|
1824
1803
|
"vMOptions": "VM Options",
|
|
1825
1804
|
"vMotion": "vMotion",
|
|
1826
1805
|
"vmOverheadConsumed": "VM overhead consumed",
|
|
1806
|
+
"vms": "VMs",
|
|
1827
1807
|
"vms_amount": "Virtual machines",
|
|
1828
1808
|
"vMsAndTemplates": "VMs and Templates",
|
|
1829
1809
|
"vmStartupShutdown": "VM Startup/Shutdown",
|
|
@@ -1843,6 +1823,7 @@
|
|
|
1843
1823
|
"vSwitchTopology": "vSwitch topology",
|
|
1844
1824
|
"vVol": "vVol",
|
|
1845
1825
|
"vVolDesc": "Create a Virtual Volumes datastore on a storage container connected to a storage provider.",
|
|
1826
|
+
"warning": "Warning",
|
|
1846
1827
|
"warnings": "Warnings",
|
|
1847
1828
|
"webConsole": "Web Console",
|
|
1848
1829
|
"wednesday": "Wednesday",
|
|
@@ -1857,6 +1838,7 @@
|
|
|
1857
1838
|
"youCanFindMore": "You can find more related information at the Firmware page",
|
|
1858
1839
|
"yourSessionExpireAfter": "Your session is about to expire after",
|
|
1859
1840
|
"zlibCompression": "Zlib Compression",
|
|
1841
|
+
"zone": "Zone",
|
|
1860
1842
|
"cpuShares": "CPU Shares",
|
|
1861
1843
|
"cpuSharesValue": "CPU Shares Value",
|
|
1862
1844
|
"memoryShares": "Memory Shares",
|
|
@@ -2089,6 +2071,8 @@
|
|
|
2089
2071
|
"deletingSavedSettings": "Confirm deleting of saved settings",
|
|
2090
2072
|
"deletingSavedSettingsDesc": "Saved settings \"{0}\" will be deleted. Continue?",
|
|
2091
2073
|
"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.",
|
|
2092
2076
|
"youAreHere": "You are here",
|
|
2093
2077
|
"showAllDatastores": "Show all datastores",
|
|
2094
2078
|
"showDatastoresConnectedAllHosts": "Show datastores connected to all hosts",
|
|
@@ -2379,7 +2363,10 @@
|
|
|
2379
2363
|
"loginZabbixAccount": "Login to Zabbix server",
|
|
2380
2364
|
"newView": "New view",
|
|
2381
2365
|
"viewDesc": "Select view to be used by {trademark} Client",
|
|
2366
|
+
"welcomeTo": "Welcome to",
|
|
2382
2367
|
"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",
|
|
2383
2370
|
"alert": "Alert",
|
|
2384
2371
|
"noTargetToScanIsSelected": "No target to scan is selected.",
|
|
2385
2372
|
"protectNewVolumes": "Protect new volumes",
|
|
@@ -2411,6 +2398,7 @@
|
|
|
2411
2398
|
"deviceType": "Device type",
|
|
2412
2399
|
"selectDisksInvolvedBackup": "Select the disks involved in the backup",
|
|
2413
2400
|
"dateTime": "Date Time",
|
|
2401
|
+
"task": "Task",
|
|
2414
2402
|
"eventTypeDescription": "Event Type Description",
|
|
2415
2403
|
"possibleCauses": "Possible Causes",
|
|
2416
2404
|
"importVms": "Import VMs",
|
|
@@ -2451,5 +2439,6 @@
|
|
|
2451
2439
|
"lastBackup": "Last backup",
|
|
2452
2440
|
"sourceVmName": "Source VM name",
|
|
2453
2441
|
"editMultiPathingPolicies": "Edit Multipathing Policies",
|
|
2454
|
-
"preferedPath": "Prefered path"
|
|
2442
|
+
"preferedPath": "Prefered path",
|
|
2443
|
+
"preferedPathForIos": "Prefered path for I/Os"
|
|
2455
2444
|
}
|