]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add Portuguese translation for External Links (#1443)
authorFabio Serrao <fabioserrones@gmail.com>
Sun, 18 Oct 2020 07:04:47 +0000 (04:04 -0300)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 07:04:47 +0000 (09:04 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/pt/docs/external-links.md [new file with mode: 0644]
docs/pt/mkdocs.yml

diff --git a/docs/pt/docs/external-links.md b/docs/pt/docs/external-links.md
new file mode 100644 (file)
index 0000000..6ec6c3a
--- /dev/null
@@ -0,0 +1,82 @@
+# Links externos e Artigos
+
+**FastAPI** tem uma grande comunidade em crescimento constante.
+
+Existem muitas postagens, artigos, ferramentas e projetos relacionados ao **FastAPI**.
+
+Aqui tem uma lista, incompleta, de algumas delas.
+
+!!! tip "Dica"
+    Se você tem um artigo, projeto, ferramenta ou qualquer coisa relacionada ao **FastAPI** que ainda não está listada aqui, crie um <a href="https://github.com/tiangolo/fastapi/edit/master/docs/external-links.md" class="external-link" target="_blank">_Pull Request_ adicionando ele</a>.
+
+## Artigos
+
+### Inglês
+
+{% if external_links %}
+{% for article in external_links.articles.english %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
+### Japonês
+
+{% if external_links %}
+{% for article in external_links.articles.japanese %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
+### Vietnamita
+
+{% if external_links %}
+{% for article in external_links.articles.vietnamese %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
+### Russo
+
+{% if external_links %}
+{% for article in external_links.articles.russian %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
+### Alemão
+
+{% if external_links %}
+{% for article in external_links.articles.german %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
+## Podcasts
+
+{% if external_links %}
+{% for article in external_links.podcasts.english %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
+## Palestras
+
+{% if external_links %}
+{% for article in external_links.talks.english %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
+## Projetos
+
+Últimos projetos no GitHub com o tópico `fastapi`:
+
+<div class="github-topic-projects">
+</div>
index 94830761f04bba7f3eb21f24b8dc715c9f546e65..7557b3879ab7d5491fa4afdc8ad1a323fe26982d 100644 (file)
@@ -42,6 +42,7 @@ nav:
   - tutorial/first-steps.md
 - alternatives.md
 - history-design-future.md
+- external-links.md
 - benchmarks.md
 markdown_extensions:
 - toc: