Skip to content

Commit 75cc9b0

Browse files
Okabe-Junyachalin
andauthored
Initialize the Japanese Localization Guidelines (#259)
* feat: initialize Japanese l10n guide Signed-off-by: Junya Okabe <[email protected]> * update: add review section Signed-off-by: Junya Okabe <[email protected]> * fix: anchor link Signed-off-by: Junya Okabe <[email protected]> * Update: l10n reviewer Signed-off-by: Junya Okabe <[email protected]> Signed-off-by: Junya Okabe <[email protected]> * fix: linter errors Signed-off-by: Junya Okabe <[email protected]> * feat: add ## Localization READMEs Signed-off-by: Junya Okabe <[email protected]> * fix: link checker error Signed-off-by: Junya Okabe <[email protected]> * update: .prettierignore Signed-off-by: Junya Okabe <[email protected]> * Update docs/localization/README.md Co-authored-by: Patrice Chalin <[email protected]> Signed-off-by: Junya Okabe <[email protected]> * Update .prettierignore Co-authored-by: Patrice Chalin <[email protected]> Signed-off-by: Junya Okabe <[email protected]> * fix: L6 Signed-off-by: Junya Okabe <[email protected]> --------- Signed-off-by: Junya Okabe <[email protected]> Signed-off-by: Junya Okabe <[email protected]> Co-authored-by: Patrice Chalin <[email protected]>
1 parent 49014f8 commit 75cc9b0

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Nothing to ignore at the moment.
1+
/docs/localization/ja

docs/localization/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ Every guide here must meet the following requirements:
1111
- Meets the requirements of the original open-source license.
1212

1313
Guides here must not violate copyright or licensing requirements.
14+
15+
## Localizations
16+
17+
- [Japanese](ja/README.md)

docs/localization/ja/README.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# CNCF日本語ローカライゼーション向けガイドライン
2+
3+
このドキュメントでは、CNCFのプロジェクトをローカライズする際に参考になる一般的なガイドラインを提供します。
4+
5+
> [!IMPORTANT]
6+
> 各プロジェクトに対してこのガイドラインをどの程度適用するかは、各プロジェクトのローカライゼーションリードが決定します。疑問点がある場合は、各プロジェクトの日本語ローカライゼーションリードやレビュアーと相談してください。
7+
8+
## 目次
9+
10+
- [スタイルガイド](#スタイルガイド)
11+
- [固有の用語](#固有の用語)
12+
- [](#例)
13+
- [レビュー](#レビュー)
14+
- [プロジェクト](#プロジェクト)
15+
- [コミュニケーション](#コミュニケーション)
16+
17+
## スタイルガイド
18+
19+
Kubernetesの[日本語ローカライゼーション向けのスタイルガイド](https://kubernetes.io/ja/docs/contribute/localization/#style-guide)に準拠してください。
20+
21+
## 固有の用語
22+
23+
CNCFのプロジェクト特有の用語については、原則として英語のまま表記してください。ただしこれらの用語や概念を説明をするページなどで日本語の訳語が必要な場合は、以下の表を参考にしてください。
24+
25+
| 英語 | 日本語 |
26+
| --- | --- |
27+
| Charter | チャーター |
28+
| Governing Board | 運営委員会 |
29+
| SIG (Special Interest Group) | Special Interest Group |
30+
| TAB (Technical Advisory Board) | 技術諮問評議会 |
31+
| TAG (Technical Advisory Group) | 技術諮問グループ |
32+
| TOC (Technical Oversight Committee) | 技術監督委員会 |
33+
| WG (Working Group) | ワーキンググループ |
34+
35+
また次の表に示す用語はCNCF特有ではありませんが、表記を統一するため、原則として以下の表を参考にしてください。
36+
37+
| 英語 | 日本語 |
38+
| --- | --- |
39+
| Committee | 委員会 |
40+
| White Paper | ホワイトペーパー |
41+
42+
###
43+
44+
| 推奨 | 非推奨 |
45+
| --- | --- |
46+
| Platform WG | プラットフォームWG |
47+
| Platform WG | プラットフォームワーキンググループ |
48+
| SIG Docs | SIGドキュメント |
49+
| TAG Runtime | TAGランタイム |
50+
51+
## レビュー
52+
53+
ローカライゼーションのPRを作成した際は、ローカライゼーションレビュアーにレビューを依頼してください。各リポジトリのレビュアーは、[プロジェクト](#プロジェクト)の表を参考にしてください。
54+
2人以上のローカライゼーションレビュアーからの承認を得ることを推奨します。
55+
56+
ローカライゼーションレビュアーからの承認を得た後、各リポジトリのメンテナーにPRのマージを依頼してください。
57+
58+
## プロジェクト
59+
60+
すでにローカライゼーションが進められているプロジェクトの一覧です。ローカライゼーションPRを作成する際には、以下の表を参考にして、適宜ローカライゼーションリードやレビュアーに通知してください。
61+
62+
| プロジェクト | ローカライゼーションリード | ローカライゼーションレビュアー |
63+
| --- | --- | --- |
64+
| [CNCF Glossary](https://github.com/cncf/glossary) | [@naonishijima](https://github.com/naonishijima) | [@naonishijima](https://github.com/naonishijima), [@kaitoii11](https://github.com/kaitoii11), [@Okabe-Junya](https://github.com/Okabe-Junya) |
65+
| [CNCF TAG App Delivery](https://github.com/cncf/tag-app-delivery) | [@hhiroshell](https://github.com/hhiroshell) | [@hhiroshell](https://github.com/hhiroshell), [@kaitoii11](https://github.com/kaitoii11), [@naonishijima](https://github.com/naonishijima) |
66+
| [CNCF TAG Environmental Sustainability](https://github.com/cncf/tag-env-sustainability) | [@naonishijima](https://github.com/naonishijima) | [@naonishijima](https://github.com/naonishijima), [@kaitoii11](https://github.com/kaitoii11), [@Okabe-Junya](https://github.com/Okabe-Junya) |
67+
| [CNCF TAG Runtime](https://github.com/cncf/tag-runtime) | [@kaitoii11](https://github.com/kaitoii11) | [@kaitoii11](https://github.com/kaitoii11), [@kenta-iijima](https://github.com/kenta-iijima), [@Okabe-Junya](https://github.com/Okabe-Junya) |
68+
69+
## コミュニケーション
70+
71+
CNCFのプロジェクトのローカライゼーションに関するコミュニケーションは、主に、[CNCFのSlack](https://cloud-native.slack.com)[`#glossary-localization-japanese`](https://cloud-native.slack.com/archives/C057F81GFUG)チャンネルで行われています。ローカライゼーションに関する質問や提案がある場合は、こちらのチャンネルで議論してください。
72+
73+
CNCFのSlackに参加していない場合は、[Community Inviterのサイト](https://communityinviter.com/apps/cloud-native/cncf)から参加できます。

0 commit comments

Comments
 (0)