ca.js 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentaris",
  5. "You commented" : "Heu escrit un comentari",
  6. "{author} commented" : "{author} ha escrit un comentari",
  7. "You commented on %1$s" : "Heu escrit un comentari a %1$s",
  8. "You commented on {file}" : "Heu escrit un comentari a {file}",
  9. "%1$s commented on %2$s" : "%1$s ha escrit un comentari a %2$s",
  10. "{author} commented on {file}" : "{author} ha escrit un comentari a {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per a fitxers",
  12. "Files" : "Fitxers",
  13. "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Se us ha esmentat a «{file}» en un comentari d'un compte que s'ha suprimit",
  14. "{user} mentioned you in a comment on \"{file}\"" : "{user} us ha esmentat en un comentari a «{file}»",
  15. "Files app plugin to add comments to files" : "Connector de l'aplicació Fitxers per a afegir comentaris als fitxers",
  16. "Edit comment" : "Edita el comentari",
  17. "Delete comment" : "Suprimeix el comentari",
  18. "Cancel edit" : "Cancel·la l'edició",
  19. "New comment" : "Comentari nou",
  20. "Write a comment …" : "Escriviu un comentari…",
  21. "Post comment" : "Publica el comentari",
  22. "@ for mentions, : for emoji, / for smart picker" : "@ per a mencions, : per a emojis, / per al selector intel·ligent",
  23. "Could not reload comments" : "No s'han pogut tornar a carregar els comentaris",
  24. "No comments yet, start the conversation!" : "Encara no hi ha cap comentari. Enceteu la conversa!",
  25. "No more messages" : "No hi ha més missatges",
  26. "Retry" : "Torna-ho a provar",
  27. "Failed to mark comments as read" : "No s'han pogut marcar els comentaris com a llegits",
  28. "Unable to load the comments list" : "No s'ha pogut carregar la llista de comentaris",
  29. "_1 new comment_::_{unread} new comments_" : ["1 comentari nou","{unread} comentaris nous"],
  30. "Comment" : "Comentari",
  31. "An error occurred while trying to edit the comment" : "S'ha produït un error en intentar editar el comentari",
  32. "Comment deleted" : "S'ha suprimit el comentari",
  33. "An error occurred while trying to delete the comment" : "S'ha produït un error en intentar suprimir el comentari",
  34. "An error occurred while trying to create the comment" : "S'ha produït un error en intentar crear el comentari",
  35. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Se us ha esmentat a «{file}» en un comentari d'un usuari que s'ha suprimit"
  36. },
  37. "nplurals=2; plural=(n != 1);");