From 3261b7bafbb8e7cd0003c0cfbf26e4d4a4b65def Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:00:17 +0200 Subject: i18n improved: dotted path -> dot-notation (#6317) * dotted path -> dot-notation * dot-notation -> dot notation * rename json_dotpath => json_dotnotation * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge * Update app/i18n/nl/sub.php Co-authored-by: Frans de Jonge * Rename corresponding class --------- Co-authored-by: Alexandre Alapetite Co-authored-by: Frans de Jonge --- app/i18n/fr/sub.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/i18n/fr/sub.php') diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index 7c0d56122..5f21f781e 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relatif à l’article) pour :', 'xpath' => 'XPath pour :', ), - 'json_dotpath' => array( - '_' => 'JSON (Chemin)', + 'json_dotnotation' => array( + '_' => 'JSON (notation point)', 'feed_title' => array( '_' => 'titre de flux', 'help' => 'Exemple : meta.title ou un texte statique : "Mon flux personnalisé"', ), - 'help' => 'Un chemin JSON utilise le point comme séparateur objet, et des crochets pour un tableau : (ex : data.items[0].title)', + 'help' => 'La notation point pour JSON utilise le point comme séparateur objet, et des crochets pour un tableau : (ex : data.items[0].title)', 'item' => array( '_' => 'trouver les articles
(c’est le plus important)', 'help' => 'Chemin vers le tableau contenant les articles, par exemple newsItems', @@ -161,8 +161,8 @@ return array( '_' => 'lien (URL) de l’article', 'help' => 'Exemple : permalink', ), - 'json' => 'Chemin JSON pour :', - 'relative' => 'Chemin relatif à l’article pour :', + 'json' => 'notation point pour :', + 'relative' => 'notation point relative à l’article pour :', ), 'jsonfeed' => 'JSON Feed', // IGNORE 'rss' => 'RSS / Atom (par défaut)', -- cgit v1.2.3