bfg-common 1.2.217 → 1.2.218

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.
@@ -2155,5 +2155,6 @@
2155
2155
  "secret": "сакрэт",
2156
2156
  "hostnameIpAddress": "Імя хаста IP-адрас",
2157
2157
  "esxVersion": "Версія esx",
2158
- "poweredOnVms": "Уключаныя віртуальныя машыны"
2158
+ "poweredOnVms": "Уключаныя віртуальныя машыны",
2159
+ "volume": "Аб'ём"
2159
2160
  }
@@ -2158,5 +2158,6 @@
2158
2158
  "secret": "Secret",
2159
2159
  "hostnameIpAddress": "Hostname / IP Address",
2160
2160
  "esxVersion": "ESX Version",
2161
- "poweredOnVms": "Powered On VMs"
2161
+ "poweredOnVms": "Powered On VMs",
2162
+ "volume": "Volume"
2162
2163
  }
@@ -2158,5 +2158,6 @@
2158
2158
  "secret": "Գաղտնիք",
2159
2159
  "hostnameIpAddress": "Hostname / IP հասցե",
2160
2160
  "esxVersion": "ESX տարբերակ",
2161
- "poweredOnVms": "Միացված VM-ներ"
2161
+ "poweredOnVms": "Միացված VM-ներ",
2162
+ "volume": "Ծավալը"
2162
2163
  }
@@ -2158,5 +2158,6 @@
2158
2158
  "secret": "Құпия",
2159
2159
  "hostnameIpAddress": "Хост атауы IP мекенжайы",
2160
2160
  "esxVersion": "ESX нұсқасы",
2161
- "poweredOnVms": "Қосылған VM құрылғылары"
2161
+ "poweredOnVms": "Қосылған VM құрылғылары",
2162
+ "volume": "Көлемі"
2162
2163
  }
@@ -2158,5 +2158,6 @@
2158
2158
  "secret": "Секрет",
2159
2159
  "hostnameIpAddress": "Имя хоста / IP-адрес",
2160
2160
  "esxVersion": "ESX-версия",
2161
- "poweredOnVms": "Включенные виртуальные машины"
2161
+ "poweredOnVms": "Включенные виртуальные машины",
2162
+ "volume": "Объем"
2162
2163
  }
@@ -2158,5 +2158,6 @@
2158
2158
  "secret": "秘密",
2159
2159
  "hostnameIpAddress": "主机名 IP 地址",
2160
2160
  "esxVersion": "ESX版本",
2161
- "poweredOnVms": "已启动的虚拟机"
2161
+ "poweredOnVms": "已启动的虚拟机",
2162
+ "volume": "体积"
2162
2163
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.217",
4
+ "version": "1.2.218",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",