Skip to content

Commit 5a7c126

Browse files
Add Japanese translations.
1 parent 6fa57b2 commit 5a7c126

File tree

8 files changed

+126
-89
lines changed

8 files changed

+126
-89
lines changed

content/ja/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ SciPyは、いつまでも 100% オープンソースのソフトウェアであ
8787
SciPy 開発チームは、経済的支援、サービス、または開発インフラを提供してくださっている以下の企業や組織に感謝を申し上げます。
8888

8989
- [JetBrains](https://jb.gg/OpenSourceSupport): すべての活動中のメンテナに対するすべての製品のライセンス付与
90-
- Tidelift:
90+
- [Tidelift](https://tidelift.com/subscription/pkg/pypi-scipy?utm_source=pypi-scipy&utm_medium=referral&utm_campaign=readme):
9191
Tideliftのオープンソースサブスクリプションを通じたSciPyへの経済的支援
9292
- [CircleCI](https://circleci.com): CIサービスのクレジット付与
9393
- [TravisCI](https://travis-ci.com): CIサービスのクレジット付与
@@ -101,7 +101,7 @@ SciPy 開発チームは、経済的支援、サービス、または開発イ
101101
- [BYU](https://www.byu.edu): SciPyの開発中のTravisOliphantの雇用
102102
- [Mayo Clinic](https://www.mayoclinic.org): SciPy開発中のTravis Oliphantの雇用
103103

104-
\_このリストはサポート開始の次期順に並べられており、
104+
_このリストはサポート開始の次期順に並べられており、
105105
最後に更新されたのは2022年1月です。
106106

107107
<a name="social-media"></a>

content/ja/config.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
languageName: Japanese
1+
languageName: English
22
params:
33
description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.
44
navbarlogo:
55
image: logo.svg
66
altText: A blue circle with a snake in the shape of the letter 'S'.
77
text: SciPy
8-
link: /ja/
8+
link: /
99
hero:
1010
# Main hero title
1111
title: SciPy
@@ -14,23 +14,23 @@ params:
1414
# Button text
1515
buttontext: Get started
1616
# Where the main hero button links to
17-
buttonlink: "/ja/install"
17+
buttonlink: "/install"
1818
# Hero image (from static/images/___)
1919
image: logo.svg
2020

2121
section5: false
2222

2323
navbar:
2424
- title: Install
25-
url: /ja/install
25+
url: /install
2626
- title: Documentation
2727
url: https://docs.scipy.org/doc/scipy/
2828
- title: Community
29-
url: /ja/community
29+
url: /community
3030
- title: About Us
31-
url: /ja/about
31+
url: /about
3232
- title: Contribute
33-
url: /ja/contribute
33+
url: /contribute
3434
footer:
3535
logo: logo.svg
3636
socialmediatitle: ""
@@ -44,34 +44,34 @@ params:
4444
title: ""
4545
links:
4646
- text: Install
47-
link: /ja/install
47+
link: /install
4848
- text: Documentation
4949
link: https://docs.scipy.org/doc/scipy/
5050
- text: Citing SciPy
51-
link: /ja/citing-scipy
51+
link: /citing-scipy
5252
- text: Roadmap
5353
link: https://scipy.github.io/devdocs/dev/roadmap.html
5454
column2:
5555
links:
5656
- text: About Us
57-
link: /ja/about
57+
link: /about
5858
- text: Community
59-
link: /ja/community
59+
link: /community
6060
- text: SciPy Conference
6161
link: https://conference.scipy.org/
6262
- text: Contribute
63-
link: /ja/contribute
63+
link: /contribute
6464
- text: Code of Conduct
6565
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
6666
column3:
6767
links:
6868
- text: FAQ
69-
link: /ja/faq
69+
link: /faq
7070
- text: Terms of Use
71-
link: /ja/terms
71+
link: /terms
7272
- text: Privacy
73-
link: /ja/privacy
73+
link: /privacy
7474
- text: Press Kit
75-
link: /ja/press-kit
75+
link: /press-kit
7676
- text: Social Media
77-
link: /ja/about/#social-media
77+
link: /about/#social-media

content/ja/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SciPyの [ユーザガイド](https://docs.scipy.org/doc/scipy/tutorial/index.ht
3737

3838
### イシューのトリアージ
3939

40-
[SciPyのイシュートラッカー](https://github.com/scipy/scipy/issues) には、未解決の課題が *大量*に残っています。 いくつかの課題はすでに解決されていたり、いくつかは優先順位付けが必要で、
40+
[SciPyのイシュートラッカー](https://github.com/scipy/scipy/issues) には、未解決の課題が _大量_に残っています。 いくつかの課題はすでに解決されていたり、いくつかは優先順位付けが必要で、
4141
いくつかは、SciPyの初心者が取り組むのに良い課題でしょう。 例えば、
4242

4343
- 古くのバグが最新のコードでも存在しているか確認する

0 commit comments

Comments
 (0)