diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-21 02:27:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-21 02:27:38 +0000 |
commit | 2996f71d201ac0aaf4b087406edd01a1f22f2985 (patch) | |
tree | 95c704ab40100eeab220bfb4f34ca4f847d581ef /core/l10n/es.js | |
parent | 517a0015ad48ddda099b7f2cd07307fea0addcdd (diff) | |
download | nextcloud-server-2996f71d201ac0aaf4b087406edd01a1f22f2985.tar.gz nextcloud-server-2996f71d201ac0aaf4b087406edd01a1f22f2985.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index e81f9fe2182..6d188d0b76c 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -70,6 +70,7 @@ OC.L10N.register( "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.", "Please check the {linkstart}installation documentation ↗{linkend} for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Por favor, compruebe las notas de configuración de PHP en la {linkstart}documentación de instalación ↗{linkend} y la configuración de PHP de su servidor, especialmente cuando se utiliza php-fpm.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.", + "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "No has configurado o verificado todavía los datos de servidor de correo. Por favor, dirígete a la {mailSettingsStart}Configuración básica{mailSettingsEnd} para hacerlo. A continuación, usa el botón de \"Enviar correo\" bajo el formulario para verificar tu configuración.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no funciona con el nivel de aislamiento de transacciones \"READ COMMITTED\". Esto puede causar problemas cuando se ejecutan en paralelo varias acciones.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Falta el módulo PHP \"fileinfo\". Se recomienda fervientemente activar este módulo para conseguir los mejores resultados con la detección de tipos MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the {linkstart}documentation ↗{linkend} for more information." : "El bloqueo transaccional de archivos está desactivado, lo que podría ocasionar problemas en casos de acceso simultáneo. Habilite \"filelocking.enabled\" en el config.php para evitar estos problemas. Compruebe la {linkstart}documentación ↗{linkend} para más información.", @@ -180,6 +181,8 @@ OC.L10N.register( "Login form is disabled." : "La página de inicio de sesión está deshabilitada.", "Edit Profile" : "Editar perfil", "The headline and about sections will show up here" : "El título y la sección acerca de aparecerán aquí", + "You have not added any info yet" : "Aún no has añadido nada de información", + "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", "Reset search" : "Resetear búsqueda", "Search for {name} only" : "Buscar solo por {name}", @@ -315,6 +318,8 @@ OC.L10N.register( "You chose SQLite as database." : "Has elegido SQLite como base de datos.", "SQLite should only be used for minimal and development instances. For production we recommend a different database backend." : "SQLite solo debería usarse para instancias mínimas y de desarrollo. Para producción recomendamos un motor de bases de datos diferente.", "If you use clients for file syncing, the use of SQLite is highly discouraged." : "Si usas clientes para sincronizar archivos, el uso del SQLite está muy desaconsejado.", + "Install" : "Instalar", + "Installing …" : "Instalando …", "Need help?" : "¿Necesita ayuda?", "See the documentation" : "Vea la documentación", "It looks like you are trying to reinstall your Nextcloud. However the file CAN_INSTALL is missing from your config directory. Please create the file CAN_INSTALL in your config folder to continue." : "Parece que estás intentando reinstalar Nextcloud. Sin embargo el archivo CAN_INSTALL no se encuentra en la carpeta config. Por favor, crea el archivo CAN_INSTALL en la carpeta config para continuar", |