Skip to content

Commit 1248448

Browse files
Okabe-Junyaatoato88nasa9084Tim Bannister
authored
[ja] add Release History page for Japanese (#44621)
* init: cp content/en/releases/_index.md content/ja/releases/_index.md * feat: translate into Japanese * update: i18n config * fix: typo * fix: ja.toml * del: released entry * update: ja.toml * update: ja.toml Co-authored-by: atoato88 <[email protected]> * update: L12 Co-authored-by: nasa9084 <[email protected]> * update: L13 Co-authored-by: nasa9084 <[email protected]> * update: ja.toml Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: atoato88 <[email protected]> Co-authored-by: nasa9084 <[email protected]> Co-authored-by: Tim Bannister <[email protected]>
1 parent 7236cd5 commit 1248448

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

content/ja/releases/_index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
linktitle: リリース履歴
3+
title: リリース
4+
type: docs
5+
layout: release-info
6+
notoc: true
7+
---
8+
9+
<!-- overview -->
10+
11+
Kubernetesプロジェクトは、最新の3つのマイナーリリース({{< skew latestVersion >}}、{{< skew prevMinorVersion >}}、{{< skew oldestMinorVersion >}})のリリースブランチをメンテナンスしています。
12+
Kubernetes 1.19以降のバージョンは、[約1年間のパッチサポート](/releases/patch-releases/#support-period)を受け付けています。
13+
Kubernetes 1.18以前のバージョンは、約9ヶ月間のパッチサポートを受け付けていました。
14+
15+
Kubernetesのバージョンは、**x.y.z**と表されます。
16+
ここで、**x**はメジャーバージョン、**y**はマイナーバージョン、**z**はパッチバージョンを指し、これらは[セマンティックバージョニング](https://semver.org/)の用語に従います。
17+
18+
詳細は、[バージョンスキューポリシー](/releases/version-skew-policy/)のドキュメントで確認できます。
19+
20+
<!-- body -->
21+
22+
## リリース履歴
23+
24+
{{< release-data >}}
25+
26+
## リリース予定
27+
28+
Kubernetes**{{< skew nextMinorVersion >}}**[リリーススケジュール](https://github.com/kubernetes/sig-release/tree/master/releases/release-{{< skew nextMinorVersion >}})をチェックしてみてください!
29+
30+
## リソース

data/i18n/ja/ja.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ other = "私は..."
5858
[docs_label_users]
5959
other = "ユーザー"
6060

61+
[end_of_life]
62+
other = "サポート終了日"
63+
6164
[feedback_heading]
6265
other = "フィードバック"
6366

@@ -73,6 +76,9 @@ other = "はい"
7376
[input_placeholder_email_address]
7477
other = "メールアドレス"
7578

79+
[latest_release]
80+
other = "最新リリース"
81+
7682
[latest_version]
7783
other = "最新バージョン"
7884

@@ -167,7 +173,7 @@ other = "過去のニュースレターを見る"
167173
other = "登録"
168174

169175
[main_page_history]
170-
other ="ページ履歴"
176+
other = "ページ履歴"
171177

172178
[main_page_last_modified_on]
173179
other = "ページの最終更新"
@@ -187,6 +193,15 @@ other = "目標"
187193
[prerequisites_heading]
188194
other = "始める前に"
189195

196+
[previous_patches]
197+
other = "パッチリリース"
198+
199+
[release_date_after]
200+
other = ")"
201+
202+
[release_date_before]
203+
other = "(リリース日: "
204+
190205
[subscribe_button]
191206
other = "購読する"
192207

0 commit comments

Comments
 (0)