bfg-common 1.4.219 → 1.4.220

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.
@@ -2599,7 +2599,11 @@
2599
2599
  "with": "з",
2600
2600
  "minuteDelay": "хвіліна(ы) затрымкі",
2601
2601
  "day": "Дзень",
2602
- "the": "The"
2602
+ "the": "The",
2603
+ "first": "Першы",
2604
+ "second": "Па-другое",
2605
+ "third": "Трэці",
2606
+ "fourth": "Па-чацвёртае"
2603
2607
  },
2604
2608
  "license": {
2605
2609
  "limits": "Limits",
@@ -2603,7 +2603,11 @@
2603
2603
  "with": "with",
2604
2604
  "minuteDelay": "minute(s) delay",
2605
2605
  "day": "Day",
2606
- "the": "The"
2606
+ "the": "The",
2607
+ "first": "First",
2608
+ "second": "Second",
2609
+ "third": "Third",
2610
+ "fourth": "Fourth"
2607
2611
  },
2608
2612
  "license": {
2609
2613
  "limits": "Limits",
@@ -2603,7 +2603,11 @@
2603
2603
  "with": "հետ",
2604
2604
  "minuteDelay": "րոպե(ներ) ուշացում",
2605
2605
  "day": "Օր",
2606
- "the": "Այն"
2606
+ "the": "Այն",
2607
+ "first": "Առաջին",
2608
+ "second": "Երկրորդ",
2609
+ "third": "Երրորդ",
2610
+ "fourth": "Չորրորդ"
2607
2611
  },
2608
2612
  "license": {
2609
2613
  "limits": "Limits",
@@ -2602,7 +2602,11 @@
2602
2602
  "with": "бірге",
2603
2603
  "minuteDelay": "минуттық кешігу",
2604
2604
  "day": "Күн",
2605
- "the": "The"
2605
+ "the": "The",
2606
+ "first": "Бірінші",
2607
+ "second": "Екінші",
2608
+ "third": "Үшінші",
2609
+ "fourth": "Төртінші"
2606
2610
  },
2607
2611
  "license": {
2608
2612
  "limits": "Limits",
@@ -2602,10 +2602,14 @@
2602
2602
  "repeatEvery": "Повторяйте каждые",
2603
2603
  "startOn": "Начать",
2604
2604
  "end": "Конец",
2605
- "with": "с",
2605
+ "with": "С",
2606
2606
  "minuteDelay": "минута(ы) задержки",
2607
2607
  "day": "День",
2608
- "the": "с"
2608
+ "the": "С",
2609
+ "first": "Первый",
2610
+ "second": "Второй",
2611
+ "third": "Третий",
2612
+ "fourth": "Четвертый"
2609
2613
  },
2610
2614
  "license": {
2611
2615
  "limits": "Limits",
@@ -2601,7 +2601,11 @@
2601
2601
  "with": "和",
2602
2602
  "minuteDelay": "分钟延迟",
2603
2603
  "day": "天",
2604
- "the": "这"
2604
+ "the": "这",
2605
+ "first": "第一的",
2606
+ "second": "第二",
2607
+ "third": "第三",
2608
+ "fourth": "第四"
2605
2609
  },
2606
2610
  "license": {
2607
2611
  "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.219",
4
+ "version": "1.4.220",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",