From 79387e144b8b7759557f86bb65047291e7548493 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 5 Mar 2025 16:34:20 +0100 Subject: i18n do not translate XPath code (#7404) Spotted in https://mapstodon.space/@jorgesanz/114109696863582740 --- app/i18n/es/sub.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/i18n/es/sub.php') diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index 8b9b98004..b42d1f0e1 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -95,7 +95,7 @@ return array( '_' => 'HTML + XPath (Web scraping)', // IGNORE 'feed_title' => array( '_' => 'Título de la fuente', - 'help' => 'Ejemplo: //título o un texto estático: "Mi fuente personalizada"', + 'help' => 'Ejemplo: //title o un texto estático: "Mi fuente personalizada"', ), 'help' => 'XPath 1.0 es un lenguaje de consulta estándar para usuarios avanzados, el cual FreshRSS soporta para habilitar Web scraping', 'item' => array( @@ -113,7 +113,7 @@ return array( ), 'item_thumbnail' => array( '_' => 'miniatura del elemento', - 'help' => 'Ejemplo: descendiente::img/@src', + 'help' => 'Ejemplo: descendant::img/@src', ), 'item_timeFormat' => array( '_' => 'Formato personalizado de fecha y hora', @@ -125,15 +125,15 @@ return array( ), 'item_title' => array( '_' => 'título del elemento', - 'help' => 'Usar en particular el eje XPath descendiente:: como descendiente::h2', + 'help' => 'Usar en particular el eje XPath descendant:: como descendant::h2', ), 'item_uid' => array( '_' => 'ID único del elemento', - 'help' => 'Opcional. Ejemplo: descendente::div/@data-uri', + 'help' => 'Opcional. Ejemplo: descendant::div/@data-uri', ), 'item_uri' => array( '_' => 'enlace del elemento (URL)', - 'help' => 'Ejemplo: descendente::a/@href', + 'help' => 'Ejemplo: descendant::a/@href', ), 'relative' => 'XPath (relativo al elemento) para:', 'xpath' => 'XPath para:', -- cgit v1.2.3