Skip to content

Commit 29105b3

Browse files
authored
Add Japanese translations to contributing index and sidebar (#2434)
## Motivation for the change, related issues Part of #2202 Add Japanese translations to contributing index and sidebar
1 parent b461d4a commit 29105b3

File tree

2 files changed

+128
-11
lines changed
  • packages/docs/site/i18n/ja/docusaurus-plugin-content-docs

2 files changed

+128
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
22
"version.label": {
3-
"message": "Next",
3+
"message": "",
44
"description": "The label for version current"
55
},
66
"sidebar.mainSidebar.category.Documentation": {
7-
"message": "Documentation",
7+
"message": "ドキュメント",
88
"description": "The label for category Documentation in sidebar mainSidebar"
99
},
1010
"sidebar.mainSidebar.category.About Playground": {
11-
"message": "About Playground",
11+
"message": "プレイグラウンドについて",
1212
"description": "The label for category About Playground in sidebar mainSidebar"
1313
},
1414
"sidebar.mainSidebar.category.Guides": {
15-
"message": "Guides",
15+
"message": "ガイド",
1616
"description": "The label for category Guides in sidebar mainSidebar"
1717
},
1818
"sidebar.mainSidebar.category.Contributing": {
19-
"message": "Contributing",
19+
"message": "貢献",
2020
"description": "The label for category Contributing in sidebar mainSidebar"
2121
},
2222
"sidebar.blueprintsSidebar.category.Blueprints": {
23-
"message": "Blueprints",
23+
"message": "ブループリント",
2424
"description": "The label for category Blueprints in sidebar blueprintsSidebar"
2525
},
2626
"sidebar.blueprintsSidebar.category.Tutorial": {
27-
"message": "Tutorial",
27+
"message": "チュートリアル",
2828
"description": "The label for category Tutorial in sidebar blueprintsSidebar"
2929
},
3030
"sidebar.blueprintsSidebar.category.Steps": {
31-
"message": "Steps",
31+
"message": "手順",
3232
"description": "The label for category Steps in sidebar blueprintsSidebar"
3333
},
3434
"sidebar.developersSidebar.category.Developers": {
35-
"message": "Developers",
35+
"message": "開発者",
3636
"description": "The label for category Developers in sidebar developersSidebar"
3737
},
3838
"sidebar.developersSidebar.category.Local Development": {
39-
"message": "Local Development",
39+
"message": "ローカル開発",
4040
"description": "The label for category Local Development in sidebar developersSidebar"
4141
},
4242
"sidebar.developersSidebar.category.Playground APIs": {
@@ -48,7 +48,7 @@
4848
"description": "The label for category Javascript API in sidebar developersSidebar"
4949
},
5050
"sidebar.developersSidebar.category.Architecture": {
51-
"message": "Architecture",
51+
"message": "アーキテクチャー",
5252
"description": "The label for category Architecture in sidebar developersSidebar"
5353
}
5454
}
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
title: イントロダクション
3+
slug: /contributing
4+
id: introduction
5+
---
6+
7+
# WP Playground プロジェクトへの貢献
8+
9+
<!--
10+
# Contributing to WP Playground project
11+
-->
12+
13+
WordPress Playground は、コードからデザイン、ドキュメントからトリアージまで、あらゆる種類の貢献者を歓迎するオープンソース プロジェクトです。
14+
15+
<!--
16+
WordPress Playground is an open-source project that welcomes contributors of all kinds, from code to design, documentation to triage.
17+
-->
18+
19+
## どうすれば貢献できますか?
20+
21+
<!--
22+
## How can I contribute?
23+
-->
24+
25+
- コードですか?[開発者向けセクション](/contributing/code)をご覧ください。
26+
- ドキュメントですか?[ドキュメントセクション](/contributing/documentation)をご覧ください。
27+
- バグ報告ですか?GitHub のメインリポジトリ、または[Playground Tools](https://github.com/WordPress/playground-tools/issues/new)[新しい問題](https://github.com/WordPress/wordpress-playground/issues/new)を開いてください。
28+
- アイデアやデザインなど、何かありましたら、[GitHub ディスカッション](https://github.com/WordPress/wordpress-playground/discussions)を開いて、ぜひお話しましょう!
29+
30+
<!--
31+
- Code? See the [developer section](/contributing/code).
32+
- Documentation? See the [documentation section](/contributing/documentation).
33+
- Reporting bugs? Open a [new issue](https://github.com/WordPress/wordpress-playground/issues/new) in the main GitHub repository, or in [Playground Tools](https://github.com/WordPress/playground-tools/issues/new).
34+
- Ideas, designs, or anything else? Open a [GitHub discussion](https://github.com/WordPress/wordpress-playground/discussions), and let's talk!
35+
-->
36+
37+
## ガイドライン
38+
39+
<!--
40+
## Guidelines
41+
-->
42+
43+
- すべての WordPress プロジェクトと同様に、私たちは誰もが歓迎され、敬意を持って利用できる環境づくりに努めています。詳しくは、コミュニティの[行動規範](https://make.wordpress.org/handbook/community-code-of-conduct/)をお読みください。
44+
- コード貢献者は[コーディング原則](/contributing/coding-standards)を確認してください。
45+
- 貢献したすべてのコードに対する著作権はあなたに帰属します。プルリクエストを送信することにより、そのコードを[WordPress Playground ライセンス](https://github.com/WordPress/wordpress-playground?tab=GPL-2.0-1-ov-file#readme)に基づいて公開することに同意したことになります。
46+
47+
<!--
48+
- As with all WordPress projects, we want to ensure a welcoming and respectful environment for everyone. Please read our community's [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/) to learn more.
49+
- Code contributors should review the [coding principles](/contributing/coding-standards).
50+
- You maintain copyright over any contribution you make. By submitting a Pull Request, you agree to release that code under [WordPress Playground License](https://github.com/WordPress/wordpress-playground?tab=GPL-2.0-1-ov-file#readme).
51+
-->
52+
53+
## イシューのトリアージ
54+
55+
<!--
56+
## Triaging issues
57+
-->
58+
59+
未解決の問題を整理し、潜在的なバグを解決するお手伝いをしたいですか? 方法は次のとおりです:
60+
61+
<!--
62+
Want to help sort through open issues and resolve potential bugs? Here's how:
63+
-->
64+
65+
1. [未解決の問題一覧](https://github.com/WordPress/wordpress-playground/issues?q=is%3Aopen+is%3Aissue)を確認し、貢献できる問題を見つけてください。[Playground Tools リポジトリ](https://github.com/WordPress/playground-tools/issues?q=is%3Aopen+is%3Aissue)についても同様です。
66+
2. 説明とコメントに目を通します。
67+
3. 再現可能なバグの場合は、詳細なコメントまたは修正案を追加します。
68+
4. 再現できない場合は、役立つと思われる追加情報をコメントに追加します。
69+
70+
<!--
71+
1. Review the [list of open issues](https://github.com/WordPress/wordpress-playground/issues?q=is%3Aopen+is%3Aissue) and find the ones that you can help with. Same goes for the [Playground Tools repository](https://github.com/WordPress/playground-tools/issues?q=is%3Aopen+is%3Aissue).
72+
2. Read through the description and comments.
73+
3. If it's a bug you can reproduce, add a descriptive comment or a potential fix.
74+
4. Otherwise, add a comment with any additional information that may be helpful.
75+
-->
76+
77+
## 貢献と GPL ライセンスに関する注意
78+
79+
<!--
80+
## A note on contributing and the GPL license
81+
-->
82+
83+
WordPress Playground と WordPress プロジェクトは、フリーソフトウェアおよびオープンソースソフトウェアに深く根ざしています。具体的には、WordPress Playground は [フリーソフトウェア財団](https://www.fsf.org/) から GPLv2(またはそれ以降)のライセンスを受けています。[ライセンスの本文はこちら](https://github.com/WordPress/wordpress-playground/blob/trunk/LICENSE) でご覧いただけます。もし難しそうに感じる場合は、WordPress.org に [分かりやすい GPL 入門書](https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/gpl-primer/) があります。
84+
85+
<!--
86+
WordPress Playground and the WordPress project are strongly rooted in free and open source software. Specifically, WordPress Playground is licenced under GPLv2 (or later) from the [Free Software Foundation](https://www.fsf.org/). You can [read the text of the license here](https://github.com/WordPress/wordpress-playground/blob/trunk/LICENSE) and if that feels overwhelming, WordPress.org has a [friendly GPL Primer](https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/gpl-primer/).
87+
-->
88+
89+
したがって、あなたの貢献が以下の内容に該当することにご注意ください。
90+
91+
<!--
92+
As such, please be aware of the implications that your contributions will fall under:
93+
-->
94+
95+
- 貢献を行う際は、貢献内容が GPLv2(またはそれ以降)ライセンスの下で提供されることに同意するものとします。
96+
- GPL ライセンスには強力なコピーレフト条項があり、すべての派生作品がオープンソースであり、同一のライセンス条件の下で提供されることを保証するため、共同開発環境が促進されます。
97+
- GPL ライセンスでは、変更、バグ修正、新機能などを元のコードベースに還元することが推奨されます。
98+
- GPL ライセンスは、コスト面だけでなく、ソフトウェアの使用、変更、配布の自由に関しても、プロジェクトがフリーかつオープンソースであることを保証します。
99+
100+
<!--
101+
- When you contribute, you agree to license your contributions under the GPLv2 (or later) license
102+
- The GPL license has strong copyleft provisions that ensure all derivative works remain open-source and under the same license terms, thereby promoting a collaborative development environment.
103+
- The GPL license encourages contributing any changes, bug fixes, or new features back to the original codebase.
104+
- The GPL license ensures that the project remains free and open-source, not only in terms of cost but also with respect to the freedom to use, modify, and distribute the software.
105+
-->
106+
107+
上記があなたの貢献にどのような影響を与えるかについてご質問がある場合は、WP Slack および [`meta-playground` チャンネル](https://wordpress.slack.com/archives/C04EWKGDJ0K) までお気軽にお問い合わせください。
108+
109+
<!--
110+
If you have any questions about how the above might affect your contributions, please feel free to reach out on WP Slack and the [`meta-playground` channel](https://wordpress.slack.com/archives/C04EWKGDJ0K).
111+
-->
112+
113+
ご協力ありがとうございました!🎉
114+
115+
<!--
116+
Thank you again for your contributions! 🎉
117+
-->

0 commit comments

Comments
 (0)