Skip to content

Commit

Permalink
Adding translation of readme files to Brazilian Portuguese language.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrichardss committed Sep 25, 2024
1 parent a3e8f36 commit 94ae6a0
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.pt-BR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## JHipster BOM and server-side library

[![Angular Build Status][github-actions-angular-image]][github-actions-url] [![React Build Status][github-actions-react-image]][github-actions-url] [![Vue Build Status][github-actions-vue-image]][github-actions-url] [![Maven Central][maven-image]][maven-url] [![Revved up by Develocity][develocity-badge]][develocity-url]

Documentação completa e informação estão disponíveis em nosso website em [https://www.jhipster.tech/][jhipster-url]

Este projeto é usado pelo gerador JHipster. Esta é uma Lista de Materiais (Bill of Materials) e biblioteca do lado do servidor (server-side):

- jhipster-dependencies
- jhipster-framework

Se a versão atual for SNAPSHOT, então para usar esta versão SNAPSHOT:

- clone este projeto
- execute `./mvnw install -Dgpg.skip=true`, no Windows execute `.\mvnw.cmd install -D"gpg.skip=true"`

[maven-image]: https://maven-badges.herokuapp.com/maven-central/tech.jhipster/jhipster-parent/badge.svg
[maven-url]: https://maven-badges.herokuapp.com/maven-central/tech.jhipster/jhipster-parent
[github-actions-angular-image]: https:/jhipster/jhipster-bom/workflows/Angular/badge.svg
[github-actions-react-image]: https:/jhipster/jhipster-bom/workflows/React/badge.svg
[github-actions-vue-image]: https:/jhipster/jhipster-bom/workflows/Vue/badge.svg
[github-actions-url]: https:/jhipster/jhipster-bom/actions
[jhipster-url]: https://www.jhipster.tech/

## Análise do projeto POM pai JHipster lado do servidor (server-side)

[![sonar-quality-gate][sonar-quality-gate]][sonar-url] [![sonar-coverage][sonar-coverage]][sonar-url] [![sonar-bugs][sonar-bugs]][sonar-url] [![sonar-vulnerabilities][sonar-vulnerabilities]][sonar-url]

[sonar-url]: https://sonarcloud.io/dashboard?id=jhipster-framework
[sonar-quality-gate]: https://sonarcloud.io/api/project_badges/measure?project=jhipster-framework&metric=alert_status
[sonar-coverage]: https://sonarcloud.io/api/project_badges/measure?project=jhipster-framework&metric=coverage
[sonar-bugs]: https://sonarcloud.io/api/project_badges/measure?project=jhipster-framework&metric=bugs
[sonar-vulnerabilities]: https://sonarcloud.io/api/project_badges/measure?project=jhipster-framework&metric=vulnerabilities
[develocity-badge]: https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A
[develocity-url]: https://ge.jhipster.tech/scans
3 changes: 3 additions & 0 deletions jhipster-dependencies/README.pt-BR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## JHipster Maven BOM

Este pom contém o gerenciamento de dependências Maven para todos os projetos gerados pelo JHipster.
3 changes: 3 additions & 0 deletions jhipster-framework/README.pt-BR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## JHipster biblioteca lado do servidor (server-side)

Este projeto é usado pelo gerador JHipster, para mais informações, problemas ou questões, por favor visite [jhipster/generator-jhipster](https:/jhipster/generator-jhipster).

0 comments on commit 94ae6a0

Please sign in to comment.