summaryrefslogtreecommitdiffstats
path: root/lib/l10n/es_EC.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-10-22 00:28:48 +0000
committerNextcloud bot <bot@nextcloud.com>2023-10-22 00:28:48 +0000
commit1d6fd5532bda6500c412448cb4704fc3f1701c5c (patch)
treeea6276c216565ae4124e6d7883ebaaa136348fad /lib/l10n/es_EC.js
parent423f4e6144eb0244bedf47e0312740f2888e13cf (diff)
downloadnextcloud-server-1d6fd5532bda6500c412448cb4704fc3f1701c5c.tar.gz
nextcloud-server-1d6fd5532bda6500c412448cb4704fc3f1701c5c.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_EC.js')
-rw-r--r--lib/l10n/es_EC.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js
index dd170b3d912..7696a74a271 100644
--- a/lib/l10n/es_EC.js
+++ b/lib/l10n/es_EC.js
@@ -8,7 +8,6 @@ OC.L10N.register(
"Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "La aplicación %1$s no está presente o tiene una versión no compatible con este servidor. Por favor, revisa el directorio de aplicaciones.",
"Sample configuration detected" : "Se ha detectado la configuración de muestra",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Se ha detectado que la configuración de muestra ha sido copiada. Esto puede arruiniar tu instalacón y no está soportado. Por favor lee la documentación antes de hacer cambios en el archivo config.php",
- "404" : "404",
"The page could not be found on the server." : "No se pudo encontrar la página en el servidor.",
"%s email verification" : "%s verificación de correo electrónico",
"Email verification" : "Verificación de correo electrónico",
@@ -268,6 +267,7 @@ OC.L10N.register(
"libxml2 2.7.0 is at least required. Currently %s is installed." : "Se requiere de por lo menos libxml2 2.7.0. Actualmente %s está instalado. ",
"To fix this issue update your libxml2 version and restart your web server." : "Para corregir este tema, por favor actualiza la versión de su libxml2 y reinicia tu servidor web. ",
"PostgreSQL >= 9 required." : "Se requiere PostgreSQL >= 9.",
- "Please upgrade your database version." : "Actualiza la versión de tu base de datos."
+ "Please upgrade your database version." : "Actualiza la versión de tu base de datos.",
+ "404" : "404"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");