aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/pt-br/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/pt-br/sub.php')
-rw-r--r--app/i18n/pt-br/sub.php44
1 files changed, 44 insertions, 0 deletions
diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php
index 202b559a7..2777ab2e4 100644
--- a/app/i18n/pt-br/sub.php
+++ b/app/i18n/pt-br/sub.php
@@ -121,6 +121,45 @@ return array(
'relative' => 'XPath (relativo do item) para:',
'xpath' => 'XPath para:',
),
+ 'json_dotpath' => array(
+ '_' => 'JSON (Dotted paths)', // 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
+ '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
+ ),
+ 'item_author' => 'item author', // TODO
+ 'item_categories' => 'item tags', // TODO
+ 'item_content' => array(
+ '_' => 'item content', // TODO
+ 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO
+ ),
+ 'item_thumbnail' => array(
+ '_' => 'item thumbnail', // TODO
+ 'help' => 'Example: <code>image</code>', // TODO
+ ),
+ 'item_timeFormat' => array(
+ '_' => 'Custom date/time format', // TODO
+ 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO
+ ),
+ 'item_timestamp' => array(
+ '_' => 'item date', // TODO
+ 'help' => 'The result will be parsed by <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>', // TODO
+ ),
+ 'item_title' => 'item title', // TODO
+ 'item_uid' => 'item unique ID', // TODO
+ 'item_uri' => array(
+ '_' => 'item link (URL)', // TODO
+ 'help' => 'Example: <code>permalink</code>', // TODO
+ ),
+ 'json' => 'Dotted Path for:', // TODO
+ 'relative' => 'Dotted Path (relative to item) for:', // TODO
+ ),
+ 'jsonfeed' => 'JSON Feed', // TODO
'rss' => 'RSS / Atom (padrão)',
'xml_xpath' => 'XML + XPath', // TODO
),
@@ -133,6 +172,11 @@ return array(
),
'max_http_redir' => 'Quantidade máxima de redirecionamentos HTTP',
'max_http_redir_help' => 'Defina como 0 ou deixe em branco para desabilitar, -1 para redirecionamentos ilimitados',
+ 'method' => array(
+ '_' => 'HTTP Method', // TODO
+ ),
+ 'method_help' => 'The POST payload has automatic support for <code>application/x-www-form-urlencoded</code> and <code>application/json</code>', // TODO
+ 'method_postparams' => 'Payload for POST', // TODO
'moved_category_deleted' => 'Quando você deleta uma categoria, seus feeds são automaticamente classificados como <em>%s</em>.',
'mute' => 'silenciar',
'no_selected' => 'Nenhum feed selecionado.',