es_MX.js 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "File could not be found" : "No fue posible encontrar el archivo",
  5. "Move or copy" : "Mover o copiar",
  6. "Download" : "Descargar",
  7. "Delete" : "Borrar",
  8. "Tags" : "Etiquetas",
  9. "Show list view" : "Mostrar vista de lista",
  10. "Show grid view" : "Mostrar vista de cuadrícula",
  11. "Home" : "Inicio",
  12. "Close" : "Cerrar",
  13. "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
  14. "This will stop your current uploads." : "Se detendrán las cargas en curso",
  15. "Upload cancelled." : "Carga cancelada.",
  16. "Processing files …" : "Procesando archivos ...",
  17. "…" : "...",
  18. "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",
  19. "Not enough free space, you are uploading {size1} but only {size2} is left" : "No tienes suficiente espacio disponible, Estás cargando {size1} pero sólo cuentas con {size2} disponible",
  20. "Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe",
  21. "Not enough free space" : "No cuentas con suficiente espacio libre",
  22. "An unknown error has occurred" : "Ha ocurrido un error desconocido",
  23. "File could not be uploaded" : "No se ha podido subir el archivo",
  24. "Uploading …" : "Cargando...",
  25. "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})",
  26. "Uploading … ({currentNumber}/{total})" : "Cargando … ({currentNumber}/{total})",
  27. "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
  28. "Uploading that item is not supported" : "No es posible cargar este archivo",
  29. "Target folder does not exist any more" : "La carpeta destino ya no existe",
  30. "Operation is blocked by access control" : "Esta operación está bloqueada por el control de accesos",
  31. "Error when assembling chunks, status code {status}" : "Se presentó un error al ensamblar los bloques, código de estatus {status}",
  32. "Actions" : "Acciones",
  33. "Rename" : "Renombrar",
  34. "Move" : "Mover",
  35. "Copy" : "Copiar",
  36. "Choose target folder" : "Elegir carpeta destino",
  37. "Set reminder" : "Establecer recordatorio",
  38. "Edit locally" : "Editar localmente",
  39. "Open" : "Abrir",
  40. "_Delete file_::_Delete files_" : ["Eliminar archivo","Eliminar archivos","Eliminar archivos"],
  41. "_Delete folder_::_Delete folders_" : ["Eliminar carpeta","Eliminar carpetas","Eliminar carpetas"],
  42. "_Disconnect storage_::_Disconnect storages_" : ["Desconectar almacenamiento","Desconectar almacenamientos","Desconectar almacenamientos"],
  43. "_Leave this share_::_Leave these shares_" : ["Dejar este recurso compartido","Dejar estos recursos compartidos","Dejar estos recursos compartidos"],
  44. "Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
  45. "Files" : "Archivos",
  46. "Details" : "Detalles",
  47. "Please select tag(s) to add to the selection" : "Seleccione la(s) etiqueta(s) para añadir a la selección",
  48. "Apply tag(s) to selection" : "Aplicar etiqueta(s) a selección",
  49. "Select directory \"{dirName}\"" : "Seleccione carpeta \"{dirName}\"",
  50. "Select file \"{fileName}\"" : "Seleccione archivo \"{fileName}\"",
  51. "Pending" : "Pendiente",
  52. "Unable to determine date" : "No fue posible determinar la fecha",
  53. "This operation is forbidden" : "Esta operación está prohibida",
  54. "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",
  55. "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
  56. "Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
  57. "Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
  58. "copy" : "copiar",
  59. "Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
  60. "Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
  61. "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
  62. "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
  63. "Failed to redirect to client" : "Fallo al redirigir al cliente",
  64. "{newName} already exists" : "{newName} ya existe",
  65. "Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
  66. "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. ",
  67. "Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
  68. "Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
  69. "Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
  70. "Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
  71. "Could not fetch file details \"{file}\"" : "No se pudo recuperar detalles de archivo \"{file}\"",
  72. "Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
  73. "No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
  74. "Enter more than two characters to search in other folders" : "Ingrese al menos dos caracteres para buscar en otras carpetas",
  75. "Name" : "Nombre",
  76. "Size" : "Tamaño",
  77. "Modified" : "Modificado",
  78. "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas","%n carpetas"],
  79. "_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"],
  80. "{dirs} and {files}" : "{dirs} y {files}",
  81. "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos","incluyendo %n ocultos"],
  82. "You do not have permission to upload or create files here" : "No tiene permiso para crear o cargar archivos aquí",
  83. "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos","Cargando %n archivos"],
  84. "New" : "Nuevo",
  85. "New file/folder menu" : "Menú de carpeta/archivo nuevo",
  86. "Select file range" : "Seleccione rango de archivos",
  87. "{used}%" : "{used}%",
  88. "{used} of {quota} used" : "{used} de {quota} usados",
  89. "{used} used" : "{used} usados",
  90. "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
  91. "File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
  92. "\"/\" is not allowed inside a file name." : "No se permite el uso del caracter \"/\" en el nombre del archivo.",
  93. "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
  94. "Storage of {owner} is full, files cannot be updated or synced anymore!" : "El espacio de {owner} está lleno. ¡Los archivos ya no se pueden actualizar o sincronizar!",
  95. "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "¡La carpeta de grupo \"{mountPoint}\" está llena, los archivos ya no pueden ser actualizados o sincronizados!.",
  96. "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "¡El almacenamiento externo \"{mountPoint}\" está lleno, los archivos ya no pueden ser actualizados o sincronizados!.",
  97. "Your storage is full, files cannot be updated or synced anymore!" : "Tu almacenamiento está lleno. ¡No se puede actualizar o sincronizar ningún archivo más!",
  98. "Storage of {owner} is almost full ({usedSpacePercent}%)." : "El almacenamiento de {owner} está casi lleno ({usedSpacePercent}%).",
  99. "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "La carpeta de grupo \"{mountPoint}\" está casi llena ({usedSpacePercent}%)",
  100. "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "El almacenamiento externo \"{mountPoint}\" está casi lleno ({usedSpacePercent}%).",
  101. "Your storage is almost full ({usedSpacePercent}%)." : "Tu almacenamiento está casi lleno ({usedSpacePercent}%).",
  102. "_matches \"{filter}\"_::_match \"{filter}\"_" : ["coincide \"{filter}\"","coinciden \"{filter}\"","coinciden \"{filter}\""],
  103. "View in folder" : "Ver en la carpeta",
  104. "Direct link was copied (only works for people who have access to this file/folder)" : "Se ha copiado el enlace directo (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
  105. "Path" : "Ruta",
  106. "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
  107. "Favorited" : "Marcado como favorito",
  108. "Favorite" : "Favorito",
  109. "Copy direct link (only works for people who have access to this file/folder)" : "Copiar enlace directo (sólo funciona para usuarios que tienen acceso a este archivo/carpeta)",
  110. "New folder" : "Carpeta nueva",
  111. "Create new folder" : "Crear nueva carpeta",
  112. "Upload file" : "Cargar archivo",
  113. "Recent" : "Reciente",
  114. "Not favorited" : "No es un favorito",
  115. "Remove from favorites" : "Eliminar de favoritos",
  116. "Add to favorites" : "Agregar a favoritos",
  117. "An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
  118. "Added to favorites" : "Agregado a los favoritos",
  119. "Removed from favorites" : "Eliminado de los favoritos",
  120. "You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
  121. "You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
  122. "Favorites" : "Favoritos",
  123. "File changes" : "Cambios al archivo",
  124. "Created by {user}" : "Creado por {user}",
  125. "Changed by {user}" : "Cambiado por {user}",
  126. "Deleted by {user}" : "Borrado por {user}",
  127. "Restored by {user}" : "Restaurado por {user}",
  128. "Renamed by {user}" : "Renombrado por {user}",
  129. "Moved by {user}" : "Movido por {user}",
  130. "\"remote account\"" : "\"cuenta remota\"",
  131. "You created {file}" : "Creaste {file}",
  132. "You created an encrypted file in {file}" : "Creaste un archivo encriptado en {file}",
  133. "{user} created {file}" : "{user} creó {file}",
  134. "{user} created an encrypted file in {file}" : "{user} creó un archivo encriptado en {file}",
  135. "{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
  136. "You changed {file}" : "Cambiaste {file}",
  137. "You changed an encrypted file in {file}" : "Cambiaste un archivo encriptado en {file}",
  138. "{user} changed {file}" : "{user} cambió {file}",
  139. "{user} changed an encrypted file in {file}" : "{user} cambió un archivo encriptado en {file}",
  140. "You deleted {file}" : "Borraste {file}",
  141. "You deleted an encrypted file in {file}" : "Borraste un archivo encriptado en {file}",
  142. "{user} deleted {file}" : "{user} borró {file}",
  143. "{user} deleted an encrypted file in {file}" : "{user} borró un archivo encriptado en {file}",
  144. "You restored {file}" : "Restauraste {file}",
  145. "{user} restored {file}" : "{user} restauró {file}",
  146. "You renamed {oldfile} (hidden) to {newfile} (hidden)" : "Has renombrado {oldfile} (oculto) a {newfile} (oculto)",
  147. "You renamed {oldfile} (hidden) to {newfile}" : "Has renombrado {oldfile} (oculto) a {newfile}",
  148. "You renamed {oldfile} to {newfile} (hidden)" : "Has renombrado {oldfile} a {newfile} (oculto)",
  149. "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
  150. "{user} renamed {oldfile} (hidden) to {newfile} (hidden)" : "{user} renombró {oldfile} (oculto) a {newfile} (oculto)",
  151. "{user} renamed {oldfile} (hidden) to {newfile}" : "{user} renombró {oldfile} (oculto) a {newfile}",
  152. "{user} renamed {oldfile} to {newfile} (hidden)" : "{user} renombró {oldfile} a {newfile} (oculto)",
  153. "{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
  154. "You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
  155. "{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
  156. "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>",
  157. "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>",
  158. "A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>cambiado</strong>",
  159. "Upload (max. %s)" : "Cargar (max. %s)",
  160. "Accept" : "Aceptar",
  161. "Reject" : "Rechazar",
  162. "Incoming ownership transfer from {user}" : "Solicitud de transferencia de propiedad entrante de {user}",
  163. "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "¿Deseas aceptar {path}?\n\nNota: El proceso de transferencia tras aceptar podría tardar hasta 1 hora.",
  164. "Ownership transfer failed" : "Fallo al transferir la propiedad",
  165. "Your ownership transfer of {path} to {user} failed." : "Ha fallado tu transferencia de propiedad de {path} a {user}.",
  166. "The ownership transfer of {path} from {user} failed." : "Ha fallado la transferencia de propiedad de {path} desde {user}.",
  167. "Ownership transfer done" : "Transferencia de propiedad realizada",
  168. "Your ownership transfer of {path} to {user} has completed." : "Se ha completado su transferencia de propiedad de {path} a {user}.",
  169. "The ownership transfer of {path} from {user} has completed." : "Se ha completado la transferencia de propiedad de {path} a {user}.",
  170. "in %s" : "en %s",
  171. "File Management" : "Administración de Archivos",
  172. "Current directory path" : "Dirección del directorio actual",
  173. "Reload current directory" : "Recargar el directorio actual",
  174. "Go to the \"{dir}\" directory" : "Ir al directorio \"{dir}\"",
  175. "Drag and drop files here to upload" : "Arrastre y suelte los archivos aquí para subirlos",
  176. "Your have used your space quota and cannot upload files anymore" : "Ha utilizado su cuota de espacio y ya no puede subir más archivos",
  177. "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
  178. "Some files could not be uploaded" : "No se pudieron cargar algunos archivos",
  179. "Files uploaded successfully" : "Archivo cargado exitosamente",
  180. "\"{displayName}\" action executed successfully" : "La acción \"{displayName}\" se ejecutó correctamente",
  181. "\"{displayName}\" action failed" : "La acción \"{displayName}\" falló",
  182. "Toggle selection for file \"{displayName}\"" : "Alternar selección para archivo \"{displayName}\"",
  183. "Toggle selection for folder \"{displayName}\"" : "Alternar selección para la carpeta \"{displayName}\"",
  184. "Rename file" : "Renombrar archivo",
  185. "File name" : "Nombre de archivo",
  186. "Folder name" : "Nombre de la carpeta",
  187. "This node is unavailable" : "Este nodo no está disponible",
  188. "Download file {name}" : "Descargar archivo {name}",
  189. "\"{name}\" is not an allowed filetype." : "\"{name}\" no es un tipo de archivo permitido.",
  190. "{newName} already exists." : "{newName} ya existe.",
  191. "\"{char}\" is not allowed inside a file name." : "\"{char}\" no está permitido en el nombre de un archivo.",
  192. "Name cannot be empty" : "El nombre no puede estar en blanco",
  193. "Another entry with the same name already exists" : "Ya existe otra entrada con el mismo nombre.",
  194. "Renamed \"{oldName}\" to \"{newName}\"" : "Renombrado \"{oldName}\" a \"{newName}\"",
  195. "Could not rename \"{oldName}\", it does not exist any more" : "No se pudo renombrar \"{oldName}\", ya no existe.",
  196. "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, elija un nombre diferente.",
  197. "Could not rename \"{oldName}\"" : "No se pudo renombrar \"{oldName}\"",
  198. "Total rows summary" : "Resumen de filas totales",
  199. "Toggle selection for all files and folders" : "Alternar selección para todos los archivos y carpetas",
  200. "\"{displayName}\" failed on some elements " : "\"{displayName}\" falló en algunos elementos",
  201. "\"{displayName}\" batch action executed successfully" : "La acción en lote \"{displayName}\" se ejecutó exitosamente",
  202. "List of files and folders." : "Lista de archivos y carpetas.",
  203. "Column headers with buttons are sortable." : "Las columnas con botones en la cabecera son ordenables.",
  204. "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.",
  205. "File not found" : "Archivo no encontrado",
  206. "Storage informations" : "Informaciones de almacenamiento",
  207. "{usedQuotaByte} used" : "{usedQuotaByte} utilizados",
  208. "{relative}% used" : "{relative}% utilizado",
  209. "Could not refresh storage stats" : "No fue posible actualizar las estadísticas de almacenamiento",
  210. "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!",
  211. "Create" : "Crear",
  212. "A file or folder with that name already exists." : "Un archivo o carpeta con ese nombre ya existe.",
  213. "Transfer ownership of a file or folder" : "Transferir la propiedad de un archivo o carpeta",
  214. "Choose file or folder to transfer" : "Elegir archivo o carpeta para transferir",
  215. "Change" : "Cambiar",
  216. "New owner" : "Nuevo propietario",
  217. "Choose a file or folder to transfer" : "Elegir archivo o carpeta para transferir",
  218. "Transfer" : "Transferir",
  219. "Transfer {path} to {userid}" : "Transferir {path} a {userid}",
  220. "Invalid path selected" : "Ruta seleccionada no válida.",
  221. "Unknown error" : "Se presentó un error desconocido",
  222. "Ownership transfer request sent" : "Enviada la solicitud de transferencia de propiedad",
  223. "Cannot transfer ownership of a file or folder you do not own" : "No puedes transferir la propiedad de un archivo o directorio del cual no eres propietario",
  224. "Select file or folder to link to" : "Seleccionar archivo o carpeta para enlazar.",
  225. "Choose file" : "Elegir archivo",
  226. "Choose {file}" : "Elegir {file}",
  227. "Loading current folder" : "Cargando la carpeta actual",
  228. "No files in here" : "No hay archivos aquí",
  229. "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
  230. "Go to the previous folder" : "Ir a la carpeta anterior",
  231. "Go back" : "Regresar",
  232. "Share" : "Compartir",
  233. "Shared by link" : "Compartido por liga",
  234. "Shared" : "Compartido",
  235. "Switch to list view" : "Cambiar a la vista de lista",
  236. "Switch to grid view" : "Cambiar a la vista de cuadrícula",
  237. "Error during upload: {message}" : "Error durante la carga: {message}",
  238. "Error during upload, status code {status}" : "Error durante la carga, código de estado {status}",
  239. "Unknown error during upload" : "Error desconocido durante la carga",
  240. "Open the files app settings" : "Abrir la configuración de la app Archivos",
  241. "Files settings" : "Configuración de archivos",
  242. "File cannot be accessed" : "No se puede acceder al archivo",
  243. "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "El archivo no fue encontrado o no tiene permisos para verlo. Solicite al remitente que lo comparta.",
  244. "Sort favorites first" : "Ordenar los favoritos primero",
  245. "Sort folders before files" : "Ordenar carpetas antes que archivos",
  246. "Show hidden files" : "Mostrar archivos ocultos",
  247. "Crop image previews" : "Recortar la previsualización de las imágenes",
  248. "Enable the grid view" : "Habilitar la vista de cuadrícula",
  249. "Additional settings" : "Configuraciones adicionales",
  250. "WebDAV" : "WebDAV",
  251. "WebDAV URL" : "WebDAV URL",
  252. "Copy to clipboard" : "Copiar al portapapeles",
  253. "Use this address to access your Files via WebDAV" : "Use esta dirección para acceder a tus archivos vía WebDAV",
  254. "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Si ha habilitado 2FA, debe crear y utilizar una nueva contraseña de aplicación haciendo clic aquí.",
  255. "Clipboard is not available" : "El portapapeles no está disponible",
  256. "WebDAV URL copied to clipboard" : "WebDAV URL copiada al portapapeles",
  257. "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero",
  258. "Error while loading the file data" : "Error al cargar los datos del archivo",
  259. "Pick a template for {name}" : "Elija una plantilla para {name}",
  260. "Create a new file with the selected template" : "Crear un nuevo archivo con la plantilla seleccionada",
  261. "Creating file" : "Creando el archivo",
  262. "Blank" : "Vacío",
  263. "Unable to create new file from template" : "No se ha podido crear un nuevo archivo desde la plantilla",
  264. "Delete permanently" : "Borrar permanentemente",
  265. "Delete and unshare" : "Eliminar y dejar de compartir",
  266. "You are about to delete {count} items." : "Está a punto de eliminar {count} ítems.",
  267. "Confirm deletion" : "Confirmar eliminación",
  268. "Cancel" : "Cancelar",
  269. "Deletion cancelled" : "Eliminación cancelada",
  270. "Destination is not a folder" : "El destino no es una carpeta",
  271. "This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio",
  272. "You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una subcarpeta de sí mismo",
  273. "(copy)" : "(copiar)",
  274. "(copy %n)" : "(copiar %n)",
  275. "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta",
  276. "The file does not exist anymore" : "El archivo ya no existe",
  277. "Choose destination" : "Elegir destino",
  278. "Copy to {target}" : "Copiar a {target}",
  279. "Move to {target}" : "Mover a {target}",
  280. "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar",
  281. "Move or copy operation failed" : "La operación de mover o copiar falló",
  282. "Open folder {displayName}" : "Abrir carpeta {displayName}",
  283. "Open in Files" : "Abrir en Archivos",
  284. "Open details" : "Abrir detalles",
  285. "An error occurred while uploading. Please try again later." : "Ocurrió un error al cargar. Por favor, inténtelo de nuevo.",
  286. "Could not copy {file}. {message}" : "No se pudo copiar {file}. {message}",
  287. "Could not move {file}. {message}" : "No se pudo mover {file}. {message}",
  288. "Created new folder \"{name}\"" : "Nueva carpeta \"{name}\" creada",
  289. "Filename" : "Nombre del archivo",
  290. "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas",
  291. "Create new templates folder" : "Crear nueva carpeta de plantillas",
  292. "Templates" : "Plantillas",
  293. "New template folder" : "Nueva carpeta de plantillas",
  294. "One of the dropped files could not be processed" : "Uno de los archivos arrastrados no puede ser procesado",
  295. "Uploading \"{filename}\" failed" : "La carga de \"{filename}\" falló",
  296. "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"],
  297. "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"],
  298. "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"],
  299. "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"],
  300. "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas",
  301. "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.",
  302. "No favorites yet" : "Aún no hay favoritos",
  303. "Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
  304. "All files" : "Todos los archivos",
  305. "List of your files and folders." : "Lista de sus archivos y carpetas.",
  306. "Personal Files" : "Archivos personales",
  307. "List of your files and folders that are not shared." : "Lista de sus archivos y carpetas que no están compartidos.",
  308. "No personal files found" : "No se encontraron archivos personales",
  309. "Files that are not shared will show up here." : "Aquí aparecerán los archivos y carpetas que no ha compartido.",
  310. "List of recently modified files and folders." : "Lista de archivos y carpetas modificados recientemente.",
  311. "No recently modified files" : "No hay archivos modificados recientemente",
  312. "Files and folders you recently modified will show up here." : "Los archivos y carpetas que ha modificado recientemente aparecerán aquí.",
  313. "No entries found in this folder" : "No se encontraron elementos en esta carpeta",
  314. "Select all" : "Seleccionar todo",
  315. "Upload too large" : "La carga es demasido grande",
  316. "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.",
  317. "Text file" : "Archivo de texto",
  318. "New text file.txt" : "Nuevo ArchivoDeTexto.txt",
  319. "Direct link was copied (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)",
  320. "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)",
  321. "You can only favorite a single file or folder at a time" : "Solo puedes marcar como favorito un solo archivo o carpeta cada vez",
  322. "\"remote user\"" : "\"usuario remoto\"",
  323. "Search users" : "Buscar usuarios",
  324. "You might not have have permissions to view it, ask the sender to share it" : "Puede que no tenga permisos para verlo, solicite al remitente que lo comparta",
  325. "Set up templates folder" : "Configura una carpeta para plantillas",
  326. "Toggle %1$s sublist" : "Alternar %1$s sublista",
  327. "Toggle grid view" : "Vista de cuadrícula",
  328. "Deleted files" : "Papelera",
  329. "Shares" : "Elementos compartidos",
  330. "Shared with others" : "Compartido con otros",
  331. "Shared with you" : "Compartido con usted",
  332. "Deleted shares" : "Recursos compartidos eliminados",
  333. "Pending shares" : "Recursos compartidos pendientes",
  334. "This file has the tag {tag}" : "Este archivo tiene la etiqueta {tag}",
  335. "This file has the tags {firstTags} and {lastTag}" : "Este archivo tiene las etiquetas {firstTags} y {lastTag}",
  336. "Select the row for {displayName}" : "Seleccionar la fila para {displayName}",
  337. "Open folder {name}" : "Abrir carpeta {name}",
  338. "Unselect all" : "Deseleccionar todo",
  339. "ascending" : "ascendente",
  340. "descending" : "descendente",
  341. "Sort list by {column} ({direction})" : "Ordenar lista por {column} ({direction})",
  342. "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Esta lista no se muestra completamente por motivos de rendimiento. Los archivos se mostrarán a medida que navega por la lista.",
  343. "Search for an account" : "Buscar una cuenta",
  344. "Choose" : "Seleccionar",
  345. "No files or folders have been deleted yet" : "No se han eliminado archivos o carpetas todavía",
  346. "Add" : "Guardar",
  347. "The files is locked" : "El archivo está bloqueado"
  348. },
  349. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");