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_MX.js 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Comentaste",
  6. "{author} commented" : "{author} comentó",
  7. "You commented on %1$s" : "Usted comentó en %1$s",
  8. "You commented on {file}" : "Hiciste un comentario de {file}",
  9. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  10. "{author} commented on {file}" : "{author} comentó en {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> de los archivos",
  12. "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Fue mencionado en \"{file}\", en un comentario realizado por un usuario que ha sido eliminado",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} lo mencionó en un comentario en \"{file}\"",
  14. "Files app plugin to add comments to files" : "Un complemento a la aplicación de Archivos para agregar comentarios a los archivos",
  15. "Edit comment" : "Editar comentario",
  16. "Delete comment" : "Borrar comentario",
  17. "Cancel edit" : "Cancelar edición",
  18. "New comment" : "Nuevo comentario",
  19. "Write a comment …" : "Escribir un comentario …",
  20. "Post comment" : "Publicar comentario",
  21. "@ for mentions, : for emoji, / for smart picker" : "@ para menciones, : para emoticonos, / para selector inteligente",
  22. "Could not reload comments" : "No se pudieron recargar los comentarios",
  23. "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
  24. "No more messages" : "No hay más mensajes",
  25. "Retry" : "Reintentar",
  26. "Failed to mark comments as read" : "No se pudieron marcar los comentarios como leídos",
  27. "Unable to load the comments list" : "No se puede cargar la lista de comentarios",
  28. "_1 new comment_::_{unread} new comments_" : ["1 comentario nuevo","{unread} nuevos comentarios","{unread} nuevos comentarios"],
  29. "Comment" : "Comentario",
  30. "An error occurred while trying to edit the comment" : "Ocurrió un error al intentar editar el comentario",
  31. "Comment deleted" : "Comentario borrado",
  32. "An error occurred while trying to delete the comment" : "Ocurrió un error intentando borrar el comentario",
  33. "An error occurred while trying to create the comment" : "Ocurrió un error al intentar crear el comentario",
  34. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Fue mencionado en \"{file}\", en un comentario realizado por un usuario que ha sido eliminado",
  35. "Write a message …" : "Escriba un mensaje …",
  36. "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "\"@\" para menciones, \":\" para emoticonos, \"/\" para selector inteligente",
  37. "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"]
  38. },
  39. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");