diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-06 02:27:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-06 02:27:44 +0000 |
commit | 737e79854e967e2d2620f8593d9698905146e77a (patch) | |
tree | 4d198c983c905f8f1d41ae34840a703beb467fdc /lib/l10n/es_UY.json | |
parent | c40d1b7dbc4b0c12ff08f300abdd93dbecba0396 (diff) | |
download | nextcloud-server-737e79854e967e2d2620f8593d9698905146e77a.tar.gz nextcloud-server-737e79854e967e2d2620f8593d9698905146e77a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es_UY.json')
-rw-r--r-- | lib/l10n/es_UY.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/es_UY.json b/lib/l10n/es_UY.json index 0b0aa3baf06..07c4047d58a 100644 --- a/lib/l10n/es_UY.json +++ b/lib/l10n/es_UY.json @@ -151,8 +151,6 @@ "Please ask your server administrator to install the module." : "Por favor solicita a tu adminsitrador la instalación del módulo. ", "PHP setting \"%s\" is not set to \"%s\"." : "El ajuste PHP \"%s\" no esta establecido a \"%s\".", "Adjusting this setting in php.ini will make Nextcloud run again" : "El cambiar este ajuste del archivo php.ini hará que Nextcloud corra de nuevo.", - "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. ", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Al parecer PHP está configurado para quitar los bloques de comentarios internos. Esto hará que varias aplicaciones principales sean inaccesibles. ", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Esto ha sido causado probablemente por un acelerador de caché como Zend OPcache o eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "¿Los módulos de PHP han sido instalados, pero se siguen enlistando como faltantes?", @@ -170,6 +168,8 @@ "%s enter the database username." : "%s ingresa el nombre de usuario de la base de datos.", "%s enter the database name." : "%s ingresar el nombre de la base de datos", "%s you may not use dots in the database name" : "%s no puedes utilizar puntos en el nombre de la base de datos", - "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 \"_.@-'\"" + "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. " },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |