@dhis2/analytics 25.1.5 → 25.1.6

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [25.1.6](https://github.com/dhis2/analytics/compare/v25.1.5...v25.1.6) (2023-05-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([c901006](https://github.com/dhis2/analytics/commit/c9010067004c5c3061cfa76806ffd991394bda98))
7
+
1
8
  ## [25.1.5](https://github.com/dhis2/analytics/compare/v25.1.4...v25.1.5) (2023-05-25)
2
9
 
3
10
 
@@ -201,7 +201,7 @@
201
201
  "Weekly (Start Thursday)": "",
202
202
  "Weekly (Start Saturday)": "",
203
203
  "Weekly (Start Sunday)": "",
204
- "Bi-weekly": "",
204
+ "Bi-weekly": "ສອງອາທິດຕໍ່ຄັ້ງ",
205
205
  "Monthly": "ລາຍເດືອນ",
206
206
  "Bi-monthly": "ທຸກໆສອງເດືອນ",
207
207
  "Quarterly": "ໄຕມາດ",
@@ -228,8 +228,8 @@
228
228
  "Last 52 weeks": "52 ອາທິດຜ່ານມາ",
229
229
  "Weeks this year": "ອາທິດ ຂອງປີນີ້",
230
230
  "This bi-week": "ສອງເທື່ອຕໍ່ອາທິດນີ້",
231
- "Last bi-week": "",
232
- "Last 4 bi-weeks": "",
231
+ "Last bi-week": "ສອງຄັ້ງລ່າສຸດຕໍ່ທິດ",
232
+ "Last 4 bi-weeks": "ສອງເດືອນທີ່ຜ່ານມາ",
233
233
  "This month": "ເດືອນນີ້",
234
234
  "Last month": "ເດືອນຜ່ານມາ",
235
235
  "Last 3 months": "3 ເດືອນຍ້ອນຫຼັງ",
@@ -201,7 +201,7 @@
201
201
  "Weekly (Start Thursday)": "",
202
202
  "Weekly (Start Saturday)": "",
203
203
  "Weekly (Start Sunday)": "",
204
- "Bi-weekly": "",
204
+ "Bi-weekly": "ສອງອາທິດຕໍ່ຄັ້ງ",
205
205
  "Monthly": "ລາຍເດືອນ",
206
206
  "Bi-monthly": "ທຸກໆສອງເດືອນ",
207
207
  "Quarterly": "ໄຕມາດ",
@@ -228,8 +228,8 @@
228
228
  "Last 52 weeks": "52 ອາທິດຜ່ານມາ",
229
229
  "Weeks this year": "ອາທິດ ຂອງປີນີ້",
230
230
  "This bi-week": "ສອງເທື່ອຕໍ່ອາທິດນີ້",
231
- "Last bi-week": "",
232
- "Last 4 bi-weeks": "",
231
+ "Last bi-week": "ສອງຄັ້ງລ່າສຸດຕໍ່ທິດ",
232
+ "Last 4 bi-weeks": "ສອງເດືອນທີ່ຜ່ານມາ",
233
233
  "This month": "ເດືອນນີ້",
234
234
  "Last month": "ເດືອນຜ່ານມາ",
235
235
  "Last 3 months": "3 ເດືອນຍ້ອນຫຼັງ",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "25.1.5",
3
+ "version": "25.1.6",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {