diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
commit | 6e68b866b9f825f6b37b61147806daba03372fae (patch) | |
tree | 8256e04bdb59df5556f4cb6d9b2ea596e09f4af9 /lib/l10n/es_EC.json | |
parent | 3e7ca2b916b92d51fd6d4c126d6c27eb69c71e9e (diff) | |
download | nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.tar.gz nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_EC.json')
-rw-r--r-- | lib/l10n/es_EC.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/es_EC.json b/lib/l10n/es_EC.json index d3d7886e830..55b7dcd4d84 100644 --- a/lib/l10n/es_EC.json +++ b/lib/l10n/es_EC.json @@ -242,8 +242,6 @@ "Please ask your server administrator to restart the web server." : "Por favor solicita al administrador reiniciar el servidor web. ", "The required %s config variable is not configured in the config.php file." : "No se ha configurado la variable de configuración %s requerida en el archivo config.php.", "Please ask your server administrator to check the Nextcloud configuration." : "Pide a tu administrador del servidor que verifique la configuración de Nextcloud.", - "PostgreSQL >= 9 required." : "Se requiere PostgreSQL >= 9.", - "Please upgrade your database version." : "Actualiza la versión de tu base de datos.", "Your data directory is readable by other users." : "Tu directorio de datos es legible por otros usuarios.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambia los permisos a 0770 para que el directorio no pueda ser enlistado por otros usuarios. ", "Your data directory must be an absolute path." : "Tu directorio de datos debe ser una ruta absoluta.", @@ -266,6 +264,8 @@ "The user limit has been reached and the user was not created. Check your notifications to learn more." : "Se ha alcanzado el límite de usuarios y no se creó el usuario. Consulta tus notificaciones para obtener más información.", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Sólo se permiten los siguientes caracteres en el usuario: \"a-z\", \"A-Z\", \"0-9\" y \"_.@-'\"", "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. " + "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." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |