-
Notifications
You must be signed in to change notification settings - Fork 283
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
0524023
53ce9a2
ad8c41f
f8b3876
8f7b064
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. rename to |
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> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||||||
<img src="assets/msrv-badge.svg"> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||||||
</p> | ||||||
|
||||||
<img src="assets/screenshot-1.png" align="right" height="250px"> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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"> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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)\] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.