es_PA.js 11 KB

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