cozy-harvest-lib 22.1.0 → 22.2.0
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 +11 -0
- package/dist/locales/en.json +4 -0
- package/dist/locales/fr.json +4 -0
- package/package.json +2 -2
- package/src/locales/en.json +4 -0
- package/src/locales/fr.json +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [22.2.0](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@22.1.0...cozy-harvest-lib@22.2.0) (2024-01-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Add the UNKNOWN_ERROR.PARTIAL_SYNC konnector error message ([8532ee1](https://github.com/cozy/cozy-libs/commit/8532ee1ae2b22f3c3b166ae9e2d6d4e9ac0f343c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [22.1.0](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@22.0.8...cozy-harvest-lib@22.1.0) (2024-01-25)
|
|
7
18
|
|
|
8
19
|
|
package/dist/locales/en.json
CHANGED
|
@@ -191,6 +191,10 @@
|
|
|
191
191
|
"title": "Connection error",
|
|
192
192
|
"description": "An unknown error has occurred. You can try to update your data. If the problem persists, please contact us at [%{supportMail}](mailto:%{supportMail})."
|
|
193
193
|
},
|
|
194
|
+
"UNKNOWN_ERROR.PARTIAL_SYNC": {
|
|
195
|
+
"title": "Connection error",
|
|
196
|
+
"description": "The synchronization is complete but some elements may be missing"
|
|
197
|
+
},
|
|
194
198
|
"USER_ACTION_NEEDED": {
|
|
195
199
|
"title": "Action needed on the provider's website",
|
|
196
200
|
"description": "It seems that the [%{name}](%{link}) website requires you to log in and to complete a specific action. Please re-run the connector once you have settled the issue on the website."
|
package/dist/locales/fr.json
CHANGED
|
@@ -191,6 +191,10 @@
|
|
|
191
191
|
"title": "Erreur de Connexion",
|
|
192
192
|
"description": "Une erreur inconnue est survenue. Vous pouvez essayer de synchroniser à nouveau vos données. Si le problème persiste, n'hésitez pas à nous contacter via [%{supportMail}](mailto:%{supportMail})."
|
|
193
193
|
},
|
|
194
|
+
"UNKNOWN_ERROR.PARTIAL_SYNC": {
|
|
195
|
+
"title": "Erreur de Connexion",
|
|
196
|
+
"description": "La synchronisation est terminé mais certains éléments peuvent manquer"
|
|
197
|
+
},
|
|
194
198
|
"USER_ACTION_NEEDED": {
|
|
195
199
|
"title": "Action nécessaire chez le fournisseur",
|
|
196
200
|
"description": "Il semble que [%{name}](%{link}) ait besoin de revérifier votre connexion. Connectez-vous sur [%{name}](%{link}) avant de synchroniser à nouveau vos données."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-harvest-lib",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.2.0",
|
|
4
4
|
"description": "Provides logic, modules and components for Cozy's harvest applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"react-router-dom": ">=4.3.1"
|
|
108
108
|
},
|
|
109
109
|
"sideEffects": false,
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "4aabca6edec79405a512a15e004db9b3ad331e67"
|
|
111
111
|
}
|
package/src/locales/en.json
CHANGED
|
@@ -191,6 +191,10 @@
|
|
|
191
191
|
"title": "Connection error",
|
|
192
192
|
"description": "An unknown error has occurred. You can try to update your data. If the problem persists, please contact us at [%{supportMail}](mailto:%{supportMail})."
|
|
193
193
|
},
|
|
194
|
+
"UNKNOWN_ERROR.PARTIAL_SYNC": {
|
|
195
|
+
"title": "Connection error",
|
|
196
|
+
"description": "The synchronization is complete but some elements may be missing"
|
|
197
|
+
},
|
|
194
198
|
"USER_ACTION_NEEDED": {
|
|
195
199
|
"title": "Action needed on the provider's website",
|
|
196
200
|
"description": "It seems that the [%{name}](%{link}) website requires you to log in and to complete a specific action. Please re-run the connector once you have settled the issue on the website."
|
package/src/locales/fr.json
CHANGED
|
@@ -191,6 +191,10 @@
|
|
|
191
191
|
"title": "Erreur de Connexion",
|
|
192
192
|
"description": "Une erreur inconnue est survenue. Vous pouvez essayer de synchroniser à nouveau vos données. Si le problème persiste, n'hésitez pas à nous contacter via [%{supportMail}](mailto:%{supportMail})."
|
|
193
193
|
},
|
|
194
|
+
"UNKNOWN_ERROR.PARTIAL_SYNC": {
|
|
195
|
+
"title": "Erreur de Connexion",
|
|
196
|
+
"description": "La synchronisation est terminé mais certains éléments peuvent manquer"
|
|
197
|
+
},
|
|
194
198
|
"USER_ACTION_NEEDED": {
|
|
195
199
|
"title": "Action nécessaire chez le fournisseur",
|
|
196
200
|
"description": "Il semble que [%{name}](%{link}) ait besoin de revérifier votre connexion. Connectez-vous sur [%{name}](%{link}) avant de synchroniser à nouveau vos données."
|