From 40c4d798f0decf2d49005277c6d3a3d0e39bedfd Mon Sep 17 00:00:00 2001 From: Miguel Lares Date: Mon, 14 Oct 2024 01:30:24 -0600 Subject: Added missing Spanish translations (#6894) * Added missing translations * Update app/i18n/es/conf.php --------- Co-authored-by: Alexandre Alapetite --- app/i18n/es/sub.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/i18n/es/sub.php') diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index 268a520cc..5615d5ac9 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -70,24 +70,24 @@ return array( 'error' => 'Hay un problema con esta fuente. Por favor, verifica que esté disponible y prueba de nuevo.', 'export-as-opml' => array( 'download' => 'Descargar', - 'help' => 'archivo XML (data subset. See documentation)', // DIRTY + 'help' => 'archivo XML (conjunto de datos. Ver la documentación)', 'label' => 'Exportar como OPML', ), 'filteractions' => array( '_' => 'Filtrar acciones', 'help' => 'Escribir un filtro de búsqueda por línea. Ver documentación de operadores de búsqueda.', ), - 'http_headers' => 'HTTP Headers', // TODO - 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: Accept: application/atom+xml
Authorization: Bearer some-token
).', // TODO + 'http_headers' => 'HTTP Headers', // IGNORE + 'http_headers_help' => 'Los Headers son separados por un salto de linea, y el nombre y valor de un Header son separados con dos puntos (e.g: Accept: application/atom+xml
Authorization: Bearer some-token
).', 'information' => 'Información', 'keep_min' => 'Número mínimo de artículos a conservar', 'kind' => array( '_' => 'Tipo de origen de la fuente', 'html_json' => array( - '_' => 'HTML + XPath + JSON dot notation (JSON in HTML)', // TODO + '_' => 'HTML + XPath + JSON dot notation (JSON en HTML)', 'xpath' => array( - '_' => 'XPath for JSON in HTML', // TODO - 'help' => 'Example: //script[@type="application/json"]', // TODO + '_' => 'XPath para JSON en HTML', + 'help' => 'Ejemplo: //script[@type="application/json"]', ), ), 'html_xpath' => array( -- cgit v1.2.3