Skip to content

Commit

Permalink
feat: Add the UNKNOWN_ERROR.PARTIAL_SYNC konnector error message
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface authored and doubleface committed Jan 29, 2024
1 parent f9c3597 commit 8532ee1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cozy-harvest-lib/src/locales/en.json
Expand Up @@ -191,6 +191,10 @@
"title": "Connection error",
"description": "An unknown error has occurred. You can try to update your data. If the problem persists, please contact us at [%{supportMail}](mailto:%{supportMail})."
},
"UNKNOWN_ERROR.PARTIAL_SYNC": {
"title": "Connection error",
"description": "The synchronization is complete but some elements may be missing"
},
"USER_ACTION_NEEDED": {
"title": "Action needed on the provider's website",
"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."
Expand Down
4 changes: 4 additions & 0 deletions packages/cozy-harvest-lib/src/locales/fr.json
Expand Up @@ -191,6 +191,10 @@
"title": "Erreur de Connexion",
"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})."
},
"UNKNOWN_ERROR.PARTIAL_SYNC": {
"title": "Erreur de Connexion",
"description": "La synchronisation est terminé mais certains éléments peuvent manquer"
},
"USER_ACTION_NEEDED": {
"title": "Action nécessaire chez le fournisseur",
"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."
Expand Down

0 comments on commit 8532ee1

Please sign in to comment.