bfg-common 1.4.182 → 1.4.183

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.
@@ -2570,7 +2570,10 @@
2570
2570
  "scheduledDescription": "Запланаванае апісанне",
2571
2571
  "scheduledDetails": "Запланаваныя дэталі",
2572
2572
  "emailNotification": "Апавяшчэнне па электроннай пошце",
2573
- "historyLastRuns": "Гісторыя апошніх 5 прабегаў"
2573
+ "historyLastRuns": "Гісторыя апошніх 5 прабегаў",
2574
+ "duration": "Працягласць",
2575
+ "endTime": "Час заканчэння",
2576
+ "result": "Вынік"
2574
2577
  },
2575
2578
  "license": {
2576
2579
  "limits": "Limits",
@@ -2574,7 +2574,10 @@
2574
2574
  "scheduledDescription": "Scheduled description",
2575
2575
  "scheduledDetails": "Scheduled details",
2576
2576
  "emailNotification": "Email notification",
2577
- "historyLastRuns": "History of last 5 runs"
2577
+ "historyLastRuns": "History of last 5 runs",
2578
+ "duration": "Duration",
2579
+ "endTime": "End time",
2580
+ "result": "Result"
2578
2581
  },
2579
2582
  "license": {
2580
2583
  "limits": "Limits",
@@ -2574,7 +2574,10 @@
2574
2574
  "scheduledDescription": "Պլանավորված նկարագրություն",
2575
2575
  "scheduledDetails": "Պլանավորված մանրամասներ",
2576
2576
  "emailNotification": "Էլփոստի ծանուցում",
2577
- "historyLastRuns": "Վերջին 5 վազքի պատմություն"
2577
+ "historyLastRuns": "Վերջին 5 վազքի պատմություն",
2578
+ "duration": "Տևողությունը",
2579
+ "endTime": "Ավարտի ժամանակը",
2580
+ "result": "Արդյունք"
2578
2581
  },
2579
2582
  "license": {
2580
2583
  "limits": "Limits",
@@ -2573,7 +2573,10 @@
2573
2573
  "scheduledDescription": "Жоспарланған сипаттама",
2574
2574
  "scheduledDetails": "Жоспарланған мәліметтер",
2575
2575
  "emailNotification": "Электрондық пошта хабарландыруы",
2576
- "historyLastRuns": "Соңғы 5 жүгіру тарихы"
2576
+ "historyLastRuns": "Соңғы 5 жүгіру тарихы",
2577
+ "duration": "Ұзақтығы",
2578
+ "endTime": "Аяқталу уақыты",
2579
+ "result": "Нәтиже"
2577
2580
  },
2578
2581
  "license": {
2579
2582
  "limits": "Limits",
@@ -2576,7 +2576,10 @@
2576
2576
  "scheduledDescription": "Запланированное описание",
2577
2577
  "scheduledDetails": "Запланированные детали",
2578
2578
  "emailNotification": "Уведомление по электронной почте",
2579
- "historyLastRuns": "История последних 5 запусков"
2579
+ "historyLastRuns": "История последних 5 запусков",
2580
+ "duration": "Продолжительность",
2581
+ "endTime": "Время окончания",
2582
+ "result": "Результат"
2580
2583
  },
2581
2584
  "license": {
2582
2585
  "limits": "Limits",
@@ -2572,7 +2572,10 @@
2572
2572
  "scheduledDescription": "预定说明",
2573
2573
  "scheduledDetails": "预定详情",
2574
2574
  "emailNotification": "电子邮件通知",
2575
- "historyLastRuns": "最近 5 场比赛的历史记录"
2575
+ "historyLastRuns": "最近 5 场比赛的历史记录",
2576
+ "duration": "期间",
2577
+ "endTime": "结束时间",
2578
+ "result": "结果"
2576
2579
  },
2577
2580
  "license": {
2578
2581
  "limits": "Limits",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.182",
4
+ "version": "1.4.183",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",