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 +++++----- app/i18n/fa/sub.php | 10 +++++----- app/i18n/sk/user.php | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) 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:', diff --git a/app/i18n/fa/sub.php b/app/i18n/fa/sub.php index f5b5b13b9..e9f220a69 100644 --- a/app/i18n/fa/sub.php +++ b/app/i18n/fa/sub.php @@ -113,11 +113,11 @@ return array( ), 'item_thumbnail' => array( '_' => ' تصویر کوچک مورد', - 'help' => ' مثال: فرزند::img/@src', + 'help' => ' مثال: descendant::img/@src', ), 'item_timeFormat' => array( '_' => ' فرمت تاریخ/زمان سفارشی', - 'help' => ' اختیاری. قالبی که توسط DateTime::createFromFormat() پشتیبانی می‌شود', + 'help' => ' اختیاری. قالبی که توسط DateTime::createFromFormat() پشتیبانی می‌شود', // DIRTY ), 'item_timestamp' => array( '_' => ' تاریخ مورد', @@ -125,15 +125,15 @@ return array( ), 'item_title' => array( '_' => ' عنوان مورد', - 'help' => ' به طور خاص از محور XPath فرزند:: مانند فرزند::h2', + 'help' => ' به طور خاص از محور XPath descendant:: مانند descendant::h2', ), 'item_uid' => array( '_' => ' شناسه منحصر به فرد مورد', - 'help' => ' اختیاری. مثال: فرزند::div/@data-uri', + 'help' => ' اختیاری. مثال: descendant::div/@data-uri', ), 'item_uri' => array( '_' => ' پیوند مورد (URL)', - 'help' => ' مثال: فرزند::a/@href', + 'help' => ' مثال: descendant::a/@href', ), 'relative' => 'XPath (نسبت به مورد) برای:', 'xpath' => ' XPath برای:', diff --git a/app/i18n/sk/user.php b/app/i18n/sk/user.php index 7620b59e4..b4cca25d4 100644 --- a/app/i18n/sk/user.php +++ b/app/i18n/sk/user.php @@ -34,7 +34,7 @@ return array( ), 'mailer' => array( 'email_need_validation' => array( - 'body' => 'Práve ste sa zaregistrovali na %s, ale stále ešte musíte overiť Vašu e-mailovú adresu. Kliknite na odkaz::', + 'body' => 'Práve ste sa zaregistrovali na %s, ale stále ešte musíte overiť Vašu e-mailovú adresu. Kliknite na odkaz:', 'title' => 'Overte si Vaše konto', 'welcome' => 'Vitajte %s,', ), -- cgit v1.2.3