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.

ast.js 1.5KB

123456789101112131415161718192021222324252627282930
  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. "New comment …" : "Comentariu nuevu...",
  21. "Post" : "Espublizar",
  22. "Cancel" : "Encaboxar",
  23. "[Deleted user]" : "[Usuariu desaniciáu]",
  24. "More comments …" : "Más comentarios...",
  25. "Save" : "Guardar",
  26. "Allowed characters {count} of {max}" : "{count} caráuteres almitíos de {max}",
  27. "Error occurred while updating comment with id {id}" : "Asocedió un fallu entrín s'anovaba'l comentariu cola ID {id}",
  28. "Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu"
  29. },
  30. "nplurals=2; plural=(n != 1);");