bfg-common 1.3.528 → 1.3.530

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.
@@ -2123,6 +2123,7 @@
2123
2123
  "newVCenterServer": "Новы сервер {productName}",
2124
2124
  "noSavedVCenterServerAddressesFound": "Захаваных адрасоў сервера {productName} не знойдзена.",
2125
2125
  "vCenterServerAddress": "Адрас сервера {productName}",
2126
+ "serverAddressEsxi": "Адрас сервера ESXi",
2126
2127
  "saveVCenterServerAddress": "Захаваць адрас сервера {productName}",
2127
2128
  "discard": "Адкідаць",
2128
2129
  "ioControl": "Io Control",
@@ -2126,6 +2126,7 @@
2126
2126
  "newVCenterServer": "New {productName} server",
2127
2127
  "noSavedVCenterServerAddressesFound": "No saved Sphere Zone addresses found.",
2128
2128
  "vCenterServerAddress": "Sphere Zone address",
2129
+ "serverAddressEsxi": "ESXi Server Address",
2129
2130
  "saveVCenterServerAddress": "Save Sphere Zone address",
2130
2131
  "discard": "Discard",
2131
2132
  "ioControl": "Io Control",
@@ -2126,6 +2126,7 @@
2126
2126
  "newVCenterServer": "Նոր {productName} սերվեր",
2127
2127
  "noSavedVCenterServerAddressesFound": "Պահված Sphere Zone հասցեներ չեն գտնվել:",
2128
2128
  "vCenterServerAddress": "{productName} սերվերի հասցեն",
2129
+ "serverAddressEsxi": "ESXi սերվերի հասցե",
2129
2130
  "saveVCenterServerAddress": "Պահպանեք {productName} սերվերի հասցեն",
2130
2131
  "discard": "Հրաժարվել",
2131
2132
  "ioControl": "Io Control",
@@ -2126,6 +2126,7 @@
2126
2126
  "newVCenterServer": "Жаңа {productName} сервері",
2127
2127
  "noSavedVCenterServerAddressesFound": "Сақталған {productName} сервер мекенжайлары табылмады.",
2128
2128
  "vCenterServerAddress": "{productName} серверінің мекенжайы",
2129
+ "serverAddressEsxi": "ESXi Серверінің Мекенжайы",
2129
2130
  "saveVCenterServerAddress": "{productName} серверінің мекенжайын сақтаңыз",
2130
2131
  "discard": "Жою",
2131
2132
  "ioControl": "Io басқару",
@@ -2132,6 +2132,7 @@
2132
2132
  "newVCenterServer": "Новый сервер {productName}",
2133
2133
  "noSavedVCenterServerAddressesFound": "Сохраненных адресов серверов {productName} не найдено.",
2134
2134
  "vCenterServerAddress": "Адрес сервера {productName}",
2135
+ "serverAddressEsxi": "Адрес сервера ESXi",
2135
2136
  "saveVCenterServerAddress": "Сохранить адрес сервера {productName}",
2136
2137
  "discard": "Отказаться",
2137
2138
  "ioControl": "Ио-контроль",
@@ -2126,6 +2126,7 @@
2126
2126
  "newVCenterServer": "新的 {productName} 服务器",
2127
2127
  "noSavedVCenterServerAddressesFound": "找不到已保存的 Sphere Zone 地址。",
2128
2128
  "vCenterServerAddress": "{productName} 服务器地址",
2129
+ "serverAddressEsxi": "ESXi服务器地址",
2129
2130
  "saveVCenterServerAddress": "保存 Sphere Zone 地址",
2130
2131
  "discard": "丢弃",
2131
2132
  "ioControl": "IO控制",
@@ -27,7 +27,7 @@
27
27
  <atoms-the-icon class="error-icon" name="info-circle" />
28
28
  </div>
29
29
 
30
- <div class="clr-subtext" data-id="datastore-name-field-require">
30
+ <div class="clr-subtext" data-id="local-datastore-name-field-require">
31
31
  {{ nameErrorText }}
32
32
  </div>
33
33
  </div>
@@ -40,7 +40,7 @@
40
40
  <atoms-the-icon class="error-icon" name="info-circle" />
41
41
  </div>
42
42
 
43
- <div class="clr-subtext" data-id="datastore-name-field-require">
43
+ <div class="clr-subtext" data-id="nfs-datastore-name-field-require">
44
44
  {{ nameErrorText }}
45
45
  </div>
46
46
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.528",
4
+ "version": "1.3.530",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",