Skip to content

Commit b99236f

Browse files
committed
fix ru issues
1 parent 926d598 commit b99236f

File tree

24 files changed

+63
-65
lines changed

24 files changed

+63
-65
lines changed

i18n/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ This allows each language to be deployed independently.
143143
# Possible improvements
144144

145145
- Don't split on tables `|`
146+
- Custom code to metadata block (all pages need metadata so we can enforce)
146147
- Introduce <!-- translate split--> we can use to identify split
148+
- Specify translate overrides + don't translate
147149
- Dont translate titles on certain pages - formats and functions.
148-
- Check no empty line before meta (all pages need metadata so we can enforce)
150+
- Linter to check for unclosed ```. Lint checks on translations

i18n/jp/docusaurus-plugin-content-docs/current.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,28 +228,28 @@
228228
"message": "CSV"
229229
},
230230
"sidebar.integrations.category.CustomSeparated": {
231-
"message": "カスタム区切り"
231+
"message": "CustomSeparated"
232232
},
233233
"sidebar.integrations.category.LineAsString": {
234-
"message": "行として文字列"
234+
"message": "LineAsString"
235235
},
236236
"sidebar.integrations.category.Parquet": {
237237
"message": "Parquet"
238238
},
239239
"sidebar.integrations.category.Pretty": {
240-
"message": "整形"
240+
"message": "Pretty"
241241
},
242242
"sidebar.integrations.category.Protobuf": {
243243
"message": "Protobuf"
244244
},
245245
"sidebar.integrations.category.RowBinary": {
246-
"message": "行バイナリ"
246+
"message": "RowBinary"
247247
},
248248
"sidebar.integrations.category.TabSeparated": {
249-
"message": "タブ区切り"
249+
"message": "TabSeparated"
250250
},
251251
"sidebar.integrations.category.Template": {
252-
"message": "テンプレート"
252+
"message": "Template"
253253
},
254254
"sidebar.integrations.category.Data Ingestion": {
255255
"message": "データ取り込み"
@@ -548,4 +548,4 @@
548548
"sidebar.dropdownCategories.link.Development and Contributing": {
549549
"message": "開発と貢献"
550550
}
551-
}
551+
}

i18n/jp/docusaurus-plugin-content-docs/current/interfaces/formats/Form.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: フォーム
2+
title: Form
33
slug: /interfaces/formats/Form
4-
keywords: [フォーム]
4+
keywords: [Form]
55
input_format: true
66
output_format: false
77
alias: []
@@ -14,7 +14,7 @@ alias: []
1414

1515
## 説明 {#description}
1616

17-
`Form` フォーマットは、データが `key1=value1&key2=value2` 形式でフォーマットされた
17+
`Form` フォーマットは、データが `key1=value1&key2=value2` 形式でフォーマットされた
1818
application/x-www-form-urlencoded フォーマットの単一レコードを読み取るために使用できます。
1919

2020
## 使用例 {#example-usage}

i18n/jp/docusaurus-plugin-content-docs/current/interfaces/formats/TabSeparated/TabSeparated.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
title: TabSeparated
43
slug: /interfaces/formats/TabSeparated

i18n/jp/docusaurus-plugin-content-docs/current/interfaces/formats/Template/Template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: テンプレート
3-
slug: /interfaces/formats/テンプレート
2+
title: Template
3+
slug: /interfaces/formats/Template
44
keywords: [テンプレート]
55
input_format: true
66
output_format: true

i18n/jp/docusaurus-plugin-content-docs/current/interfaces/formats/Values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:
2+
title: Values
33
slug: /interfaces/formats/Values
44
keywords: [Values]
55
input_format: true
@@ -22,7 +22,7 @@ alias: []
2222
- 文字列、日付、日時のある日付は引用符内に出力されます。
2323
- エスケープルールとパースは [TabSeparated](TabSeparated/TabSeparated.md) フォーマットに似ています。
2424

25-
フォーマット中に余分なスペースは挿入されませんが、パース中は許可され、スキップされます(ただし、配列値内のスペースは許可されません)。
25+
フォーマット中に余分なスペースは挿入されませんが、パース中は許可され、スキップされます(ただし、配列値内のスペースは許可されません)。
2626
[`NULL`](/sql-reference/syntax.md)`NULL` として表現されます。
2727

2828
`Values` フォーマットでデータを渡す際にエスケープする必要がある最小限の文字セット:

i18n/ru/docusaurus-plugin-content-docs/current/_snippets/_self_managed_only_no_roadmap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ import CloudNotSupportedBadge from '@theme/badges/CloudNotSupportedBadge';
77
Эта страница не применяется к [ClickHouse Cloud](https://clickhouse.com/cloud). Функция, описанная здесь, недоступна в сервисах ClickHouse Cloud.
88
Смотрите руководство по [Cloud Compatibility](/whats-new/cloud-compatibility) для получения дополнительной информации.
99
:::
10-
```

i18n/ru/docusaurus-plugin-content-docs/current/cloud/manage/troubleshooting-billing-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
---
12
sidebar_label: 'Устранение проблем с платежами'
23
slug: '/manage/troubleshooting-billing-issues'
34
title: 'Устранение проблем с платежами'
4-
```
5+
---
56

67
import trial_expired from '@site/static/images/cloud/manage/trial-expired.png';
78

8-
99
# Устранение проблем с платежами
1010

1111
## Исправление неработающих платежных данных {#fixing-non-working-payment-details}

i18n/ru/docusaurus-plugin-content-docs/current/cloud/reference/cloud-compatibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
---
12
slug: /whats-new/cloud-compatibility
23
sidebar_label: 'Совместимость с облаком'
34
title: 'Совместимость с облаком'
45
keywords: ['cloud', 'compatibility', 'ClickHouse']
56
description: 'Руководство по совместимости ClickHouse Cloud.'
6-
```
7-
7+
---
88

99
# ClickHouse Cloud — Руководство по совместимости
1010

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
---
12
slug: '/cloud/reference/changelogs/release-notes'
23
title: 'Примечания к релизу Cloud'
3-
```
4-
<!--
4+
---
5+
6+
<!--
57
Следующий оглавление автоматически сгенерировано с помощью https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/autogenerate-table-of-contents.sh
6-
из полей YAML frontmatter title, slug, description. Если вы нашли ошибку
8+
из полей YAML frontmatter title, slug, description. Если вы нашли ошибку
79
в оглавлении, пожалуйста, редактируйте frontmatter файлов напрямую.
810
-->

0 commit comments

Comments
 (0)