From 47a299c42f8e478971de880466c90f0ce5a7998c Mon Sep 17 00:00:00 2001 From: Pascal Garneau Date: Thu, 30 May 2024 14:33:56 -0400 Subject: [PATCH] add some missing french translations --- src/translations/fr/navigation.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/translations/fr/navigation.php b/src/translations/fr/navigation.php index 97fa6f3..4af6063 100644 --- a/src/translations/fr/navigation.php +++ b/src/translations/fr/navigation.php @@ -51,4 +51,20 @@ 'View all navigations' => 'View all navigations', 'View navigation - {nav}' => 'View navigation - {nav}', 'Whether to open this navigation item in a new window.' => 'Ouvrir cet élément de navigation dans une nouvelle fenêtre ou non.', -]; \ No newline at end of file + 'Select a navigation item as the parent.' => 'Sélectionnez un élément de navigation comme parent.', + 'Open in new window' => 'Ouvrir dans une nouvelle fenêtre', + 'Title' => 'Titre', + 'Name of this node in the navigation.' => 'Nom de ce nœud dans la navigation.', + 'The URL of this node.' => 'L\'URL de ce nœud.', + 'Nothing yet.' => 'Rien pour le moment.', + 'Max Nodes' => 'Nombre maximum de nœuds', + 'Name of this navigation in the control panel.' => 'Nom de cette navigation dans le panneau de configuration.', + 'How you’ll refer to this navigation in the templates.' => 'Comment vous ferez référence à cette navigation dans les modèles.', + 'Helper text to guide the author. Shown at the top of the page when editing a navigation.' => 'Texte d\'aide pour guider l\'auteur. Affiché en haut de la page lors de la modification d\'une navigation.', + 'The maximum number of levels this navigation can have. Leave blank for no limit.' => 'Le nombre maximum de niveaux que cette navigation peut avoir. Laissez vide pour aucune limite.', + 'The maximum number of total nodes this navigation can have. Leave blank for no limit.' => 'Le nombre maximum de nœuds au total que cette navigation peut avoir. Laissez vide pour aucune limite.', + 'Max Nodes per Level' => 'Nombre maximum de nœuds par niveau', + 'Create any level-specific limits for the maximum number of nodes.' => 'Créez des limites spécifiques au niveau pour le nombre maximum de nœuds.', + 'Node Fields' => 'Champs de nœud', + 'Edit Nodes' => 'Modifier les nœuds' +];