From a315d32b384b9dc89976f931f6faed67eae56f10 Mon Sep 17 00:00:00 2001 From: Flomp Date: Sun, 9 Jun 2024 17:04:14 +0200 Subject: [PATCH] New translations en.json (French) --- web/src/lib/i18n/locales/fr.json | 54 ++++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/web/src/lib/i18n/locales/fr.json b/web/src/lib/i18n/locales/fr.json index 232beb7a..4129f9a3 100644 --- a/web/src/lib/i18n/locales/fr.json +++ b/web/src/lib/i18n/locales/fr.json @@ -1,10 +1,10 @@ { - "Biking": "", - "Canoeing": "", - "Climbing": "", - "Hiking": "", - "Skiing": "", - "Walking": "", + "Biking": "Biking", + "Canoeing": "Canoeing", + "Climbing": "Climbing", + "Hiking": "Hiking", + "Skiing": "Skiing", + "Walking": "Walking", "about": "Informations", "account-delete-confirm": "Vous êtes sur le point de supprimer votre compte. Toutes vos trails seront également supprimées. Voulez-vous continuer ?", "add-entry": "Ajouter une entrée", @@ -17,7 +17,7 @@ "api-documentation": "Documentation API", "avatar": "Avatar", "basic-info": "Informations de base", - "can": "", + "can": "can", "cancel": "Annuler", "card": "{n, plural, =1 {Carte} other {Cartes}}", "categories": "Catégories", @@ -25,15 +25,15 @@ "change": "Changement", "changelog": "Journal des modifications", "chinese": "Chinois (simplifié)", - "close": "", + "close": "Close", "comment": "{n, plural, =1 {Commentaire} other {Commentaires}}", "completed": "Compléter", "completion-status": "L'état d'achèvement", "contribute": "Contribuer", - "copy-link": "", + "copy-link": "Copy Link", "create-new-list": "Créer une nouvelle liste", "creation-date": "Date de création", - "cycling": "", + "cycling": "Cycling", "danger-zone": "Zone de danger", "date": "Date", "default-location": "Endroit pas défaut", @@ -49,8 +49,8 @@ "display-as": "Afficher en tant que", "distance": "Distance", "documentation": "Documentation", - "draw-a-route": "", - "driving": "", + "draw-a-route": "Draw a route", + "driving": "Driving", "dutch": "Néerlandais", "easy": "Facile", "edit": "Editer", @@ -63,15 +63,15 @@ "entry": "Entrée", "error-creating-user": "Erreur durant la création de l'utilisateur", "error-during-login": "Erreur durant la connexion", - "error-exporting-trail": "", + "error-exporting-trail": "Error exporting trail", "error-printing-map": "Erreur d'impression de la carte", "error-reading-file": "Erreur de lecture du fichier", "est-duration": "Temps estimé", "explore": "Explorer", "explore-some-trails": "Explorer certains itinéraires", - "export": "", + "export": "Export", "features": "Fonctionnalités", - "file-format": "", + "file-format": "File format", "french": "Français", "german": "Allemand", "grid": "Grille", @@ -80,7 +80,7 @@ "hero_section_1_text": "Voici quelques itinéraires qui pourraient vous plaire. Vous pouvez également consulter la liste complète dès maintenant.", "hero_section_1_text_alternative": "Commencez par enregistrer votre dernière aventure.", "hero_section_2_text": "Le saviez-vous ? Vous ne pouvez pas vous contenter que de sauver vos itinéraires de randonnée. Il existe de nombreuses catégories pour toutes vos aventures.", - "hiking": "", + "hiking": "Hiking", "hungarian": "Hongrois", "icon": "Icône", "imperial": "Impérial", @@ -90,7 +90,7 @@ "language": "Langue", "latitude": "Latitude", "license": "Licence", - "link-copied": "", + "link-copied": "Link copied!", "list": "{n, plural, =1 {Liste} other {Listes}}", "location": "Localisation", "login": "Connexion", @@ -140,27 +140,27 @@ "search-trails": "Chercher un itinéraire", "select-list": "Liste de choix", "settings": "Paramètres", - "share": "", - "share-this-trail": "", - "shared-by": "", - "shared-with": "", + "share": "Share", + "share-this-trail": "Share this trail", + "shared-by": "Shared by", + "shared-with": "Shared with", "show-in-overview": "Voir dans l'aperçu", "show-on-map": "Voir sur la carte", "slogan": "Sauvegarder vos aventures !", "sort": "Trier", - "stop-drawing": "", + "stop-drawing": "Stop drawing", "summit-book": "Livre du sommet", "text": "Texte", "trail": "{n, plural, =1 {Itinéraire} other {Itinéraires}}", - "trail-not-shared": "", + "trail-not-shared": "Not shared with anyone", "trails-for-you": "Itinéraire pour vous", "units": "Unités", "upload-file": "Téléverser un fichier", "upload-gpx": "Envoyer un GPX", "username": "Nom d'utilisteur", - "view": "", - "waypoints": "Point de repère", + "view": "View", + "waypoints": "{n, plural, =1 {Waypoint} other {Waypoints}}", "welcome_to": "Bienvenue à", "wrong-username-or-password": "Nom d'utilisateur ou mot de passe incorrect", - "you-can": "" -} \ No newline at end of file + "you-can": "You can" +}