From 4642c8f17281f79ef9264207dc9f8d9ac70b5ef3 Mon Sep 17 00:00:00 2001
From: iamgrodrigues
Date: Sun, 13 Dec 2020 00:07:02 -0300
Subject: [PATCH] docs: add pt-BR README.md
---
README.md | 207 +++++++++++++++++++++++++++---------------------------
1 file changed, 103 insertions(+), 104 deletions(-)
diff --git a/README.md b/README.md
index 8f42e5e..78f6897 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-> Looking For Translation to different languages & Locale [#23](https://github.com/anmol098/waka-readme-stats/issues/23)
+> Buscando por TraduΓ§Γ΅es em diferentes linguas & locais [#23](https://github.com/anmol098/waka-readme-stats/issues/23)
-# Dev Metrics in Readme with added feature flags π
+# MΓ©tricas de Desenvolvimento no Readme com feature flags adicionΓ‘veis π

@@ -8,7 +8,7 @@

- πβ¨Awesome Readme Stats
+ πβ¨IncrΓveis EstatΓsticas no Readme
----
@@ -21,63 +21,63 @@
- Are you an early π€ or a night π¦?
+ VocΓͺ Γ© diurno π€ ou noturno π¦?
- When are you most productive during the day?
+ Quando vocΓͺ Γ© mais produtivo durante o dia?
- What are languages you code in?
+ Quais sΓ£o as linguagens com que vocΓͺ programa?
- Let's check out in your profile readme!
+ Vamos ver isso em seu perfil!
- Report Bug
+ Reporte Bug
Β·
- Request Feature
+ Solicite Funcionalidades
-## Prep Work
+## ConfiguraΓ§Γ£o PrΓ©via
-1. You need to update the markdown file(.md) with 2 comments. You can refer [here](#update-your-readme) for updating it.
-2. You'll need a WakaTime API Key. You can get that from your WakaTime Account Settings
- - You can refer [here](#new-to-wakatime), if you're new to WakaTime
-3. You'll need a GitHub API Token with `repo` and `user` scope from [here](https://github.com/settings/tokens) if you're running the action to get commit metrics
- > enabling the `repo` scope seems **DANGEROUS**
- > but this GitHub Action only accesses your commit timestamp and lines of code added or deleted in repository you contributed.
- - You can use [this](#profile-repository) example to work it out
-4. You need to save the WakaTime API Key and the GitHub API Token in the repository secrets. You can find that in the Settings of your repository. Be sure to save those as the following.
- - WakaTime API Key as `WAKATIME_API_KEY=`
- - GitHub Personal Access Token as `GH_TOKEN=`
-5. You can enable and disable feature flags based on requirements.
+1. VocΓͺ precisa atualizar o arquivo markdown(.md) com 2 comentΓ‘rios. Verifique [aqui](#atualize-seu-readme) como fazer isso.
+2. VocΓͺ vai precisar de uma API Key do WakaTime. VocΓͺ pode conseguir isso nas configuraΓ§Γ΅es da conta do Wakatime
+ - VocΓͺ pode verificar [aqui](#novo-no-wakatime), caso seja novo no WakaTime
+3. VocΓͺ vai precisar de um API Token do GitHub com escopo de `repo` e `user` que poderΓ‘ ser encontrado [aqui](https://github.com/settings/tokens) caso esteja usando o Action para pegar as mΓ©tricas de commits
+ > habilitar o escopo de `repo` parece **PERIGOSO**
+ > mas esse GitHub Action apenas acessa a data e hora do seu commit e as linhas de cΓ³digos adicionadas ou deletadas no repositΓ³rio que vocΓͺ contribuiu.
+ - VocΓͺ pode usar [esse](#perfil-do-repositΓ³rio) exemplo como modelo
+4. VocΓͺ precisa salvar a API Key do Wakatime e o API Token do GitHub no secrets do repositΓ³rio. VocΓͺ pode encontrar isso nas configuraΓ§Γ΅es do seu repositΓ³rio. Certifique-se de salva-los como mostra no exemplo abaixo.
+ - API Key do WakaTime como `WAKATIME_API_KEY=`
+ - Token de Acesso Pessoal do GitHub como `GH_TOKEN=`
+5. VocΓͺ pode habilitar e desabilitar as feature flags baseando-se em seus requerimentos.
-This Action will run everyday at 00.00 IST
+Essa AΓ§Γ£o serΓ‘ executada todos os dias Γ s 00.00 IST
-## Update your Readme
+## Atualize seu Readme
-Add a comment to your `README.md` like this:
+Adicione um comentΓ‘rio igual a esse em seu `README.md`:
```md
```
-These lines will be our entry-points for the dev metrics.
+Estas linhas serΓ£o nosso ponto de entrada para as mΓ©tricas de desenvolvimento.
-## New to WakaTime
+## Novo no WakaTime
-WakaTime gives you an idea of the time you really spent on coding. This helps you boost your productivity and competitive edge.
+WakaTime te dΓ‘ uma ideia do tempo que vocΓͺ realmente gastou programando. Isso te ajuda a dar um boost na sua produtividade e no seu lado competitivo.
-- Head over to and create an account.
-- Get your WakaTime API Key from your [Account Settings in WakaTime](https://wakatime.com/settings/account).
-- Install the [WakaTime plugin](https://wakatime.com/plugins) in your favourite editor / IDE.
-- Paste in your API key to start the analysis.
+- VΓ‘ para e crie uma conta.
+- Gere sua API Key do WakaTime em [Account Settings in WakaTime](https://wakatime.com/settings/account).
+- Instale o [WakaTime plugin](https://wakatime.com/plugins) no seu editor favorito / IDE.
+- Cole sua API key para iniciar suas alΓ‘lises.
-### Profile Repository
+### Perfil do RepositΓ³rio
-You'll need to get a [GitHub Access Token](https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) with a `repo` and `user` scope and save it in the Repo Secrets `GH_TOKEN = `
+VocΓͺ vai precisar de um [GitHub Access Token](https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token) com escopo de `repo` e `user` e salva-lo no Secrets do repositΓ³rio `GH_TOKEN = `
-Here is Sample Workflow File for running it:
+Aqui estΓ‘ um exemplo do arquivo com o Workflow para executa-lo:
```yml
name: Waka Readme
@@ -99,8 +99,8 @@ jobs:
```
## Extras
-1. If you want to add the other info to your stats, you can add multiple `FLAGS` in your workflow file by default all flags are enabled
->except the lines of code flag due to heavy operation performed
+1. Caso queira adicionar outras informaΓ§Γ΅es em suas estatΓsticas, vocΓͺ pode adicionar multiplas `FLAGS` no arquivo de workflow. Por padrΓ£o, todas as flags estΓ£o habilitadas
+>Exceto a flag de linhas de cΓ³digos devido ao peso de seu processamento
```yml
- uses: anmol098/waka-readme-stats@master
@@ -111,52 +111,52 @@ jobs:
SHOW_PROJECTS: "False"
```
-### Flags Available
+### Flags DisponΓveis
---
-`LOCALE` This Flag can be used to show stats in your language default is english uses Locale [Short Hand](https://saimana.com/list-of-country-locale-code/) to be passed in the flag variable example of the final result can be found [here](https://github.com/anmol098/anmol098/blob/master/Readme-fr.md)
+`LOCALE` Essa Flag pode ser usada para mostrar as estatΓsticas em sua lΓngua, o padrΓ£o Γ© InglΓͺs, use Locale [Forma Abreviada](https://saimana.com/list-of-country-locale-code/) para atribuir a variΓ‘vel na flag. Um exemplo do resultado final pode ser econtrado [aqui](https://github.com/anmol098/anmol098/blob/master/Readme-fr.md)
-`SHOW_LINES_OF_CODE` flag can be set to `True` to show the Lines of code writen till date
+`SHOW_LINES_OF_CODE` essa flag pode ser configurada para `True` para mostrar as linhas de cΓ³digos escritas atΓ© a data atual
-
+
-`SHOW_PROFILE_VIEWS` flag can be set to `False` to hide the Profile views
+`SHOW_PROFILE_VIEWS` essa flag pode ser configurada para `False` para ocultar as VizualizaΓ§Γ΅es do Perfil
-
+
-`SHOW_COMMIT` flag can be set to `False` to hide the commit stats
+`SHOW_COMMIT` essa flag pode ser configurada para `False` para ocultar as estatΓsticas de commits
-**I'm an early π€**
+**Eu sou Diurno π€**
```text
-π Morning 95 commits βββββββββββββββββββββββββ 30.55%
-π Daytime 78 commits βββββββββββββββββββββββββ 25.08%
-π Evening 112 commits βββββββββββββββββββββββββ 36.01%
-π Night 26 commits βββββββββββββββββββββββββ 8.36%
+π ManhΓ£ 95 commits βββββββββββββββββββββββββ 30.55%
+π Tarde 78 commits βββββββββββββββββββββββββ 25.08%
+π Noite 112 commits βββββββββββββββββββββββββ 36.01%
+π Madrugada 26 commits βββββββββββββββββββββββββ 8.36%
```
-`SHOW_DAYS_OF_WEEK` flag can be set to `False` to hide the commits made on different days of week
+`SHOW_DAYS_OF_WEEK` essa flag pode ser configurada para `False` para ocultar os commits feitos em diferentes dias da semana
-π
**I'm Most Productive on Sundays**
+π
**Eu Sou Mais Produtivo aos Domingos**
```text
-Monday 50 commits βββββββββββββββββββββββββ 13.19%
-Tuesday 85 commits βββββββββββββββββββββββββ 22.43%
-Wednesday 56 commits βββββββββββββββββββββββββ 14.78%
-Thursday 44 commits βββββββββββββββββββββββββ 11.61%
-Friday 28 commits βββββββββββββββββββββββββ 7.39%
-Saturday 30 commits βββββββββββββββββββββββββ 7.92%
-Sunday 86 commits βββββββββββββββββββββββββ 22.69%
+Segunda-Feira 50 commits βββββββββββββββββββββββββ 13.19%
+TerΓ§a-Feira 85 commits βββββββββββββββββββββββββ 22.43%
+Quarta-Feira 56 commits βββββββββββββββββββββββββ 14.78%
+Quinta-Feira 44 commits βββββββββββββββββββββββββ 11.61%
+Sexta-Feira 28 commits βββββββββββββββββββββββββ 7.39%
+SΓ‘bado 30 commits βββββββββββββββββββββββββ 7.92%
+Domingo 86 commits βββββββββββββββββββββββββ 22.69%
```
-`SHOW_LANGUAGE` flag can be set to `False` to hide the Coding Language You use
+`SHOW_LANGUAGE` essa flag pode ser configurada para `False` para ocultar as linguagens de programaΓ§Γ£o que vocΓͺ usa
```text
-π¬ Languages:
+π¬ Linguagens de ProgramaΓ§Γ£o:
JavaScript 5 hrs 26 mins βββββββββββββββββββββββββ 61.97%
PHP 1 hr 35 mins βββββββββββββββββββββββββ 18.07%
Markdown 1 hr 9 mins βββββββββββββββββββββββββ 13.3%
@@ -165,17 +165,17 @@ XML 8 mins βββββββββββ
```
-`SHOW_OS` flag can be set to `False` to hide the OS details
+`SHOW_OS` essa flag pode ser configurada para `False` para ocultar os detalhes do sistema operacional
```text
-π» Operating Systems:
+π» Sistemas Operacionais:
Windows 8 hrs 46 mins βββββββββββββββββββββββββ 100.0%
```
-`SHOW_PROJECTS` flag can be set to `False` to hide the Projects worked on
+`SHOW_PROJECTS` essa flag pode ser configurada para `False` para ocultar os Projetos que vocΓͺ trabalhou
```text
-π±βπ» Projects:
+π±βπ» Projetos:
ctx_connector 4 hrs 3 mins βββββββββββββββββββββββββ 46.33%
NetSuite-Connector 1 hr 31 mins βββββββββββββββββββββββββ 17.29%
mango-web-master 1 hr 12 mins βββββββββββββββββββββββββ 13.77%
@@ -183,24 +183,24 @@ cable 54 mins βββββββββββ
denAPI 40 mins βββββββββββββββββββββββββ 7.66%
```
-`SHOW_TIMEZONE` flag can be set to `False` to hide the time zone you are in
+`SHOW_TIMEZONE` essa flag pode ser configurada para `False` para ocultar o fuso horΓ‘rio em que vocΓͺ estΓ‘
```text
-βοΈ Timezone: Asia/Calcutta
+βοΈ Fuso horΓ‘rio: America/Sao_Paulo
```
-`SHOW_EDITORS` flag can be set to `False` to hide the list of code-editors used
+`SHOW_EDITORS` essa flag pode ser configurada para `False` para ocultar os editores de cΓ³digos usados
```text
-π₯ Editors:
+π₯ Editores:
WebStorm 6 hrs 47 mins βββββββββββββββββββββββββ 77.43%
PhpStorm 1 hr 35 mins βββββββββββββββββββββββββ 18.07%
PyCharm 23 mins βββββββββββββββββββββββββ 4.49%
```
-`SHOW_LANGUAGE_PER_REPO` flag can be set to `False` to hide the Number of repository in different language and frameworks
+`SHOW_LANGUAGE_PER_REPO` essa flag pode ser configurada para `False` para ocultar o nΓΊmero de repositΓ³rios com linguagens e frameworks diferentes
-**I mostly code in Vue**
+**Eu geralmente programo em Vue**
```text
Vue 8 repos βββββββββββββββββββββββββ 25.0%
@@ -213,59 +213,58 @@ CSS 2 repos βββββββββββββββββ
```
-`SHOW_SHORT_INFO` flag can be set to `False` to hide the short fun fact info of user
->This section requires personal access token with user permission otherwise data shown will be incorrect here
+`SHOW_SHORT_INFO` essa flag pode ser configurada para `False` para ocultar pequenas informaΓ§Γ΅es sobre o usuΓ‘rio
+>Essa seΓ§Γ£o requer um token pessoal de acesso com permissΓ£o de usuΓ‘rio, caso contrΓ‘rio, os dados mostrados aqui estarΓ£o incorretos
-**π± My GitHub Data**
+**π± Meus Dados no GitHub**
-> π 433 Contributions in year 2020
+> π 433 ContribuiΓ§Γ΅es no ano de 2020
>
-> π¦ Used 292.3 kB in GitHub's Storage
+> π¦ Usado 292.3 kB no armazenamento do GitHub
>
-> πΌ Opted to Hire
+> πΌ Aberto para contrataΓ§Γ£o
>
-> π 25 Public Repository
+> π 25 RepositΓ³rios PΓΊblicos
>
-> π 15 Owned Private Repository
+> π 15 RepositΓ³rios Privados
-`SHOW_LOC_CHART` flag can be set to `False` to hide the Lines of code written in different quarters of different year
+`SHOW_LOC_CHART` essa flag pode ser configurada para `False` para ocultar as linhas de cΓ³digos escritas em diferentes trimestres do ano
-**Timeline**
+**Linha do Tempo**
-
+
-## :sparkling_heart: Support the project
+## :sparkling_heart: Apoie o Projeto
-I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
-this takes time. You can use this service for free.
+Eu uso cΓ³digo aberto em quase tudo que eu posso, e eu tento responder a todos que estΓ£o precisando de ajuda usando esse projeto. Γbvio que isso demanda tempo. VocΓͺ pode usar esse serviΓ§o de graΓ§a.
-However, if you are using this project and happy with it or just want to encourage me to continue creating stuff, there are few ways you can do it :-
+Entretanto, caso vocΓͺ esteja usando esse projeto e esteja feliz com isso ou apenas quer me incentivar a continuar criando soluΓ§Γ΅es, tem algumas maneiras em que vocΓͺ pode fazer isso:-
-- Giving proper credit when you use this action on your readme, linking back to it :D
-- Starring and sharing the project :rocket:
-- [](https://www.paypal.me/aapreneur) - You can make one-time donations via PayPal. I'll probably buy a ~~beer~~ wine π·
+- Dando crΓ©ditos a mim quando usar essa aΓ§Γ£o no seu readme, e linkando-o de volta para esse repositΓ³rio :D
+- Dando uma star e compartilhando o projeto :rocket:
+- [](https://www.paypal.me/aapreneur) - VocΓͺ pode fazer uma doaΓ§Γ£o via PayPal. Eu provΓ‘velmente irei comprar ~~cerveja~~ vinho π·
-Thanks! :heart:
+Obrigado! :heart:
---
-# Contributing
+# ContribuiΓ§Γ΅es
-Contributions are welcome! β₯! Please share any features, and add unit tests! Use the pull request and issue systems to contribute.
+ContribuiΓ§Γ΅es sΓ£o bem vindas! β₯! Por favor compartilhe qualquer funcionalidade e adicione testes unitΓ‘rios! Use o sistema de pull request e issue para contribuir.
-# Selected Contributors
+# Contribuidores Selecionados
-1. [Anmol Pratap Singh](https://github.com/anmol098): Maintainer
-2. [Prabhat Singh](https://github.com/prabhatdev): For code timeline graph [#18](https://github.com/anmol098/waka-readme-stats/pull/18)
-3. [Hedy Li](https://github.com/hedythedev): For Pull Request [#34](https://github.com/anmol098/waka-readme-stats/pull/34) and [#23](https://github.com/anmol098/waka-readme-stats/pull/23)
-4. [Pedro Torres](https://github.com/Corfucinas): For Pull Request [#29](https://github.com/anmol098/waka-readme-stats/pull/29)
-5. [Aaron Meese](https://github.com/ajmeese7): For Pull Request [#45](https://github.com/anmol098/waka-readme-stats/pull/45)
-6. [Arnav Jindal](https://github.com/Daggy1234): For Pull Request [#48](https://github.com/anmol098/waka-readme-stats/pull/48)
-7. [Daniel Rowe](https://github.com/DanRowe): For Pull Request [#57](https://github.com/anmol098/waka-readme-stats/pull/57)
-8. [Ss5h](https://github.com/tlatkdgus1): For adding support for natural sentence writing for translatio [#136](https://github.com/anmol098/waka-readme-stats/pull/136)
+1. [Anmol Pratap Singh](https://github.com/anmol098): Mantenedor
+2. [Prabhat Singh](https://github.com/prabhatdev): Pelo grΓ‘fico de linha do tempo de cΓ³digo [#18](https://github.com/anmol098/waka-readme-stats/pull/18)
+3. [Hedy Li](https://github.com/hedythedev): Pelo Pull Request [#34](https://github.com/anmol098/waka-readme-stats/pull/34) e [#23](https://github.com/anmol098/waka-readme-stats/pull/23)
+4. [Pedro Torres](https://github.com/Corfucinas): Pelo Pull Request [#29](https://github.com/anmol098/waka-readme-stats/pull/29)
+5. [Aaron Meese](https://github.com/ajmeese7): Pelo Pull Request [#45](https://github.com/anmol098/waka-readme-stats/pull/45)
+6. [Arnav Jindal](https://github.com/Daggy1234): Pelo Pull Request [#48](https://github.com/anmol098/waka-readme-stats/pull/48)
+7. [Daniel Rowe](https://github.com/DanRowe): Pelo Pull Request [#57](https://github.com/anmol098/waka-readme-stats/pull/57)
+8. [Ss5h](https://github.com/tlatkdgus1): Por adicionar suporte de escrita de frase natural para traduΓ§Γ£o [#136](https://github.com/anmol098/waka-readme-stats/pull/136)
-Special mention for those who are currently making their profile readme more awesome :smile: :tada:
+MenΓ§Γ£o especial para aqueles que estΓ£o atualmente deixando seus readmes mais incrΓveis :smile: :tada:
- [Stanislas](https://github.com/angristan)
@@ -367,14 +366,14 @@ Contributions are welcome! β₯! Please share any features, and add unit tests! U
-- And you! If ever you are using it right now and you are not on the list please tell us by sending a [Special Mention](https://github.com/anmol098/waka-readme-stats/issues/new/choose) issue :blush: we are glad to add you in the list.
+- E vocΓͺ! Caso esteja usando isso agora e seu nome nΓ£o esteja na lista, por favor contacte-nos enviando um [MenΓ§Γ£o Especial](https://github.com/anmol098/waka-readme-stats/issues/new/choose) issue :blush: nΓ³s ficaremos gratos em adicionar vocΓͺ na lista.
-Made with :heart: and Python π.
+Feito com :heart: e Python π.
-# Inspired From
+# Inspirado por
> [Awesome Pinned Gists](https://github.com/matchai/awesome-pinned-gists)
> [athul/waka-readme](https://github.com/athul/waka-readme)
-### This project need a **star** β from you β₯.
+### Esse projeto precisa de uma **star** β sua β₯.