bfg-common 1.3.610 → 1.3.612
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 +3 -1
- package/assets/localization/local_en.json +3 -1
- package/assets/localization/local_hy.json +3 -1
- package/assets/localization/local_kk.json +3 -1
- package/assets/localization/local_ru.json +9 -7
- package/assets/localization/local_zh.json +3 -1
- package/components/common/browse/Browse.vue +1 -1
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +1 -1
- package/components/common/vm/actions/add/lib/config/steps.ts +1 -1
- package/components/common/vm/actions/add/lib/utils.ts +2 -2
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +1 -1
- package/components/common/vm/actions/common/select/storage/Storage.vue +1 -1
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +2 -2
- package/components/common/wizards/datastore/add/lib/config/stepItems.ts +4 -4
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +1 -1
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +1 -1
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +2 -2
- package/package.json +1 -1
|
@@ -36,7 +36,9 @@
|
|
|
36
36
|
"accept": "Принять",
|
|
37
37
|
"access": "Доступ",
|
|
38
38
|
"actions": "Действия",
|
|
39
|
-
"networks": "Сети"
|
|
39
|
+
"networks": "Сети",
|
|
40
|
+
"datastores": "Хранилища",
|
|
41
|
+
"type": "Тип"
|
|
40
42
|
},
|
|
41
43
|
"auth": {
|
|
42
44
|
"welcomeTo": "Добро пожаловать в",
|
|
@@ -76,7 +78,7 @@
|
|
|
76
78
|
"home": "Главная",
|
|
77
79
|
"shortcuts": "Ярлыки",
|
|
78
80
|
"inventory": "Инвентарь",
|
|
79
|
-
"contentLibraries": "
|
|
81
|
+
"contentLibraries": "Расширенный",
|
|
80
82
|
"globalInventoryLists": "Глобальные инвентарные списки",
|
|
81
83
|
"policiesProfiles": "Политики и профили",
|
|
82
84
|
"autoDeploy": "Автоматическое развертывание",
|
|
@@ -215,7 +217,7 @@
|
|
|
215
217
|
"advancedPerformance": "Повышенная производительность",
|
|
216
218
|
"advancedSystemSettings": "Расширенные настройки системы",
|
|
217
219
|
"agentVmSettings": "Параметры виртуальной машины агента",
|
|
218
|
-
"alarmActions": "Действия
|
|
220
|
+
"alarmActions": "Действия при ошибках",
|
|
219
221
|
"alarmDefinitions": "Определения сигналов тревоги",
|
|
220
222
|
"alerts": "Оповещения",
|
|
221
223
|
"alias": "Псевдоним",
|
|
@@ -795,8 +797,8 @@
|
|
|
795
797
|
"hostFtSupport": "Хост поддержка FT",
|
|
796
798
|
"hostGraphics": "Принимающая графика",
|
|
797
799
|
"hostIncompatibilityReason": "Причина несовместимости хоста",
|
|
798
|
-
"hostMem": "
|
|
799
|
-
"hostModel": "
|
|
800
|
+
"hostMem": "Объем памяти хоста",
|
|
801
|
+
"hostModel": "Хост-модель",
|
|
800
802
|
"hostModelCpu": "Центральный процессор модели",
|
|
801
803
|
"hostname": "Имя узла",
|
|
802
804
|
"hostNameIsNotSpecifiedEnterValidName": "Имя хоста не указано. Введите действительное имя хоста.",
|
|
@@ -1891,9 +1893,9 @@
|
|
|
1891
1893
|
"yourSessionExpireAfter": "Ваш сеанс вот-вот истечет после",
|
|
1892
1894
|
"zlibCompression": "Zlib-сжатие",
|
|
1893
1895
|
"cpuShares": "Доли ЦП",
|
|
1894
|
-
"cpuSharesValue": "
|
|
1896
|
+
"cpuSharesValue": "Доля ресурсов цпу",
|
|
1895
1897
|
"memoryShares": "Общие ресурсы памяти",
|
|
1896
|
-
"memorySharesValue": "
|
|
1898
|
+
"memorySharesValue": "Доля ресурсов памяти",
|
|
1897
1899
|
"hostProfileName": "Имя профиля хоста",
|
|
1898
1900
|
"compliantHosts": "Совместимые хосты",
|
|
1899
1901
|
"notCompliantHosts": "Несовместимые хосты",
|
|
@@ -82,7 +82,7 @@ export const stepsFunc = (
|
|
|
82
82
|
{
|
|
83
83
|
id: 5,
|
|
84
84
|
stepName: '',
|
|
85
|
-
title: localization.compatibility,
|
|
85
|
+
title: localization.inventorySummary.compatibility,
|
|
86
86
|
subTitle: localization.selectCompatibilityVmDependingHostsEnvironment,
|
|
87
87
|
status: UI_E_WIZARD_STATUS.INACTIVE,
|
|
88
88
|
isValid: true,
|
|
@@ -38,7 +38,7 @@ export const stepItemsFunc = (
|
|
|
38
38
|
complete: false,
|
|
39
39
|
},
|
|
40
40
|
{ text: localization.selectStorage, disabled: true, complete: false },
|
|
41
|
-
{ text: localization.compatibility, disabled: true, complete: false },
|
|
41
|
+
{ text: localization.inventorySummary.compatibility, disabled: true, complete: false },
|
|
42
42
|
{ text: localization.selectGuestOS, disabled: true, complete: false },
|
|
43
43
|
{
|
|
44
44
|
text: localization.customizeHardware,
|
|
@@ -60,7 +60,7 @@ export const stepItemsFunc = (
|
|
|
60
60
|
complete: false,
|
|
61
61
|
},
|
|
62
62
|
{ text: localization.selectStorage, disabled: true, complete: false },
|
|
63
|
-
{ text: localization.compatibility, disabled: true, complete: false },
|
|
63
|
+
{ text: localization.inventorySummary.compatibility, disabled: true, complete: false },
|
|
64
64
|
{
|
|
65
65
|
text: localization.selectGuestOSMachineType,
|
|
66
66
|
disabled: true,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
<div class="compatibility-wrap">
|
|
31
31
|
<p class="compatibility">
|
|
32
|
-
{{ localization.compatibility }}
|
|
32
|
+
{{ localization.inventorySummary.compatibility }}
|
|
33
33
|
</p>
|
|
34
34
|
<div class="compatibility-message flex-align-center">
|
|
35
35
|
<template v-if="compatibilityText[1]">
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
<div v-if="!hideCompatibility" class="compatibility-wrap">
|
|
36
36
|
<p class="compatibility">
|
|
37
|
-
{{ localization.compatibility }}
|
|
37
|
+
{{ localization.inventorySummary.compatibility }}
|
|
38
38
|
</p>
|
|
39
39
|
<div class="compatibility-message flex-align-center">
|
|
40
40
|
<template v-if="selectedStorage">
|
|
@@ -36,12 +36,12 @@ const getItems = (
|
|
|
36
36
|
): [string, boolean, string, string][] => {
|
|
37
37
|
return [
|
|
38
38
|
[localization.common.name, true, '96px', storageTableKeys[0]],
|
|
39
|
-
[localization.state, true, '138px', storageTableKeys[1]],
|
|
39
|
+
[localization.inventorySummary.state, true, '138px', storageTableKeys[1]],
|
|
40
40
|
[localization.capacity, true, '110px', storageTableKeys[2]],
|
|
41
41
|
[localization.provisioned, true, '128px', storageTableKeys[3]],
|
|
42
42
|
[localization.free, true, '110px', storageTableKeys[4]],
|
|
43
43
|
[localization.used, true, '110px', storageTableKeys[5]],
|
|
44
|
-
[localization.type, true, '110px', storageTableKeys[6]],
|
|
44
|
+
[localization.common.type, true, '110px', storageTableKeys[6]],
|
|
45
45
|
[localization.thinProvisioning, true, '132px', storageTableKeys[7]],
|
|
46
46
|
[localization.common.access, true, '110px', storageTableKeys[8]],
|
|
47
47
|
[localization.hardwareAcceleration, true, '134px', storageTableKeys[9]],
|
|
@@ -12,7 +12,7 @@ const stepFromSharedStorm = (
|
|
|
12
12
|
): UI_I_VerticalStepItem[] => {
|
|
13
13
|
const steps = [
|
|
14
14
|
{
|
|
15
|
-
text: localization.type,
|
|
15
|
+
text: localization.common.type,
|
|
16
16
|
disabled: false,
|
|
17
17
|
complete: false,
|
|
18
18
|
testId: 'create-datastore-select-type',
|
|
@@ -58,7 +58,7 @@ const stepFromNfs = (
|
|
|
58
58
|
): UI_I_VerticalStepItem[] => {
|
|
59
59
|
const steps = [
|
|
60
60
|
{
|
|
61
|
-
text: localization.type,
|
|
61
|
+
text: localization.common.type,
|
|
62
62
|
disabled: false,
|
|
63
63
|
complete: false,
|
|
64
64
|
testId: 'create-datastore-select-type',
|
|
@@ -126,7 +126,7 @@ const stepFromNfs = (
|
|
|
126
126
|
|
|
127
127
|
// const stemFromVvol = (localization: UI_I_Localization): UI_I_VerticalStepItem[] => {
|
|
128
128
|
// return [
|
|
129
|
-
// { text: localization.type, disabled: false, complete: false },
|
|
129
|
+
// { text: localization.common.type, disabled: false, complete: false },
|
|
130
130
|
// {
|
|
131
131
|
// text: localization.nameAndContainerSelection,
|
|
132
132
|
// disabled: true,
|
|
@@ -143,7 +143,7 @@ const stemFromLocal = (
|
|
|
143
143
|
const isModeProcurator = mode === 'procurator'
|
|
144
144
|
return [
|
|
145
145
|
{
|
|
146
|
-
text: localization.type,
|
|
146
|
+
text: localization.common.type,
|
|
147
147
|
disabled: false,
|
|
148
148
|
complete: false,
|
|
149
149
|
testId: 'create-datastore-select-type',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="compatibility">
|
|
3
|
-
<p class="compatibility__title">{{ localization.compatibility }}</p>
|
|
3
|
+
<p class="compatibility__title">{{ localization.inventorySummary.compatibility }}</p>
|
|
4
4
|
<div class="flex-align-center compatibility__content">
|
|
5
5
|
<template v-if="!props.loading">
|
|
6
6
|
<div class="compatibility__message">
|
|
@@ -27,7 +27,7 @@ const getItems = (
|
|
|
27
27
|
[localization.common.vms, false, '180px', clusterTableItemKeys[9]],
|
|
28
28
|
[localization.common.hosts, false, '180px', clusterTableItemKeys[10]],
|
|
29
29
|
[localization.cpus, false, '180px', clusterTableItemKeys[11]],
|
|
30
|
-
[localization.datastores, false, '180px', clusterTableItemKeys[12]],
|
|
30
|
+
[localization.common.datastores, false, '180px', clusterTableItemKeys[12]],
|
|
31
31
|
[localization.vSAN, false, '180px', clusterTableItemKeys[13]],
|
|
32
32
|
[localization.vc, false, '180px', clusterTableItemKeys[14]],
|
|
33
33
|
[localization.evcCpuMode, true, '180px', clusterTableItemKeys[15]],
|
|
@@ -21,13 +21,13 @@ const getItems = (
|
|
|
21
21
|
): [string, boolean, string, string][] => {
|
|
22
22
|
return [
|
|
23
23
|
[localization.common.name, true, '180px', hostTableItemKeys[0]],
|
|
24
|
-
[localization.state, true, '96px', hostTableItemKeys[1]],
|
|
24
|
+
[localization.inventorySummary.state, true, '96px', hostTableItemKeys[1]],
|
|
25
25
|
[localization.cluster, true, '180px', hostTableItemKeys[2]],
|
|
26
26
|
[localization.faultDomain, false, '180px', hostTableItemKeys[3]],
|
|
27
27
|
[`${localization.consumedCpu} %`, true, '180px', hostTableItemKeys[4]],
|
|
28
28
|
[`${localization.consumedMemory} %`, true, '180px', hostTableItemKeys[5]],
|
|
29
29
|
[localization.haState, true, '180px', hostTableItemKeys[6]],
|
|
30
|
-
[localization.uptime, true, '180px', hostTableItemKeys[7]],
|
|
30
|
+
[localization.inventorySummary.uptime, true, '180px', hostTableItemKeys[7]],
|
|
31
31
|
[localization.certificateValidTo, false, '180px', hostTableItemKeys[8]],
|
|
32
32
|
[
|
|
33
33
|
`${localization.memorySize} (${localization.mb})`,
|
|
@@ -36,7 +36,7 @@ const getItems = (
|
|
|
36
36
|
hostTableItemKeys[9],
|
|
37
37
|
],
|
|
38
38
|
[localization.cpus, false, '180px', hostTableItemKeys[10]],
|
|
39
|
-
[localization.nics, false, '180px', hostTableItemKeys[11]],
|
|
39
|
+
[localization.inventorySummary.nics, false, '180px', hostTableItemKeys[11]],
|
|
40
40
|
[localization.version, false, '180px', hostTableItemKeys[12]],
|
|
41
41
|
[localization.alarmActions, false, '180px', hostTableItemKeys[13]],
|
|
42
42
|
]
|
package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts
CHANGED
|
@@ -36,12 +36,12 @@ const getItems = (
|
|
|
36
36
|
): [string, boolean, string, string][] => {
|
|
37
37
|
return [
|
|
38
38
|
[localization.common.name, true, '96px', storageTableKeys[0]],
|
|
39
|
-
[localization.state, true, '138px', storageTableKeys[1]],
|
|
39
|
+
[localization.inventorySummary.state, true, '138px', storageTableKeys[1]],
|
|
40
40
|
[localization.capacity, true, '110px', storageTableKeys[2]],
|
|
41
41
|
[localization.provisioned, true, '128px', storageTableKeys[3]],
|
|
42
42
|
[localization.free, true, '110px', storageTableKeys[4]],
|
|
43
43
|
[localization.used, true, '110px', storageTableKeys[5]],
|
|
44
|
-
[localization.type, true, '110px', storageTableKeys[6]],
|
|
44
|
+
[localization.common.type, true, '110px', storageTableKeys[6]],
|
|
45
45
|
[localization.thinProvisioning, true, '132px', storageTableKeys[7]],
|
|
46
46
|
[localization.common.access, true, '110px', storageTableKeys[8]],
|
|
47
47
|
[localization.hardwareAcceleration, true, '134px', storageTableKeys[9]],
|