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/nl/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/nl/sub.php')
| -rw-r--r-- | app/i18n/nl/sub.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php index f964c2132..29d6e9dca 100644 --- a/app/i18n/nl/sub.php +++ b/app/i18n/nl/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relatief naar bericht) voor:', 'xpath' => 'XPath voor:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (puntnotatie)', 'feed_title' => array( '_' => 'feed title', // TODO 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO ), - 'help' => 'A JSON dotted path uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO + 'help' => 'JSON-puntnotatie gebruikt punten tussen objecten en vierkante haakjes voor arrays (bv. <code>data.items[0].titel</code>)', 'item' => array( '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // TODO 'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', // TODO @@ -161,8 +161,8 @@ return array( '_' => 'item link (URL)', // TODO 'help' => 'Example: <code>permalink</code>', // TODO ), - 'json' => 'Dotted Path for:', // TODO - 'relative' => 'Dotted Path (relative to item) for:', // TODO + 'json' => 'puntnotatie voor:', + 'relative' => 'puntnotatiepad (relatief aan item) voor:', ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (standaard)', |
