Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Portuguese (Brazil) translation for support #1258

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<a href="docs/README.ja.md">日本語</a> |
<a href="docs/README.kr.md">한국어</a> |
<a href="docs/README.ru.md">Русский</a> |
<a href="docs/README.tr.md">Türkçe</a>
<a href="docs/README.tr.md">Türkçe</a> |
<a href="docs/README.pt-br.md">Português (Brasil)</a>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="docs/README.pt-br.md">Português (Brasil)</a>
<a href="docs/README.pt-br.md">Português</a>

</p>

<img src="assets/screenshot-1.png" align="right" height="250px">
Expand Down
31 changes: 31 additions & 0 deletions docs/README.pt-br.md
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to README.pt.md

Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<h3 align="center"><img src="assets/onefetch.svg" height="130px"></h3>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<h3 align="center"><img src="assets/onefetch.svg" height="130px"></h3>
<h3 align="center"><img src="../assets/onefetch.svg" height="130px"></h3>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


<h5 align="center">Ferramenta de informações Git de linha de comando escrita em Rust</h5>


<p align="center">
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/crates/v/onefetch.svg" alt="cargo"></a>
<a href="https://github.com/o2sh/onefetch/actions"><img src="https://github.com/o2sh/onefetch/workflows/CI/badge.svg" alt="Build Status"></a>
<a href="https://onefetch.dev"><img src="assets/language-badge.svg"></a>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="https://onefetch.dev"><img src="assets/language-badge.svg"></a>
<a href="https://onefetch.dev"><img src="../assets/language-badge.svg"></a>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

<a href="https://github.com/o2sh/onefetch/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/o2sh/onefetch/help%20wanted?color=green" alt="help wanted"></a>
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
<a href="../LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

<img src="assets/msrv-badge.svg">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<img src="assets/msrv-badge.svg">
<img src="../assets/msrv-badge.svg">

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

</p>

<img src="assets/screenshot-1.png" align="right" height="250px">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<img src="assets/screenshot-1.png" align="right" height="250px">
<img src="../assets/screenshot-1.png" align="right" height="250px">

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


Onefetch é uma ferramenta de linha de comando de informações Git escrita em `Rust` que exibe informações do projeto e estatísticas de código para um repositório Git local diretamente em seu terminal. A ferramenta está totalmente offline - não é necessário acesso à rede.

Por padrão, as informações do repositório são exibidas ao lado do logotipo do idioma dominante, mas você pode configurar ainda mais o onefetch para usar uma imagem - em terminais suportados -, uma entrada de texto ou nada.

Ele detecta automaticamente licenças de código aberto a partir de textos e fornece ao usuário informações valiosas como distribuição de código, alterações pendentes, número de dependências (por gerenciador de pacotes), principais contribuidores (por número de commits), tamanho no disco, data de criação, LOC (linhas de código), etc.

<img src="assets/screenshot-2.png" align="right" height="250px">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<img src="assets/screenshot-2.png" align="right" height="250px">
<img src="../assets/screenshot-2.png" align="right" height="250px">

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


Onefetch pode ser configurado por meio de flags de linha de comando para exibir exatamente o que você deseja, da maneira que desejar: você pode personalizar a formatação ASCII/Texto, desativar linhas de informações, ignorar arquivos e diretórios, gerar saída em vários formatos (Json, Yaml), etc.

A partir de agora, onefetch oferece suporte a mais de [100 linguagens de programação diferentes](https://onefetch.dev); se a linguagem não estiver disponível: abra um issue e o suporte para a linguagem será adicionado.

Contribuições são muito bem-vindas! Consulte [CONTRIBUTING](CONTRIBUTING.md) para obter mais informações.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Contribuições são muito bem-vindas! Consulte [CONTRIBUTING](CONTRIBUTING.md) para obter mais informações.
Contribuições são muito bem-vindas! Consulte [CONTRIBUTING](../CONTRIBUTING.md) para obter mais informações.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


### More: \[[Wiki](https://github.com/o2sh/onefetch/wiki)\] \[[Installation](https://github.com/o2sh/onefetch/wiki/Installation)\] \[[Getting Started](https://github.com/o2sh/onefetch/wiki/getting-started)\]