ca.js 2.2 KB

123456789101112131415161718192021222324252627282930313233
  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. "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",
  13. "{user} mentioned you in a comment on \"{file}\"" : "{user} us ha esmentat en un comentari a «{file}»",
  14. "Files app plugin to add comments to files" : "Connector de l'aplicació Fitxers per a afegir comentaris als fitxers",
  15. "Edit comment" : "Edita el comentari",
  16. "Delete comment" : "Suprimeix el comentari",
  17. "Cancel edit" : "Cancel·la l'edició",
  18. "Post comment" : "Publica el comentari",
  19. "No comments yet, start the conversation!" : "Encara no hi ha cap comentari. Enceteu la conversa!",
  20. "No more messages" : "No hi ha més missatges",
  21. "Retry" : "Torna-ho a provar",
  22. "Failed to mark comments as read" : "No s'han pogut marcar els comentaris com a llegits",
  23. "Unable to load the comments list" : "No s'ha pogut carregar la llista de comentaris",
  24. "_%n unread comment_::_%n unread comments_" : ["%n comentari sense llegir","%n comentaris sense llegir"],
  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" : "S'ha suprimit el comentari",
  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. "%1$s commented" : "%1$s ha escrit un comentari"
  32. },
  33. "nplurals=2; plural=(n != 1);");