ca.js 2.0 KB

123456789101112131415161718192021222324252627282930313233
  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. "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",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} us ha esmentat en un comentari de “{file}”",
  15. "Files app plugin to add comments to files" : "Connexió de l’aplicació de fitxers per afegir comentaris als fitxers",
  16. "Edit comment" : "Edita comentari",
  17. "Delete comment" : "Suprimeix comentari",
  18. "New comment …" : "Nou comentari...",
  19. "Post" : "Publica",
  20. "Cancel" : "Cancel·la",
  21. "[Deleted user]" : "[Usuari suprimit]",
  22. "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Enceteu la conversa!",
  23. "More comments …" : "Més comentaris...",
  24. "Save" : "Desa",
  25. "Allowed characters {count} of {max}" : "{count} caràcters permesos de {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "S'ha produït un error en recuperar el comentari amb l'ID {id}",
  27. "Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}",
  28. "Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari",
  29. "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"],
  31. "Comment" : "Comentari"
  32. },
  33. "nplurals=2; plural=(n != 1);");