diff options
| author | 2024-05-19 21:36:11 +0200 | |
|---|---|---|
| committer | 2024-05-19 21:36:11 +0200 | |
| commit | a69b44b94e3d59ee96ab1bbf72d06765e238f8bc (patch) | |
| tree | 729620ba1254467d56edb4726aa7d38518c97eea /app/i18n/es/admin.php | |
| parent | 08d63289750325f79a36ea3f524d92c84e66c745 (diff) | |
Fix spanish language (#6471)
* Fix spanish language
* fix translation #6471
* fix ellipsis
Diffstat (limited to 'app/i18n/es/admin.php')
| -rw-r--r-- | app/i18n/es/admin.php | 26 |
1 files changed, 13 insertions, 13 deletions
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: <kbd>%s</kbd>', // TODO + '_' => 'URL Base', + 'recommendation' => 'Recomendación automática: <kbd>%s</kbd>', ), '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 <kbd>./data/config.php</kbd>', // TODO + 'sensitive-parameter' => 'Parámetro sensible. Lo puedes editar manualmente en <kbd>./data/config.php</kbd>', 'tos' => array( 'disabled' => 'no se proporciona', 'enabled' => '<a href="./?a=tos">está activado</a>', 'help' => 'Cómo <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">activar las Condiciones de servicio</a>', ), 'websub' => array( - 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO + 'help' => 'Acerca de <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', ), ), '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', |
