pt_PT.js 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Editar comentário",
  5. "Delete comment" : "Eliminar comentário",
  6. "New comment …" : "Novo comentário …",
  7. "Post" : "Publicar",
  8. "Cancel" : "Cancelar",
  9. "[Deleted user]" : "[Utilizador eliminado]",
  10. "Comments" : "Comentários",
  11. "No comments yet, start the conversation!" : "Ainda sem comentários, inicie uma conversação!",
  12. "More comments …" : "Mais comentários ...",
  13. "Save" : "Guardar",
  14. "Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes",
  15. "Error occurred while updating comment with id {id}" : "Ocorreu um erro ao tentar atualizar o comentário com o id {id}",
  16. "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário",
  17. "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"],
  18. "Comment" : "Comentário",
  19. "You commented" : "Comentou",
  20. "%1$s commented" : "%1$s comentou",
  21. "{author} commented" : "{author} comentou",
  22. "You commented on %1$s" : "Comentaste em %1$s",
  23. "You commented on {file}" : "Comentaste em {file}",
  24. "%1$s commented on %2$s" : "%1$s comentou %2$s",
  25. "{author} commented on {file}" : "{author} comentou em {file}",
  26. "<strong>Comments</strong> for files" : "<strong>Comentários</strong> aos ficheiros",
  27. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Foste mencionado e, “{file}”, num comentário de um utilizador que foi entretanto removido",
  28. "{user} mentioned you in a comment on “{file}”" : "{user} mencionou-te num comentário em “{file}”",
  29. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Foste mencionado em “%s”, num comentário de um utilizador que foi entretanto removido",
  30. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mencionou-te num comentário em “%2$s”"
  31. },
  32. "nplurals=2; plural=(n != 1);");