From c040f6e1144428b4da33d53205860901b17f6758 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 14 Jun 2021 16:22:41 +0200 Subject: [PATCH] Extract missing translations Signed-off-by: Thomas Citharel --- js/src/i18n/en_US.json | 4 +++- js/src/i18n/fr_FR.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/js/src/i18n/en_US.json b/js/src/i18n/en_US.json index 3e55750fe..28d63999e 100644 --- a/js/src/i18n/en_US.json +++ b/js/src/i18n/en_US.json @@ -1041,5 +1041,7 @@ "A member requested to join one of my groups": "A member requested to join one of my groups", "A member has been updated": "A member has been updated", "User settings": "User settings", - "You changed your email or password": "You changed your email or password" + "You changed your email or password": "You changed your email or password", + "Organized by you": "Organized by you", + "Move resource to the root folder": "Move resource to the root folder" } diff --git a/js/src/i18n/fr_FR.json b/js/src/i18n/fr_FR.json index 238510958..b026a5a14 100644 --- a/js/src/i18n/fr_FR.json +++ b/js/src/i18n/fr_FR.json @@ -1132,5 +1132,7 @@ "{profile} updated the member {member}.": "{profile} a mis à jour le ou la membre {member}.", "{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", + "Organized by you": "Organisé par vous", + "Move resource to the root folder": "Déplacer la resource dans le dossier racine" }