summaryrefslogtreecommitdiffstats
path: root/core/l10n/es_EC.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-11-08 00:32:49 +0000
committerNextcloud bot <bot@nextcloud.com>2023-11-08 00:32:49 +0000
commit168560c0f29d8f326026f18273c763c48a5afafb (patch)
treec12d01635374abd3f0f245b7de888a68fd35ca22 /core/l10n/es_EC.js
parent8b6750ceac4593e81fe07fb6c22eb1bc8ea2a943 (diff)
downloadnextcloud-server-168560c0f29d8f326026f18273c763c48a5afafb.tar.gz
nextcloud-server-168560c0f29d8f326026f18273c763c48a5afafb.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es_EC.js')
-rw-r--r--core/l10n/es_EC.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js
index df89d7b331e..2b74f2acb9e 100644
--- a/core/l10n/es_EC.js
+++ b/core/l10n/es_EC.js
@@ -75,26 +75,15 @@ OC.L10N.register(
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su servidor web no está configurado correctamente para resolver \"{url}\". Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
"Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Su servidor web no está configurado correctamente para resolver \"{url}\". Esto probablemente se debe a una configuración del servidor web que no se actualizó para entregar esta carpeta directamente. Por favor, compare su configuración con las reglas de reescritura incluidas en \".htaccess\" para Apache o las proporcionadas en la documentación para Nginx en su {linkstart}página de documentación ↗{linkend}. En Nginx, generalmente son las líneas que comienzan con \"location ~\" las que necesitan una actualización.",
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Su servidor web no está configurado correctamente para entregar archivos .woff2. Esto suele ser un problema de configuración de Nginx. Para Nextcloud 15, necesita un ajuste para entregar también archivos .woff2. Compare su configuración de Nginx con la configuración recomendada en nuestra {linkstart}documentación ↗{linkend}.",
- "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa 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, consulte la {linkstart}documentación de instalación ↗{linkend} para obtener notas de configuración de PHP 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." : "La configuración de solo lectura se ha habilitado. Esto impide establecer algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse editable manualmente en 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 ha configurado ni verificado la configuración del servidor de correo electrónico. Diríjase a la {mailSettingsStart}Configuración básica{mailSettingsEnd} para configurarla. A continuación, utilice el botón \"Enviar correo electrónico\" debajo del formulario para verificar su 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 puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
- "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 encarecidamente habilitar este módulo para obtener los mejores resultados en 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 de archivos transaccional está desactivado, lo que podría generar problemas con las condiciones de carrera. Habilite \"filelocking.enabled\" en config.php para evitar estos problemas. Consulte la {linkstart}documentación ↗{linkend} para obtener más información.",
- "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "La base de datos se utiliza para el bloqueo de archivos transaccional. Para mejorar el rendimiento, configure memcache si está disponible. Consulte la {linkstart}documentación ↗{linkend} para obtener más información.",
"Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Asegúrese de establecer la opción \"overwrite.cli.url\" en su archivo config.php con la URL que sus usuarios suelen utilizar para acceder a Nextcloud. Sugerencia: \"{suggestedOverwriteCliURL}\". De lo contrario, podría haber problemas con la generación de URL a través de cron. (Sin embargo, es posible que la URL sugerida no sea la que sus usuarios suelen utilizar para acceder a Nextcloud. Lo mejor es verificar esto en cualquier caso.)",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No fue posible ejecutar el trabajo de cron via CLI. Se presentaron los siguientes errores técnicos:",
"Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "La última ejecución de la tarea en segundo plano se realizó {relativeTime}. Algo parece estar mal. {linkstart}Verifique la configuración de la tarea en segundo plano ↗{linkend}.",
"This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "Esta es la versión de la comunidad no compatible de Nextcloud. Dado el tamaño de esta instancia, no se puede garantizar el rendimiento, la confiabilidad y la escalabilidad. Las notificaciones push están limitadas para evitar sobrecargar nuestro servicio gratuito. Obtenga más información sobre los beneficios de Nextcloud Enterprise en {linkstart}https://nextcloud.com/enterprise{linkend}.",
- "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "No se ha configurado una memoria caché. Para mejorar el rendimiento, configure una memoria caché si está disponible. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
- "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "No se encontró una fuente adecuada de aleatoriedad en PHP, lo cual se desaconseja encarecidamente por razones de seguridad. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}." : "La configuración del encabezado de proxy inverso es incorrecta, o está accediendo a Nextcloud desde un proxy de confianza. Si no es así, esto es un problema de seguridad y puede permitir que un atacante suplante su dirección IP tal como se muestra en Nextcloud. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the {linkstart}memcached wiki about both modules ↗{linkend}." : "Memcached está configurado como caché distribuida, pero se ha instalado el módulo PHP incorrecto \"memcache\". \\OC\\Memcache\\Memcached solo admite \"memcached\" y no \"memcache\". Consulte la {linkstart}wiki de memcached sobre ambos módulos ↗{linkend}.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the {linkstart1}documentation ↗{linkend}. ({linkstart2}List of invalid files…{linkend} / {linkstart3}Rescan…{linkend})" : "Algunos archivos no han superado la comprobación de integridad. Puede encontrar más información sobre cómo resolver este problema en la {linkstart1}documentación ↗{linkend}. ({linkstart2}Lista de archivos no válidos...{linkend} / {linkstart3}Volver a analizar...{linkend})",
"The PHP OPcache module is not properly configured. See the {linkstart}documentation ↗{linkend} for more information." : "El módulo OPcache de PHP no está configurado correctamente. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
- "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"Missing index \"{indexName}\" in table \"{tableName}\"." : "Falta el índice \"{indexName}\" en la tabla \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido a que agregar índices en tablas grandes puede llevar tiempo, no se agregaron automáticamente. Al ejecutar \"occ db:add-missing-indices\", se pueden agregar manualmente esos índices faltantes mientras la instancia sigue funcionando. Una vez que se agregan los índices, las consultas a esas tablas suelen ser mucho más rápidas.",
"Missing primary key on table \"{tableName}\"." : "Falta la clave principal en la tabla \"{tableName}\".",
@@ -103,7 +92,6 @@ OC.L10N.register(
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "A la base de datos le faltan algunas columnas opcionales. Debido a que agregar columnas en tablas grandes puede llevar tiempo, no se agregaron automáticamente cuando pueden ser opcionales. Al ejecutar \"occ db:add-missing-columns\", se pueden agregar manualmente esas columnas faltantes mientras la instancia sigue funcionando. Una vez que se agregan las columnas, algunas características pueden mejorar la capacidad de respuesta o la usabilidad.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "No se ha habilitado el módulo PHP \"imagick\", aunque está habilitada la aplicación de temas. Para que la generación de favicon funcione correctamente, debe instalar y habilitar este módulo.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "No se han habilitado los módulos PHP \"gmp\" y/o \"bcmath\". Si utiliza la autenticación sin contraseña de WebAuthn, se requieren estos módulos.",
- "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar correctamente. ¡Actualice su sistema operativo y PHP a 64 bits! Para obtener más detalles, lea {linkstart}la página de documentación sobre este tema ↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick en esta instancia no tiene soporte para SVG. Para una mejor compatibilidad, se recomienda instalarlo.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Algunas columnas en la base de datos no tienen una conversión a big int. Debido a que cambiar los tipos de columna en tablas grandes puede llevar tiempo, no se cambiaron automáticamente. Al ejecutar \"occ db:convert-filecache-bigint\", se pueden aplicar manualmente esos cambios pendientes. Esta operación debe realizarse mientras la instancia esté fuera de línea. Para obtener más detalles, lea {linkstart}la página de documentación sobre este tema ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente estás usando SQLite como el backend de base de datos. Para instalaciones más grandes te recomendamos cambiar a un backend de base de datos diferente.",
@@ -388,9 +376,19 @@ OC.L10N.register(
"This page will refresh itself when the instance is available again." : "Esta página se actualizará automáticamente cuando la instancia esté disponible nuevamente.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contacta a tu administrador del sistema si este mensaje persiste o se presentó de manera inesperada.",
"Please use the command line updater because updating via the browser is disabled in your config.php." : "Utiliza el actualizador de línea de comandos porque la actualización a través del navegador está deshabilitada en tu config.php.",
+ "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa 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, consulte la {linkstart}documentación de instalación ↗{linkend} para obtener notas de configuración de PHP 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." : "La configuración de solo lectura se ha habilitado. Esto impide establecer algunas configuraciones a través de la interfaz web. Además, el archivo debe hacerse editable manualmente en 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 ha configurado ni verificado la configuración del servidor de correo electrónico. Diríjase a la {mailSettingsStart}Configuración básica{mailSettingsEnd} para configurarla. A continuación, utilice el botón \"Enviar correo electrónico\" debajo del formulario para verificar su 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 puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.",
+ "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 encarecidamente habilitar este módulo para obtener los mejores resultados en 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 de archivos transaccional está desactivado, lo que podría generar problemas con las condiciones de carrera. Habilite \"filelocking.enabled\" en config.php para evitar estos problemas. Consulte la {linkstart}documentación ↗{linkend} para obtener más información.",
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Su instalación no tiene configurada una región de teléfono predeterminada. Esto es necesario para validar números de teléfono en la configuración del perfil sin un código de país. Para permitir números sin código de país, agregue \"default_phone_region\" con el código {linkstart}ISO 3166-1 correspondiente ↗{linkend} de la región en su archivo de configuración.",
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Este servidor no tiene conexión a Internet: no se pudo acceder a varios puntos finales. Esto significa que algunas funciones, como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones o la instalación de aplicaciones de terceros, no funcionarán. Es posible que tampoco funcione el acceso a archivos de forma remota y el envío de correos electrónicos de notificación. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.",
+ "No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "No se ha configurado una memoria caché. Para mejorar el rendimiento, configure una memoria caché si está disponible. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "No se encontró una fuente adecuada de aleatoriedad en PHP, lo cual se desaconseja encarecidamente por razones de seguridad. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
"You are currently running PHP {version}. Upgrade your PHP version to take advantage of {linkstart}performance and security updates provided by the PHP Group ↗{linkend} as soon as your distribution supports it." : "Actualmente está utilizando PHP {version}. Actualice su versión de PHP para aprovechar las {linkstart}actualizaciones de rendimiento y seguridad proporcionadas por el Grupo PHP ↗{linkend} tan pronto como su distribución lo admita.",
+ "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y la compatibilidad, se recomienda instalarlos.",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que estás ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar correctamente. ¡Actualiza tu sistema operativo y PHP a 64 bits! Para obtener más detalles, lee {linkstart}la página de documentación sobre esto ↗{linkend}.",
"A password reset message has been sent to the email address of this account. If you do not receive it, check your spam/junk folders or ask your local administrator for help." : "Se ha enviado un mensaje de restablecimiento de contraseña a la dirección de correo electrónico de esta cuenta. Si no lo recibes, revisa tus carpetas de spam o contacta a tu administrador local para obtener ayuda.",
@@ -423,7 +421,9 @@ OC.L10N.register(
"File not found" : "Archivo no encontrado",
"The document could not be found on the server. Maybe the share was deleted or has expired?" : "No se pudo encontrar el documento en el servidor. ¿Quizás la compartición se eliminó o ha caducado?",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor usa el actualizador de línea de comandos ya que el actualizador automático se encuentra deshabilitado en config.php.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar correctamente. ¡Actualice su sistema operativo y PHP a 64 bits! Para obtener más detalles, lea {linkstart}la página de documentación sobre este tema ↗{linkend}.",
"The page could not be found on the server." : "No se pudo encontrar la página en el servidor.",
+ "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "La base de datos se utiliza para el bloqueo de archivos transaccional. Para mejorar el rendimiento, configure memcache si está disponible. Consulte la {linkstart}documentación ↗{linkend} para obtener más información.",
"PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 está obsoleto en Nextcloud 27. Nextcloud 28 puede requerir al menos PHP 8.1. Actualice a {linkstart}una de las versiones de PHP admitidas oficialmente proporcionadas por el Grupo PHP ↗{linkend} lo antes posible."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");