bfg-common 1.3.593 → 1.3.594

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