diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-29 02:33:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-29 02:33:23 +0000 |
commit | 5a12e8f906ea5075193d88963cbdf805a097f626 (patch) | |
tree | e56def1e9443092ad3b16857d47ee9c263278ef4 /apps/dav/l10n/es.js | |
parent | ec96aa527b3ef2c32d460740093c777ee7695248 (diff) | |
download | nextcloud-server-5a12e8f906ea5075193d88963cbdf805a097f626.tar.gz nextcloud-server-5a12e8f906ea5075193d88963cbdf805a097f626.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/es.js')
-rw-r--r-- | apps/dav/l10n/es.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index 24da94a67c3..375abc0f62b 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -109,15 +109,21 @@ OC.L10N.register( "You updated contact {card} in address book {addressbook}" : "Has actualizado el contacto {card} en la libreta de direcciones {addressbook}", "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Se ha modificado un <strong>contacto</strong> o una <strong>libreta de direcciones</strong> ", "File is not updatable: %1$s" : "El archivo no se puede actualizar: %1$s", + "Could not write to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el sistema.", "Could not write file contents" : "No se han podido escribir los contenidos del archivo", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"], "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Error al copiar el archivo al destino (copiado: %1$s, tamaño esperado: %2$s)", + "Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Se esperaba un tamaño de archivo de %1$s pero se leyó (desde el cliente Nextcloud) y se escribió (en el almacenamiento Nextcloud) %2$s. Podría ser un problema de red en el lado del envío o un problema de escritura en el almacenamiento en el lado del servidor.", + "Could not rename part file to final file, canceled by hook" : "No se pudo escribir en el archivo final, cancelado por el sistema.", "Could not rename part file to final file" : "No se ha podido renombrar el archivo parcial como el archivo final", "Failed to check file size: %1$s" : "Fallo al comprobar el tamaño del archivo: %1$s", "Could not open file" : "No se ha podido abrir el archivo", + "Encryption not ready: %1$s" : "El cifrado no está listo: %1$s", "Failed to open file: %1$s" : "Fallo al abrir el archivo: %1$s", "Failed to unlink: %1$s" : "Fallo al desenlazar: %1$s", + "Invalid chunk name" : "Nombre de trozo inválido", "Could not rename part file assembled from chunks" : "No se ha podido renombrar el archivo parcial formado por los fragmentos", + "Failed to write file contents: %1$s" : "Fallo al escribir el contenido del archivo: %1$s", "File not found: %1$s" : "Archivo no encontrado: %1$s", "System is in maintenance mode." : "Sistema está en modo de mantenimiento.", "Upgrade needed" : "Se necesita actualizar", @@ -150,6 +156,9 @@ OC.L10N.register( "Saturday" : "Sábado", "Sunday" : "Domingo", "Save" : "Guardar", + "Failed to load availability" : "No se ha podido cargar la disponibilidad", + "Saved availability" : "Disponibilidad guardada", + "Failed to save availability" : "No se ha podido guardar la disponibilidad", "Calendar server" : "Servidor de calendario", "Send invitations to attendees" : "Enviar invitaciones a los asistentes", "Automatically generate a birthday calendar" : "Generar automáticamente un calendario de cumpleaños", |