ca.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334
  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" : "Se t'ha esmentat a \"{file}\" en un comentari d'un usuari que s'ha suprimit des de llavors",
  14. "{user} mentioned you in a comment on \"{file}\"" : "{user} t'ha mencionat en un comentari a \"{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. "Cancel edit" : "Cancel·la l'edició",
  19. "Post comment" : "Enviar comentari",
  20. "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Enceteu la conversa!",
  21. "No more messages" : "No hi ha més missatges",
  22. "Retry" : "Reintent",
  23. "Unable to load the comments list" : "No es pot carregar la llista de comentaris",
  24. "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"],
  25. "_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"],
  26. "Comment" : "Comentari",
  27. "An error occurred while trying to edit the comment" : "S'ha produït un error en intentar editar el comentari",
  28. "Comment deleted" : "Comentari suprimit",
  29. "An error occurred while trying to delete the comment" : "S'ha produït un error en intentar suprimir el comentari",
  30. "An error occurred while trying to create the comment" : "S'ha produït un error en intentar crear el comentari",
  31. "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",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} us ha esmentat en un comentari de “{file}”"
  33. },
  34. "nplurals=2; plural=(n != 1);");