You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

es.js 2.1KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Has comentado",
  6. "%1$s commented" : "%1$s comentados",
  7. "{author} commented" : "{author} comentó",
  8. "You commented on %1$s" : "Has comentado en %1$s",
  9. "You commented on {file}" : "Has comentado en {file}",
  10. "%1$s commented on %2$s" : "%1$s comentados en %2$s",
  11. "{author} commented on {file}" : "{author} comentó en {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> para archivos",
  13. "Files app plugin to add comments to files" : "Plugin de la app de Archivos para añadir comentarios a archivos.",
  14. "Edit comment" : "Editar comentario",
  15. "Delete comment" : "Borrar comentario",
  16. "Cancel edit" : "Cacelar edición",
  17. "Post comment" : "Publicar comentario",
  18. "No comments yet, start the conversation!" : "¡No hay comentarios, empieza la conversación!",
  19. "No more messages" : "No hay más mensajes",
  20. "Retry" : "Reintentar",
  21. "Unable to load the comments list" : "No se pudo cargar la lista de comentarios",
  22. "_%n unread comment_::_%n unread comments_" : ["%n comentario sin leer","%n comentarios no leídos","%n comentarios no leídos"],
  23. "_1 new comment_::_{unread} new comments_" : ["1 comentario nuevo","{unread} comentarios nuevos","{unread} comentarios nuevos"],
  24. "Comment" : "Comentar",
  25. "An error occurred while trying to edit the comment" : "Ocurrió un error intentando editar el comentario",
  26. "Comment deleted" : "Comentario borrado",
  27. "An error occurred while trying to delete the comment" : "Ocurrió un error intentando borrar el comentario",
  28. "An error occurred while trying to create the comment" : "Ocurrió un error intentando crear el comentario",
  29. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Te han mencionado en \"{file}\", en un comentario de un usuario que después ha sido eliminado",
  30. "{user} mentioned you in a comment on “{file}”" : "{user} te mencionó en un comentario en “{file}”"
  31. },
  32. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");