ast.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Editar comentariu",
  5. "Delete comment" : "Desaniciar comentariu",
  6. "New comment …" : "Comentariu nuevu...",
  7. "Post" : "Espublizar",
  8. "Cancel" : "Encaboxar",
  9. "[Deleted user]" : "[Usuariu desaniciáu]",
  10. "Comments" : "Comentarios",
  11. "No comments yet, start the conversation!" : "Entá nun hai comentarios. ¡Entama una conversación!",
  12. "More comments …" : "Más comentarios...",
  13. "Save" : "Guardar",
  14. "Allowed characters {count} of {max}" : "{count} caráuteres almitíos de {max}",
  15. "Error occurred while updating comment with id {id}" : "Asocedió un fallu entrín s'anovaba'l comentariu cola ID {id}",
  16. "Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu",
  17. "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"],
  18. "Comment" : "Comentariu",
  19. "You commented" : "Comentesti",
  20. "%1$s commented" : "%1$s comentó",
  21. "{author} commented" : "{author} comentó",
  22. "You commented on %1$s" : "Comentesti en %1$s",
  23. "You commented on {file}" : "Comentesti en {file}",
  24. "%1$s commented on %2$s" : "%1$s comentó en %2$s",
  25. "{author} commented on {file}" : "{autor} comentó en {ficheru}",
  26. "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros",
  27. "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»",
  28. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»"
  29. },
  30. "nplurals=2; plural=(n != 1);");