Skip to content

Commit 9fd9a91

Browse files
authored
Merge pull request #3453 from ClickHouse/jp_prod
correct rewrites for translations
2 parents e69d112 + 6595399 commit 9fd9a91

File tree

5 files changed

+1710
-1708
lines changed

5 files changed

+1710
-1708
lines changed

docusaurus.config.jp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config = {
4646
"ドキュメント、クイックスタートガイド、ユーザーガイド、技術リファレンス、FAQ など、多様な情報をご提供します。",
4747
url: "https://clickhouse.com",
4848
// url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
49-
baseUrl: "/docs/",
49+
baseUrl: "/docs/jp/",
5050
baseUrlIssueBanner: true,
5151
onBrokenLinks: "warn",
5252
onBrokenMarkdownLinks: "warn",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: /about-us/distinctive-features
3-
sidebar_label: Why is ClickHouse unique?
3+
sidebar_label: 'ClickHouse はなぜ独自性があるのか?'
44
sidebar_position: 50
55
description: Understand what makes ClickHouse stand apart from other database management systems
66
---

i18n/jp/docusaurus-plugin-content-docs/current/cloud/reference/byoc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: BYOC (Bring Your Own Cloud) for AWS
2+
title: AWS向けBYOC(Bring Your Own Cloud
33
slug: /cloud/reference/byoc
4-
sidebar_label: BYOC (Bring Your Own Cloud)
4+
sidebar_label: BYOC(お客様クラウド環境の活用)
55
keywords: [BYOC, cloud, bring your own cloud]
66
description: ClickHouseを独自のクラウドインフラストラクチャにデプロイします
77
---
@@ -26,7 +26,7 @@ BYOC (Bring Your Own Cloud) は、独自のクラウドインフラストラク
2626

2727
BYOCは現在、AWSのみでサポートされており、GCPとMicrosoft Azureは開発中です。
2828

29-
:::note
29+
:::note
3030
BYOCは大規模なデプロイメント専用に設計されており、顧客には契約の締結が求められます。
3131
:::
3232

scripts/translate/translate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def translate_text(config, text, model="gpt-4o-mini"):
8282
- Ensure the markdown is MDX 3 compatible - escaping < and > with &lt; and &gt; and avoiding the creation of unclosed xml tags.
8383
- Do not add new code delimiters which are not present in the original content e.g. '```html', even if the content appears to contain this type.
8484
- Do not translate terms which indicate setting names. These are denoted by lower case and underscore e.g. live_view_heartbeat_interval.
85+
- Translate the title, sidebar_label, keywords and description in metadata blocks. Ensure these are wrapped in single quotes.
8586
- This translation is intended for users familiar with ClickHouse, databases, and IT terminology, so use technically accurate and context-appropriate language. Keep the translation precise and professional, reflecting the technical nature of the content.
8687
- Strive to convey the original meaning clearly, adapting phrases where necessary to maintain natural and fluent {language}.
8788
"""

0 commit comments

Comments
 (0)