bfg-common 1.3.193 → 1.3.194

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.
@@ -2315,5 +2315,7 @@
2315
2315
  "fullBackup": "Поўнае рэзервовае капіраванне",
2316
2316
  "incrementalBackup": "Інкрэментнае рэзервовае капіраванне",
2317
2317
  "differentialBackup": "Дыферэнцыяльнае рэзервовае капіраванне",
2318
- "nameIsRequired": "Патрабуецца імя"
2318
+ "nameIsRequired": "Патрабуецца імя",
2319
+ "removeRule": "Выдаліць правіла",
2320
+ "removeRuleDescription": "Вы хочаце выдаліць правіла?"
2319
2321
  }
@@ -2319,5 +2319,7 @@
2319
2319
  "fullBackup": "Full backup",
2320
2320
  "incrementalBackup": "Incremental backup",
2321
2321
  "differentialBackup": "Differential backup",
2322
- "nameIsRequired": "Name is required"
2322
+ "nameIsRequired": "Name is required",
2323
+ "removeRule": "Remove rule",
2324
+ "removeRuleDescription": "Do you want to remove rule?"
2323
2325
  }
@@ -2319,5 +2319,7 @@
2319
2319
  "fullBackup": "Ամբողջական կրկնօրինակում",
2320
2320
  "incrementalBackup": "Աճող կրկնօրինակում",
2321
2321
  "differentialBackup": "Դիֆերենցիալ կրկնօրինակում",
2322
- "nameIsRequired": "Անունը պարտադիր է"
2322
+ "nameIsRequired": "Անունը պարտադիր է",
2323
+ "removeRule": "Հեռացնել կանոնը",
2324
+ "removeRuleDescription": "Ցանկանու՞մ եք հեռացնել կանոնը:"
2323
2325
  }
@@ -2318,5 +2318,7 @@
2318
2318
  "fullBackup": "Толық сақтық көшірме",
2319
2319
  "incrementalBackup": "Қосымша сақтық көшірме",
2320
2320
  "differentialBackup": "Дифференциалды резервтік көшірме",
2321
- "nameIsRequired": "Аты қажет"
2321
+ "nameIsRequired": "Аты қажет",
2322
+ "removeRule": "Ережені жою",
2323
+ "removeRuleDescription": "Ережені жойғыңыз келе ме?"
2322
2324
  }
@@ -2324,5 +2324,7 @@
2324
2324
  "fullBackup": "Полный Бэкап",
2325
2325
  "incrementalBackup": "Инкрементальный",
2326
2326
  "differentialBackup": "Дифференциальный",
2327
- "nameIsRequired": "Требуется имя"
2327
+ "nameIsRequired": "Требуется имя",
2328
+ "removeRule": "Удалить правило",
2329
+ "removeRuleDescription": "Вы хотите удалить правило?"
2328
2330
  }
@@ -2318,5 +2318,7 @@
2318
2318
  "fullBackup": "完整备份",
2319
2319
  "incrementalBackup": "增量备份",
2320
2320
  "differentialBackup": "差异备份",
2321
- "nameIsRequired": "姓名为必填项"
2321
+ "nameIsRequired": "姓名为必填项",
2322
+ "removeRule": "删除规则",
2323
+ "removeRuleDescription": "您想删除规则吗?"
2322
2324
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.193",
4
+ "version": "1.3.194",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",