nextcloud/apps/files/l10n/es.json

166 lines
12 KiB
JSON
Raw Normal View History

{ "translations": {
2018-02-21 04:12:10 +03:00
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente",
"Storage invalid" : "Almacenamiento no válido",
"Unknown error" : "Error desconocido",
"All files" : "Todos los archivos",
2016-08-01 03:10:15 +03:00
"Recent" : "Reciente",
2018-07-18 03:12:04 +03:00
"Favorites" : "Favoritos",
2016-06-13 15:21:11 +03:00
"File could not be found" : "El archivo no se ha encontrado",
2018-06-19 03:12:55 +03:00
"Move or copy" : "Mover o copiar",
"Download" : "Descargar",
"Delete" : "Eliminar",
2018-08-16 03:12:17 +03:00
"Home" : "Inicio",
2015-08-25 19:39:10 +03:00
"Close" : "Cerrar",
2016-10-25 12:36:09 +03:00
"Could not create folder \"{dir}\"" : "No se pudo crear la carpeta \"{dir}\"",
2015-11-13 09:57:12 +03:00
"Upload cancelled." : "Subida cancelada.",
2018-09-27 03:12:26 +03:00
"…" : "...",
2018-09-29 03:12:16 +03:00
"Processing files …" : "Procesando archivos...",
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}",
2016-11-30 04:07:16 +03:00
"Target folder \"{dir}\" does not exist any more" : "La carpeta de destino \"{dir}\" ya no existe",
2016-11-14 04:07:06 +03:00
"Not enough free space" : "No hay espacio libre suficiente",
2017-11-01 04:08:44 +03:00
"Uploading …" : "Subiendo...",
2016-05-23 08:55:10 +03:00
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
2018-08-16 03:12:17 +03:00
"Uploading that item is not supported" : "Subir este archivo no es compatible",
"Target folder does not exist any more" : "La carpeta destino ya no existe",
2017-11-13 04:10:11 +03:00
"Error when assembling chunks, status code {status}" : "Error al reunir las partes, código de estado {status}",
2015-08-25 19:39:10 +03:00
"Actions" : "Acciones",
2015-09-28 12:07:18 +03:00
"Rename" : "Renombrar",
2018-02-28 04:12:31 +03:00
"Copy" : "Copiar",
2018-10-04 03:12:07 +03:00
"Choose target folder" : "Elegir carpeta de destino",
2015-12-12 09:55:39 +03:00
"Disconnect storage" : "Desconectar almacenamiento",
"Unshare" : "Dejar de compartir",
2018-03-04 04:12:42 +03:00
"Could not load info for file \"{file}\"" : "No se ha podido cargar información para el archivo \"{file}\"",
2017-01-28 04:06:59 +03:00
"Files" : "Archivos",
2015-09-28 12:07:18 +03:00
"Details" : "Detalles",
2014-12-19 09:56:51 +03:00
"Select" : "Seleccionar",
"Pending" : "Pendiente",
2016-05-15 08:55:34 +03:00
"Unable to determine date" : "No se ha podido determinar la fecha",
2015-06-25 08:55:15 +03:00
"This operation is forbidden" : "Esta operación está prohibida",
2018-08-16 03:12:17 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contacte con el administrador",
"Could not move \"{file}\", target exists" : "No se pudo mover \"{file}\", ya existe",
2015-12-04 09:56:31 +03:00
"Could not move \"{file}\"" : "No se pudo mover \"{file}\"",
2017-10-07 03:08:31 +03:00
"Could not copy \"{file}\", target exists" : "No se ha podido copiar \"{file}\", ya existe el destino",
"Could not copy \"{file}\"" : "No se ha podido copiar \"{file}\"",
"Copied {origin} inside {destination}" : "Se ha copiado {origin} dentro de {destination}",
2018-08-16 03:12:17 +03:00
"Copied {origin} and {nbfiles} other files inside {destination}" : "Se han copiado {origin} y {nbfiles} otros archivos dentro de {destination}",
2015-12-04 09:56:31 +03:00
"{newName} already exists" : "{newName} ya existe",
2016-01-15 09:54:57 +03:00
"Could not rename \"{fileName}\", it does not exist any more" : "No se pudo renombrar \"{fileName}\", ya no existe",
2018-08-16 03:12:17 +03:00
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elija un nombre diferente.",
2015-12-04 09:56:31 +03:00
"Could not rename \"{fileName}\"" : "No se pudo renombrar \"{fileName}\"",
"Could not create file \"{file}\"" : "No se pudo crear archivo \"{file}\"",
"Could not create file \"{file}\" because it already exists" : "No se pudo crear archivo \"{file}\" porque ya existe",
2018-03-04 04:12:42 +03:00
"Could not create folder \"{dir}\" because it already exists" : "No se ha podido crear la carpeta \"{dir}\" porque ya existe",
2015-12-04 09:56:31 +03:00
"Error deleting file \"{fileName}\"." : "Error al borrar el archivo \"{fileName}\".",
2017-03-22 04:07:53 +03:00
"No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados de búsqueda en otras carpetas para {tag}{filter}{endtag}",
"Name" : "Nombre",
"Size" : "Tamaño",
"Modified" : "Modificado",
"_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas"],
"_%n file_::_%n files_" : ["%n archivo","%n archivos"],
2015-08-25 19:39:10 +03:00
"{dirs} and {files}" : "{dirs} y {files}",
2016-09-05 03:09:10 +03:00
"_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos"],
2017-07-18 03:08:02 +03:00
"You dont have permission to upload or create files here" : "No tiene permisos para subir o crear archivos aquí",
"_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos"],
2015-09-08 08:55:56 +03:00
"New" : "Nuevo",
2018-01-09 04:11:15 +03:00
"{used} of {quota} used" : "{used} usados de {quota}",
"{used} used" : "{used} usados",
"\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido.",
2015-03-11 08:55:38 +03:00
"File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
2018-08-16 03:12:17 +03:00
"\"/\" is not allowed inside a file name." : "\"/\" no se permite en un nombre de archivo.",
2017-03-22 04:07:53 +03:00
"\"{name}\" is not an allowed filetype" : "\"{name}\" no es un tipo de archivo permitido",
2018-08-16 03:12:17 +03:00
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno, ¡no se subirán ni se sincronizarán más archivos!",
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno, ¡no se subirán ni se sincronizarán más archivos!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno en un ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno, ({usedSpacePercent}%)",
2015-01-13 09:56:58 +03:00
"_matches '{filter}'_::_match '{filter}'_" : ["coincidencias '{filter}'","coincidencia '{filter}'"],
2016-07-11 03:09:22 +03:00
"View in folder" : "Ver en carpeta",
2017-06-09 03:08:24 +03:00
"Copied!" : "¡Copiado!",
2018-06-13 03:12:59 +03:00
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar enlace directo (solo funciona para usuarios que tienen acceso a este archivo/carpeta)",
2015-08-26 11:10:42 +03:00
"Path" : "Ruta",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
2017-07-18 03:08:02 +03:00
"Favorited" : "Agregado a favoritos",
2014-12-17 09:56:41 +03:00
"Favorite" : "Favorito",
2015-09-08 08:55:56 +03:00
"New folder" : "Nueva carpeta",
2017-05-27 03:08:32 +03:00
"Upload file" : "Subir archivo",
2018-08-16 03:12:17 +03:00
"Not favorited" : "Quitado como favorito",
2017-11-01 04:08:44 +03:00
"Remove from favorites" : "Eliminar de favoritos",
"Add to favorites" : "Añadir a favoritos",
2015-02-11 09:55:07 +03:00
"An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas",
2016-12-20 15:02:31 +03:00
"Added to favorites" : "Agregado a favoritos",
"Removed from favorites" : "Borrado de favoritos",
2018-08-16 03:12:17 +03:00
"You added {file} to your favorites" : "Has agregado {file} a tus favoritos",
"You removed {file} from your favorites" : "Has borrado {file} de tus favoritos",
2016-11-30 04:07:16 +03:00
"File changes" : "Cambios del archivo",
"Created by {user}" : "Creado por {user}",
2018-08-16 03:12:17 +03:00
"Changed by {user}" : "Modificado por {user}",
2016-11-30 04:07:16 +03:00
"Deleted by {user}" : "Borrado por {user}",
"Restored by {user}" : "Restaurado por {user}",
"Renamed by {user}" : "Renombrado por {user}",
"Moved by {user}" : "Movido por {user}",
2017-05-27 03:08:32 +03:00
"\"remote user\"" : "\"usuario remoto\"",
2016-12-03 04:07:26 +03:00
"You created {file}" : "Ha creado {file}",
2018-03-09 04:12:12 +03:00
"You created an encrypted file in {file}" : "Has creado un archivo cifrado en {file}",
2016-12-03 04:07:26 +03:00
"{user} created {file}" : "{user} ha creado {file}",
2018-03-09 04:12:12 +03:00
"{user} created an encrypted file in {file}" : "{user} ha creado un archivo cifrado en {file}",
2016-12-03 04:07:26 +03:00
"{file} was created in a public folder" : "{file} se ha creado en una carpeta pública",
2018-08-16 03:12:17 +03:00
"You changed {file}" : "Has cambiado {file}",
2018-03-06 04:12:16 +03:00
"You changed an encrypted file in {file}" : "Has modificado un archivo cifrado en {file}",
2016-12-03 04:07:26 +03:00
"{user} changed {file}" : "{user} ha cambiado {file}",
2018-03-06 04:12:16 +03:00
"{user} changed an encrypted file in {file}" : "{user} ha modificado un archivo cifrado en {file}",
2018-08-16 03:12:17 +03:00
"You deleted {file}" : "Has borrado {file}",
2018-03-06 04:12:16 +03:00
"You deleted an encrypted file in {file}" : "Has borrado un archivo cifrado en {file}",
2016-12-04 04:07:30 +03:00
"{user} deleted {file}" : "{user} eliminó {file}",
2018-03-06 04:12:16 +03:00
"{user} deleted an encrypted file in {file}" : "{user} ha borrado un archivo cifrado en {file}",
2018-08-16 03:12:17 +03:00
"You restored {file}" : "Has restaurado {file}",
2016-12-03 04:07:26 +03:00
"{user} restored {file}" : "{user} restauró {file}",
2018-08-16 03:12:17 +03:00
"You renamed {oldfile} to {newfile}" : "Has renombrado {oldfile} como {newfile}",
"{user} renamed {oldfile} to {newfile}" : "{user} ha renombrado {oldfile} a {newfile}",
"You moved {oldfile} to {newfile}" : "Has movido {oldfile} a {newfile}",
2016-12-04 04:07:30 +03:00
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
2016-12-20 15:02:31 +03:00
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo fue agregado o borrado de tus <strong>favoritos</strong>",
2017-07-18 03:08:02 +03:00
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong> o <strong>renombrado</strong>",
2016-11-17 04:07:02 +03:00
"A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta",
2017-07-25 03:08:02 +03:00
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>eliminado</strong>",
2018-08-16 03:12:17 +03:00
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar las notificaciones sobre la creación y cambios en tus <strong>archivos favoritos</strong> <em>(solo transmisión)</em>",
2017-07-25 03:08:02 +03:00
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>",
2017-06-19 03:08:20 +03:00
"Unlimited" : "Ilimitado",
"Upload (max. %s)" : "Subida (máx. %s)",
2018-08-30 03:12:07 +03:00
"File Management" : "Gestión de archivos",
2018-08-16 03:12:17 +03:00
"File handling" : "Manejo de archivos",
"Maximum upload size" : "Tamaño de subida máximo ",
"max. possible: " : "máx. posible: ",
"Save" : "Guardar",
2018-08-16 03:12:17 +03:00
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tardar hasta 5 minutos en realizarse los cambios.",
2015-12-19 09:55:14 +03:00
"Missing permissions to edit from here." : "Faltan permisos para poder editar desde aquí.",
2017-06-16 03:08:44 +03:00
"%s used" : "usado %s",
2014-12-19 09:56:51 +03:00
"Settings" : "Ajustes",
2016-04-29 08:54:56 +03:00
"Show hidden files" : "Mostrar archivos ocultos",
"WebDAV" : "WebDAV",
2017-11-11 04:10:09 +03:00
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Usa esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">acceder a tus archivos vía WebDAV</a>",
2017-10-07 03:08:31 +03:00
"Cancel upload" : "Cancelar subida",
2015-03-29 08:55:31 +03:00
"No files in here" : "Aquí no hay archivos",
2017-07-18 03:08:02 +03:00
"Upload some content or sync with your devices!" : "¡Suba contenidos o sincronice sus dispositivos!",
2015-01-08 09:56:00 +03:00
"No entries found in this folder" : "No hay entradas en esta carpeta",
2014-12-19 09:56:51 +03:00
"Select all" : "Seleccionar todo",
"Upload too large" : "Subida demasido grande",
2015-02-12 09:54:41 +03:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que está intentando subir sobrepasan el tamaño máximo permitido en este servidor.",
2017-05-04 03:07:29 +03:00
"No favorites yet" : "Aún no hay favoritos",
2018-08-16 03:12:17 +03:00
"Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que has marcado como favoritos",
2016-11-14 04:07:06 +03:00
"Tags" : "Etiquetas",
"Deleted files" : "Archivos eliminados",
2018-07-26 03:12:01 +03:00
"Shares" : "Archivos compartidos",
2018-07-25 03:12:34 +03:00
"Shared with others" : "Compartido con otros",
2018-08-16 03:12:17 +03:00
"Shared with you" : "Compartido conmigo",
2018-07-25 03:12:34 +03:00
"Shared by link" : "Compartido por enlace",
2018-07-26 03:12:01 +03:00
"Deleted shares" : "Recursos compartidos eliminados",
2015-11-24 09:56:32 +03:00
"Text file" : "Archivo de texto",
2018-08-16 03:12:17 +03:00
"New text file.txt" : "Nuevo archivo.txt",
2018-02-13 00:33:37 +03:00
"Move" : "Mover",
2018-10-02 03:12:55 +03:00
"Target folder" : "Directorio de destino",
2018-02-13 00:33:37 +03:00
"A new file or folder has been <strong>deleted</strong>" : "Se ha <strong>borrado</strong> un nuevo archivo o carpeta",
"A new file or folder has been <strong>restored</strong>" : "Se ha <strong>restaurado</strong> un nuevo archivo o carpeta",
2018-10-10 03:13:11 +03:00
"%s of %s used" : "%s de %s usado",
2018-07-25 03:12:34 +03:00
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utiliza esta dirección para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">acceder a tus archivos vía WebDAV</a>"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}