ca.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Comentaris",
  5. "Unknown user" : "Usuari desconegut",
  6. "New comment …" : "Nou comentari...",
  7. "Delete comment" : "Esborrar comentari",
  8. "Post" : "Publica",
  9. "Cancel" : "Cancel·la",
  10. "Edit comment" : "Editar comentari",
  11. "[Deleted user]" : "[usuari Esborrat]",
  12. "No comments yet, start the conversation!" : "Encara no hi ha comentaris. Comenceu la conversa!",
  13. "More comments …" : "Més comentaris...",
  14. "Save" : "Desa",
  15. "Allowed characters {count} of {max}" : "{count} caràcters permesos de {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Hi ha hagut un error en extraure el comentari amb id {id}",
  17. "Error occurred while updating comment with id {id}" : "Hi ha hagut un error en actualitzar el comentari amb id {id}",
  18. "Error occurred while posting comment" : "Hi ha hagut un error en publicar el comentari",
  19. "_%n unread comment_::_%n unread comments_" : ["%n comentari no llegit","%n comentaris no llegits"],
  20. "Comment" : "Comentari",
  21. "You commented" : "Heu comentat",
  22. "%1$s commented" : "%1$s ha comentat",
  23. "{author} commented" : "{author} ha comentat",
  24. "You commented on %1$s" : "Heu comentat a %1$s",
  25. "You commented on {file}" : "Heu comentat a {file}",
  26. "%1$s commented on %2$s" : "%1$s ha comentat a %2$s",
  27. "{author} commented on {file}" : "{author} ha comentat a {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Comentaris</strong> per arxius",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuari (ara) esborrat us ha nomenat en un comentari a “%s”",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuari (ara) esborrat us ha nomenat en un comentari de “{file}”",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s us ha nomenat en un comentari a “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} us ha nomenat en un comentari de “{file}”"
  33. },
  34. "nplurals=2; plural=(n != 1);");