From: T. Tokusumi <41147016+tokusumi@users.noreply.github.com> Date: Sat, 9 Jan 2021 18:38:20 +0000 (+0900) Subject: 🌐 Add Japanese translation for External Links (#2070) X-Git-Tag: 0.64.0~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68dca8f42d6d06bc9e89bfb22b01e74fba491175;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Add Japanese translation for External Links (#2070) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/ja/docs/external-links.md b/docs/ja/docs/external-links.md new file mode 100644 index 0000000000..6703f5fc26 --- /dev/null +++ b/docs/ja/docs/external-links.md @@ -0,0 +1,82 @@ +# 外部リンク・記事 + +**FastAPI**には、絶えず成長している素晴らしいコミュニティがあります。 + +**FastAPI**に関連する投稿、記事、ツール、およびプロジェクトは多数あります。 + +それらの不完全なリストを以下に示します。 + +!!! tip "豆知識" + ここにまだ載っていない**FastAPI**に関連する記事、プロジェクト、ツールなどがある場合は、 プルリクエストして下さい。 + +## 記事 + +### 英語 + +{% if external_links %} +{% for article in external_links.articles.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### 日本語 + +{% if external_links %} +{% for article in external_links.articles.japanese %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### ベトナム語 + +{% if external_links %} +{% for article in external_links.articles.vietnamese %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### ロシア語 + +{% if external_links %} +{% for article in external_links.articles.russian %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### ドイツ語 + +{% if external_links %} +{% for article in external_links.articles.german %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## ポッドキャスト + +{% if external_links %} +{% for article in external_links.podcasts.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## トーク + +{% if external_links %} +{% for article in external_links.talks.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## プロジェクト + +`fastapi`トピックの最新のGitHubプロジェクト: + +
+
diff --git a/docs/ja/mkdocs.yml b/docs/ja/mkdocs.yml index 19b1594920..17350be964 100644 --- a/docs/ja/mkdocs.yml +++ b/docs/ja/mkdocs.yml @@ -72,6 +72,7 @@ nav: - project-generation.md - alternatives.md - history-design-future.md +- external-links.md - benchmarks.md - help-fastapi.md - contributing.md