bfg-common 1.3.594 → 1.3.595

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/assets/localization/local_be.json +92 -78
  2. package/assets/localization/local_en.json +92 -78
  3. package/assets/localization/local_hy.json +92 -78
  4. package/assets/localization/local_kk.json +91 -78
  5. package/assets/localization/local_ru.json +95 -78
  6. package/assets/localization/local_zh.json +92 -78
  7. package/components/atoms/TheIcon2.vue +1366 -1366
  8. package/components/atoms/modal/bySteps/BySteps.vue +1 -1
  9. package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +1 -1
  10. package/components/atoms/table/dataGrid/DataGridPagination.vue +1 -1
  11. package/components/atoms/wizard/Wizard.vue +1 -1
  12. package/components/common/browse/Browse.vue +240 -240
  13. package/components/common/browse/blocks/Title.vue +91 -91
  14. package/components/common/browse/blocks/info/Date.vue +21 -21
  15. package/components/common/context/recursion/Recursion.vue +86 -86
  16. package/components/common/context/recursion/RecursionNew.vue +198 -198
  17. package/components/common/context/recursion/RecursionOld.vue +212 -212
  18. package/components/common/layout/theHeader/TheHeaderNew.vue +4 -5
  19. package/components/common/layout/theHeader/feedback/Feedback.vue +1 -1
  20. package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +2 -37
  21. package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +2 -5
  22. package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +2 -2
  23. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +1 -1
  24. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +1 -1
  25. package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +2 -9
  26. package/components/common/monitor/advanced/Advanced.vue +4 -7
  27. package/components/common/monitor/advanced/tools/Tools.vue +4 -7
  28. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +4 -15
  29. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +2 -3
  30. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +1 -1
  31. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +2 -3
  32. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +12 -34
  33. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +3 -8
  34. package/components/common/pages/Tasks.vue +2 -2
  35. package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
  36. package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
  37. package/components/common/shortcuts/Shortcuts.vue +1 -1
  38. package/components/common/split/horizontal/HorizontalNew.vue +321 -321
  39. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +1 -1
  40. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +2 -2
  41. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +1 -1
  42. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +1 -1
  43. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +1 -1
  44. package/components/common/wizards/datastore/add/Add.vue +437 -437
  45. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +2 -2
  46. package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +95 -95
  47. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +3 -3
  48. package/composables/productNameLocal.ts +40 -22
  49. package/lib/models/interfaces.ts +9 -3
  50. package/lib/models/types.ts +29 -13
  51. package/lib/utils/sendTask.ts +1 -1
  52. package/package.json +1 -1
  53. package/plugins/recursion.ts +293 -293
  54. package/store/tasks/mappers/recentTasks.ts +45 -45
@@ -1,5 +1,95 @@
1
1
  {
2
- "about": "关于我们",
2
+ "common": {
3
+ "success": "成功",
4
+ "warning": "警告",
5
+ "error": "错误",
6
+ "info": "信息",
7
+ "clearAll": "全部清除",
8
+ "vms": "虚拟机",
9
+ "hosts": "主机",
10
+ "services": "服务",
11
+ "target": "目标",
12
+ "status": "地位",
13
+ "details": "细节",
14
+ "initiator": "发起人",
15
+ "queuedFor": "符合",
16
+ "startTime": "开始时间",
17
+ "completionTime": "完成时间",
18
+ "executionTime": "执行时间",
19
+ "server": "服务器",
20
+ "zone": "区",
21
+ "object": "一个东西",
22
+ "name": "姓名",
23
+ "all": "全部",
24
+ "running": "跑步",
25
+ "failed": "失败的",
26
+ "items": "元素",
27
+ "beta": "测试版",
28
+ "emptyRelatedEvents": "没有相关事件。",
29
+ "assignedTag": "分配的标签",
30
+ "description": "描述",
31
+ "previous": "以前的",
32
+ "next": "更远",
33
+ "node": "节点",
34
+ "fieldRequired": "此字段是必需的",
35
+ "domain": "领域"
36
+ },
37
+ "auth": {
38
+ "welcomeTo": "欢迎来到",
39
+ "username": "用户名",
40
+ "password": "密码",
41
+ "login": "入口",
42
+ "authBgTextProcurator": "利用单 $*个$ 虚拟机管理程序创建虚拟机、管理存储和 $*设$ 置网络",
43
+ "downloadCertificate": "下载证书",
44
+ "invalidCertificateDescription": "注意力!默认情况下安装自签名 SSL 证书。要继续使用此 SSL 证书,您需要将其添加到根存储区。这可以在所有客户端设备上完成,或者替换为组织的 SSL 证书,或者使用您自己的证书。",
45
+ "useWindowsSessionAuthentication": "使用 Windows 会话身份验证",
46
+ "authBgTextSphere": "轻松 $*监$ 控和控制虚拟 $*化$ 主机"
47
+ },
48
+ "home": {
49
+ "objectsWithMostAlerts": "警报最多的对象"
50
+ },
51
+ "tasks": {
52
+ "task": "任务",
53
+ "recentTask": "最近的任务",
54
+ "taskName": "任务名称",
55
+ "moreTasks": "附加任务"
56
+ },
57
+ "layout": {
58
+ "alarms": "闹钟",
59
+ "triggered": "推出",
60
+ "acknowledged": "确认的",
61
+ "acknowledgedBy": "认可",
62
+ "triggeringEvent": "触发事件",
63
+ "notifyWarningMsg": "您的清单中有已过期或即将过期的许可证。",
64
+ "notifyInfoMsg": "提供 Horizo​​n-VS 管理系统更新",
65
+ "about": "关于我们"
66
+ },
67
+ "mainNavigation": {
68
+ "home": "家",
69
+ "shortcuts": "标签",
70
+ "inventory": "存货",
71
+ "contentLibraries": "内容库",
72
+ "globalInventoryLists": "全球库存",
73
+ "policiesProfiles": "政策和概况",
74
+ "autoDeploy": "自动部署",
75
+ "hybridCloudServices": "混合云服务",
76
+ "developerCenter": "开发者中心",
77
+ "administration": "行政",
78
+ "tasks": "任务",
79
+ "accessLog": "访问日志",
80
+ "events": "事件",
81
+ "logs": "日志",
82
+ "tagsCustomAttributes": "标签和自定义属性",
83
+ "lifecycleManager": "生命周期经理",
84
+ "realizeOperations": "执行操作",
85
+ "help": "帮助"
86
+ },
87
+ "administration": {
88
+ "joinAd": "加入广告",
89
+ "leaveAd": "留下广告",
90
+ "joinActiveDirectoryDomain": "加入下域"
91
+ },
92
+
3
93
  "aboutDesc1": "该产品受许可协议所有条款的约束。 {companyName}",
4
94
  "aboutDesc2": "拥有{trademark} PC 的独家版权。 未经{companyName}明确书面许可,不得出于商业目的复制或转让本产品或其部分内容给第三方。",
5
95
  "aboutHeading": "©️ {companyName},2023。",
@@ -9,11 +99,8 @@
9
99
  "access": "使用权",
10
100
  "accessControl": "访问控制",
11
101
  "accessible": "无障碍",
12
- "accessLog": "访问日志",
13
102
  "accessMode": "访问方式",
14
103
  "acknowledge": "有意识",
15
- "acknowledged": "确认的",
16
- "acknowledgedBy": "认可",
17
104
  "actions": "动作",
18
105
  "actionsMenuPower": "力量",
19
106
  "active_ports": "活动端口",
@@ -61,7 +148,6 @@
61
148
  "addTcpAdapter": "添加 NVMe over TCP 适配器",
62
149
  "addUser": "添加用户",
63
150
  "adfsServer": "ADFS服务器",
64
- "administration": "行政",
65
151
  "admission": "入場費",
66
152
  "advanced": "先进的",
67
153
  "advancedConfiguration": "高级配置",
@@ -71,10 +157,8 @@
71
157
  "agentVmSettings": "代理虚拟机设置",
72
158
  "alarmActions": "报警动作",
73
159
  "alarmDefinitions": "警报定义",
74
- "alarms": "闹钟",
75
160
  "alerts": "警报",
76
161
  "alias": "别名",
77
- "all": "全部",
78
162
  "allActiveAdaptersAreDisconnected": "分配给交换机的所有活动物理网络适配器都断开连接。",
79
163
  "allFiles": "全部文件",
80
164
  "allGroups": "所有团体",
@@ -99,7 +183,6 @@
99
183
  "assetTag": "资产标签",
100
184
  "assign": "委",
101
185
  "assignedAdapters": "分配的适配器",
102
- "assignedTag": "分配的标签",
103
186
  "assignExistingOrNewLicense": "将现有或新许可证分配给主机",
104
187
  "assignFreePhysicalNetworkAdaptersToTheNewSwitch": "为新交换机分配空闲物理网络适配器。",
105
188
  "assignLicense": "分配許可證",
@@ -117,7 +200,6 @@
117
200
  "authenticationMethod": "身份验证方法",
118
201
  "authenticationServices": "认证服务",
119
202
  "auto": "自动地",
120
- "autoDeploy": "自动部署",
121
203
  "autoDetectSettings": "自动检测设置",
122
204
  "automatic": "汽车",
123
205
  "automaticSynchronization": "自动同步",
@@ -144,7 +226,6 @@
144
226
  "baseDistinguishedNameForUsers": "用户的基本可分辨名称",
145
227
  "basics": "基本",
146
228
  "beaconProbing": "信标探测",
147
- "beta": "测试版",
148
229
  "bIOSManufacturer": "BIOS 製造商",
149
230
  "bIOSReleaseDate": "BIOS 发布日期",
150
231
  "bIOSVersion": "BIOS版本",
@@ -209,7 +290,6 @@
209
290
  "chosenDatastoreName": "所选名称表单数据存储",
210
291
  "ciscoDiscoveryProtocol": "思科发现协议",
211
292
  "classId": "班级号",
212
- "clearAll": "全部清除",
213
293
  "clickAndDragTheMouseToAnnotate": "點擊並拖動鼠標註釋下面的截圖",
214
294
  "clickFinishStartCreation": "单击完成开始创建。",
215
295
  "clickOkDiscardTheIssuesAndProceedCancelReviewChanges": "单击 确定 以放弃问题并继续或取消以查看您的更改。",
@@ -246,7 +326,6 @@
246
326
  "compatibleWith": "兼容",
247
327
  "complement": "補充",
248
328
  "completed": "完全的",
249
- "completionTime": "完成时间",
250
329
  "concurrentTransferLimitDesc": "优先文件的并发传输限制。 如果超过,传输将排队。 此线程池仅用于传输优先级对象(目前仅限 OVF。)。",
251
330
  "concurrentTransferLimitIfExceededTransfersWillBeQueued": "并发传输限制。 如果超过,传输将排队。",
252
331
  "configuration": "配置",
@@ -295,7 +374,6 @@
295
374
  "consumedCpu": "消耗的CPU",
296
375
  "consumedMemory": "消耗内存",
297
376
  "containerVolumes": "容器卷",
298
- "contentLibraries": "内容库",
299
377
  "contents": "内容",
300
378
  "continue": "继续",
301
379
  "control": "控制",
@@ -399,13 +477,10 @@
399
477
  "deployFromTemplate": "从模板展开",
400
478
  "deployment": "部署",
401
479
  "deployVmFromOVF": "从 OVF 部署虚拟机",
402
- "description": "描述",
403
480
  "detach": "分离",
404
481
  "detachDevice": "分离设备",
405
482
  "detachDeviceDesc": "您确定要从主机上分离所选设备吗?",
406
483
  "detachDeviceNoty": "设备“{0}”与主机分离后,无法将其用于数据存储创建或 VM 配置等目的。",
407
- "details": "细节",
408
- "developerCenter": "开发者中心",
409
484
  "device": "设备",
410
485
  "deviceBacking": "设备支持",
411
486
  "deviceId": "设备ID",
@@ -448,7 +523,6 @@
448
523
  "dns_name": "域名系统名称",
449
524
  "dnsServerAddresses": "DNS服务器地址",
450
525
  "dNSServers": "DNS 服务器",
451
- "domain": "领域",
452
526
  "domainAlias": "域别名",
453
527
  "domainAliasTooltip": "对于 Active Directory 标识源,域的 NetBIOS 名称。",
454
528
  "domainName": "域名",
@@ -505,7 +579,6 @@
505
579
  "emptyAdvancedGraphText": "此条目当前没有性能数据",
506
580
  "emptyGraphText": "当前所选指标没有可用的性能数据",
507
581
  "emptyNameError": "名称不能为空。",
508
- "emptyRelatedEvents": "没有相关事件。",
509
582
  "enable": "打开",
510
583
  "tokenEnable": "打开",
511
584
  "enable3dSupport": "启用 3D 支持",
@@ -545,16 +618,13 @@
545
618
  "erasePartitionsDevice": "擦除设备上的分区",
546
619
  "erasePartitionsDeviceAlert": "您即将永久删除设备上的所有现有分区。",
547
620
  "erasePartitionsDeviceDesc": "擦除选定设备上的分区?",
548
- "error": "错误",
549
621
  "evcCpuMode": "EVC CPU 模式",
550
622
  "evcGraphicsMode": "图形模式 EVC (vSGA)",
551
623
  "evcMode": "EVC模式",
552
624
  "eventConsole": "事件控制台",
553
625
  "eventId": "事件ID",
554
- "events": "事件",
555
626
  "eventTypeId": "事件类型 ID",
556
627
  "example": "例子",
557
- "executionTime": "执行时间",
558
628
  "existingHardDisk": "现有硬盘",
559
629
  "existingHost": "现有节点",
560
630
  "existingLicense": "現有許可證",
@@ -568,7 +638,6 @@
568
638
  "exposeHardwareAssistedVirtualizationGuestOs": "为来宾操作系统提供硬件虚拟化",
569
639
  "extent": "范围 0",
570
640
  "failback": "失败回溯",
571
- "failed": "失败的",
572
641
  "failoverOrder": "故障转移顺序",
573
642
  "fallbackNtpServers": "后备 NTP 服务器",
574
643
  "faultDomain": "故障域",
@@ -578,7 +647,6 @@
578
647
  "february": "二月",
579
648
  "feedbackHelp": "反饋幫助》",
580
649
  "feedbackSent": "已發送反饋",
581
- "fieldRequired": "此字段是必需的",
582
650
  "fileNotSelected": "未選擇文件",
583
651
  "filePath": "文件路径",
584
652
  "files": "文件",
@@ -621,7 +689,6 @@
621
689
  "getMtuFromSwitch": "从交换机获取MTU",
622
690
  "ghz": "千兆赫",
623
691
  "global": "全球的",
624
- "globalInventoryLists": "全球库存",
625
692
  "globalPermissionRoot": "连接以下硬件",
626
693
  "globalPermissions": "全局权限",
627
694
  "good": "好的",
@@ -657,7 +724,6 @@
657
724
  "healthCheck": "健康检查",
658
725
  "healthCheckTableServicesStatus": "健康检查",
659
726
  "healthStatus": "健康状况",
660
- "help": "帮助",
661
727
  "helpAboutText1": "版权所有 © 1998-2022 {trademark}, Inc. 保留所有权利。",
662
728
  "helpAboutText2": "{trademark}、{trademark} 框的徽标和设计、Virtual SMP 和 vMotion 是 {trademark}, Inc. 在美国和/或其他司法管辖区的注册商标或商标。",
663
729
  "helpTooltipDesc": "使用“查找”选项查找特定的组名,然后按回车/返回键。",
@@ -668,7 +734,6 @@
668
734
  "highAvailability": "医管局状态",
669
735
  "highPerformance": "高性能",
670
736
  "history": "历史",
671
- "home": "家",
672
737
  "host": "结",
673
738
  "hostCacheConfiguration": "主机缓存配置",
674
739
  "hostClusterSupportsMoreVirtualMachineVersionSelectCompatibilityVirtualMachine": "一台主机或集群支持多个版本的 {trademark} VM。",
@@ -689,7 +754,6 @@
689
754
  "hostProfile": "主机简介",
690
755
  "hostProfiles": "主机配置文件",
691
756
  "hostReviewSummary": "查看主机摘要",
692
- "hosts": "主机",
693
757
  "hosts_amount": "主机",
694
758
  "hostsAccessibility": "主机可访问性",
695
759
  "hostsAccessibilityDesc": "选择需要访问数据存储的主机。",
@@ -702,7 +766,6 @@
702
766
  "hours": "小时",
703
767
  "hours2": "小时)",
704
768
  "howWouldLikeCreateVirtualMachine": "您想如何创建虚拟机?",
705
- "hybridCloudServices": "混合云服务",
706
769
  "hyperthreading": "超线程",
707
770
  "hyperthreadingStatus": "超线程状态",
708
771
  "hypervisor": "管理程序",
@@ -735,10 +798,8 @@
735
798
  "independentNonPersistent": "独立 - 非持久",
736
799
  "independentPersistent": "独立-执着",
737
800
  "inflate": "膨胀",
738
- "info": "信息",
739
801
  "information": "信息",
740
802
  "init": "初始化",
741
- "initiator": "发起人",
742
803
  "inputContainsInvalidCharacters": "输入包含无效字符。",
743
804
  "inputDevices": "输入设备",
744
805
  "installDate": "安装日期",
@@ -754,7 +815,6 @@
754
815
  "invalidMacAddress": "输入的 MAC 地址无效。",
755
816
  "invalidTimeEntry": "时间输入无效",
756
817
  "inventories": "库存",
757
- "inventory": "存货",
758
818
  "inventoryDesc": "选择将显示在清单树(左面板)中的项目。",
759
819
  "ioFilters": "输入/输出过滤器",
760
820
  "iommu": "输入输出管理单元",
@@ -788,13 +848,10 @@
788
848
  "issuer": "发行人",
789
849
  "issuesAlarms": "问题和警报",
790
850
  "item": "物品",
791
- "items": "元素",
792
851
  "itemsPerPage": "每页项目",
793
852
  "january": "一月",
794
853
  "join": "加入",
795
- "joinActiveDirectoryDomain": "加入下域",
796
854
  "joinActiveDirectoryDomainStep": "加入 Active Directory 域(仅 Active Directory - Windows 集成身份验证需要)",
797
- "joinAd": "加入广告",
798
855
  "jpegCompression": "JPEG压缩",
799
856
  "july": "七月",
800
857
  "june": "六月",
@@ -826,7 +883,6 @@
826
883
  "launchWebConsole": "启动网络控制台",
827
884
  "launchWebTerminal": "启动网络终端",
828
885
  "learnMore": "了解更多",
829
- "leaveAd": "留下广告",
830
886
  "leaveLockdownDefault": "如果您不确定该怎么做,请禁用锁定模式。 您可以稍后通过在主机设置中编辑安全配置文件来配置锁定模式",
831
887
  "legacy": "遗产",
832
888
  "level": "等级",
@@ -843,7 +899,6 @@
843
899
  "licenseKey": "許可證密鑰",
844
900
  "licenses": "许可证",
845
901
  "licensing": "许可",
846
- "lifecycleManager": "生命周期经理",
847
902
  "limit": "局限性",
848
903
  "limitIops": "限制 - IOPs",
849
904
  "limitMustBe": "限制必须大于或等于 {0}。",
@@ -869,11 +924,9 @@
869
924
  "lockGuestOperatingSystemLastRemoteUserDisconnects": "当最后一个远程用户断开连接时锁定客户操作系统",
870
925
  "lockoutPolicy": "停工政策",
871
926
  "logical_processors": "逻辑处理器",
872
- "login": "入口",
873
927
  "loginHostFailed": "无法登录到主机 {0}。",
874
928
  "loginMessage": "登录留言",
875
929
  "logout": "出口",
876
- "logs": "日志",
877
930
  "low": "短的",
878
931
  "lowercaseCharacters": "小写字符",
879
932
  "lowPower": "低功耗",
@@ -973,7 +1026,6 @@
973
1026
  "more": "是,他",
974
1027
  "moreInfo": "更多信息",
975
1028
  "moreInformation": "附加信息",
976
- "moreTasks": "附加任务",
977
1029
  "motherboardModel": "主板型號",
978
1030
  "mountGuestTools": "挂载访客工具",
979
1031
  "mountNfsReadOnly": "将 NFS 挂载为只读",
@@ -990,7 +1042,6 @@
990
1042
  "multiPathingPolicies": "多路径策略",
991
1043
  "multipleItemsSelected": "选择了多个项目",
992
1044
  "multiWriter": "多作者",
993
- "name": "姓名",
994
1045
  "nameAlreadyExists": "名称 {0} 已存在。",
995
1046
  "nameAndConfiguration": "名称和配置",
996
1047
  "nameAndConfigurationAlertInfo": "如果您计划在数据中心的新主机上配置现有数据存储,建议改用数据存储中的“装载到其他主机”操作。",
@@ -1054,7 +1105,6 @@
1054
1105
  "newVirtualMachine2": "新建虚拟机",
1055
1106
  "newVmAndTemplateFolder": "新建VM和模板文件夹",
1056
1107
  "newVmCreateDescription": "此选项将帮助您创建新的虚拟机。",
1057
- "next": "更远",
1058
1108
  "nextStep": "下一步",
1059
1109
  "nfs": "美国国家科学基金会",
1060
1110
  "nfsDesc": "通过网络在 NFS 共享上创建 NFS 数据存储。",
@@ -1073,7 +1123,6 @@
1073
1123
  "noConfigurableDeviceIsSelected": "未选择可配置设备。",
1074
1124
  "noCountersSelected": "未选择计数器",
1075
1125
  "noDataProvided": "没有提供资料",
1076
- "node": "节点",
1077
1126
  "noDhcpEnabledVmKernelNetAdapters": "没有启用DHCP的VMkernel网络适配器。",
1078
1127
  "noFreeNetworkAdaptersAddSwitch": "没有免费的网络适配器可以添加到交换机上。",
1079
1128
  "noItemsDisplay": "没有要显示的项目",
@@ -1091,10 +1140,8 @@
1091
1140
  "note": "笔记",
1092
1141
  "notes": "笔记",
1093
1142
  "notifyInfoActionText": "查看更新",
1094
- "notifyInfoMsg": "提供 Horizo​​n-VS 管理系统更新",
1095
1143
  "notifySwitches": "通报开关",
1096
1144
  "notifyWarningActionText": "管理您的许可证",
1097
- "notifyWarningMsg": "您的清单中有已过期或即将过期的许可证。",
1098
1145
  "notInstalled": "未安装",
1099
1146
  "notRunning": "不跑",
1100
1147
  "notScheduled": "未计划",
@@ -1110,8 +1157,6 @@
1110
1157
  "nvidiaGridGpuProfile": "NVIDIA GRID vGPU 配置文件",
1111
1158
  "nvmEOverRDMA": "RDMA上的NVMe",
1112
1159
  "nvmEOverTCP": "TCP上的NVMe",
1113
- "object": "一个东西",
1114
- "objectsWithMostAlerts": "警报最多的对象",
1115
1160
  "obtainIPv4SettingsAutomatically": "自动获取IPv4设置",
1116
1161
  "obtainSetAutoFromVMKernelNA": "从VMkernel网络适配器自动获取设置",
1117
1162
  "october": "十月",
@@ -1154,7 +1199,6 @@
1154
1199
  "passThroughDirectPathIO": "直通(直接路径 I/O)",
1155
1200
  "passthroughEnabledDevices": "支持直通的设备",
1156
1201
  "passthroughHostCpu": "中转主机处理器",
1157
- "password": "密码",
1158
1202
  "passwordErrorText": "请输入有效密码",
1159
1203
  "passwordMustBeChangedEvery": "密码必须每天更改一次",
1160
1204
  "passwordMustBeChangedEveryDays": "パスワードは{day}日ごとに変更する必要があります",
@@ -1203,7 +1247,6 @@
1203
1247
  "pngJpegFilesSupported": "支持 .png、.jpeg 文件",
1204
1248
  "pointingDevice": "指点设备",
1205
1249
  "policies": "政策",
1206
- "policiesProfiles": "政策和概况",
1207
1250
  "policy": "政策方针",
1208
1251
  "portGroup": "港口集团",
1209
1252
  "portGroupHandlesVirtualMachineTraffic": "端口组处理标准交换机上的虚拟机流量。",
@@ -1227,7 +1270,6 @@
1227
1270
  "preferred": "首选",
1228
1271
  "preferredDnsServer": "首选DNS服务器",
1229
1272
  "prefixLength": "前缀长度",
1230
- "previous": "以前的",
1231
1273
  "primaryServerUrl": "主服务器网址",
1232
1274
  "primaryServerUrlTooltip": "域的主域控制器 LDAP 服务器。",
1233
1275
  "printChart": "打印图表",
@@ -1257,17 +1299,14 @@
1257
1299
  "publishingEnabled": "发布已启用",
1258
1300
  "putSelectedHostsMaintenanceMode": "将选定的主机置于维护模式?",
1259
1301
  "queued": "排队",
1260
- "queuedFor": "符合",
1261
1302
  "quiesceGuestFileSystem": "停顿来宾文件系统",
1262
1303
  "quiesceGuestFileSystemRequiresVMTools": "停顿来宾文件系统(需要 VM 工具)",
1263
1304
  "range": "范围",
1264
1305
  "readyComplete": "准备完成",
1265
1306
  "readyCompleteDesc": "在完成向导之前检查您的选择",
1266
- "realizeOperations": "执行操作",
1267
1307
  "realTime": "即时的",
1268
1308
  "reboot": "重新加载",
1269
1309
  "rebootNodeApplyChanges": "重新启动节点以应用更改。",
1270
- "recentTask": "最近的任务",
1271
1310
  "recommendations": "建议",
1272
1311
  "recommended": "受到推崇的",
1273
1312
  "reconnect": "重新连接",
@@ -1351,7 +1390,6 @@
1351
1390
  "routeBasedSourceMacHash": "基于源MAC哈希的路由",
1352
1391
  "routerAdvertisement": "路由器广告",
1353
1392
  "routing": "路由选择",
1354
- "running": "跑步",
1355
1393
  "runningStatus": "运行状态",
1356
1394
  "runtimeName": "运行时名称",
1357
1395
  "sata": "萨塔",
@@ -1436,13 +1474,11 @@
1436
1474
  "sendFeedback": "發送反饋",
1437
1475
  "september": "九月",
1438
1476
  "serialNumber": "序列号",
1439
- "server": "服务器",
1440
1477
  "serverExtensions": "{productName} 服务器扩展",
1441
1478
  "serversToBeAdded": "待添加的服务器",
1442
1479
  "serverUrl": "服务器地址",
1443
1480
  "serviceName": "服务名称",
1444
1481
  "serviceRestartRequired": "需要重启服务",
1445
- "services": "服务",
1446
1482
  "serviceUnavailable": "服务不可用",
1447
1483
  "sessions": "会议",
1448
1484
  "setAsDefault": "设为默认",
@@ -1462,7 +1498,6 @@
1462
1498
  "shares": "分发",
1463
1499
  "sharesMustBe": "份额必须介于 {0} 和 {1} 之间。",
1464
1500
  "sharing": "交换",
1465
- "shortcuts": "标签",
1466
1501
  "show": "展示",
1467
1502
  "showColumns": "显示列",
1468
1503
  "showKeyboard": "显示键盘",
@@ -1515,13 +1550,11 @@
1515
1550
  "startAndStopWithHost": "與主機一起啟動和停止",
1516
1551
  "startAndStopWithPortUsage": "啟動和停止端口使用情況",
1517
1552
  "startAutomaticallyIfAnyPorts": "任何端口打開時自動啟動,所有端口關閉時自動停止",
1518
- "startTime": "开始时间",
1519
1553
  "startupPolicy": "啟動策略",
1520
1554
  "state": "状态",
1521
1555
  "static": "静态",
1522
1556
  "staticDiscovery": "静态发现",
1523
1557
  "statType": "统计类型",
1524
- "status": "地位",
1525
1558
  "step": "步",
1526
1559
  "stop": "停止",
1527
1560
  "stopDirectConsoleUIService": "停止直接控制台 UI 服務?",
@@ -1554,7 +1587,6 @@
1554
1587
  "subscribedLibraryAutomaticSynchronizationStopHourAfterWhichAutoSyncWontTriggeredUntilStartHour": "订阅库自动同步停止时间,之后直到开始时间才会触发自动同步。",
1555
1588
  "subscriptionUrl": "订阅网址",
1556
1589
  "subvendorId": "子供应商 ID",
1557
- "success": "成功",
1558
1590
  "summary": "概括",
1559
1591
  "sunday": "星期日",
1560
1592
  "support": "支持",
@@ -1576,16 +1608,12 @@
1576
1608
  "tag": "標籤",
1577
1609
  "tagName": "标签名",
1578
1610
  "tags": "标签",
1579
- "tagsCustomAttributes": "标签和自定义属性",
1580
1611
  "takeScreenshot": "截圖",
1581
1612
  "takeSnapshot": "快照",
1582
- "target": "目标",
1583
1613
  "targetDiscovery": "目标发现",
1584
1614
  "targetName": "目标名称",
1585
1615
  "targetObjects": "目标对象",
1586
1616
  "taskConsole": "任务控制台",
1587
- "taskName": "任务名称",
1588
- "tasks": "任务",
1589
1617
  "tasksEvents": "任务和事件",
1590
1618
  "tb": "结核病",
1591
1619
  "tcpConfiguration": "TCP/IP 配置",
@@ -1651,9 +1679,7 @@
1651
1679
  "tpm": "可信平台模块",
1652
1680
  "trafficShaping": "流量整形",
1653
1681
  "transport": "运输",
1654
- "triggered": "推出",
1655
1682
  "triggeredAlarms": "触发警报",
1656
- "triggeringEvent": "触发事件",
1657
1683
  "tuesday": "周二",
1658
1684
  "turnOffLed": "关闭 LED",
1659
1685
  "turnOnLed": "打开 LED",
@@ -1706,7 +1732,6 @@
1706
1732
  "userDefinedPowerManagementPolicy": "用戶定義的電源管理策略",
1707
1733
  "useRedMarker": "使用紅色標記",
1708
1734
  "userGroup": "用户/组",
1709
- "username": "用户名",
1710
1735
  "userName": "用户名",
1711
1736
  "usernamePasswordRequired": "需要用户名和密码",
1712
1737
  "usernameShouldNotEmpty": "用户名不能为空",
@@ -1717,7 +1742,6 @@
1717
1742
  "usersCannotReuseAnyPreviousPasswords": "用户不能重复使用任何以前的{password}密码",
1718
1743
  "useSameCredentialsAllHosts": "对所有主机使用相同的凭据",
1719
1744
  "useStaticIPv4Settings": "使用静态IPv4设置",
1720
- "useWindowsSessionAuthentication": "使用 Windows 会话身份验证",
1721
1745
  "utilization": "用法",
1722
1746
  "uuid": "UUID",
1723
1747
  "validationForLicense": "评估许可证的分配验证",
@@ -1803,7 +1827,6 @@
1803
1827
  "vMOptions": "虚拟机设置",
1804
1828
  "vMotion": "vMotion",
1805
1829
  "vmOverheadConsumed": "消耗的虚拟机开销",
1806
- "vms": "虚拟机",
1807
1830
  "vms_amount": "虚拟机",
1808
1831
  "vMsAndTemplates": "虚拟机和模板",
1809
1832
  "vmStartupShutdown": "虚拟机启动/关闭",
@@ -1823,7 +1846,6 @@
1823
1846
  "vSwitchTopology": "vSwitch 拓扑",
1824
1847
  "vVol": "体积",
1825
1848
  "vVolDesc": "在连接到存储提供程序的存储容器上创建 Virtual Volumes 数据存储。",
1826
- "warning": "警告",
1827
1849
  "warnings": "警告",
1828
1850
  "webConsole": "网络控制台",
1829
1851
  "wednesday": "周三",
@@ -1838,7 +1860,6 @@
1838
1860
  "youCanFindMore": "您可以在固件頁面找到更多相關信息",
1839
1861
  "yourSessionExpireAfter": "您的会话将在以下时间后到期",
1840
1862
  "zlibCompression": "zlib压缩",
1841
- "zone": "区",
1842
1863
  "cpuShares": "CPU 份额",
1843
1864
  "cpuSharesValue": "CPU 份额值",
1844
1865
  "memoryShares": "内存共享",
@@ -2071,8 +2092,6 @@
2071
2092
  "deletingSavedSettings": "确认删除已保存的设置",
2072
2093
  "deletingSavedSettingsDesc": "保存的设置“{0}”将被删除。 继续?",
2073
2094
  "removeItem": "除去项目",
2074
- "downloadCertificate": "下载证书",
2075
- "invalidCertificateDescription": "注意力!默认情况下安装自签名 SSL 证书。要继续使用此 SSL 证书,您需要将其添加到根存储区。这可以在所有客户端设备上完成,或者替换为组织的 SSL 证书,或者使用您自己的证书。",
2076
2095
  "youAreHere": "你在这里",
2077
2096
  "showAllDatastores": "显示所有数据存储",
2078
2097
  "showDatastoresConnectedAllHosts": "显示连接到所有主机的数据存储",
@@ -2362,10 +2381,7 @@
2362
2381
  "loginZabbixAccount": "登录Zabbix服务器",
2363
2382
  "newView": "新观点",
2364
2383
  "viewDesc": "选择 {trademark} 客户端要使用的视图",
2365
- "welcomeTo": "欢迎来到",
2366
2384
  "kindValidationDescription": "记录类型无效",
2367
- "authBgTextProcurator": "利用单 $*个$ 虚拟机管理程序创建虚拟机、管理存储和 $*设$ 置网络",
2368
- "authBgTextSphere": "轻松 $*监$ 控和控制虚拟 $*化$ 主机",
2369
2385
  "alert": "警报",
2370
2386
  "noTargetToScanIsSelected": "未选择要扫描的目标。",
2371
2387
  "protectNewVolumes": "保护新卷",
@@ -2397,7 +2413,6 @@
2397
2413
  "deviceType": "设备类型",
2398
2414
  "selectDisksInvolvedBackup": "选择备份涉及的磁盘",
2399
2415
  "dateTime": "约会时间",
2400
- "task": "任务",
2401
2416
  "eventTypeDescription": "事件类型描述",
2402
2417
  "possibleCauses": "可能的原因",
2403
2418
  "importVms": "导入虚拟机",
@@ -2437,6 +2452,5 @@
2437
2452
  "backupsCount": "备份计数",
2438
2453
  "lastBackup": "上次备份",
2439
2454
  "sourceVmName": "源虚拟机名称",
2440
- "preferedPath": "首选路径",
2441
- "preferedPathForIos": "I/O 的首选路径"
2455
+ "preferedPath": "首选路径"
2442
2456
  }