Skip to content

Commit

Permalink
Fix fr i18n reviews (#1394)
Browse files Browse the repository at this point in the history
Signed-off-by: jColfej <[email protected]>
  • Loading branch information
jcolfej authored Nov 2, 2023
1 parent 86a56fd commit f01b778
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ export default {
name: 'Nom',
ingredients: 'Ingrédients',
keywords: 'Mots-clés',
searchForIngredients: 'Vous pouvez chercher avec plusieurs ingrédients en les séparants avec un espace',
searchForKeywords: 'Vous pouvez chercher avec plusieurs mots-clés en les séparants avec un espace',
searchForIngredients:
'Vous pouvez chercher avec plusieurs ingrédients en les séparants avec un espace',
searchForKeywords:
'Vous pouvez chercher avec plusieurs mots-clés en les séparants avec un espace',
},
recipeList: {
viewRecipe: 'Voir la Recette',
Expand All @@ -37,19 +39,19 @@ export default {
share: 'Partager',
shareOnFacebook: 'Partager sur Facebook',
shareOnTwitter: 'Partager sur Twitter',
copyURL: 'Copier l\'url',
hideImage: 'Cacher l\'image',
copyURL: "Copier l'url",
hideImage: "Cacher l'image",
setFavorite: 'Ajouter aux favoris',
unsetFavorite: 'Retirer des favoris',
urlCopied: 'URL copiée !',
urlCopiiedInClipboard: 'L\'URL est copiée dans le presse-papiers',
urlCopiiedInClipboard: "L'URL est copiée dans le presse-papiers",
},
keywordList: {
enterYourKeyword: 'Entrez votre mot-clé',
},
favorites: {
removeAllFavorites: 'Supprimer tous les cocktails favoris',
noFavoriteDrinks: 'Vous n\'avez pas de cocktails favoris',
noFavoriteDrinks: "Vous n'avez pas de cocktails favoris",
removeFavoritesPrompt: 'Etes-vous sûr de vouloir supprimer tous les favoris',
delete: 'Supprimer',
cancel: 'Annuler',
Expand All @@ -59,6 +61,6 @@ export default {
},
pageNotFound: {
pageNotFound: 'Page non trouvée',
backToHome: 'Retour à l\'accueil',
backToHome: "Retour à l'accueil",
},
};

0 comments on commit f01b778

Please sign in to comment.