cozy-ui 78.1.0 → 78.1.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [78.1.1](https://github.com/cozy/cozy-ui/compare/v78.1.0...v78.1.1) (2022-12-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Update expiration date and notice period wordings ([d6169ba](https://github.com/cozy/cozy-ui/commit/d6169ba))
|
|
7
|
+
|
|
1
8
|
# [78.1.0](https://github.com/cozy/cozy-ui/compare/v78.0.0...v78.1.0) (2022-12-08)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"CObtentionDate": "Permis C, délivré le",
|
|
44
44
|
"DObtentionDate": "Permis D, délivré le",
|
|
45
45
|
"issueDate": "Délivré le",
|
|
46
|
-
"expirationDate": "
|
|
46
|
+
"expirationDate": "Date d'expiration",
|
|
47
47
|
"referencedDate": "Date de référence",
|
|
48
48
|
"shootingDate": "Date de prise de vue",
|
|
49
49
|
"obtentionDate": "Date d'obtention",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"ibanNumber": "Numéro d'IBAN",
|
|
59
59
|
"country": "Pays de délivrance",
|
|
60
60
|
"passportNumber": "Numéro du passeport",
|
|
61
|
-
"noticePeriod": "
|
|
61
|
+
"noticePeriod": "Alerte d’expiration"
|
|
62
62
|
},
|
|
63
63
|
"day": "jour |||| jours"
|
|
64
64
|
},
|
|
@@ -59,7 +59,7 @@ var en = {
|
|
|
59
59
|
ibanNumber: "IBAN number",
|
|
60
60
|
country: "Country of delivery",
|
|
61
61
|
passportNumber: "Passport number",
|
|
62
|
-
noticePeriod: "
|
|
62
|
+
noticePeriod: "Expiration alert"
|
|
63
63
|
},
|
|
64
64
|
day: "day |||| days"
|
|
65
65
|
},
|
|
@@ -146,7 +146,7 @@ var fr = {
|
|
|
146
146
|
CObtentionDate: "Permis C, d\xE9livr\xE9 le",
|
|
147
147
|
DObtentionDate: "Permis D, d\xE9livr\xE9 le",
|
|
148
148
|
issueDate: "D\xE9livr\xE9 le",
|
|
149
|
-
expirationDate: "
|
|
149
|
+
expirationDate: "Date d'expiration",
|
|
150
150
|
referencedDate: "Date de r\xE9f\xE9rence",
|
|
151
151
|
shootingDate: "Date de prise de vue",
|
|
152
152
|
obtentionDate: "Date d'obtention",
|
|
@@ -161,7 +161,7 @@ var fr = {
|
|
|
161
161
|
ibanNumber: "Num\xE9ro d'IBAN",
|
|
162
162
|
country: "Pays de d\xE9livrance",
|
|
163
163
|
passportNumber: "Num\xE9ro du passeport",
|
|
164
|
-
noticePeriod: "
|
|
164
|
+
noticePeriod: "Alerte d\u2019expiration"
|
|
165
165
|
},
|
|
166
166
|
day: "jour |||| jours"
|
|
167
167
|
},
|