bfg-common 1.3.522 → 1.3.523

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.
@@ -2402,5 +2402,10 @@
2402
2402
  "importVirtualMachinesDesc": "Выберыце, якія віртуальныя машыны трэба імпартаваць.",
2403
2403
  "selectFolder": "Выберыце тэчку",
2404
2404
  "keepVMsSourceVCenterServer": "Захоўвайце ВМ на зыходным серверы vCenter (выконвае аперацыю кланавання ВМ).",
2405
- "successfullyConnected": "Паспяхова падключаны да {address}"
2405
+ "successfullyConnected": "Паспяхова падключаны да {address}",
2406
+ "hostName": "Імя хаста",
2407
+ "visibleName": "Бачнае імя",
2408
+ "monitoredByProxy": "Кантралюецца праз проксі",
2409
+ "interfaces": "Інтэрфейсы",
2410
+ "agent": "Агент"
2406
2411
  }
@@ -2406,5 +2406,10 @@
2406
2406
  "importVirtualMachinesDesc": "Select which Virtual Machines to be imported.",
2407
2407
  "selectFolder": "Select folder",
2408
2408
  "keepVMsSourceVCenterServer": "Keep VMs on the source vCenter Server (performs a VM clone operation).",
2409
- "successfullyConnected": "Successfully connected to {address}"
2409
+ "successfullyConnected": "Successfully connected to {address}",
2410
+ "hostName": "Host name",
2411
+ "visibleName": "Visible name",
2412
+ "monitoredByProxy": "Monitored by proxy",
2413
+ "interfaces": "Interfaces",
2414
+ "agent": "Agent"
2410
2415
  }
@@ -2406,5 +2406,10 @@
2406
2406
  "importVirtualMachinesDesc": "Ընտրեք, թե որ վիրտուալ մեքենաները պետք է ներմուծվեն:",
2407
2407
  "selectFolder": "Ընտրեք թղթապանակ",
2408
2408
  "keepVMsSourceVCenterServer": "Պահպանեք VM-ները աղբյուրի vCenter սերվերում (կատարում է VM-ի կլոնավորման գործողություն):",
2409
- "successfullyConnected": "Հաջողությամբ միացվեց {address}-ին"
2409
+ "successfullyConnected": "Հաջողությամբ միացվեց {address}-ին",
2410
+ "hostName": "Հյուրընկալողի անունը",
2411
+ "visibleName": "Տեսանելի անուն",
2412
+ "monitoredByProxy": "Դիտարկվում է վստահված անձի կողմից",
2413
+ "interfaces": "Ինտերֆեյսեր",
2414
+ "agent": "Գործակալ"
2410
2415
  }
@@ -2405,5 +2405,10 @@
2405
2405
  "importVirtualMachinesDesc": "Импортталатын виртуалды машиналарды таңдаңыз.",
2406
2406
  "selectFolder": "Қалтаны таңдаңыз",
2407
2407
  "keepVMsSourceVCenterServer": "Виртуалды құрылғыларды бастапқы vCenter серверінде сақтаңыз (VM клондау әрекетін орындайды).",
2408
- "successfullyConnected": "{address} мекенжайына сәтті қосылды"
2408
+ "successfullyConnected": "{address} мекенжайына сәтті қосылды",
2409
+ "hostName": "Хост атауы",
2410
+ "visibleName": "Көрінетін атау",
2411
+ "monitoredByProxy": "Прокси арқылы бақыланады",
2412
+ "interfaces": "Интерфейстер",
2413
+ "agent": "Агент"
2409
2414
  }
@@ -2411,5 +2411,10 @@
2411
2411
  "importVirtualMachinesDesc": "Выберите, какие виртуальные машины нужно импортировать.",
2412
2412
  "selectFolder": "Выберите папку",
2413
2413
  "keepVMsSourceVCenterServer": "Храните виртуальные машины на исходном сервере vCenter (выполняет операцию клонирования виртуальных машин).",
2414
- "successfullyConnected": "Успешно подключено к {address}"
2414
+ "successfullyConnected": "Успешно подключено к {address}",
2415
+ "hostName": "Имя хоста",
2416
+ "visibleName": "Видимое имя",
2417
+ "monitoredByProxy": "Мониторинг через прокси",
2418
+ "interfaces": "Интерфейсы",
2419
+ "agent": "Агент"
2415
2420
  }
@@ -2405,5 +2405,10 @@
2405
2405
  "importVirtualMachinesDesc": "选择要导入的虚拟机。",
2406
2406
  "selectFolder": "选择文件夹",
2407
2407
  "keepVMsSourceVCenterServer": "将虚拟机保留在源 vCenter Server 上(执行虚拟机克隆操作)。",
2408
- "successfullyConnected": "已成功连接到{address}"
2408
+ "successfullyConnected": "已成功连接到{address}",
2409
+ "hostName": "主机名",
2410
+ "visibleName": "可见名称",
2411
+ "monitoredByProxy": "由代理监控",
2412
+ "interfaces": "接口",
2413
+ "agent": "代理人"
2409
2414
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.522",
4
+ "version": "1.3.523",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",