aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-01-03 11:23:06 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-03 11:23:06 +0100
commit70e71b8364c1317af04f92fd86df4541fa269e0c (patch)
tree193f4db62a85a218e227ee79ce7554a32eade390 /app/i18n/es
parent1e5f5078ed029640f69bdcc5ba51dd4dc69574ca (diff)
Auto-label (#5954)
Add labels automatically to incoming articles fix https://github.com/FreshRSS/FreshRSS/issues/2380 fix https://github.com/FreshRSS/FreshRSS/issues/2420 fix https://github.com/FreshRSS/FreshRSS/issues/3279 fix https://github.com/FreshRSS/FreshRSS/discussions/4947 fix https://github.com/FreshRSS/FreshRSS/issues/5728 fix https://github.com/FreshRSS/FreshRSS/issues/5599
Diffstat (limited to 'app/i18n/es')
-rw-r--r--app/i18n/es/feedback.php2
-rw-r--r--app/i18n/es/sub.php1
2 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php
index 0af6cfffb..13a47a8f3 100644
--- a/app/i18n/es/feedback.php
+++ b/app/i18n/es/feedback.php
@@ -116,8 +116,10 @@ return array(
),
'tag' => array(
'created' => 'Se ha creado la etiqueta “%s”.',
+ 'error' => 'Label could not be updated!', // TODO
'name_exists' => 'El nombre de la etiqueta ya existe.',
'renamed' => 'La etiqueta “%s” ha sido renombrada a “%s”.',
+ 'updated' => 'Label has been updated.', // TODO
),
'update' => array(
'can_apply' => 'FreshRSS se va a actualizar a la <strong>versión %s</strong>.',
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php
index ef19f5ad3..6fc8031fb 100644
--- a/app/i18n/es/sub.php
+++ b/app/i18n/es/sub.php
@@ -196,6 +196,7 @@ return array(
'subscription_tools' => 'Herramientas de suscripción',
),
'tag' => array(
+ 'auto_label' => 'Add this label to new articles', // TODO
'name' => 'Nombre',
'new_name' => 'Nuevo nombre',
'old_name' => 'Nombre antiguo',