summaryrefslogtreecommitdiffstats
path: root/core/l10n/es.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-01-30 00:19:06 +0000
committerNextcloud bot <bot@nextcloud.com>2024-01-30 00:19:06 +0000
commitefdfe2b61c23ccdd1dc5c9b77cf0f3a268cda316 (patch)
treefce50f21be1abbdc45e1b75b93edf2059c6e9671 /core/l10n/es.js
parent1f6279fa760cc671fe59339711f06edc0cbf887f (diff)
downloadnextcloud-server-efdfe2b61c23ccdd1dc5c9b77cf0f3a268cda316.tar.gz
nextcloud-server-efdfe2b61c23ccdd1dc5c9b77cf0f3a268cda316.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r--core/l10n/es.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 2660fb8a337..cf7870e2e05 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -80,7 +80,6 @@ OC.L10N.register(
"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." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto podría estar relacionado con que la configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura del \".htaccess\" para Apache o la provista para Nginx en la {linkstart}página de documentación ↗{linkend}. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
"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}." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto suele ser un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendada en nuestra {linkstart}documentación ↗{linkend}.",
"You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Está accediendo a su instancia a través de una conexión segura, sin embargo tu instancia está generando URLs inseguras. Esto suele significar que está tras un proxy inverso y que las variables de reescritura no están bien configuradas. Por favor, revise la {linkstart}página de documentación acerca de esto ↗{linkend}.",
- "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia se está ejecutando en modo de depuración. Solo habilite esto para desarrollo local y no en ambientes de producción.",
"Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor",
"For more details see the {linkstart}documentation ↗{linkend}." : "Para más detalles compruebe la {linkstart}documentación ↗{linkend}.",
"Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos probablemente sean accesibles desde internet. El archivo .htaccess no funciona. Es muy recomendable que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.",
@@ -455,6 +454,7 @@ OC.L10N.register(
"Your remote address was identified as \"{remoteAddress}\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su dirección remota se ha identificado como \"{remoteAddress}\" y está siendo ralentizada mediante fuerza bruta, disminuyendo el rendimiento de varias solicitudes. Si la dirección remota no es su dirección, esto puede ser una señal de que el proxy no se ha configurado correctamente. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
"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 bloqueo transaccional de archivos. Para mejorar el rendimiento, por favor configure memcache, si está disponible. Vea la {linkstart}documentación ↗{linkend} para 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 es obsoleto en Nextcloud 27. Nextcloud 28 podría requerir al menos PHP 8.1. Por favor, actualice a {linkstart}una de las versiones oficialmente soportadas de PHP provistas por PHP Group ↗{linkend} tan pronto sea posible.",
+ "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Esta instancia se está ejecutando en modo de depuración. Solo habilite esto para desarrollo local y no en ambientes de producción.",
"Avatar of {fullName}" : "Avatar de {fullName}"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");