aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-08-07 22:20:08 +0200
committerGravatar GitHub <noreply@github.com> 2025-08-07 22:20:08 +0200
commit1f8273803f632b40c260721cb3257ae4e2251f5a (patch)
tree4c60bfc77bb815600c4a8fbd505281b57834be4c /app/i18n/es/sub.php
parent62f32ccadff77594f5b8e3ad24c4c2541ff35885 (diff)
Add more unicity criteria based on title and/or content (#7789)
* Add more unicity criteria based on title and/or content https://github.com/FreshRSS/FreshRSS/discussions/7788 * More
Diffstat (limited to 'app/i18n/es/sub.php')
-rw-r--r--app/i18n/es/sub.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php
index d57bb0a9f..65bb1ae92 100644
--- a/app/i18n/es/sub.php
+++ b/app/i18n/es/sub.php
@@ -241,9 +241,15 @@ return array(
'help' => 'Relevante para fuentes inválidas.<br />⚠️ Cambiar la política creara duplicados.',
'id' => 'ID Estándar (por defecto)',
'link' => 'Link', // IGNORE
+ 'sha1:content' => 'Contenido',
+ 'sha1:content_published' => 'Contenido + Fecha',
'sha1:link_published' => 'Link + Fecha',
'sha1:link_published_title' => 'Link + Fecha + Título',
'sha1:link_published_title_content' => 'Link + Fecha + Título + Contenido',
+ 'sha1:published' => 'Fecha',
+ 'sha1:title' => 'Título',
+ 'sha1:title_published' => 'Título + Fecha',
+ 'sha1:title_published_content' => 'Título + Fecha + Contenido',
),
'url' => 'URL de la fuente',
'useragent' => 'Selecciona el agente de usuario por recuperar la fuente',