From ef7841a041de9c9f9f886f6289c30d4598c4e9a3 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 4 Nov 2022 18:21:21 +0100 Subject: [PATCH] Update language files Signed-off-by: Thomas Citharel --- js/src/i18n/en_US.json | 10 +++++++++- js/src/i18n/fr_FR.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/js/src/i18n/en_US.json b/js/src/i18n/en_US.json index 33d9e8ab1..bf3739916 100644 --- a/js/src/i18n/en_US.json +++ b/js/src/i18n/en_US.json @@ -1438,5 +1438,13 @@ "No event found at this address": "No event found at this address", "I have an account on {instance}.": "I have an account on {instance}.", "profile{\\'@\\'}instance": "profile{\\'@\\'}instance", - "My federated identity ends in {domain}": "My federated identity ends in {domain}" + "My federated identity ends in {domain}": "My federated identity ends in {domain}", + "Close map": "Close map", + "On foot": "On foot", + "By bike": "By bike", + "By transit": "By transit", + "By car": "By car", + "Select all resources": "Select all resources", + "Select this resource": "Select this resource", + "You can add resources by using the button above.": "You can add resources by using the button above." } \ No newline at end of file diff --git a/js/src/i18n/fr_FR.json b/js/src/i18n/fr_FR.json index e0ad6c592..16303667f 100644 --- a/js/src/i18n/fr_FR.json +++ b/js/src/i18n/fr_FR.json @@ -1435,5 +1435,13 @@ "{timezoneLongName} ({timezoneShortName})": "{timezoneLongName} ({timezoneShortName})", "{title} ({count} todos)": "{title} ({count} todos)", "{username} was invited to {group}": "{username} a été invité à {group}", - "© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap" + "© The OpenStreetMap Contributors": "© Les Contributeur⋅ices OpenStreetMap", + "Close map": "Fermer la carte", + "On foot": "À pied", + "By bike": "En vélo", + "By transit": "En transports en commun", + "By car": "En voiture", + "Select all resources": "Sélectionner toutes les ressources", + "Select this resource": "Sélectionner cette ressource", + "You can add resources by using the button above.": "Vous pouvez ajouter des ressources en utilisant le bouton au dessus." }