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.

ca.js 2.1KB

1234567891011121314151617181920212223242526272829303132333435
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentaris",
  5. "You commented" : "Heu comentat",
  6. "%1$s commented" : "%1$s ha comentat",
  7. "{author} commented" : "{author} ha comentat",
  8. "You commented on %1$s" : "Heu comentat a %1$s",
  9. "You commented on {file}" : "Heu comentat a {file}",
  10. "%1$s commented on %2$s" : "%1$s ha comentat a %2$s",
  11. "{author} commented on {file}" : "{author} ha comentat a {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per fitxers",
  13. "Files app plugin to add comments to files" : "Connexió de l’aplicació de fitxers per afegir comentaris als fitxers",
  14. "Edit comment" : "Edita comentari",
  15. "Delete comment" : "Suprimeix comentari",
  16. "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Enceteu la conversa!",
  17. "Retry" : "Torna a intentar",
  18. "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"],
  19. "_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"],
  20. "Comment" : "Comentari",
  21. "Comment deleted" : "Comentari suprimit",
  22. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Heu estat esmentats a \"{file}\" en un comentari d'un usuari que ja no existeix",
  23. "{user} mentioned you in a comment on “{file}”" : "{user} us ha esmentat en un comentari de “{file}”",
  24. "New comment …" : "Nou comentari...",
  25. "Post" : "Publica",
  26. "Cancel" : "Cancel·la",
  27. "[Deleted user]" : "[Usuari suprimit]",
  28. "More comments …" : "Més comentaris...",
  29. "Save" : "Desa",
  30. "Allowed characters {count} of {max}" : "{count} caràcters permesos de {max}",
  31. "Error occurred while retrieving comment with ID {id}" : "S'ha produït un error en recuperar el comentari amb l'ID {id}",
  32. "Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}",
  33. "Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari"
  34. },
  35. "nplurals=2; plural=(n != 1);");