Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a missing translation #966

Merged
merged 2 commits into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -742,4 +741,4 @@
"UserCard.heading": "Bonjour, je suis {name}.",
"UserCard.showFullBioLink": "plus",
"UserCard.viewProfileLink": "Voir le profil"
}
}