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

feat: update french translations #107

Merged
merged 3 commits into from
Apr 15, 2024
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
14 changes: 13 additions & 1 deletion src/langs/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@
"DELETE_ITEM_LOCATION_EXPLANATION": "La localisation de {{name}} sera supprimée de la carte, mais l'élément sera toujours disponible.",
"DELETE_ITEM_BUTTON": "Mettre à la poubelle",
"DELETE_ITEM_TITLE": "Mettre l'élément à la poubelle",
"DELETE_ITEM_EXPLANATION": "L'élément {{name}} sera placé dans la poubelle. Voulez-vous continuer ?"
"DELETE_ITEM_EXPLANATION": "L'élément {{name}} sera placé dans la poubelle. Voulez-vous continuer ?",
"GEOLOCATION_PICKER_PLACEHOLDER": "Entrez votre adresse ici",
"GEOLOCATION_PICKER_NO_ADDRESS": "Impossible de trouver cette adresse",
"GEOLOCATION_PICKER_TITLE": "Géolocalisation",
"Enter keywords here": "Entrez des mots-clés ici",
"filters": "filtres",
"Keywords": "Mots-clés",
"Filters": "Filtres",
"My Location": "Ma position",
"Description (optional)": "description (facultatif)",
"Name": "Nom",
"Add a new folder at this location": "Ajouter un nouveau dossier à cette adresse",
"This location does not match a specific address.": "Cet emplacement ne correspond pas à une adresse spécifique."
}