You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt_PT.js 1.2KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Delete comment" : "Eliminar comentário",
  5. "Post" : "Publicar",
  6. "Cancel" : "Cancelar",
  7. "Edit comment" : "Editar comentário",
  8. "[Deleted user]" : "[Utilizador eliminado]",
  9. "Comments" : "Comentários",
  10. "Save" : "Guardar",
  11. "Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes",
  12. "Error occurred while retrieving comment with id {id}" : "Ocorreu um erro ao tentar obter o comentário com o id {id}",
  13. "Error occurred while updating comment with id {id}" : "Ocorreu um erro ao tentar atualizar o comentário com o id {id}",
  14. "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário",
  15. "Comment" : "Comentário",
  16. "You commented" : "Comentou",
  17. "%1$s commented" : "%1$s comentou",
  18. "You commented on %2$s" : "Comentou %2$s",
  19. "%1$s commented on %2$s" : "%1$s comentou %2$s",
  20. "Type in a new comment..." : "Escreva um novo comentário...",
  21. "No other comments available" : "Nenhum outro comentário disponível",
  22. "More comments..." : "Mais comentários...",
  23. "{count} unread comments" : "{count} comentários não lidos"
  24. },
  25. "nplurals=2; plural=(n != 1);");