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

Fix fr i18n #1385

Merged
merged 1 commit into from
Nov 1, 2023
Merged
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
24 changes: 13 additions & 11 deletions src/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ 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 @@ -39,24 +37,28 @@ 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',
},
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',
},
keywordList: {
enterYourKeyword: 'Entrez votre mot-clé',
},
search: {
findYourDrink: 'Rechercher votre cocktail',
},
pageNotFound: {
pageNotFound: 'Page non trouvée',
backToHome: "Retour à l'accueil",
backToHome: 'Retour à l\'accueil',
},
};