Skip to content

Commit b642223

Browse files
AUTO: Sync ScalarDB docs in Japanese to docs site repo (#1802)
Co-authored-by: josh-wong <joshua.wong@scalar-labs.com>
1 parent 38854d0 commit b642223

File tree

5 files changed

+441
-3
lines changed

5 files changed

+441
-3
lines changed

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.14/scalardb-cluster/scalardb-auth-status-codes.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
2222

2323
## `AUTH-1xxxx` ステータスコード
2424

25+
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
26+
2527
### `AUTH-10000`
2628

2729
**メッセージ**
@@ -91,7 +93,7 @@ Access denied: You need the %s privilege on the table %s to execute this operati
9193
**メッセージ**
9294

9395
```markdown
94-
Access denied: You can't grant the %s privilege because you don't have the same privilege on the table %s
96+
Access denied: You must be a superuser to execute this operation
9597
```
9698

9799
### `AUTH-10010`
@@ -139,7 +141,7 @@ You can't drop the current user %s
139141
**メッセージ**
140142

141143
```markdown
142-
Access denied: You can't grant the %s privilege because you don't have the same privilege for the table %s
144+
Access denied: You can't grant the %s privilege because you don't have the same privilege on the table %s
143145
```
144146

145147
### `AUTH-10016`
@@ -176,6 +178,8 @@ The operation does not have the target namespace or table name. Operation: %s
176178

177179
## `AUTH-3xxxx` ステータスコード
178180

181+
以下は、内部エラーカテゴリのステータスコードとメッセージです。
182+
179183
### `AUTH-30000`
180184

181185
**メッセージ**

i18n/versioned_docs/ja-jp/docusaurus-plugin-content-docs/version-3.14/scalardb-cluster/scalardb-cluster-status-codes.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import TranslationBanner from '/src/components/_translation-ja-jp.mdx';
2323

2424
## `CLUSTER-1xxxx` ステータスコード
2525

26+
以下は、ユーザーエラーカテゴリのステータスコードとメッセージです。
27+
2628
### `CLUSTER-10000`
2729

2830
**メッセージ**
@@ -329,6 +331,8 @@ The two-phase commit interface is not supported
329331

330332
## `CLUSTER-2xxxx` ステータスコード
331333

334+
以下は、同時実行エラーカテゴリのステータスコードとメッセージです。
335+
332336
### `CLUSTER-20000`
333337

334338
**メッセージ**
@@ -347,6 +351,8 @@ A transaction associated with the specified transaction ID is not found. The tra
347351

348352
## `CLUSTER-3xxxx` ステータスコード
349353

354+
以下は、内部エラーカテゴリのステータスコードとメッセージです。
355+
350356
### `CLUSTER-30000`
351357

352358
**メッセージ**

0 commit comments

Comments
 (0)