ast.js 1022 B

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentarios",
  5. "You commented" : "Comentesti",
  6. "%1$s commented" : "%1$s comentó",
  7. "{author} commented" : "{author} comentó",
  8. "You commented on %1$s" : "Comentesti en %1$s",
  9. "You commented on {file}" : "Comentesti en {file}",
  10. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  11. "{author} commented on {file}" : "{autor} comentó en {ficheru}",
  12. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
  13. "Edit comment" : "Editar comentariu",
  14. "Delete comment" : "Desaniciar comentariu",
  15. "No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
  16. "Retry" : "Retentar",
  17. "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"],
  18. "Comment" : "Comentariu",
  19. "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»"
  20. },
  21. "nplurals=2; plural=(n != 1);");