bfg-common 1.3.524 → 1.3.525

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.
@@ -2408,5 +2408,6 @@
2408
2408
  "monitoredByProxy": "Кантралюецца праз проксі",
2409
2409
  "interfaces": "Інтэрфейсы",
2410
2410
  "agent": "Агент",
2411
- "dnsName": "Імя DNS"
2411
+ "dnsName": "Імя DNS",
2412
+ "createHost": "Стварыць хост"
2412
2413
  }
@@ -2412,5 +2412,6 @@
2412
2412
  "monitoredByProxy": "Monitored by proxy",
2413
2413
  "interfaces": "Interfaces",
2414
2414
  "agent": "Agent",
2415
- "dnsName": "DNS name"
2415
+ "dnsName": "DNS name",
2416
+ "createHost": "Create Host"
2416
2417
  }
@@ -2412,5 +2412,6 @@
2412
2412
  "monitoredByProxy": "Դիտարկվում է վստահված անձի կողմից",
2413
2413
  "interfaces": "Ինտերֆեյսեր",
2414
2414
  "agent": "Գործակալ",
2415
- "dnsName": "DNS անունը"
2415
+ "dnsName": "DNS անունը",
2416
+ "createHost": "Ստեղծել հոսթ"
2416
2417
  }
@@ -2411,5 +2411,6 @@
2411
2411
  "monitoredByProxy": "Прокси арқылы бақыланады",
2412
2412
  "interfaces": "Интерфейстер",
2413
2413
  "agent": "Агент",
2414
- "dnsName": "DNS атауы"
2414
+ "dnsName": "DNS атауы",
2415
+ "createHost": "Хост жасау"
2415
2416
  }
@@ -2417,5 +2417,6 @@
2417
2417
  "monitoredByProxy": "Мониторинг через прокси",
2418
2418
  "interfaces": "Интерфейсы",
2419
2419
  "agent": "Агент",
2420
- "dnsName": "DNS-имя"
2420
+ "dnsName": "DNS-имя",
2421
+ "createHost": "Создать хост"
2421
2422
  }
@@ -2411,5 +2411,6 @@
2411
2411
  "monitoredByProxy": "由代理监控",
2412
2412
  "interfaces": "接口",
2413
2413
  "agent": "代理人",
2414
- "dnsName": "DNS名称"
2414
+ "dnsName": "DNS名称",
2415
+ "createHost": "创建主机"
2415
2416
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.524",
4
+ "version": "1.3.525",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",