aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/feedback.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-12-28 07:08:38 -0500
committerGravatar GitHub <noreply@github.com> 2020-12-28 13:08:38 +0100
commite93675e03639c2c8d4fc7d70cfccaa10f5f1707e (patch)
tree21fb1d3e5a31807b8290af5a9e819fefc334c197 /app/i18n/es/feedback.php
parent6ecfc01c1f3f37491b184711cb29cd9a839f4a9c (diff)
Fix tag management translation (#3292)
Before, feedback messages were not translated. Now, they are.
Diffstat (limited to 'app/i18n/es/feedback.php')
-rwxr-xr-xapp/i18n/es/feedback.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php
index 358c954de..395a18151 100755
--- a/app/i18n/es/feedback.php
+++ b/app/i18n/es/feedback.php
@@ -109,6 +109,11 @@ return array(
),
'purge_completed' => 'Limpieza completada (se han eliminado %d artículos)',
),
+ 'tag' => array(
+ 'created' => 'Tag "%s" has been created.', // TODO - Translation
+ 'name_exists' => 'Tag name already exists.', // TODO - Translation
+ 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation
+ ),
'update' => array(
'can_apply' => 'FreshRSS se va a actualizar a la <strong>versión %s</strong>.',
'error' => 'Hubo un error durante el proceso de actualización: %s',