Skip to content

Commit

Permalink
feat(cozy-harvest): Add locales for new account
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Feb 24, 2023
1 parent 0eb444b commit 0476351
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions packages/cozy-harvest-lib/src/locales/en.json
Expand Up @@ -27,7 +27,12 @@
"noAccount": "If you do not have an account you will need to create one on the [%{vendorName}](%{vendorLink})'s website."
},
"cannotConnectLink": "I can't connect",
"notClientSide": "The %{name} application uses a brand-new and efficient system for retrieving your data from your Cozy. This action is only accessible from the Cozy mobile app."
"notClientSide": "The %{name} application uses a brand-new and efficient system for retrieving your data from your Cozy. This action is only accessible from the Cozy mobile app.",
"clientSide": {
"title": "Connect to your Cozy",
"submit": "Connect",
"description": "Connect %{name} to your Cozy to synchronize your account and automatically retrieve all your data. "
}
},
"contracts": {
"headers": {
Expand Down Expand Up @@ -424,7 +429,10 @@
"label": "Reconnect"
},
"connect": {
"label": "Connect"
"description": "Connect %{slug} to your Cozy to synchronize your account and automatically retrieve all your data.",
"label": "Connect",
"submit": "Connect",
"title": "Connect to your Cozy"
},
"window": {
"title": "OAuth"
Expand Down
12 changes: 10 additions & 2 deletions packages/cozy-harvest-lib/src/locales/fr.json
Expand Up @@ -27,7 +27,12 @@
"noAccount": "Si vous n'avez pas de compte il vous faudra en créer sur le site [%{vendorName}](%{vendorLink})."
},
"cannotConnectLink": "Je ne parviens pas à me connecter",
"notClientSide": "L'application %{name} utilise un nouveau système plus efficace pour la récupération de vos données dans votre Cozy. Cette action est uniquement accessible depuis l’application mobile Cozy."
"notClientSide": "L'application %{name} utilise un nouveau système plus efficace pour la récupération de vos données dans votre Cozy. Cette action est uniquement accessible depuis l’application mobile Cozy.",
"clientSide": {
"title": "Connecter à mon Cozy",
"submit": "Connecter",
"description": "Connectez %{name} à votre Cozy pour synchroniser votre compte et récupérer automatiquement vos données."
}
},
"contracts": {
"headers": {
Expand Down Expand Up @@ -424,7 +429,10 @@
"label": "Se reconnecter"
},
"connect": {
"label": "Ajouter un compte"
"description": "Connectez %{name} à votre Cozy pour synchroniser votre compte et récupérer automatiquement vos données.",
"label": "Ajouter un compte",
"submit": "Connecter",
"title": "Connecter à mon Cozy"
},
"window": {
"title": "OAuth"
Expand Down

0 comments on commit 0476351

Please sign in to comment.