aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/es.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-01-25 00:19:22 +0000
committerNextcloud bot <bot@nextcloud.com>2024-01-25 00:19:22 +0000
commit4d43b6e3d5bf9ab6e4a26bbd3a20c0669a2c4d1f (patch)
treefdb413e6e4a5339ff741d08dc6ca650d39cee665 /apps/settings/l10n/es.js
parent20e16b9d6fcf57073d01853125d2fe63b95719a6 (diff)
downloadnextcloud-server-4d43b6e3d5bf9ab6e4a26bbd3a20c0669a2c4d1f.tar.gz
nextcloud-server-4d43b6e3d5bf9ab6e4a26bbd3a20c0669a2c4d1f.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/es.js')
-rw-r--r--apps/settings/l10n/es.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js
index a0c50b16dcc..9b6cddec0ee 100644
--- a/apps/settings/l10n/es.js
+++ b/apps/settings/l10n/es.js
@@ -171,6 +171,7 @@ OC.L10N.register(
"Internet connectivity is disabled in configuration file." : "La conexión a Internet está deshabilitada en el 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 una conexión a Internet que funcione: No se pudieron alcanzar varios endpoints. Esto significa que algunas de las funciones, como montar almacenamiento externo, notificaciones sobre actualizaciones o instalación de aplicaciones de terceros no funcionarán. Es posible que el acceso a archivos de forma remota y el envío de emails de notificación tampoco funcionen. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.",
"JavaScript modules support" : "Soporte a módulos JavaScript",
+ "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo hacer el chequeo del soporte JavaScript. Por favor haga el chequeo manual de si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.",
"Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "Su servidor web no sirve archivos `.mjs` utilizando el tipo MIME JavaScript. Esto causará problemas con algunas apps, impidiendo que los navegadores ejecuten los archivos JavaScript. Debe configurar su servidor web para servir archivos `.mjs` bien sea con el tipo MIME `text/javascript`, o, `application/javascript`.",
"Old server-side-encryption" : "Antiguo cifrado en el servidor",
"Disabled" : "Desactivado",
@@ -200,7 +201,13 @@ OC.L10N.register(
"PHP memory limit" : "Límite de memoria PHP",
"The PHP memory limit is below the recommended value of %s." : "El límite de memoria PHP está por debajo del valor recomendado, %s.",
"PHP modules" : "Módulos PHP",
+ "increases language translation performance and fixes sorting of non-ASCII characters" : "incrementa el rendimiento de la traducción y corrige el ordenado de caracteres no ASCII",
+ "for Argon2 for password hashing" : "para el hash de contraseñas basado en Argon2",
+ "for WebAuthn passwordless login" : "para inicio de sesión sin contraseña de WebAuthn",
+ "for WebAuthn passwordless login, and SFTP storage" : "para inicio de sesión sin contraseña de WebAuthn, y almacenamiento SFTP",
+ "for picture rotation in server and metadata extraction in the Photos app" : "para la rotación de imágenes en el servidor y la extracción de metadatos en la aplicación Fotos",
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia le faltan algunos módulos PHP obligatorios. Es necesario que los instales: %s.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y la compatibilidad, le recomendamos encarecidamente instalarlos:\n%s",
"PHP opcache" : "opcache de PHP",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. Para un mejor rendimiento se recomienda cargarlo en su instalación de PHP.",
"OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache está deshabilitado. Para un mejor rendimiento, se recomienda añadir \"opcache.enable=1\" a la configuración de PHP.",