From fbf42cff5ebc3c279e0f4e117e57e257ab801ba7 Mon Sep 17 00:00:00 2001 From: Eric Doughty-Papassideris Date: Tue, 15 Oct 2024 19:21:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20front:=20fix=20translation=20of?= =?UTF-8?q?=20disk=20usage=20to=20plural=20tolerant?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdrive/frontend/public/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/frontend/public/locales/fr.json b/tdrive/frontend/public/locales/fr.json index e2f32039..69c0ec25 100644 --- a/tdrive/frontend/public/locales/fr.json +++ b/tdrive/frontend/public/locales/fr.json @@ -293,7 +293,7 @@ "scenes.app.drive.used": "utilisés dans ce dossier", "scenes.app.drive.documents": "Documents", "scenes.app.drive.context_menu": "Plus", - "components.disk_usage.used": "utilisé", + "components.disk_usage.used": "utilisé(s)", "components.disk_usage.in_trash": "dans la corbeille", "components.disk_usage.of": "sur", "components.create_modal.create_folder_or_doc": "Créer un document ou un dossier",