-
Notifications
You must be signed in to change notification settings - Fork 289
Add Portuguese (Brazil) translation for support #1258
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
Open
arferreira
wants to merge
5
commits into
o2sh:main
Choose a base branch
from
arferreira:add-translation-for-portuguese-br
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0524023
feat: add Portuguese (Brazil) translation for support
arferreira 53ce9a2
fix: remove extra pipe symbol from portuguese
arferreira ad8c41f
fix: correct relative paths to assets and other markdown files to ens…
arferreira f8b3876
Update docs/README.pt-br.md
arferreira 8f7b064
docs: add Portuguese translation for README.md
arferreira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
<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> | ||
<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> | ||
<img src=../"assets/msrv-badge.svg"> | ||
arferreira marked this conversation as resolved.
Show resolved
Hide resolved
|
||
</p> | ||
|
||
<img src="../assets/screenshot-1.png" align="right" height="250px"> | ||
|
||
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"> | ||
|
||
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. | ||
|
||
### 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)\] |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.