Skip to content

Commit 8b94013

Browse files
authored
Merge pull request #3456 from ClickHouse/update_ja_translations
Update ja translations
2 parents f214768 + 6d1b89b commit 8b94013

File tree

345 files changed

+20797
-19299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+20797
-19299
lines changed

docs/whats-new/changelog/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ note: This file is autogenerated by the yarn new-build
1919
**[Changelog for 2017](https://clickhouse.com/docs/whats-new/changelog/2017/)**<br/>
2020

2121

22-
### <a id="252"></a> ClickHouse release 25.2, 2025-02-27
22+
### ClickHouse release 25.2, 2025-02-27 {#252}
2323

2424
#### Backward Incompatible Change
2525
* Completely enable `async_load_databases` by default (even for those installations that do not upgrade `config.xml`). [#74772](https://github.com/ClickHouse/ClickHouse/pull/74772) ([Azat Khuzhin](https://github.com/azat)).
@@ -182,7 +182,7 @@ note: This file is autogenerated by the yarn new-build
182182
* Disable network access for user default in the docker image. [#75259](https://github.com/ClickHouse/ClickHouse/pull/75259) ([Mikhail f. Shiryaev](https://github.com/Felixoid)). Make all clickhouse-server related actions a function, and execute them only when launching the default binary in `entrypoint.sh`. A long-postponed improvement was suggested in [#50724](https://github.com/ClickHouse/ClickHouse/issues/50724). Added switch `--users` to `clickhouse-extract-from-config` to get values from the `users.xml`. [#75643](https://github.com/ClickHouse/ClickHouse/pull/75643) ([Mikhail f. Shiryaev](https://github.com/Felixoid)).
183183
* Remove about 20MB of dead code from the binary. [#76226](https://github.com/ClickHouse/ClickHouse/pull/76226) ([Alexey Milovidov](https://github.com/alexey-milovidov)).
184184

185-
### <a id="251"></a> ClickHouse release 25.1, 2025-01-28
185+
### ClickHouse release 25.1, 2025-01-28 {#251}
186186

187187
#### Backward Incompatible Change
188188
* `JSONEachRowWithProgress` will write the progress whenever the progress happens. In previous versions, the progress was shown only after each block of the result, which made it useless. Change the way how the progress is displayed: it will not show zero values. This closes [#70800](https://github.com/ClickHouse/ClickHouse/issues/70800). [#73834](https://github.com/ClickHouse/ClickHouse/pull/73834) ([Alexey Milovidov](https://github.com/alexey-milovidov)).

i18n/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Process to translate japanese
1+
# Process to translate docs to a language
22

33
1. Build docs locally to ensure all files exist
44

@@ -8,6 +8,8 @@ yarn build
88

99
2. Run translator
1010

11+
Specify the config file, see [./languages/ja.json](./languages/ja.json).
12+
1113
```bash
1214
python3 /opt/clickhouse-docs/scripts/translate/translate.py --input-folder /opt/clickhouse-docs/docs --output-folder /opt/clickhouse-docs/i18n/ja --config ./languages/ja.json
1315
```
@@ -27,6 +29,19 @@ Build and fix issues.
2729

2830
> Note: translation is incremental unless `--force_overwrite` is passed
2931
32+
For new translations:
33+
34+
4. Add the re-write to vercel.json e.g.
35+
36+
```json
37+
{ "source": "/docs/jp/:path*", "destination": "/:path*" }
38+
```
39+
40+
5. Deploy to Vercel as a dedicated project. Add to the [proxy project](https://github.com/ClickHouse/clickhouse-docs-proxy/).
41+
42+
This allows each language to be deployed independently.
43+
44+
3045
## Known issues
3146

3247
- Deleted files currently not detected (we should track files translated and diff against list in output, cleaning up)

i18n/jp/docusaurus-plugin-content-docs/current/about-us/distinctive-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
slug: /about-us/distinctive-features
3-
sidebar_label: 'ClickHouse はなぜ独自性があるのか?'
3+
sidebar_label: なぜ ClickHouse はユニークなのか?
44
sidebar_position: 50
5-
description: Understand what makes ClickHouse stand apart from other database management systems
5+
description: ClickHouse が他のデータベース管理システムと異なる点を理解する
66
---
77

88

i18n/jp/docusaurus-plugin-content-docs/current/cloud/manage/api/services-api-reference.md

Lines changed: 887 additions & 283 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
09d52eea5a5954c3
1+
551b7ef7b2a7c5c4
Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: サポートされているクラウドリージョン
3-
sidebar_label: サポートされているクラウドリージョン
2+
title: 'サポートされているクラウドリジョン'
3+
sidebar_label: 'サポートされているクラウドリジョン'
44
keywords: [aws, gcp, google cloud, azure, cloud, regions]
5-
description: ClickHouse Cloud のサポートされているリージョン
5+
description: 'ClickHouse Cloudのサポートリジョン'
66
---
77

88
import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadge'
99

1010

11-
# サポートされているクラウドリージョン
11+
# サポートされているクラウドリジョン
1212

13-
## AWS リージョン {#aws-regions}
13+
## AWS リジョン {#aws-regions}
1414

1515
- ap-northeast-1 (東京)
1616
- ap-south-1 (ムンバイ)
@@ -20,7 +20,7 @@ import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadge
2020
- eu-west-1 (アイルランド)
2121
- eu-west-2 (ロンドン)
2222
- me-central-1 (UAE)
23-
- us-east-1 (バージニア州北部)
23+
- us-east-1 (ノースバージニア)
2424
- us-east-2 (オハイオ)
2525
- us-west-2 (オレゴン)
2626

@@ -31,57 +31,64 @@ import EnterprisePlanFeatureBadge from '@theme/badges/EnterprisePlanFeatureBadge
3131
- sa-east-1 (南アメリカ)
3232
- ap-northeast-2 (韓国、ソウル)
3333

34-
## Google Cloud リージョン {#google-cloud-regions}
34+
## Google Cloud リジョン {#google-cloud-regions}
3535

3636
- asia-southeast1 (シンガポール)
3737
- europe-west4 (オランダ)
3838
- us-central1 (アイオワ)
3939
- us-east1 (サウスカロライナ)
4040

4141
**検討中:**
42+
43+
- us-west1 (オレゴン)
4244
- australia-southeast1 (シドニー)
43-
- us-west-1 (オレゴン)
44-
- eu-west-1 (ベルギー)
45+
- asia-northeast1 (東京)
46+
- europe-west3 (フランクフルト)
47+
- europe-west6 (チューリッヒ)
48+
- northamerica-northeast1 (モントリオール)
4549

46-
## Azure リージョン {#azure-regions}
50+
## Azure リジョン {#azure-regions}
4751

4852
- West US 3 (アリゾナ)
4953
- East US 2 (バージニア)
5054
- Germany West Central (フランクフルト)
5155

56+
**検討中:**
57+
58+
JapanEast
5259
:::note
53-
現在リストにないリージョンにデプロイする必要がありますか[リクエストを提出する](https://clickhouse.com/pricing?modal=open)
60+
現在リストに載っていないリジョンにデプロイする必要がありますか[リクエストを送信](https://clickhouse.com/pricing?modal=open)
5461
:::
5562

56-
## プライベートリージョン {#private-regions}
63+
## プライベートリジョン {#private-regions}
5764

58-
<EnterprisePlanFeatureBadge feature="プライベートリージョン機能"/>
65+
<EnterprisePlanFeatureBadge feature="プライベートリジョン機能"/>
5966

60-
エンタープライズプランサービス向けにプライベートリージョンを提供しています。プライベートリージョンリクエストについては[お問い合わせ](https://clickhouse.com/company/contact)ください。
67+
当社はエンタープライズプランサービス向けにプライベートリジョンを提供しています。プライベートリジョンのリクエストについては[お問い合わせ](https://clickhouse.com/company/contact)ください。
6168

62-
プライベートリージョンの主な考慮事項:
69+
プライベートリジョンの重要な考慮事項:
6370
- サービスは自動スケーリングされません。
6471
- サービスは停止またはアイドル状態にできません。
65-
- 手動スケーリング(縦方向および横方向の両方)は、サポートチケットで有効にできます
66-
- サービスがCMEKでの設定を必要とする場合、サービス開始時に顧客がAWS KMSキーを提供する必要があります
67-
- 新しい追加サービスの開始には、サポートチケットを通じてリクエストする必要があります
72+
- マニュアルスケーリング(縦横両方)はサポートチケットで有効にできます
73+
- サービスがCMEKでの構成を必要とする場合、顧客はサービス開始時にAWS KMSキーを提供しなければなりません
74+
- 新しいサービスや追加のサービスを開始するには、サポートチケットを通じてリクエストを行う必要があります
6875

69-
HIPAAコンプライアンスに関する追加要件が適用される場合があります(BAAの署名を含む)。なお、HIPAAは現在エンタープライズプランサービスのみで利用可能です
76+
HIPAAコンプライアンスに関して追加要件が適用される場合があります(BAAへの署名を含む)。HIPAAは現在、エンタープライズプランサービスにのみ利用可能であることに留意してください
7077

71-
## HIPAA準拠リージョン {#hipaa-compliant-regions}
78+
## HIPAA準拠のリジョン {#hipaa-compliant-regions}
7279

7380
<EnterprisePlanFeatureBadge feature="HIPAA" support="true"/>
7481

75-
顧客はビジネスアソシエイト契約(BAA)に署名し、HIPAA準拠リージョンでサービスを設定するために営業またはサポートを通じてオンボーディングをリクエストする必要があります。次のリージョンはHIPAAコンプライアンスをサポートしています:
82+
顧客はビジネスアソシエイト契約(BAA)に署名し、HIPAA準拠のリジョンでサービスを設定するために営業またはサポートを通じてオンボーディングをリクエストする必要があります。以下のリジョンはHIPAAコンプライアンスをサポートしています:
7683
- AWS us-east-1
7784
- AWS us-west-2
7885
- GCP us-central1
7986
- GCP us-east1
8087

81-
## PCI準拠リージョン {#pci-compliant-regions}
88+
## PCI準拠のリジョン {#pci-compliant-regions}
8289

8390
<EnterprisePlanFeatureBadge feature="HIPAA" support="true"/>
8491

85-
顧客はPCI準拠リージョンでサービスを設定するために営業またはサポートを通じてオンボーディングをリクエストする必要があります。次のリージョンはPCIコンプライアンスをサポートしています:
92+
顧客はPCI準拠のリジョンでサービスを設定するために営業またはサポートを通じてオンボーディングをリクエストする必要があります。以下のリジョンはPCIコンプライアンスをサポートしています:
8693
- AWS us-east-1
8794
- AWS us-west-2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d756781864ec2fc8
1+
4e015c123dbd2b28

0 commit comments

Comments
 (0)