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