bfg-common 1.5.691 → 1.5.693

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.
@@ -3799,6 +3799,7 @@
3799
3799
  "sensors": "Датчыкі",
3800
3800
  "cpu_temp": "Тэмпература CPU",
3801
3801
  "power": "Сілкаванне",
3802
- "services": "Сэрвісы"
3802
+ "services": "Сэрвісы",
3803
+ "activateAll": "Актываваць усе"
3803
3804
  }
3804
3805
  }
@@ -3803,6 +3803,7 @@
3803
3803
  "sensors": "Sensors",
3804
3804
  "cpu_temp": "CPU Temperature",
3805
3805
  "power": "Power",
3806
- "services": "Services"
3806
+ "services": "Services",
3807
+ "activateAll": "Activate All"
3807
3808
  }
3808
3809
  }
@@ -3803,6 +3803,7 @@
3803
3803
  "sensors": "Զգայուն տարրեր",
3804
3804
  "cpu_temp": "CPU Ջերմաստիճան",
3805
3805
  "power": "Էլեկտրամատակարարում",
3806
- "services": "Ծառայություններ"
3806
+ "services": "Ծառայություններ",
3807
+ "activateAll": "Ակտիվացրեք բոլորը"
3807
3808
  }
3808
3809
  }
@@ -3802,6 +3802,7 @@
3802
3802
  "sensors": "Сенсорлар",
3803
3803
  "cpu_temp": "CPU Температурасы",
3804
3804
  "power": "Қуат",
3805
- "services": "Қызметтер"
3805
+ "services": "Қызметтер",
3806
+ "activateAll": "Барлығын белсендіру"
3806
3807
  }
3807
3808
  }
@@ -3802,6 +3802,7 @@
3802
3802
  "sensors": "Датчики",
3803
3803
  "cpu_temp": "Температура Процессора",
3804
3804
  "power": "Питание",
3805
- "services": "Службы"
3805
+ "services": "Службы",
3806
+ "activateAll": "Активировать все"
3806
3807
  }
3807
3808
  }
@@ -3800,6 +3800,7 @@
3800
3800
  "sensors": "传感器",
3801
3801
  "cpu_temp": "CPU 温度",
3802
3802
  "power": "电源",
3803
- "services": "服务"
3803
+ "services": "服务",
3804
+ "activateAll": "全部激活"
3804
3805
  }
3805
3806
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.691",
4
+ "version": "1.5.693",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",