|
|
@@ -67,13 +67,13 @@ return array(
|
|
|
'empty' => 'La fuente está vacía. Por favor, verifica que siga activa.',
|
|
|
'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.',
|
|
|
'export-as-opml' => array(
|
|
|
- 'download' => 'Download', // TODO
|
|
|
- 'help' => 'XML file', // TODO
|
|
|
- 'label' => 'Export as OPML', // TODO
|
|
|
+ 'download' => 'Descargar',
|
|
|
+ 'help' => 'archivo XML',
|
|
|
+ 'label' => 'Exportar como OPML',
|
|
|
),
|
|
|
'filteractions' => array(
|
|
|
'_' => 'Filtrar acciones',
|
|
|
- 'help' => 'Escribir un filtro de búsqueda por línea. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY
|
|
|
+ 'help' => 'Escribir un filtro de búsqueda por línea. Ver <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">documentación de operadores de búsqueda</a>.',
|
|
|
),
|
|
|
'information' => 'Información',
|
|
|
'keep_min' => 'Número mínimo de artículos a conservar',
|
|
|
@@ -127,44 +127,44 @@ return array(
|
|
|
'xpath' => 'XPath para:',
|
|
|
),
|
|
|
'json_dotnotation' => array(
|
|
|
- '_' => 'JSON (dot notation)', // TODO
|
|
|
+ '_' => 'JSON (notación de punto)',
|
|
|
'feed_title' => array(
|
|
|
- '_' => 'feed title', // TODO
|
|
|
- 'help' => 'Example: <code>meta.title</code> or a static string: <code>"My custom feed"</code>', // TODO
|
|
|
+ '_' => 'título del feed',
|
|
|
+ 'help' => 'Ejemplo: <code>meta.title</code> o texto estático: <code>"Feed personalizado"</code>',
|
|
|
),
|
|
|
- 'help' => 'A JSON dot notated uses dots between objects and brackets for arrays (e.g. <code>data.items[0].title</code>)', // TODO
|
|
|
+ 'help' => 'Un punto JSON anotado utiliza puntos entre objetos y corchetes para matrices (ejemplo: <code>data.items[0].title</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
|
|
|
+ '_' => 'buscando nuevos <strong>items</strong><br /><small>(más importante)</small>',
|
|
|
+ 'help' => 'Ruta JSON a la matriz que contiene los elementos, ejemplo: <code>newsItems</code>',
|
|
|
),
|
|
|
- 'item_author' => 'item author', // TODO
|
|
|
- 'item_categories' => 'item tags', // TODO
|
|
|
+ 'item_author' => 'autor del item',
|
|
|
+ 'item_categories' => 'etiquetas del item',
|
|
|
'item_content' => array(
|
|
|
- '_' => 'item content', // TODO
|
|
|
- 'help' => 'Key under which the content is found, e.g. <code>content</code>', // TODO
|
|
|
+ '_' => 'contenido del item',
|
|
|
+ 'help' => 'Clave bajo la cual se encuentra el contenido, ejemplo: <code>content</code>',
|
|
|
),
|
|
|
'item_thumbnail' => array(
|
|
|
- '_' => 'item thumbnail', // TODO
|
|
|
- 'help' => 'Example: <code>image</code>', // TODO
|
|
|
+ '_' => 'miniatura del item',
|
|
|
+ 'help' => 'Ejemplo: <code>image</code>',
|
|
|
),
|
|
|
'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
|
|
|
+ '_' => 'fecha/hora personalizada',
|
|
|
+ 'help' => 'Opcional. Formato soportado por <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> como <code>d-m-Y H:i:s</code>',
|
|
|
),
|
|
|
'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
|
|
|
+ '_' => 'fecha del item',
|
|
|
+ 'help' => 'El resultado será parseado por <a href="https://php.net/strtotime" target="_blank"><code>strtotime()</code></a>',
|
|
|
),
|
|
|
- 'item_title' => 'item title', // TODO
|
|
|
- 'item_uid' => 'item unique ID', // TODO
|
|
|
+ 'item_title' => 'título del item',
|
|
|
+ 'item_uid' => 'ID único del item',
|
|
|
'item_uri' => array(
|
|
|
- '_' => 'item link (URL)', // TODO
|
|
|
- 'help' => 'Example: <code>permalink</code>', // TODO
|
|
|
+ '_' => 'enlace del item (URL)',
|
|
|
+ 'help' => 'Ejemplo: <code>permalink</code>',
|
|
|
),
|
|
|
- 'json' => 'dot notation for:', // TODO
|
|
|
- 'relative' => 'dot notated path (relative to item) for:', // TODO
|
|
|
+ 'json' => 'notación de punto por:',
|
|
|
+ 'relative' => 'ruta de notación con puntos (relativa al elemento) para:',
|
|
|
),
|
|
|
- 'jsonfeed' => 'JSON Feed', // TODO
|
|
|
+ 'jsonfeed' => 'JSON Feed', // IGNORE
|
|
|
'rss' => 'RSS / Atom (por defecto)',
|
|
|
'xml_xpath' => 'XML + XPath', // IGNORE
|
|
|
),
|
|
|
@@ -172,16 +172,16 @@ return array(
|
|
|
'clear_cache' => 'Borrar caché',
|
|
|
'clear_cache_help' => 'Borrar la memoria caché de esta fuente.',
|
|
|
'reload_articles' => 'Recargar artículos',
|
|
|
- 'reload_articles_help' => 'Vuelva a cargar artículos y obtenga contenido completo si se define un selector.', // DIRTY
|
|
|
+ 'reload_articles_help' => 'Vuelve a cargar artículos y obtiene contenido completo si se define un selector.',
|
|
|
'title' => 'Mantenimiento',
|
|
|
),
|
|
|
'max_http_redir' => 'Máximas redirecciones HTTP',
|
|
|
'max_http_redir_help' => 'Escribir 0 o dejarlo en blanco para deshabilitarlo, -1 para redirecciones ilimitadas',
|
|
|
'method' => array(
|
|
|
- '_' => 'HTTP Method', // TODO
|
|
|
+ '_' => 'HTTP Method', // IGNORE
|
|
|
),
|
|
|
- '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
|
|
|
+ 'method_help' => 'La carga útil del POST tiene soporte automático para <code>application/x-www-form-urlencoded</code> y <code>application/json</code>',
|
|
|
+ 'method_postparams' => 'Carga útil para POST',
|
|
|
'moved_category_deleted' => 'Al borrar una categoría todas sus fuentes pasan automáticamente a la categoría <em>%s</em>.',
|
|
|
'mute' => 'silenciar',
|
|
|
'no_selected' => 'No hay funentes seleccionadas.',
|
|
|
@@ -190,11 +190,11 @@ return array(
|
|
|
'_' => 'Visibilidad',
|
|
|
'archived' => 'No mostrar (archivado)',
|
|
|
'category' => 'Mostrar en su categoría',
|
|
|
- 'important' => 'Show in important feeds', // TODO
|
|
|
+ 'important' => 'Mostrar en feeds importantes',
|
|
|
'main_stream' => 'Mostrar en salida principal',
|
|
|
),
|
|
|
'proxy' => 'Establecer un proxy para obtener esta fuente',
|
|
|
- 'proxy_help' => 'Seleccione un protocolo (e.g: SOCKS5) e introduzca la dirección del proxy (e.g: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // DIRTY
|
|
|
+ 'proxy_help' => 'Seleccione un protocolo (e.g: SOCKS5) e introduzca la dirección del proxy (e.g: <kbd>127.0.0.1:1080</kbd> o <kbd>username:password@127.0.0.1:1080</kbd>)',
|
|
|
'selector_preview' => array(
|
|
|
'show_raw' => 'Mostrar código fuente',
|
|
|
'show_rendered' => 'Mostrar contenido',
|
|
|
@@ -245,7 +245,7 @@ return array(
|
|
|
'subscription_tools' => 'Herramientas de suscripción',
|
|
|
),
|
|
|
'tag' => array(
|
|
|
- 'auto_label' => 'Add this label to new articles', // TODO
|
|
|
+ 'auto_label' => 'Añadir esta estiqueta a nuevos artículos',
|
|
|
'name' => 'Nombre',
|
|
|
'new_name' => 'Nuevo nombre',
|
|
|
'old_name' => 'Nombre antiguo',
|