@dhis2-ui/pagination 10.10.0 → 10.10.1

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/README.md CHANGED
@@ -5,4 +5,4 @@
5
5
  > guide](https://github.com/dhis2/ui/blob/master/docs/getting-started.md)
6
6
  > for more information.
7
7
 
8
- For usage instructions see [the documentation for this component](https://ui.dhis2.nu/components/pagination).
8
+ For usage instructions see [the documentation for this component](https://developers.dhis2.org/docs/ui/components/pagination).
@@ -1,10 +1,10 @@
1
1
  {
2
- "Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of {{total}}": "",
3
- "Page {{page}}, items {{firstItem}}-{{lastItem}}": "",
2
+ "Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of {{total}}": "Page {{page}} des {{pageCount}}, éléments {{firstItem}}-{{lastItem}} de {{total}}",
3
+ "Page {{page}}, items {{firstItem}}-{{lastItem}}": "Page {{page}}, éléments {{firstItem}}-{{lastItem}}",
4
4
  "Page {{page}}": "Page {{page}}",
5
5
  "Next": "Suivant",
6
6
  "Page": "Page",
7
- "Items per page": "",
7
+ "Items per page": "Éléments par page",
8
8
  "Previous": "Précédent",
9
- "You are at page {{page}} showing items {{firstItem}}-{{lastItem}}, but there are {{pageCount}} pages and {{total}} items": ""
9
+ "You are at page {{page}} showing items {{firstItem}}-{{lastItem}}, but there are {{pageCount}} pages and {{total}} items": "Vous êtes sur la page {{page}} qui affiche les éléments {{firstItem}}-{{lastItem}}, mais il y a des pages {{pageCount}} et des éléments {{total}}."
10
10
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of {{total}}": "",
3
- "Page {{page}}, items {{firstItem}}-{{lastItem}}": "",
2
+ "Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of {{total}}": "Page {{page}} des {{pageCount}}, éléments {{firstItem}}-{{lastItem}} de {{total}}",
3
+ "Page {{page}}, items {{firstItem}}-{{lastItem}}": "Page {{page}}, éléments {{firstItem}}-{{lastItem}}",
4
4
  "Page {{page}}": "Page {{page}}",
5
5
  "Next": "Suivant",
6
6
  "Page": "Page",
7
- "Items per page": "",
7
+ "Items per page": "Éléments par page",
8
8
  "Previous": "Précédent",
9
- "You are at page {{page}} showing items {{firstItem}}-{{lastItem}}, but there are {{pageCount}} pages and {{total}} items": ""
9
+ "You are at page {{page}} showing items {{firstItem}}-{{lastItem}}, but there are {{pageCount}} pages and {{total}} items": "Vous êtes sur la page {{page}} qui affiche les éléments {{firstItem}}-{{lastItem}}, mais il y a des pages {{pageCount}} et des éléments {{total}}."
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/pagination",
3
- "version": "10.10.0",
3
+ "version": "10.10.1",
4
4
  "description": "UI Pagination",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@dhis2/prop-types": "^3.1.2",
37
- "@dhis2-ui/button": "10.10.0",
38
- "@dhis2-ui/select": "10.10.0",
39
- "@dhis2/ui-constants": "10.10.0",
40
- "@dhis2/ui-icons": "10.10.0",
37
+ "@dhis2-ui/button": "10.10.1",
38
+ "@dhis2-ui/select": "10.10.1",
39
+ "@dhis2/ui-constants": "10.10.1",
40
+ "@dhis2/ui-icons": "10.10.1",
41
41
  "classnames": "^2.3.1",
42
42
  "prop-types": "^15.7.2"
43
43
  },