[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 <akihito-inou@nec.com> * update: L12 Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com> * update: L13 Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com> * update: ja.toml Co-authored-by: Tim Bannister <tim@scalefactory.com> --------- Co-authored-by: atoato88 <akihito-inou@nec.com> Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com> Co-authored-by: Tim Bannister <tim@scalefactory.com>pull/44973/head
parent
7236cd502b
commit
1248448451
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
linktitle: リリース履歴
|
||||
title: リリース
|
||||
type: docs
|
||||
layout: release-info
|
||||
notoc: true
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
||||
Kubernetesプロジェクトは、最新の3つのマイナーリリース({{< skew latestVersion >}}、{{< skew prevMinorVersion >}}、{{< skew oldestMinorVersion >}})のリリースブランチをメンテナンスしています。
|
||||
Kubernetes 1.19以降のバージョンは、[約1年間のパッチサポート](/releases/patch-releases/#support-period)を受け付けています。
|
||||
Kubernetes 1.18以前のバージョンは、約9ヶ月間のパッチサポートを受け付けていました。
|
||||
|
||||
Kubernetesのバージョンは、**x.y.z**と表されます。
|
||||
ここで、**x**はメジャーバージョン、**y**はマイナーバージョン、**z**はパッチバージョンを指し、これらは[セマンティックバージョニング](https://semver.org/)の用語に従います。
|
||||
|
||||
詳細は、[バージョンスキューポリシー](/releases/version-skew-policy/)のドキュメントで確認できます。
|
||||
|
||||
<!-- body -->
|
||||
|
||||
## リリース履歴
|
||||
|
||||
{{< release-data >}}
|
||||
|
||||
## リリース予定
|
||||
|
||||
Kubernetes**{{< skew nextMinorVersion >}}**の[リリーススケジュール](https://github.com/kubernetes/sig-release/tree/master/releases/release-{{< skew nextMinorVersion >}})をチェックしてみてください!
|
||||
|
||||
## リソース
|
|
@ -58,6 +58,9 @@ other = "私は..."
|
|||
[docs_label_users]
|
||||
other = "ユーザー"
|
||||
|
||||
[end_of_life]
|
||||
other = "サポート終了日"
|
||||
|
||||
[feedback_heading]
|
||||
other = "フィードバック"
|
||||
|
||||
|
@ -73,6 +76,9 @@ other = "はい"
|
|||
[input_placeholder_email_address]
|
||||
other = "メールアドレス"
|
||||
|
||||
[latest_release]
|
||||
other = "最新リリース"
|
||||
|
||||
[latest_version]
|
||||
other = "最新バージョン"
|
||||
|
||||
|
@ -167,7 +173,7 @@ other = "過去のニュースレターを見る"
|
|||
other = "登録"
|
||||
|
||||
[main_page_history]
|
||||
other ="ページ履歴"
|
||||
other = "ページ履歴"
|
||||
|
||||
[main_page_last_modified_on]
|
||||
other = "ページの最終更新"
|
||||
|
@ -187,6 +193,15 @@ other = "目標"
|
|||
[prerequisites_heading]
|
||||
other = "始める前に"
|
||||
|
||||
[previous_patches]
|
||||
other = "パッチリリース"
|
||||
|
||||
[release_date_after]
|
||||
other = ")"
|
||||
|
||||
[release_date_before]
|
||||
other = "(リリース日: "
|
||||
|
||||
[subscribe_button]
|
||||
other = "購読する"
|
||||
|
||||
|
|
Loading…
Reference in New Issue