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/it/sub.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/i18n/it/sub.php') diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index 5060a412b..f5d4e4ea1 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relativo all’oggetto) per:', 'xpath' => 'XPath per:', ), - 'json_dotpath' => array( - '_' => 'JSON (path con i punti)', + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO 'feed_title' => array( '_' => 'titolo feed', 'help' => 'Esempio: meta.title o una stringa statica: "Il mio feed personalizzato"', ), - 'help' => 'Un JSON con le path divise da punti usa dei punti fra gli oggetti e le parentesi per gli array. (es. data.items[0].title)', + 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. data.items[0].title)', // TODO 'item' => array( '_' => 'ricerca nuovi elementi
(più importante)', 'help' => 'percorso JSON per l’array contenente gli elementi, es. newsItems', @@ -161,8 +161,8 @@ return array( '_' => 'link elemento (URL)', 'help' => 'Esempio: permalink', ), - 'json' => 'Percorso con i punti per:', - 'relative' => 'Percorso con i punti (relativo all’elemento) per:', + 'json' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'Feed JSON', 'rss' => 'RSS / Atom (predefinito)', -- cgit v1.2.3