es_HN.js 988 B

1234567891011121314151617181920
  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. "Edit comment" : "Editar comentario",
  13. "Delete comment" : "Borrar comentario",
  14. "No comments yet, start the conversation!" : "¡Aún no hay comentarios, inicia la conversación!",
  15. "Retry" : "Reintentar",
  16. "_%n unread comment_::_%n unread comments_" : ["%n comentarios sin leer","%n comentarios sin leer","%n comentarios sin leer"],
  17. "Comment" : "Comentario",
  18. "%1$s commented" : "%1$s comentó"
  19. },
  20. "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");