diff options
| author | 2024-04-18 14:00:17 +0200 | |
|---|---|---|
| committer | 2024-04-18 14:00:17 +0200 | |
| commit | 3261b7bafbb8e7cd0003c0cfbf26e4d4a4b65def (patch) | |
| tree | a9b4dcb39a969df011923151263e29f215db4c40 /app/i18n/fr/sub.php | |
| parent | 0ffcf41f9371b9321856d2c709cf7bcb4f7c3c60 (diff) | |
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 <alexandre@alapetite.fr>
* Update app/i18n/fr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/fr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/nl/sub.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update app/i18n/nl/sub.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update app/i18n/nl/sub.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update app/i18n/nl/sub.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Rename corresponding class
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/fr/sub.php')
| -rw-r--r-- | app/i18n/fr/sub.php | 10 |
1 files changed, 5 insertions, 5 deletions
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 : <code>meta.title</code> ou un texte statique : <code>"Mon flux personnalisé"</code>', ), - 'help' => 'Un chemin JSON utilise le point comme séparateur objet, et des crochets pour un tableau : (ex : <code>data.items[0].title</code>)', + 'help' => 'La notation point pour JSON utilise le point comme séparateur objet, et des crochets pour un tableau : (ex : <code>data.items[0].title</code>)', 'item' => array( '_' => 'trouver les <strong>articles</strong><br /><small>(c’est le plus important)</small>', 'help' => 'Chemin vers le tableau contenant les articles, par exemple <code>newsItems</code>', @@ -161,8 +161,8 @@ return array( '_' => 'lien (URL) de l’article', 'help' => 'Exemple : <code>permalink</code>', ), - '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)', |
