From bf5dae9d8e9aabeae0c5f5efdf54190dfb47bba9 Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 24 Apr 2025 07:52:30 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 96.4% (2196 of 2276 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/fr/ --- front/src/locales/fr_FR.json | 42 ++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/front/src/locales/fr_FR.json b/front/src/locales/fr_FR.json index 8af8e77ee..5455ec1f0 100644 --- a/front/src/locales/fr_FR.json +++ b/front/src/locales/fr_FR.json @@ -2,27 +2,6 @@ "App": { "loading": "Chargement…" }, - "vui": { - "tracks": "{n} piste | {n} pistes", - "go-to": "Aller à", - "pagination": { - "previous": "Précédent", - "next": "Suivant" - }, - "aria": { - "pagination": { - "currentPage": "Page Actuelle, Page {n}", - "gotoPage": "Aller à la Page {n}", - "gotoPrevious": "Aller à la Page Précédente", - "gotoNext": "Aller à la Page Suivante", - "nav": "Navigation par Pagination" - } - }, - "radio": "Radio", - "albums": "{n} album | {n} albums", - "episodes": "{n} épisode | {n} épisodes", - "by-user": "par {'@'}{username}" - }, "components": { "About": { "description": { @@ -4650,5 +4629,26 @@ "title": "Radio" } } + }, + "vui": { + "albums": "{n} album | {n} albums", + "aria": { + "pagination": { + "currentPage": "Page Actuelle, Page {n}", + "gotoNext": "Aller à la Page Suivante", + "gotoPage": "Aller à la Page {n}", + "gotoPrevious": "Aller à la Page Précédente", + "nav": "Navigation par Pagination" + } + }, + "by-user": "par {'@'}{username}", + "episodes": "{n} épisode | {n} épisodes", + "go-to": "Aller à", + "pagination": { + "next": "Suivant", + "previous": "Précédent" + }, + "radio": "Radio", + "tracks": "{n} piste | {n} pistes" } }