From 5c89ab7218cc79fc446df6d16c7546be6986a07e Mon Sep 17 00:00:00 2001 From: Takuya Tokuda Date: Tue, 21 May 2019 20:14:06 +0200 Subject: [PATCH] Update i18n/ja.toml (#13666) * fix #13105 * Translate #12900 in advance * Update ja.toml --- i18n/ja.toml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/i18n/ja.toml b/i18n/ja.toml index 423505e70e..24aa142600 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -1,5 +1,56 @@ # i18n strings for the English (main) site. +[deprecation_warning] +other = " のドキュメントは積極的にメンテナンスされていません。現在表示されているバージョンはスナップショットです。最新のドキュメントはこちらです: " + +[deprecation_file_warning] +other = "廃止予定" + +[objectives_heading] +other = "目標" + +[cleanup_heading] +other = "クリーンアップ" + +[prerequisites_heading] +other = "始める前に" + +[whatsnext_heading] +other = "次の項目" + +[feedback_heading] +other = "フィードバック" + +[feedback_question] +other = "このページは役に立ちましたか?" + +[feedback_yes] +other = "はい" + +[feedback_no] +other = "いいえ" + +[latest_version] +other = "最新バージョン" + +[version_check_mustbe] +other = "作業するKubernetesサーバーは次のバージョンである必要があります: " + +[version_check_mustbeorlater] +other = "作業するKubernetesサーバーは次のバージョン以降のものである必要があります: " + +[version_check_tocheck] +other = "バージョンを確認するには次のコマンドを実行してください: " + +[caution] +other = "注意:" + +[note] +other = "備考:" + +[warning] +other = "警告:" + [main_read_about] other = "Read about" #other = "について参照する" @@ -25,6 +76,12 @@ other = "Kubernetesの機能" [main_cncf_project] other = """私達はCNCF graduated プロジェクトです

""" +[main_kubeweekly_baseline] +other = "最新のkubernetesのニュースを受け取りたいですか? KubeWeeklyにサインアップしてください。" + +[main_kubernetes_past_link] +other = "過去のニュースレターを見る" + [main_kubeweekly_signup] other = "登録"