aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miguel Lares <c.code.jp@gmail.com> 2024-10-16 01:52:40 -0600
committerGravatar GitHub <noreply@github.com> 2024-10-16 09:52:40 +0200
commite04f0b3493b313dd47ef9fd93de1ccf023379dc7 (patch)
tree62fdc6d4730e8d294fd38c0d51cfd101be058019
parentf77b45656d8f8e2b367fb421f722c1f1f69a35c3 (diff)
i18n es Added missing translations (#6908)
-rw-r--r--app/i18n/es/sub.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php
index f5c557db1..8012fdc16 100644
--- a/app/i18n/es/sub.php
+++ b/app/i18n/es/sub.php
@@ -229,14 +229,14 @@ return array(
'title_add' => 'Añadir fuente RSS',
'ttl' => 'No actualizar de forma automática con una frecuencia mayor a',
'unicityCriteria' => array(
- '_' => 'Article unicity criteria', // TODO
- 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>', // TODO
- 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.', // TODO
- 'id' => 'Standard ID (default)', // TODO
- 'link' => 'Link', // TODO
- 'sha1:link_published' => 'Link + Date', // TODO
- 'sha1:link_published_title' => 'Link + Date + Title', // TODO
- 'sha1:link_published_title_content' => 'Link + Date + Title + Content', // TODO
+ '_' => 'Criterio de único artículo',
+ 'forced' => '<span title="Bloquea el criterio de unicidad, aún cuando la fuente tiene artículos duplicados">forced</span>',
+ 'help' => 'Relevante para fuentes inválidas.<br />⚠️ Cambiar la política creara duplicados.',
+ 'id' => 'ID Estándar (por defecto)',
+ 'link' => 'Link', // IGNORE
+ 'sha1:link_published' => 'Link + Fecha',
+ 'sha1:link_published_title' => 'Link + Fecha + Título',
+ 'sha1:link_published_title_content' => 'Link + Fecha + Título + Contenido',
),
'url' => 'URL de la fuente',
'useragent' => 'Selecciona el agente de usuario por recuperar la fuente',