aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/gen.php
diff options
context:
space:
mode:
authorGravatar Jordi Garcia <jgtorcal@gmail.com> 2024-05-19 21:36:11 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-19 21:36:11 +0200
commita69b44b94e3d59ee96ab1bbf72d06765e238f8bc (patch)
tree729620ba1254467d56edb4726aa7d38518c97eea /app/i18n/es/gen.php
parent08d63289750325f79a36ea3f524d92c84e66c745 (diff)
Fix spanish language (#6471)
* Fix spanish language * fix translation #6471 * fix ellipsis
Diffstat (limited to 'app/i18n/es/gen.php')
-rw-r--r--app/i18n/es/gen.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php
index 3dddabdb6..3afe57196 100644
--- a/app/i18n/es/gen.php
+++ b/app/i18n/es/gen.php
@@ -134,7 +134,7 @@ return array(
'request_failed' => 'La petición ha fallado. Puede ser debido a problemas de conexión a internet.',
'title_new_articles' => 'FreshRSS: ¡Nuevos artículos!',
),
- 'labels_empty' => 'No labels', // TODO
+ 'labels_empty' => 'Sin etiquetas',
'new_article' => 'Hay nuevos artículos disponibles. Pincha para refrescar la página.',
'should_be_activated' => 'JavaScript debe estar activado',
),