aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/es.json
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-01-10 00:20:28 +0000
committerNextcloud bot <bot@nextcloud.com>2024-01-10 00:20:28 +0000
commit77b783a9cb3bb3198d0f7b19d139e5c8dbf2a19c (patch)
treeebb18e55325da093045b5b8603735ecd8a9e54c1 /apps/settings/l10n/es.json
parent6daa77b93f4a9d87a376ed7f10aaa486de4cc1f6 (diff)
downloadnextcloud-server-77b783a9cb3bb3198d0f7b19d139e5c8dbf2a19c.tar.gz
nextcloud-server-77b783a9cb3bb3198d0f7b19d139e5c8dbf2a19c.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/es.json')
-rw-r--r--apps/settings/l10n/es.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json
index 186b2c5c047..dc1da80c74f 100644
--- a/apps/settings/l10n/es.json
+++ b/apps/settings/l10n/es.json
@@ -180,7 +180,18 @@
"PHP modules" : "Módulos PHP",
"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: %s." : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y la compatibilidad, te recomendamos encarecidamente instalarlos: %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.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "La memoria compartida basada en OPcache está deshabilitada. Para mejor rendimiento, se recomienda añadir \"opcache.file_cache_only=0\" a su configuración PHP y utilizar el caché de archivo sólo como un caché de segundo nivel.",
+ "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache no está funcionado como es debido, op_cache_get_status() retorna falso, por favor, chequee la configuración.",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "El número máximo de llaves OPcache está casi agotado. Para asegurarse de que todos los scripts puedan mantenerse en caché, se recomienda añadir \"opcache.max_accelerated_files\" a su configuración de PHP con un valor superior a \"%s\".",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "El buffer de OPcache está casi lleno. Para asegurarse de que todos los scripts puedan ser retenidos en caché, se recomienda añadir \"opcache.memory_consumption\" a su configuración de PHP con un valor superior a \"%s\".",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "El búfer de cadenas internadas de OPcache está casi lleno. Para asegurarse de que las cadenas repetidas puedan ser almacenadas en caché de manera efectiva, se recomienda añadir \"opcache.interned_strings_buffer\" a la configuración de PHP con un valor superior a \"%s\".",
+ "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache está configurado para eliminar comentarios en el código. Con OPcache activado, se debe establecer \"opcache.save_comments=1\" para que Nextcloud funcione.",
+ "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud no tiene permiso para utilizar la API de OPcache. Con OPcache habilitado, es altamente recomendado incluir todos los directorios de Nextcloud con \"opcache.restrict_api\" o deshabilitar este ajuste para desactivar las restricciones de la API de OPcache, para prevenir errores durante las actualizaciones base de Nextcloud o de las aplicaciones.",
+ "The PHP OPcache module is not properly configured. %s." : "El módulo PHP OPcache no está configurado correctamente %s.",
+ "Correctly configured" : "Correctamente configurado",
"PHP version" : "Versión PHP",
"You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Estás utilizando la versión PHP %s. PHP 8.0 está obsoleto en Nextcloud 27. Nextcloud 28 puede requerir PHP 8.1 como mínimo. Por favor, actualiza cuanto antes a una de las versiones de PHP soportadas oficialmente por el Grupo PHP.",
"You are currently running PHP %s." : "Estás ejecutando PHP %s.",