bfg-common 1.3.591 → 1.3.592

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