es_NI.js 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. OC.L10N.register(
  2. "files",
  3. {
  4. "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ",
  5. "Storage invalid" : "El almacenamiento es inválido",
  6. "Unknown error" : "Se presentó un error desconocido",
  7. "File could not be found" : "No fue posible encontrar el archivo",
  8. "Move or copy" : "Mover o copiar",
  9. "Download" : "Descargar",
  10. "Delete" : "Borrar",
  11. "Tags" : "Etiquetas",
  12. "Home" : "Inicio",
  13. "Close" : "Cerrar",
  14. "Favorites" : "Favoritos",
  15. "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"",
  16. "Upload cancelled." : "Carga cancelada.",
  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. "Uploading …" : "Cargando...",
  23. "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
  24. "Target folder does not exist any more" : "La carpeta destino ya no existe",
  25. "Error when assembling chunks, status code {status}" : "Se presentó un error al ensamblar los bloques, código de estatus {status}",
  26. "Actions" : "Acciones",
  27. "Rename" : "Renombrar",
  28. "Move" : "Mover",
  29. "Copy" : "Copiar",
  30. "Delete file" : "Borrar archivo",
  31. "Delete folder" : "Borrar carpeta",
  32. "Disconnect storage" : "Desconectar almacenamiento",
  33. "Could not load info for file \"{file}\"" : "No fue posible cargar información para el archivo \"{file}\"",
  34. "Files" : "Archivos",
  35. "Details" : "Detalles",
  36. "Pending" : "Pendiente",
  37. "Unable to determine date" : "No fue posible determinar la fecha",
  38. "This operation is forbidden" : "Esta operación está prohibida",
  39. "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",
  40. "Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
  41. "Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
  42. "Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
  43. "Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
  44. "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
  45. "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
  46. "{newName} already exists" : "{newName} ya existe",
  47. "Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
  48. "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. ",
  49. "Could not rename \"{fileName}\"" : "No fue posible renombrar \"{fileName}\"",
  50. "Could not create file \"{file}\"" : "No fue posible crear el archivo \"{file}\"",
  51. "Could not create file \"{file}\" because it already exists" : "No fue posible crear el archivo\"{file}\" porque ya existe",
  52. "Could not create folder \"{dir}\" because it already exists" : "No fue posible crear la carpeta \"{dir}\" porque ya existe",
  53. "Error deleting file \"{fileName}\"." : "Se presentó un error al borrar el archivo \"{fileName}\".",
  54. "No search results in other folders for {tag}{filter}{endtag}" : "No se encontraron resultados en otras carpetas para {tag}{filter}{endtag}",
  55. "Name" : "Nombre",
  56. "Size" : "Tamaño",
  57. "Modified" : "Modificado",
  58. "_%n folder_::_%n folders_" : ["%n carpeta","%n carpetas","%n carpetas"],
  59. "_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"],
  60. "{dirs} and {files}" : "{dirs} y {files}",
  61. "_including %n hidden_::_including %n hidden_" : ["incluyendo %n escondido","incluyendo %n ocultos","incluyendo %n ocultos"],
  62. "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Cargando %n archivos","Cargando %n archivos"],
  63. "\"{name}\" is an invalid file name." : "\"{name}\" es un nombre de archivo inválido. ",
  64. "File name cannot be empty." : "El nombre de archivo no puede estar vacío.",
  65. "\"{name}\" is not an allowed filetype" : "\"{name}\" es un tipo de archivo no permitido",
  66. "View in folder" : "Ver en la carpeta",
  67. "Copied!" : "¡Copiado!",
  68. "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)",
  69. "Path" : "Ruta",
  70. "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],
  71. "Favorited" : "Marcado como favorito",
  72. "Favorite" : "Favorito",
  73. "New folder" : "Carpeta nueva",
  74. "Upload file" : "Cargar archivo",
  75. "Recent" : "Reciente",
  76. "Not favorited" : "No es un favorito",
  77. "Remove from favorites" : "Eliminar de favoritos",
  78. "Add to favorites" : "Agregar a favoritos",
  79. "An error occurred while trying to update the tags" : "Se presentó un error al intentar actualizar la etiqueta",
  80. "Added to favorites" : "Agregado a los favoritos",
  81. "Removed from favorites" : "Eliminado de los favoritos",
  82. "You added {file} to your favorites" : "Agregaste {file} a tus favoritos",
  83. "You removed {file} from your favorites" : "Eliminaste {file} de tus favoritos",
  84. "File changes" : "Cambios al archivo",
  85. "Created by {user}" : "Creado por {user}",
  86. "Changed by {user}" : "Cambiado por {user}",
  87. "Deleted by {user}" : "Borrado por {user}",
  88. "Restored by {user}" : "Restaurado por {user}",
  89. "Renamed by {user}" : "Renombrado por {user}",
  90. "Moved by {user}" : "Movido por {user}",
  91. "\"remote user\"" : "\"usuario remoto\"",
  92. "You created {file}" : "Creaste {file}",
  93. "{user} created {file}" : "{user} creó {file}",
  94. "{file} was created in a public folder" : "{file} fue creado en una carpeta pública",
  95. "You changed {file}" : "Cambiaste {file}",
  96. "{user} changed {file}" : "{user} cambió {file}",
  97. "You deleted {file}" : "Borraste {file}",
  98. "{user} deleted {file}" : "{user} borró {file}",
  99. "You restored {file}" : "Restauraste {file}",
  100. "{user} restored {file}" : "{user} restauró {file}",
  101. "You renamed {oldfile} to {newfile}" : "Renombraste {oldfile} como {newfile}",
  102. "{user} renamed {oldfile} to {newfile}" : "{user} renombró {oldfile} como {newfile}",
  103. "You moved {oldfile} to {newfile}" : "Moviste {oldfile} a {newfile}",
  104. "{user} moved {oldfile} to {newfile}" : "{user} movió {oldfile} a {newfile}",
  105. "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>",
  106. "All files" : "Todos los archivos",
  107. "Unlimited" : "Ilimitado",
  108. "Upload (max. %s)" : "Cargar (max. %s)",
  109. "Accept" : "Aceptar",
  110. "in %s" : "en %s",
  111. "Change" : "Cambiar",
  112. "Cancel" : "Cancelar",
  113. "Create" : "Crear",
  114. "%s used" : "%s usado",
  115. "%1$s of %2$s used" : "%1$s de %2$s usados",
  116. "Show hidden files" : "Mostrar archivos ocultos",
  117. "WebDAV" : "WebDAV",
  118. "No files in here" : "No hay archivos aquí",
  119. "Upload some content or sync with your devices!" : "¡Carga algún contenido o sincroniza con tus dispositivos!",
  120. "No entries found in this folder" : "No se encontraron elementos en esta carpeta",
  121. "Select all" : "Seleccionar todo",
  122. "Upload too large" : "La carga es demasido grande",
  123. "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.",
  124. "No favorites yet" : "Aún no hay favoritos",
  125. "Files and folders you mark as favorite will show up here" : "Los archivos y carpetas que marques como favoritos se mostrarán aquí. ",
  126. "Deleted files" : "Archivos borrados",
  127. "Shares" : "Elementos compartidos",
  128. "Shared with others" : "Compartido con otros",
  129. "Shared with you" : "Compartido con usted",
  130. "Shared by link" : "Compartido por liga",
  131. "Text file" : "Archivo de texto",
  132. "New text file.txt" : "Nuevo ArchivoDeTexto.txt",
  133. "Select" : "Seleccionar",
  134. "You don’t have permission to upload or create files here" : "No cuentas con los permisos para cargar o crear archivos aquí",
  135. "New" : "Nuevo",
  136. "Settings" : "Configuraciones "
  137. },
  138. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");