Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update i18n/ja.toml #13666

Merged
merged 3 commits into from
May 21, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions i18n/ja.toml
Original file line number Diff line number Diff line change
@@ -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 = "注記:"
cstoku marked this conversation as resolved.
Show resolved Hide resolved

[warning]
other = "警告:"

[main_read_about]
other = "Read about"
#other = "について参照する"
Expand All @@ -25,6 +76,12 @@ other = "Kubernetesの機能"
[main_cncf_project]
other = """私達は<a href="https://cncf.io/">CNCF</a> graduated プロジェクトです</p>"""

[main_kubeweekly_baseline]
other = "最新のkubernetesのニュースを受け取りたいですか? KubeWeeklyにサインアップしてください。"

[main_kubernetes_past_link]
other = "過去のニュースレターを見る"

[main_kubeweekly_signup]
other = "登録"

Expand Down