From dfb5f5596c6a6d1554e3fbab1e28d3daf5de1fef Mon Sep 17 00:00:00 2001 From: Darlene Sonalder <73744170+sonalder-darlene@users.noreply.github.com> Date: Sun, 5 Mar 2023 17:19:04 +0000 Subject: [PATCH] Add a missing translation --- assets/translations/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/translations/fr.json b/assets/translations/fr.json index bd80501..e4d99f8 100644 --- a/assets/translations/fr.json +++ b/assets/translations/fr.json @@ -1,5 +1,5 @@ { - "invalidURLForSource": "Not a valid {} App URL", + "invalidURLForSource": "URL d'application {} invalide", "noReleaseFound": "Impossible de trouver une version appropriée", "noVersionFound": "Impossible de déterminer la version de la version", "urlMatchesNoSource": "L'URL ne correspond pas à une source connue", @@ -268,4 +268,4 @@ "one": "{} et 1 autre application ont été mises à jour.", "other": "{} et {} autres applications ont été mises à jour." } -} \ No newline at end of file +}