From a69b44b94e3d59ee96ab1bbf72d06765e238f8bc Mon Sep 17 00:00:00 2001 From: Jordi Garcia Date: Sun, 19 May 2024 21:36:11 +0200 Subject: Fix spanish language (#6471) * Fix spanish language * fix translation #6471 * fix ellipsis --- app/i18n/es/admin.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'app/i18n/es/admin.php') diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php index 6a13ae549..a25851c1a 100644 --- a/app/i18n/es/admin.php +++ b/app/i18n/es/admin.php @@ -19,8 +19,8 @@ return array( 'http' => 'HTTP (para usuarios avanzados con HTTPS)', 'none' => 'Ninguno (peligroso)', 'title' => 'Identificación', - 'token' => 'Master authentication token', // TODO - 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO + 'token' => 'Token de autentificación Master', + 'token_help' => 'Permite el acceso a todas las salidas RSS del usuario así como la actualización de feeds sin autenticación:', 'type' => 'Método de identificación', 'unsafe_autologin' => 'Permite la identificación automática insegura usando el formato: ', ), @@ -160,8 +160,8 @@ return array( '_' => 'Configuración del sistema', 'auto-update-url' => 'URL de auto-actualización', 'base-url' => array( - '_' => 'Base URL', // TODO - 'recommendation' => 'Automatic recommendation: %s', // TODO + '_' => 'URL Base', + 'recommendation' => 'Recomendación automática: %s', ), 'cookie-duration' => array( 'help' => 'en segundos', @@ -187,33 +187,33 @@ return array( ), 'title' => 'Formulario de registro del usuario', ), - 'sensitive-parameter' => 'Sensitive parameter. Edit manually in ./data/config.php', // TODO + 'sensitive-parameter' => 'Parámetro sensible. Lo puedes editar manualmente en ./data/config.php', 'tos' => array( 'disabled' => 'no se proporciona', 'enabled' => 'está activado', 'help' => 'Cómo activar las Condiciones de servicio', ), 'websub' => array( - 'help' => 'About WebSub', // TODO + 'help' => 'Acerca de WebSub', ), ), 'update' => array( '_' => 'Actualizar sistema', 'apply' => 'Aplicar', - 'changelog' => 'Changelog', // TODO + 'changelog' => 'Changelog', // IGNORE 'check' => 'Buscar actualizaciones', - 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO + 'copiedFromURL' => 'update.php copiado desde %s a ./data', 'current_version' => 'Dispones de la versión', 'last' => 'Última comprobación', - 'loading' => 'Updating…', // TODO + 'loading' => 'Actualizando…', 'none' => 'No hay actualizaciones disponibles', 'releaseChannel' => array( - '_' => 'Release channel', // TODO - 'edge' => 'Rolling release (“edge”)', // TODO - 'latest' => 'Stable release (“latest”)', // TODO + '_' => 'Canal de publicación', + 'edge' => 'Publicación en marcha (“edge”)', + 'latest' => 'Publicación estable (“latest”)', ), 'title' => 'Actualizar sistema', - 'viaGit' => 'Update via git and GitHub.com started', // TODO + 'viaGit' => 'Actualización vía git and GitHub.com comenzada', ), 'user' => array( 'admin' => 'Administrador', -- cgit v1.2.3