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 | |
| 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')
| -rw-r--r-- | app/i18n/cz/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/de/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/el/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/en-us/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/en/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/es/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/fa/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/fr/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/he/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/hu/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/id/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/it/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/ja/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/ko/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/lv/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/nl/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/oc/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/pl/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/pt-br/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/ru/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/sk/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/tr/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/zh-cn/sub.php | 10 | ||||
| -rw-r--r-- | app/i18n/zh-tw/sub.php | 10 |
24 files changed, 120 insertions, 120 deletions
diff --git a/app/i18n/cz/sub.php b/app/i18n/cz/sub.php index 08eadaf58..51f735164 100644 --- a/app/i18n/cz/sub.php +++ b/app/i18n/cz/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (vzhledem k položce) pro:', 'xpath' => 'XPath pro:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (výchozí)', diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index 6d609226e..ac10abb64 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relativ zum Artikel) für:', 'xpath' => 'XPath für:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (Standard)', diff --git a/app/i18n/el/sub.php b/app/i18n/el/sub.php index f3964717c..5f16ca1bd 100644 --- a/app/i18n/el/sub.php +++ b/app/i18n/el/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relative to item) for:', // TODO 'xpath' => 'XPath for:', // TODO ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (default)', // TODO diff --git a/app/i18n/en-us/sub.php b/app/i18n/en-us/sub.php index 5b890475c..a8bf2be95 100644 --- a/app/i18n/en-us/sub.php +++ b/app/i18n/en-us/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relative to item) for:', // IGNORE 'xpath' => 'XPath for:', // IGNORE ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // IGNORE + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // IGNORE 'feed_title' => array( '_' => 'feed title', // IGNORE 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // IGNORE ), - 'help' => 'A JSON dotted path uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // IGNORE + 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // IGNORE 'item' => array( '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', // IGNORE 'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', // IGNORE @@ -161,8 +161,8 @@ return array( '_' => 'item link (URL)', // IGNORE 'help' => 'Example: <code>permalink</code>', // IGNORE ), - 'json' => 'Dotted Path for:', // IGNORE - 'relative' => 'Dotted Path (relative to item) for:', // IGNORE + 'json' => 'dot notation for:', // IGNORE + 'relative' => 'dot notated path (relative to item) for:', // IGNORE ), 'jsonfeed' => 'JSON Feed', // IGNORE 'rss' => 'RSS / Atom (default)', // IGNORE diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index ae67721c0..cd3c0ad2f 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relative to item) for:', 'xpath' => 'XPath for:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', 'feed_title' => array( '_' => 'feed title', 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', ), - 'help' => 'A JSON dotted path uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', + 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', 'item' => array( '_' => 'finding news <strong>items</strong><br /><small>(most important)</small>', 'help' => 'JSON path to the array containing the items, e.g. <code>newsItems</code>', @@ -161,8 +161,8 @@ return array( '_' => 'item link (URL)', 'help' => 'Example: <code>permalink</code>', ), - 'json' => 'Dotted Path for:', - 'relative' => 'Dotted Path (relative to item) for:', + 'json' => 'dot notation for:', + 'relative' => 'dot notated path (relative to item) for:', ), 'jsonfeed' => 'JSON Feed', 'rss' => 'RSS / Atom (default)', diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index c96230ce8..37ac168bb 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relativo al elemento) para:', 'xpath' => 'XPath para:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (por defecto)', diff --git a/app/i18n/fa/sub.php b/app/i18n/fa/sub.php index 78ee9faba..eb1299486 100644 --- a/app/i18n/fa/sub.php +++ b/app/i18n/fa/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (نسبت به مورد) برای:', 'xpath' => ' XPath برای:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => ' RSS / Atom (پیشفرض)', 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)', diff --git a/app/i18n/he/sub.php b/app/i18n/he/sub.php index 054be5858..e7c218076 100644 --- a/app/i18n/he/sub.php +++ b/app/i18n/he/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relative to item) for:', // TODO 'xpath' => 'XPath for:', // TODO ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (default)', // TODO diff --git a/app/i18n/hu/sub.php b/app/i18n/hu/sub.php index 7234cbf0e..2b5f8280c 100644 --- a/app/i18n/hu/sub.php +++ b/app/i18n/hu/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (az elemhez viszonyítva) ehhez:', 'xpath' => 'XPath ehhez:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (alapértelmezett)', diff --git a/app/i18n/id/sub.php b/app/i18n/id/sub.php index 14b6cc644..7edd6b6fb 100644 --- a/app/i18n/id/sub.php +++ b/app/i18n/id/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relative to item) for:', // TODO 'xpath' => 'XPath for:', // TODO ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (default)', // TODO 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: <code>meta.title</code> o una stringa statica: <code>"Il mio feed personalizzato"</code>', ), - 'help' => 'Un JSON con le path divise da punti usa dei punti fra gli oggetti e le parentesi per gli array. (es. <code>data.items[0].title</code>)', + 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO 'item' => array( '_' => 'ricerca nuovi <strong>elementi</strong><br /><small>(più importante)</small>', 'help' => 'percorso JSON per l’array contenente gli elementi, es. <code>newsItems</code>', @@ -161,8 +161,8 @@ return array( '_' => 'link elemento (URL)', 'help' => 'Esempio: <code>permalink</code>', ), - '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)', diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php index 19972fe94..4cb6544a5 100644 --- a/app/i18n/ja/sub.php +++ b/app/i18n/ja/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (関連する項目):', 'xpath' => 'XPathは:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (標準)', diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php index f39ded85e..d2ed64d53 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => '다음의 (기사와 관련된) XPath:', 'xpath' => '다음의 XPath:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (기본값)', diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php index 800ea7574..580bf4c32 100644 --- a/app/i18n/lv/sub.php +++ b/app/i18n/lv/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relatīvs rakstam) priekš:', 'xpath' => 'XPath priekš:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (noklusējums)', 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)', diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php index 36ef8d021..530b65a83 100644 --- a/app/i18n/oc/sub.php +++ b/app/i18n/oc/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relatiu a l’element) per :', 'xpath' => 'XPath per :', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (defaut)', diff --git a/app/i18n/pl/sub.php b/app/i18n/pl/sub.php index 62187a80a..acd76e25b 100644 --- a/app/i18n/pl/sub.php +++ b/app/i18n/pl/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (względem wiadomości) dla:', 'xpath' => 'XPath dla:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (domyślne)', diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index c5e048358..fad0adbb5 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relativo do item) para:', 'xpath' => 'XPath para:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (padrão)', diff --git a/app/i18n/ru/sub.php b/app/i18n/ru/sub.php index 29d9e90ac..cfd14066f 100644 --- a/app/i18n/ru/sub.php +++ b/app/i18n/ru/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (относительно элемента) для:', 'xpath' => 'XPath для:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (по умолчанию)', diff --git a/app/i18n/sk/sub.php b/app/i18n/sk/sub.php index 92cabf985..a0e7291f5 100644 --- a/app/i18n/sk/sub.php +++ b/app/i18n/sk/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (relatívne k položke) pre:', 'xpath' => 'XPath pre:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (prednastavené)', diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php index 4c9f6c7de..43b809b5c 100644 --- a/app/i18n/tr/sub.php +++ b/app/i18n/tr/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath (nesneye ait):', 'xpath' => 'XPath:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (varsayılan)', diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index 78171e1fc..77f43ca63 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath(文章):', 'xpath' => 'XPath 定位:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (默认)', diff --git a/app/i18n/zh-tw/sub.php b/app/i18n/zh-tw/sub.php index 2fcd87063..259bf6e5c 100644 --- a/app/i18n/zh-tw/sub.php +++ b/app/i18n/zh-tw/sub.php @@ -126,13 +126,13 @@ return array( 'relative' => 'XPath(文章):', 'xpath' => 'XPath 定位:', ), - 'json_dotpath' => array( - '_' => 'JSON (Dotted paths)', // TODO + 'json_dotnotation' => array( + '_' => 'JSON (dot notation)', // TODO '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' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO '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' => 'dot notation for:', // TODO + 'relative' => 'dot notated path (relative to item) for:', // TODO ), 'jsonfeed' => 'JSON Feed', // TODO 'rss' => 'RSS / Atom (默認)', |
