diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/es/conf.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/es/conf.php')
| -rwxr-xr-x | app/i18n/es/conf.php | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index 1bacd8fba..b05844592 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -3,7 +3,6 @@ return array( 'archiving' => array( '_' => 'Archivo', - 'delete_after' => 'Eliminar artículos tras', 'exception' => 'Purge exception', // TODO - Translation 'help' => 'Hay más opciones disponibles en los ajustes de la fuente', 'keep_favourites' => 'Never delete favourites', // TODO - Translation @@ -25,12 +24,12 @@ return array( '_' => 'Visualización', 'icon' => array( 'bottom_line' => 'Línea inferior', - 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Authors', // TODO - Translation 'entry' => 'Iconos de artículos', 'publication_date' => 'Fecha de publicación', 'related_tags' => 'Etiquetas relacionadas', 'sharing' => 'Compartir', + 'summary' => 'Summary', // TODO - Translation 'top_line' => 'Línea superior', ), 'language' => 'Idioma', @@ -40,6 +39,13 @@ return array( ), 'show_nav_buttons' => 'Show the navigation buttons', // TODO - Translation 'theme' => 'Tema', + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + ), 'title' => 'Visualización', 'width' => array( 'content' => 'Ancho de contenido', @@ -48,13 +54,6 @@ return array( 'no_limit' => 'Sin límite', 'thin' => 'Estrecho', ), - 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - ), ), 'profile' => array( '_' => 'Administración de perfiles', @@ -72,7 +71,6 @@ return array( 'query' => array( '_' => 'Consultas de usuario', 'deprecated' => 'Esta consulta ya no es válida. La categoría referenciada o fuente ha sido eliminada.', - 'display' => 'Display user query results', // TODO - Translation 'filter' => array( '_' => 'Filtro aplicado:', 'categories' => 'Display by category', // TODO - Translation @@ -87,14 +85,11 @@ return array( 'get_category' => 'Mostrar la categoría "%s"', 'get_favorite' => 'Mostrar artículos favoritos', 'get_feed' => 'Mostrar fuente "%s"', - 'get_tag' => 'Display "%s" label', // TODO - Translation 'name' => 'Name', // TODO - Translation 'no_filter' => 'Sin filtro', - 'none' => 'Todavía no has creado ninguna consulta de usuario.', 'number' => 'Consulta n° %d', 'order_asc' => 'Mostrar primero los artículos más antiguos', 'order_desc' => 'Mostrar primero los artículos más recientes', - 'remove' => 'Remove user query', // TODO - Translation 'search' => 'Buscar "%s"', 'state_0' => 'Mostrar todos los artículos', 'state_1' => 'Mostrar artículos leídos', @@ -165,20 +160,20 @@ return array( 'sharing' => array( '_' => 'Compartir', 'add' => 'Add a sharing method', // TODO - Translation - 'blogotext' => 'Blogotext', // TODO - Translation - 'diaspora' => 'Diaspora*', // TODO - Translation + 'blogotext' => 'Blogotext', + 'diaspora' => 'Diaspora*', 'email' => 'Email', // TODO - Translation - 'facebook' => 'Facebook', // TODO - Translation + 'facebook' => 'Facebook', 'more_information' => 'Más información', 'print' => 'Print', // TODO - Translation 'raindrop' => 'Raindrop.io', 'remove' => 'Remove sharing method', // TODO - Translation - 'shaarli' => 'Shaarli', // TODO - Translation + 'shaarli' => 'Shaarli', 'share_name' => 'Compartir nombre a mostrar', 'share_url' => 'Compatir URL a usar', 'title' => 'Compartir', - 'twitter' => 'Twitter', // TODO - Translation - 'wallabag' => 'wallabag', // TODO - Translation + 'twitter' => 'Twitter', + 'wallabag' => 'wallabag', ), 'shortcut' => array( '_' => 'Atajos de teclado', |
