2014-10-17 16:20:02 +04:00
{ "translations" : {
2017-07-12 03:08:43 +03:00
"Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente " ,
2017-03-29 03:07:41 +03:00
"Storage invalid" : "El almacenamiento es inválido" ,
"Unknown error" : "Se presentó un error desconocido" ,
"All files" : "Todos los archivos" ,
"Recent" : "Reciente" ,
"File could not be found" : "No fue posible encontrar el archivo" ,
2017-04-04 03:07:46 +03:00
"Home" : "Inicio" ,
2015-08-25 19:39:10 +03:00
"Close" : "Cerrar" ,
2016-05-13 09:08:45 +03:00
"Favorites" : "Favoritos" ,
2017-03-29 03:07:41 +03:00
"Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"" ,
"Upload cancelled." : "Carga cancelada." ,
"Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes" ,
2017-07-13 03:08:31 +03:00
"Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estas cargando {size1} pero sólo cuentas con {size2} disponible" ,
2017-03-29 03:07:41 +03:00
"Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe" ,
2017-07-12 03:08:43 +03:00
"Not enough free space" : "No cuentas con suficiente espacio libre" ,
2017-11-03 04:09:06 +03:00
"Uploading …" : "Cargando..." ,
2017-08-25 03:08:59 +03:00
"…" : "..." ,
2017-03-29 03:07:41 +03:00
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})" ,
2017-11-14 04:09:46 +03:00
"Target folder does not exist any more" : "La carpeta destino ya no existe" ,
"Error when assembling chunks, status code {status}" : "Se presentó un error al ensamblar los bloques, código de estatus {status}" ,
2015-08-25 19:39:10 +03:00
"Actions" : "Acciones" ,
2015-01-13 09:56:58 +03:00
"Download" : "Descargar" ,
2015-09-28 12:07:18 +03:00
"Rename" : "Renombrar" ,
2017-09-20 03:08:25 +03:00
"Move or copy" : "Mover o copiar" ,
2018-02-27 04:14:50 +03:00
"Copy" : "Copiar" ,
2017-03-29 03:07:41 +03:00
"Target folder" : "Carpeta destino" ,
"Delete" : "Borrar" ,
"Disconnect storage" : "Desconectar almacenamiento" ,
2015-12-12 09:55:39 +03:00
"Unshare" : "Dejar de compartir" ,
2017-03-29 03:07:41 +03:00
"Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"" ,
"Files" : "Archivos" ,
2015-09-28 12:07:18 +03:00
"Details" : "Detalles" ,
2017-03-29 03:07:41 +03:00
"Select" : "Seleccionar" ,
2014-10-17 16:20:02 +04:00
"Pending" : "Pendiente" ,
2017-03-29 03:07:41 +03:00
"Unable to determine date" : "No fue posible determinar la fecha" ,
"This operation is forbidden" : "Esta operación está prohibida" ,
2017-07-13 03:08:31 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador" ,
2017-03-29 03:07:41 +03:00
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe" ,
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"" ,
2017-09-20 03:08:25 +03:00
"Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe" ,
"Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"" ,
"Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}" ,
"Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}" ,
2017-03-29 03:07:41 +03:00
"{newName} already exists" : "{newName} ya existe" ,
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe" ,
2017-07-13 03:08:31 +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 elege un nombre diferete. " ,
2017-03-29 03:07:41 +03:00
"Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"" ,
"Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"" ,
"Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe" ,
"Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe" ,
"Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\"." ,
"No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}" ,
2014-10-17 16:20:02 +04:00
"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}" ,
2018-02-14 04:12:17 +03:00
"_including %n hidden_::_including %n hidden_" : [ "incluyendo %n oculto" , "incluyendo %n ocultos" ] ,
2017-07-13 03:08:31 +03:00
"You don’ t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí" ,
2017-03-29 03:07:41 +03:00
"_Uploading %n file_::_Uploading %n files_" : [ "Subiendo %n archivo" , "Cargando %n archivos" ] ,
2015-09-08 08:55:56 +03:00
"New" : "Nuevo" ,
2018-01-05 04:11:18 +03:00
"{used} of {quota} used" : "{used} de {quota} usados" ,
"{used} used" : "{used} usados" ,
2017-03-29 03:07:41 +03:00
"\"{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-01-05 04:11:18 +03:00
"\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo." ,
2017-03-29 03:07:41 +03:00
"\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido" ,
"Storage of {owner} is full, files can not be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!" ,
2017-07-13 03:08:31 +03:00
"Your storage is full, files can not be updated or synced anymore!" : "Tu espacio está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!" ,
2017-03-29 03:07:41 +03:00
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "El espacio de {owner} está casi lleno ({usedSpacePercent}%)" ,
2017-07-13 03:08:31 +03:00
"Your storage is almost full ({usedSpacePercent}%)" : "Tu espacio está casi lleno ({usedSpacePercent}%)" ,
"_matches '{filter}'_::_match '{filter}'_" : [ "coincide '{filter}'" , "coincidencia '{filter}'" ] ,
2017-03-29 03:07:41 +03:00
"View in folder" : "Ver en la carpeta" ,
2017-06-06 03:08:45 +03:00
"Copied!" : "¡Copiado!" ,
2017-06-05 03:08:29 +03:00
"Copy direct link (only works for users who have access to this file/folder)" : "Copiar liga directa (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)" ,
2017-03-29 03:07:41 +03:00
"Path" : "Ruta" ,
"_%n byte_::_%n bytes_" : [ "%n byte" , "%n bytes" ] ,
"Favorited" : "Marcado como favorito" ,
2014-12-17 09:56:41 +03:00
"Favorite" : "Favorito" ,
2017-03-29 03:07:41 +03:00
"New folder" : "Carpeta nueva" ,
2017-05-18 03:07:48 +03:00
"Upload file" : "Cargar archivo" ,
2017-11-03 04:09:06 +03:00
"Not favorited" : "No es un favorito" ,
"Remove from favorites" : "Eliminar de favoritos" ,
"Add to favorites" : "Agregar a favoritos" ,
2017-03-29 03:07:41 +03:00
"An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta" ,
"Added to favorites" : "Agregado a los favoritos" ,
2017-04-06 03:07:50 +03:00
"Removed from favorites" : "Eliminado de los favoritos" ,
2017-07-12 03:08:43 +03:00
"You added {file} to your favorites" : "Agregaste {file} a tus favoritos" ,
"You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos" ,
2017-03-29 03:07:41 +03:00
"File changes" : "Cambios al archivo" ,
"Created by {user}" : "Creado por {user}" ,
"Changed by {user}" : "Cambiado por {user}" ,
"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-25 03:08:04 +03:00
"\"remote user\"" : "\"usuario remoto\"" ,
2017-07-12 03:08:43 +03:00
"You created {file}" : "Creaste {file}" ,
2017-03-29 03:07:41 +03:00
"{user} created {file}" : "{user} creó {file}" ,
"{file} was created in a public folder" : "{file} fue creado en una carpeta pública" ,
2017-07-12 03:08:43 +03:00
"You changed {file}" : "Cambiaste {file}" ,
2017-03-29 03:07:41 +03:00
"{user} changed {file}" : "{user} cambió {file}" ,
2017-07-12 03:08:43 +03:00
"You deleted {file}" : "Borraste {file}" ,
2017-03-29 03:07:41 +03:00
"{user} deleted {file}" : "{user} borró {file}" ,
2017-07-12 03:08:43 +03:00
"You restored {file}" : "Restauraste {file}" ,
2017-03-29 03:07:41 +03:00
"{user} restored {file}" : "{user} restauró {file}" ,
2017-07-12 03:08:43 +03:00
"You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}" ,
2017-03-29 03:07:41 +03:00
"{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}" ,
2017-07-12 03:08:43 +03:00
"You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}" ,
2017-03-29 03:07:41 +03:00
"{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}" ,
2017-07-12 03:08:43 +03:00
"A file has been added to or removed from your <strong>favorites</strong>" : "Un archivo ha sido agregado o eliminado de tus <strong>favoritos</strong>" ,
2017-03-29 03:07:41 +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>" ,
2017-07-21 03:08:06 +03:00
"A new file or folder has been <strong>created</strong>" : "Un archivo o carpeta ha sido <strong>creado</strong>" ,
2017-07-26 03:08:06 +03:00
"A file or folder has been <strong>deleted</strong>" : "Un archivo o carpeta ha sido <strong>borrado</strong>" ,
2017-07-12 03:08:43 +03:00
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limita las notificaciones de la creación y cambios a tus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>" ,
2017-07-26 03:08:06 +03:00
"A file or folder has been <strong>restored</strong>" : "Un archivo o carpeta ha sido <strong>restaurado</strong>" ,
2017-06-16 03:08:44 +03:00
"Unlimited" : "Ilimitado" ,
2017-03-29 03:07:41 +03:00
"Upload (max. %s)" : "Cargar (max. %s)" ,
2017-07-13 03:08:31 +03:00
"File handling" : "Manejo de archivos" ,
2017-03-29 03:07:41 +03:00
"Maximum upload size" : "Tamaño máximo de carga" ,
"max. possible: " : "max. posible:" ,
2014-10-17 16:20:02 +04:00
"Save" : "Guardar" ,
2017-03-29 03:07:41 +03:00
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Con PHP-FPM podría tomar 5 minutos para que los cambios apliquen. " ,
"Missing permissions to edit from here." : "Faltan privilegios para editar desde aquí. " ,
2017-06-16 03:08:44 +03:00
"%s of %s used" : "%s de %s usado" ,
"%s used" : "%s usado" ,
2017-06-02 03:08:30 +03:00
"Settings" : "Configuraciones " ,
2017-03-29 03:07:41 +03:00
"Show hidden files" : "Mostrar archivos ocultos" ,
2014-10-17 16:20:02 +04:00
"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-21 03:08:26 +03:00
"Cancel upload" : "Cancelar carga" ,
2017-03-29 03:07:41 +03:00
"No files in here" : "No hay archivos aquí" ,
2017-07-12 03:08:43 +03:00
"Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!" ,
2017-03-29 03:07:41 +03:00
"No entries found in this folder" : "No se encontraron elementos en esta carpeta" ,
"Select all" : "Seleccionar todo" ,
"Upload too large" : "La carga es demasido grande" ,
2017-07-14 03:08:37 +03:00
"The files you are trying to upload exceed the maximum size for file uploads on this server." : "Los archivos que estás intentando cargar sobrepasan el tamaño máximo permitido para la carga de archivos en este servidor." ,
2017-04-25 03:07:30 +03:00
"No favorites yet" : "Aún no hay favoritos" ,
2017-07-14 03:08:37 +03:00
"Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. " ,
2017-03-29 03:07:41 +03:00
"Shared with you" : "Compartido con usted" ,
"Shared with others" : "Compartido con otros" ,
"Shared by link" : "Compartido por liga" ,
2017-03-31 03:08:35 +03:00
"Tags" : "Etiquetas" ,
2017-03-29 03:07:41 +03:00
"Deleted files" : "Archivos borrados" ,
"Text file" : "Archivo de texto" ,
2018-02-01 20:20:02 +03:00
"New text file.txt" : "Nuevo ArchivoDeTexto.txt"
2014-10-17 16:20:02 +04:00
} , "pluralForm" : "nplurals=2; plural=(n != 1);"
}