From 77e1e0e4047902024ca8f4953ec0987110adafc2 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:36:17 +0300 Subject: [PATCH] New translations field.php (French) --- .../cats-module/resources/lang/fr/field.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/fr/field.php b/addons/default/visiosoft/cats-module/resources/lang/fr/field.php index cfca98baa..eb01a23bf 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fr/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fr/field.php @@ -31,11 +31,17 @@ return [ ], 'parent' => 'Parent', - 'level' => 'Level', - 'count' => 'Ad Counts', + 'level' => 'Niveau', + 'count' => 'Nombre d\'annonces', 'please_wait' => 'Veuillez patienter. Suppression des sous-catégories', 'category_selection' => 'Sélection de catégorie', 'go_to_parent' => 'Aller au parent', - 'preview' => 'Preview' + 'preview' => 'Aperçu', + + // Report + 'undefined_category' => 'Catégorie non définie', + 'categories_with_no_meta_report' => 'Catégories sans méta-rapport', + 'category' => 'Catégorie', + 'id' => 'identifiant', ];