diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7df2aa..d9929e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2018-XX-XX +## [v2.4.1] 2018-11-29 + +* [fix] Add missing French translation. + [#966](https://github.com/sharetribe/flex-template-web/pull/966) + +[v2.4.1]: https://github.com/sharetribe/flex-template-web/compare/v2.4.0...v2.4.1 + ## [v2.4.0] 2018-11-28 * [change] Update Flex JS SDK to 1.2. diff --git a/src/translations/fr.json b/src/translations/fr.json index 6039f9bc..7a08b504 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -73,6 +73,7 @@ "CheckoutPage.hostedBy": "Proposé par {name}", "CheckoutPage.initiateOrderAmountTooLow": "Nous n'avons pas pu traiter votre paiement car son montant total est trop faible. Veuillez contacter les administrateurs de la place de marché.", "CheckoutPage.initiateOrderError": "Le paiement a échoué. Veuillez retourner sur {listingLink} et essayer de nouveau. Si cela persiste, essayez de rafraîchir la page ou contactez les administrateurs de la place de marché.", + "CheckoutPage.initiateOrderStripeError": "Le système de paiement a rencontré les erreurs suivantes : {stripeErrors}", "CheckoutPage.listingNotFoundError": "Hélas, cette annonce n'est plus disponible.", "CheckoutPage.loadingData": "Chargement des données de paiement…", "CheckoutPage.paymentInfo": "Vous ne serez facturé que si votre demande est acceptée par l'hôte.", @@ -563,10 +564,8 @@ "SearchFiltersMobile.heading": "Filtrer les saunas", "SearchFiltersMobile.resetAll": "Remettre à zéro", "SearchFiltersMobile.showListings": "Voir {count, number} {count, plural, one {sauna} other {saunas}}", - "SearchFiltersPanel.amenitiesLabel": "Sélection multiple", "SearchFiltersPanel.apply": "Valider", "SearchFiltersPanel.cancel": "Annuler", - "SearchFiltersPanel.categoryLabel": "Sélection simple", "SearchFiltersPanel.resetAll": "Effacer", "SearchMapInfoCard.noImage": "Aucune image", "SearchPage.schemaDescription": "Affichage des résultats de recherche", @@ -742,4 +741,4 @@ "UserCard.heading": "Bonjour, je suis {name}.", "UserCard.showFullBioLink": "plus", "UserCard.viewProfileLink": "Voir le profil" -} \ No newline at end of file +}