Skip to content

Commit f4b7ff6

Browse files
docs(locadex): update translations
1 parent 797c02d commit f4b7ff6

File tree

10 files changed

+5741
-5994
lines changed
  • i18n
    • jp/docusaurus-plugin-content-docs/current
    • ru/docusaurus-plugin-content-docs/current
    • zh/docusaurus-plugin-content-docs/current

10 files changed

+5741
-5994
lines changed

gt-lock.json

Lines changed: 5223 additions & 5196 deletions
Large diffs are not rendered by default.

i18n/jp/docusaurus-plugin-content-docs/current/operations/system-tables/index.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

i18n/jp/docusaurus-plugin-content-docs/current/sql-reference/aggregate-functions/reference/index.md

Lines changed: 0 additions & 161 deletions
This file was deleted.

i18n/jp/docusaurus-plugin-content-docs/current/sql-reference/statements/grant.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,13 +784,18 @@ named collection の名前が abc であると仮定し、ユーザー john に
784784

785785
### TABLE ENGINE {#table-engine}
786786

787-
テーブル作成時に、指定したテーブルエンジンの利用を許可します[テーブルエンジン](../../engines/table-engines/index.md)に適用されます
787+
テーブルを作成する際に、指定したテーブルエンジンを使用してテーブルを作成できます[テーブルエンジン](../../engines/table-engines/index.md)に対して適用されます
788788

789789
****
790790

791791
- `GRANT TABLE ENGINE ON * TO john`
792792
- `GRANT TABLE ENGINE ON TinyLog TO john`
793793

794+
:::note
795+
デフォルトでは下位互換性のため、特定のテーブルエンジンを指定してテーブルを作成しても、GRANT は無視されます。
796+
ただし、config.xml で [`table_engines_require_grant` を true に設定](https://github.com/ClickHouse/ClickHouse/blob/df970ed64eaf472de1e7af44c21ec95956607ebb/programs/server/config.xml#L853-L855)することで、この動作を変更できます。
797+
:::
798+
794799
### ALL {#all}
795800

796801
<CloudNotSupportedBadge/>

i18n/ru/docusaurus-plugin-content-docs/current/operations/system-tables/index.md

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

i18n/ru/docusaurus-plugin-content-docs/current/sql-reference/aggregate-functions/reference/index.md

Lines changed: 136 additions & 136 deletions
Large diffs are not rendered by default.

i18n/ru/docusaurus-plugin-content-docs/current/sql-reference/statements/grant.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,13 +779,19 @@ GRANT CURRENT GRANTS(READ ON S3) TO alice
779779

780780
### TABLE ENGINE {#table-engine}
781781

782-
Позволяет использовать указанный табличный движок при создании таблицы. Применяется к [табличным движкам](../../engines/table-engines/index.md).
782+
Позволяет использовать указанный движок таблицы при создании таблицы. Применяется к [движкам таблиц](../../engines/table-engines/index.md).
783783

784784
**Примеры**
785785

786786
- `GRANT TABLE ENGINE ON * TO john`
787787
- `GRANT TABLE ENGINE ON TinyLog TO john`
788788

789+
:::note
790+
По умолчанию из соображений обратной совместимости при создании таблицы с конкретным движком таблицы права игнорируются,
791+
однако вы можете изменить это поведение, установив [`table_engines_require_grant` в true](https://github.com/ClickHouse/ClickHouse/blob/df970ed64eaf472de1e7af44c21ec95956607ebb/programs/server/config.xml#L853-L855)
792+
в config.xml.
793+
:::
794+
789795
### ALL {#all}
790796

791797
<CloudNotSupportedBadge/>

i18n/zh/docusaurus-plugin-content-docs/current/operations/system-tables/index.md

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/aggregate-functions/reference/index.md

Lines changed: 136 additions & 136 deletions
Large diffs are not rendered by default.

i18n/zh/docusaurus-plugin-content-docs/current/sql-reference/statements/grant.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,13 +783,19 @@ GRANT CURRENT GRANTS(READ ON S3) TO alice
783783

784784
### TABLE ENGINE {#table-engine}
785785

786-
允许在创建表时指定表引擎。适用于[表引擎](../../engines/table-engines/index.md)
786+
在创建表时允许使用指定的表引擎。适用于[表引擎](../../engines/table-engines/index.md)
787787

788788
**示例**
789789

790790
- `GRANT TABLE ENGINE ON * TO john`
791791
- `GRANT TABLE ENGINE ON TinyLog TO john`
792792

793+
:::note
794+
默认情况下,出于向后兼容的考虑,使用特定表引擎创建表时会忽略权限授权,
795+
但你可以通过在 config.xml 中将 [`table_engines_require_grant` 设置为 true](https://github.com/ClickHouse/ClickHouse/blob/df970ed64eaf472de1e7af44c21ec95956607ebb/programs/server/config.xml#L853-L855)
796+
来更改这一行为。
797+
:::
798+
793799
### ALL {#all}
794800

795801
<CloudNotSupportedBadge/>

0 commit comments

Comments
 (0)