ast.js 1.5 KB

1234567891011121314151617181920212223242526272829
  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. "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»",
  14. "Edit comment" : "Editar comentariu",
  15. "Delete comment" : "Desaniciar comentariu",
  16. "New comment …" : "Comentariu nuevu...",
  17. "Post" : "Espublizar",
  18. "Cancel" : "Encaboxar",
  19. "[Deleted user]" : "[Usuariu desaniciáu]",
  20. "No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
  21. "More comments …" : "Más comentarios...",
  22. "Save" : "Guardar",
  23. "Allowed characters {count} of {max}" : "{count} caráuteres almitíos de {max}",
  24. "Error occurred while updating comment with id {id}" : "Asocedió un fallu entrín s'anovaba'l comentariu cola ID {id}",
  25. "Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu",
  26. "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"],
  27. "Comment" : "Comentariu"
  28. },
  29. "nplurals=2; plural=(n != 1);");