bfg-common 1.3.523 → 1.3.524

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,6 @@
2407
2407
  "visibleName": "Бачнае імя",
2408
2408
  "monitoredByProxy": "Кантралюецца праз проксі",
2409
2409
  "interfaces": "Інтэрфейсы",
2410
- "agent": "Агент"
2410
+ "agent": "Агент",
2411
+ "dnsName": "Імя DNS"
2411
2412
  }
@@ -2411,5 +2411,6 @@
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"
2415
2416
  }
@@ -2411,5 +2411,6 @@
2411
2411
  "visibleName": "Տեսանելի անուն",
2412
2412
  "monitoredByProxy": "Դիտարկվում է վստահված անձի կողմից",
2413
2413
  "interfaces": "Ինտերֆեյսեր",
2414
- "agent": "Գործակալ"
2414
+ "agent": "Գործակալ",
2415
+ "dnsName": "DNS անունը"
2415
2416
  }
@@ -2410,5 +2410,6 @@
2410
2410
  "visibleName": "Көрінетін атау",
2411
2411
  "monitoredByProxy": "Прокси арқылы бақыланады",
2412
2412
  "interfaces": "Интерфейстер",
2413
- "agent": "Агент"
2413
+ "agent": "Агент",
2414
+ "dnsName": "DNS атауы"
2414
2415
  }
@@ -2416,5 +2416,6 @@
2416
2416
  "visibleName": "Видимое имя",
2417
2417
  "monitoredByProxy": "Мониторинг через прокси",
2418
2418
  "interfaces": "Интерфейсы",
2419
- "agent": "Агент"
2419
+ "agent": "Агент",
2420
+ "dnsName": "DNS-имя"
2420
2421
  }
@@ -2410,5 +2410,6 @@
2410
2410
  "visibleName": "可见名称",
2411
2411
  "monitoredByProxy": "由代理监控",
2412
2412
  "interfaces": "接口",
2413
- "agent": "代理人"
2413
+ "agent": "代理人",
2414
+ "dnsName": "DNS名称"
2414
2415
  }
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.524",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",