mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Merge pull request #989 from sharetribe/update-fr-translations
Update fr translations
This commit is contained in:
commit
f94828a926
2 changed files with 4 additions and 2 deletions
|
|
@ -14,6 +14,8 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
## Upcoming version 2018-XX-XX
|
||||
|
||||
- [fix] Wrong translations for perUnit in fr.json.
|
||||
[#989](https://github.com/sharetribe/flex-template-web/pull/989)
|
||||
- [change] Layout changes to BookingPanel on listing and transaction pages.
|
||||
[#988](https://github.com/sharetribe/flex-template-web/pull/988)
|
||||
- [fix] Fix wrong booking title on listing page that has been introduced in #969.
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@
|
|||
"CheckoutPage.paymentInfo": "Vous ne serez facturé que si votre demande est acceptée par l'hôte.",
|
||||
"CheckoutPage.perDay": "par jour",
|
||||
"CheckoutPage.perNight": "par nuit",
|
||||
"CheckoutPage.perUnit": "per unit",
|
||||
"CheckoutPage.perUnit": "par unité",
|
||||
"CheckoutPage.priceBreakdownTitle": "Détails de la réservation",
|
||||
"CheckoutPage.providerStripeAccountMissingError": "L'auteur de l'annonce n'a pas ajouté ses coordonnées bancaires et l'annonce ne peut pas être réserver pour le moment.",
|
||||
"CheckoutPage.speculateFailedMessage": "Oups, quelque chose n'a pas fonctionné. Veuillez rafraichir la page et essayer de nouveau.",
|
||||
|
|
@ -791,7 +791,7 @@
|
|||
"TransactionPanel.orderPreauthorizedTitle": "Bravo, {customerName} !",
|
||||
"TransactionPanel.perDay": "par jour",
|
||||
"TransactionPanel.perNight": "par nuit",
|
||||
"TransactionPanel.perUnit": "per unit",
|
||||
"TransactionPanel.perUnit": "par unité",
|
||||
"TransactionPanel.requestToBook": "Réserver",
|
||||
"TransactionPanel.saleAcceptedTitle": "Vous avez accepté la demande de réservation de {customerName} pour {listingLink}.",
|
||||
"TransactionPanel.saleCancelledTitle": "La réservation de {customerName} pour {listingLink} a été annulée.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue