@cloudtower/parrot 0.17.11 → 0.17.13

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.
@@ -10,6 +10,7 @@
10
10
  "push_to": "Jump to",
11
11
  "pagination_range": "Item {range1} – {range2}",
12
12
  "pagination_total": "Item {range1} – {range2}, {total} in total",
13
+ "pagination_lots_total": "{total} items in total",
13
14
  "unknow_error": "Unknown error",
14
15
  "to": "to"
15
16
  }
@@ -38,6 +38,7 @@ declare const locale: {
38
38
  push_to: string;
39
39
  pagination_range: string;
40
40
  pagination_total: string;
41
+ pagination_lots_total: string;
41
42
  unknow_error: string;
42
43
  to: string;
43
44
  };
@@ -39,6 +39,7 @@ declare const locales: {
39
39
  push_to: string;
40
40
  pagination_range: string;
41
41
  pagination_total: string;
42
+ pagination_lots_total: string;
42
43
  unknow_error: string;
43
44
  to: string;
44
45
  };
@@ -88,6 +89,7 @@ declare const locales: {
88
89
  push_to: string;
89
90
  pagination_range: string;
90
91
  pagination_total: string;
92
+ pagination_lots_total: string;
91
93
  unknow_error: string;
92
94
  to: string;
93
95
  };
@@ -10,6 +10,7 @@
10
10
  "push_to": "跳转至",
11
11
  "pagination_range": "第 {range1} – {range2} 项",
12
12
  "pagination_total": "第 {range1} – {range2} 项,共 {total} 项",
13
+ "pagination_lots_total": "共 {total} 项",
13
14
  "unknow_error": "未知错误",
14
15
  "to": "至"
15
16
  }
@@ -38,6 +38,7 @@ declare const locale: {
38
38
  push_to: string;
39
39
  pagination_range: string;
40
40
  pagination_total: string;
41
+ pagination_lots_total: string;
41
42
  unknow_error: string;
42
43
  to: string;
43
44
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudtower/parrot",
3
- "version": "0.17.11",
3
+ "version": "0.17.13",
4
4
  "description": "i18n modules for cloudtower sparrow and eagle",
5
5
  "keywords": [
6
6
  "i18n",
@@ -28,5 +28,5 @@
28
28
  "i18next": "^21.10.0",
29
29
  "typescript": "^4.8.4"
30
30
  },
31
- "gitHead": "1a4f7f9d797b8598980a00e6f037d58b1d88cc48"
31
+ "gitHead": "21a21359b804ef980ed22ba46d7813456f1de3c7"
32
32
  }
@@ -10,6 +10,7 @@
10
10
  "push_to": "Jump to",
11
11
  "pagination_range": "Item {range1} – {range2}",
12
12
  "pagination_total": "Item {range1} – {range2}, {total} in total",
13
+ "pagination_lots_total": "{total} items in total",
13
14
  "unknow_error": "Unknown error",
14
15
  "to": "to"
15
16
  }
@@ -10,6 +10,7 @@
10
10
  "push_to": "跳转至",
11
11
  "pagination_range": "第 {range1} – {range2} 项",
12
12
  "pagination_total": "第 {range1} – {range2} 项,共 {total} 项",
13
+ "pagination_lots_total": "共 {total} 项",
13
14
  "unknow_error": "未知错误",
14
15
  "to": "至"
15
16
  }