-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(pt): translate leaderboard section and contributors card
- Loading branch information
1 parent
991795b
commit 991091b
Showing
5 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,13 @@ | ||
--- | ||
title: Desafios respondidos | ||
description: tabela de classificação mostrando o número de desafios respondidos. | ||
noCommentSection: true | ||
prev: false | ||
next: false | ||
--- | ||
|
||
import LeaderboardAnswer from '../../../components/leaderboard/LeaderboardAnswer.svelte'; | ||
|
||
Junte-se a lista e comece sua jornada Desafios Angular lendo o guia [Começando](/pt/guides/getting-started). | ||
|
||
<LeaderboardAnswer client:load /> |
This file contains 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,14 @@ | ||
--- | ||
title: Número de Desafios Criados | ||
description: tabela de classificação mostrando o número de desafios criados. | ||
noCommentSection: true | ||
prev: false | ||
next: false | ||
--- | ||
|
||
import LeaderboardChallenge from '../../../components/leaderboard/LeaderboardChallenge.svelte'; | ||
|
||
Um desafio está faltando, crie seu próprio e entre para a tabela de classificação. | ||
Leia o guia [Crie seu próprio desafio](/pt/guides/create-challenge) para aprender como criar um desafio. | ||
|
||
<LeaderboardChallenge client:load /> |
This file contains 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,14 @@ | ||
--- | ||
title: Número de contribuições | ||
description: tabela de classificação mostrando o número de contribuições. | ||
noCommentSection: true | ||
prev: false | ||
next: false | ||
--- | ||
|
||
import LeaderboardCommit from '../../../components/leaderboard/LeaderboardCommit.svelte'; | ||
|
||
Quer melhorar o projeto, consertar um erro de digitação, adicionar alguma documentação para um desafio ou traduzir uma página? Esta tabela de classificação mostra o número de contribuição por usuário. | ||
Este repositório é de código aberto e você pode contribuir. Leia o guia [Contribua](/pt/guides/contribute) para começar. | ||
|
||
<LeaderboardCommit client:load /> |
This file contains 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