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

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

- πβ¨IncrΓveis EstatΓsticas no Readme
+ πβ¨Awesome Readme Stats
----
@@ -21,63 +21,63 @@
- VocΓͺ Γ© diurno π€ ou noturno π¦?
+ Are you an early π€ or a night π¦?
- Quando vocΓͺ Γ© mais produtivo durante o dia?
+ When are you most productive during the day?
- Quais sΓ£o as linguagens com que vocΓͺ programa?
+ What are languages you code in?
- Vamos ver isso em seu perfil!
+ Let's check out in your profile readme!
- Reporte Bug
+ Report Bug
Β·
- Solicite Funcionalidades
+ Request Feature
-## ConfiguraΓ§Γ£o PrΓ©via
+## Prep Work
-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.
+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.
-Essa AΓ§Γ£o serΓ‘ executada todos os dias Γ s 00.00 IST
+This Action will run everyday at 00.00 IST
-## Atualize seu Readme
+## Update your Readme
-Adicione um comentΓ‘rio igual a esse em seu `README.md`:
+Add a comment to your `README.md` like this:
```md
```
-Estas linhas serΓ£o nosso ponto de entrada para as mΓ©tricas de desenvolvimento.
+These lines will be our entry-points for the dev metrics.
-## Novo no WakaTime
+## New to WakaTime
-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.
+WakaTime gives you an idea of the time you really spent on coding. This helps you boost your productivity and competitive edge.
-- 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.
+- 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.
-### Perfil do RepositΓ³rio
+### Profile Repository
-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 = `
+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 = `
-Aqui estΓ‘ um exemplo do arquivo com o Workflow para executa-lo:
+Here is Sample Workflow File for running it:
```yml
name: Waka Readme
@@ -99,8 +99,8 @@ jobs:
```
## Extras
-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
+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
```yml
- uses: anmol098/waka-readme-stats@master
@@ -111,52 +111,52 @@ jobs:
SHOW_PROJECTS: "False"
```
-### Flags DisponΓveis
+### Flags Available
---
-`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)
+`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)
-`SHOW_LINES_OF_CODE` essa flag pode ser configurada para `True` para mostrar as linhas de cΓ³digos escritas atΓ© a data atual
+`SHOW_LINES_OF_CODE` flag can be set to `True` to show the Lines of code writen till date
-
+
-`SHOW_PROFILE_VIEWS` essa flag pode ser configurada para `False` para ocultar as VizualizaΓ§Γ΅es do Perfil
+`SHOW_PROFILE_VIEWS` flag can be set to `False` to hide the Profile views
-
+
-`SHOW_COMMIT` essa flag pode ser configurada para `False` para ocultar as estatΓsticas de commits
+`SHOW_COMMIT` flag can be set to `False` to hide the commit stats
-**Eu sou Diurno π€**
+**I'm an early π€**
```text
-π ManhΓ£ 95 commits βββββββββββββββββββββββββ 30.55%
-π Tarde 78 commits βββββββββββββββββββββββββ 25.08%
-π Noite 112 commits βββββββββββββββββββββββββ 36.01%
-π Madrugada 26 commits βββββββββββββββββββββββββ 8.36%
+π Morning 95 commits βββββββββββββββββββββββββ 30.55%
+π Daytime 78 commits βββββββββββββββββββββββββ 25.08%
+π Evening 112 commits βββββββββββββββββββββββββ 36.01%
+π Night 26 commits βββββββββββββββββββββββββ 8.36%
```
-`SHOW_DAYS_OF_WEEK` essa flag pode ser configurada para `False` para ocultar os commits feitos em diferentes dias da semana
+`SHOW_DAYS_OF_WEEK` flag can be set to `False` to hide the commits made on different days of week
-π
**Eu Sou Mais Produtivo aos Domingos**
+π
**I'm Most Productive on Sundays**
```text
-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%
+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%
```
-`SHOW_LANGUAGE` essa flag pode ser configurada para `False` para ocultar as linguagens de programaΓ§Γ£o que vocΓͺ usa
+`SHOW_LANGUAGE` flag can be set to `False` to hide the Coding Language You use
```text
-π¬ Linguagens de ProgramaΓ§Γ£o:
+π¬ Languages:
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` essa flag pode ser configurada para `False` para ocultar os detalhes do sistema operacional
+`SHOW_OS` flag can be set to `False` to hide the OS details
```text
-π» Sistemas Operacionais:
+π» Operating Systems:
Windows 8 hrs 46 mins βββββββββββββββββββββββββ 100.0%
```
-`SHOW_PROJECTS` essa flag pode ser configurada para `False` para ocultar os Projetos que vocΓͺ trabalhou
+`SHOW_PROJECTS` flag can be set to `False` to hide the Projects worked on
```text
-π±βπ» Projetos:
+π±βπ» Projects:
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` essa flag pode ser configurada para `False` para ocultar o fuso horΓ‘rio em que vocΓͺ estΓ‘
+`SHOW_TIMEZONE` flag can be set to `False` to hide the time zone you are in
```text
-βοΈ Fuso horΓ‘rio: America/Sao_Paulo
+βοΈ Timezone: Asia/Calcutta
```
-`SHOW_EDITORS` essa flag pode ser configurada para `False` para ocultar os editores de cΓ³digos usados
+`SHOW_EDITORS` flag can be set to `False` to hide the list of code-editors used
```text
-π₯ Editores:
+π₯ Editors:
WebStorm 6 hrs 47 mins βββββββββββββββββββββββββ 77.43%
PhpStorm 1 hr 35 mins βββββββββββββββββββββββββ 18.07%
PyCharm 23 mins βββββββββββββββββββββββββ 4.49%
```
-`SHOW_LANGUAGE_PER_REPO` essa flag pode ser configurada para `False` para ocultar o nΓΊmero de repositΓ³rios com linguagens e frameworks diferentes
+`SHOW_LANGUAGE_PER_REPO` flag can be set to `False` to hide the Number of repository in different language and frameworks
-**Eu geralmente programo em Vue**
+**I mostly code in Vue**
```text
Vue 8 repos βββββββββββββββββββββββββ 25.0%
@@ -213,58 +213,59 @@ CSS 2 repos βββββββββββββββββ
```
-`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
+`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
-**π± Meus Dados no GitHub**
+**π± My GitHub Data**
-> π 433 ContribuiΓ§Γ΅es no ano de 2020
+> π 433 Contributions in year 2020
>
-> π¦ Usado 292.3 kB no armazenamento do GitHub
+> π¦ Used 292.3 kB in GitHub's Storage
>
-> πΌ Aberto para contrataΓ§Γ£o
+> πΌ Opted to Hire
>
-> π 25 RepositΓ³rios PΓΊblicos
+> π 25 Public Repository
>
-> π 15 RepositΓ³rios Privados
+> π 15 Owned Private Repository
-`SHOW_LOC_CHART` essa flag pode ser configurada para `False` para ocultar as linhas de cΓ³digos escritas em diferentes trimestres do ano
+`SHOW_LOC_CHART` flag can be set to `False` to hide the Lines of code written in different quarters of different year
-**Linha do Tempo**
+**Timeline**
-
+
-## :sparkling_heart: Apoie o Projeto
+## :sparkling_heart: Support the project
-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.
+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.
-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:-
+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 :-
-- 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 π·
+- 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 π·
-Obrigado! :heart:
+Thanks! :heart:
---
-# ContribuiΓ§Γ΅es
+# Contributing
-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.
+Contributions are welcome! β₯! Please share any features, and add unit tests! Use the pull request and issue systems to contribute.
-# Contribuidores Selecionados
+# Selected Contributors
-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)
+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)
-MenΓ§Γ£o especial para aqueles que estΓ£o atualmente deixando seus readmes mais incrΓveis :smile: :tada:
+Special mention for those who are currently making their profile readme more awesome :smile: :tada:
- [Stanislas](https://github.com/angristan)
@@ -366,14 +367,14 @@ ContribuiΓ§Γ΅es sΓ£o bem vindas! β₯! Por favor compartilhe qualquer funcionalid
-- 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.
+- 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.
-Feito com :heart: e Python π.
+Made with :heart: and Python π.
-# Inspirado por
+# Inspired From
> [Awesome Pinned Gists](https://github.com/matchai/awesome-pinned-gists)
> [athul/waka-readme](https://github.com/athul/waka-readme)
-### Esse projeto precisa de uma **star** β sua β₯.
+### This project need a **star** β from you β₯.