diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-21 02:30:14 +0000 |
commit | 78d8723d0cc8c726cc02dd41439f1c7e2a50136d (patch) | |
tree | 309032247bd62ee756313ecfb9b87ff806ed9fa5 /lib/l10n/es.json | |
parent | 761221bc80d01cd6f79f4e6ce4ba3fc298547ac1 (diff) | |
download | nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.tar.gz nextcloud-server-78d8723d0cc8c726cc02dd41439f1c7e2a50136d.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/es.json')
-rw-r--r-- | lib/l10n/es.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 4c457cbb519..fab7a95e2ee 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -261,32 +261,12 @@ "Storage connection error. %s" : "Error de conexión de almacenamiento. %s", "Storage is temporarily not available" : "El almacenamiento no esta disponible temporalmente", "Storage connection timeout. %s" : "Tiempo de conexión de almacenamiento agotado. %s", - "This can usually be fixed by giving the webserver write access to the config directory." : "Se podrÃa solucionar esto dándole al servidor permisos de escritura del directorio de configuración.", "%s enter the database username and name." : "%s introduzca el nombre de usuario y la contraseña de la BBDD.", "%s enter the database username." : "%s introduzca el usuario de la base de datos.", "%s enter the database name." : "%s introduzca el nombre de la base de datos", "%s you may not use dots in the database name" : "%s puede utilizar puntos en el nombre de la base de datos", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que esta instancia %s está funcionando en un entorno PHP de 32-bits y el open_basedir se ha configurado en php.ini. Esto acarreará problemas con archivos de tamaño superior a 4GB y resulta totalmente desaconsejado.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, quite el ajuste de open_basedir —dentro de su php.ini— o pásese a PHP de 64 bits.", - "The user limit has been reached and the user was not created." : "Ha sido alcanzado el lÃmite de usuarios, por tanto el usuario no fue creado.", - "Cannot read file" : "No se puede leer archivo", - "Cannot write into \"config\" directory" : "No se puede escribir el el directorio de configuración", - "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Se podrÃa solucionar esto dándole al servidor permisos de escritura del directorio de configuración. Ver %s", - "Cannot write into \"apps\" directory" : "No se puede escribir en el directorio de \"apps\"", - "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Se podrÃa solucionar esto dando al servidor web acceso de escritura a la carpeta de apps o desactivando la tienda de apps en el archivo de configuración.", - "Cannot create \"data\" directory" : "No se puede crear el directorio \"data\"", - "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Habitualmente, esto puede arreglarse dando al servidor web acceso de escritura al directorio raÃz. Véase %s", - "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Habitualmente, los permisos pueden arreglarse dando al servidor web acceso de escritura al directorio raÃz. Véase %s", - "Setting locale to %s failed" : "Ha fallado la activación de la localización %s ", - "Please install one of these locales on your system and restart your webserver." : "Instale uno de estos idiomas en su sistema y reinicie su servidor web.", - "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload está dispuesta en \"%s\" en lugar del valor esperado \"0\"", - "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "Para solucionarlo, defina la función <code>mbstring.func_overload</code> a <code>0</code> en su php.ini", - "PostgreSQL >= 9 required" : "PostgreSQL 9 o superior requerido.", - "Please upgrade your database version" : "Actualice su versión de base de datos.", - "Your data directory is readable by other users" : "Tu directorio de datos puede ser leÃdo por otros usuarios", - "Your data directory must be an absolute path" : "Su directorio data debe ser una ruta absoluta", - "Check the value of \"datadirectory\" in your configuration" : "Compruebe el valor de \"datadirectory\" en su configuración.", - "Your data directory is invalid" : "Tu directorio de datos es inválido", "The user limit has been reached and the user was not created. Check your notifications to learn more." : "El lÃmite de usuarios fue alcanzado y el usuario no fue creado. Compruebe sus notificaciones para aprender más." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |