Skip to content

Commit

Permalink
Update of Spanish translation (FreshRSS#5408)
Browse files Browse the repository at this point in the history
* Update admin.php

Update Spanish

* Update conf.php

Spanish update

* Fix

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
  • Loading branch information
2 people authored and math-GH committed Jul 4, 2023
1 parent 09df027 commit 39dff49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/i18n/es/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
),
),
'extensions' => array(
'author' => 'Autor/Autora',
'author' => 'Autor',
'community' => 'Extensiones de comunidad disponibles',
'description' => 'Descripción',
'disabled' => 'Desactivado',
Expand Down Expand Up @@ -148,7 +148,7 @@
'no_idle' => 'No hay fuentes inactivas',
'number_entries' => '%d artículos',
'percent_of_total' => '% del total',
'repartition' => 'Reprto de artículos',
'repartition' => 'Reparto de artículos',
'status_favorites' => 'Favoritos',
'status_read' => 'Leídos',
'status_total' => 'Total', // IGNORE
Expand Down Expand Up @@ -199,7 +199,7 @@
'title' => 'Actualizar sistema',
),
'user' => array(
'admin' => 'Administrador/Administradora',
'admin' => 'Administrador',
'article_count' => 'Artículos',
'back_to_manage' => '← Volver a la lista de usuarios',
'create' => 'Crear nuevo usuario',
Expand Down
6 changes: 3 additions & 3 deletions app/i18n/es/conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
'display' => array(
'_' => 'Visualización',
'darkMode' => array(
'_' => 'Automatic dark mode (beta)', // TODO
'_' => 'Modo oscuro automatico (beta)',
'auto' => 'Auto', // TODO
'no' => 'No', // TODO
),
'icon' => array(
'bottom_line' => 'Línea inferior',
'display_authors' => 'Autores/Autoras',
'display_authors' => 'Autores',
'entry' => 'Iconos de artículos',
'publication_date' => 'Fecha de publicación',
'related_tags' => 'Etiquetas relacionadas',
Expand All @@ -57,7 +57,7 @@
'_' => 'Tema',
'deprecated' => array(
'_' => 'Deprecated', // TODO
'description' => 'This theme is no longer supported and will be not available anymore in a <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">future release of FreshRSS</a>', // TODO
'description' => 'Este tema no tiene soporte y no volvera a estar disponible en <a href="https://freshrss.github.io/FreshRSS/en/users/05_Configuration.html#theme" target="_blank">Futuros lanzamientos de FreshRSS</a>',
),
),
'theme_not_available' => 'El tema “%s” ya no está disponible. Por favor, elija otro tema.',
Expand Down

0 comments on commit 39dff49

Please sign in to comment.