diff options
| author | 2024-07-18 18:08:14 +0200 | |
|---|---|---|
| committer | 2024-07-18 18:08:14 +0200 | |
| commit | 49789f4037dbd5bc87669e51846f8280a3bf8187 (patch) | |
| tree | 5f0d97aaa8c965d8435a0ee245d54723e90ae527 /app/i18n/es/index.php | |
| parent | f21a164c055a5e88b430fa86dce14fc31bfd1afb (diff) | |
Improve Spanish translations: Add missing entries and fix typos (#6634)
* Translate TODO entries to Spanish and fix typos
* further improve translation and fix more typos
* Fix
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/es/index.php')
| -rw-r--r-- | app/i18n/es/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php index 22628fb39..3401347bd 100644 --- a/app/i18n/es/index.php +++ b/app/i18n/es/index.php @@ -17,7 +17,7 @@ return array( 'bugs_reports' => 'Informe de fallos', 'credits' => 'Créditos', 'credits_content' => 'Aunque FreshRSS no usa ese entorno, algunos elementos del diseño están obtenidos de <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>. Los <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Iconos</a> han sido obtenidos del <a href="https://www.gnome.org/">proyecto GNOME</a>. La fuente <em>Open Sans</em> es una creación de <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS usa el entorno PHP <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.', - 'documentation' => 'Documentacion', + 'documentation' => 'Documentación', 'freshrss_description' => 'FreshRSS es un agregador de fuentes RSS de alojamiento privado. Es una herramienta potente, pero ligera y fácil de usar y configurar.', 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">en GitHub</a>', 'license' => 'Licencia', @@ -45,7 +45,7 @@ return array( 'bookmark_query' => 'Marcar consulta actual', 'favorites' => 'Favoritos (%s)', 'global_view' => 'Vista Global', - 'important' => 'Feeds importantes', + 'important' => 'Fuentes importantes', 'main_stream' => 'Salida Principal', 'mark_all_read' => 'Marcar todo como leído', 'mark_cat_read' => 'Marcar categoría como leída', @@ -64,7 +64,7 @@ return array( 'stats' => 'Estadísticas', 'subscription' => 'Administración de suscripciones', 'tags' => 'Mis etiquetas', - 'unread' => 'Mostar solo no leídos', + 'unread' => 'Mostrar solo no leídos', ), 'share' => 'Compartir', 'tag' => array( |
