Skip to content

Commit ce09cf5

Browse files
committed
New translations ql-schema.mdx (Japanese)
1 parent 7f1eae9 commit ce09cf5

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

website/pages/ja/developing/creating-a-subgraph/ql-schema.mdx

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ For some entity types the `id` for `Bytes!` is constructed from the id's of two
7272

7373
The following scalars are supported in the GraphQL API:
7474

75-
| タイプ | 説明書き |
76-
| --- | --- |
77-
| `Bytes` | Byte 配列で、16 進数の文字列で表されます。Ethereum のハッシュやアドレスによく使われます。 |
78-
| `String` | Scalar for `string` values. Null characters are not supported and are automatically removed. |
79-
| `Boolean` | Scalar for `boolean` values. |
80-
| `Int` | The GraphQL spec defines `Int` to be a signed 32-bit integer. |
81-
| `Int8` | An 8-byte signed integer, also known as a 64-bit signed integer, can store values in the range from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. Prefer using this to represent `i64` from ethereum. |
82-
| `BigInt` | Large integers. Used for Ethereum's `uint32`, `int64`, `uint64`, ..., `uint256` types. Note: Everything below `uint32`, such as `int32`, `uint24` or `int8` is represented as `i32`. |
83-
| `BigDecimal` | `BigDecimal` High precision decimals represented as a significand and an exponent. The exponent range is from −6143 to +6144. Rounded to 34 significant digits. |
84-
| `Timestamp` | It is an `i64` value in microseconds. Commonly used for `timestamp` fields for timeseries and aggregations. |
75+
| タイプ | 説明書き |
76+
| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
77+
| `Bytes` | Byte 配列で、16 進数の文字列で表されます。Ethereum のハッシュやアドレスによく使われます。 |
78+
| `String` | Scalar for `string` values. Null characters are not supported and are automatically removed. |
79+
| `Boolean` | Scalar for `boolean` values. |
80+
| `Int` | The GraphQL spec defines `Int` to be a signed 32-bit integer. |
81+
| `Int8` | An 8-byte signed integer, also known as a 64-bit signed integer, can store values in the range from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807. Prefer using this to represent `i64` from ethereum. |
82+
| `BigInt` | Large integers. Used for Ethereum's `uint32`, `int64`, `uint64`, ..., `uint256` types. Note: Everything below `uint32`, such as `int32`, `uint24` or `int8` is represented as `i32`. |
83+
| `BigDecimal` | `BigDecimal` High precision decimals represented as a significand and an exponent. The exponent range is from −6143 to +6144. Rounded to 34 significant digits. |
84+
| `Timestamp` | It is an `i64` value in microseconds. Commonly used for `timestamp` fields for timeseries and aggregations. |
8585

8686
### Enums
8787

@@ -284,29 +284,29 @@ query {
284284
サポートされている言語の辞書:
285285

286286
| Code | 辞書 |
287-
| ------ | ------------ |
288-
| simple | General |
289-
| da | Danish |
290-
| nl | Dutch |
291-
| en | English |
292-
| fi | Finnish |
293-
| fr | French |
294-
| de | German |
295-
| hu | Hungarian |
296-
| it | Italian |
297-
| no | Norwegian |
298-
| pt | ポルトガル語 |
299-
| ro | Romanian |
300-
| ru | Russian |
301-
| es | Spanish |
302-
| sv | Swedish |
303-
| tr | Turkish |
287+
| ------ | ---------- |
288+
| simple | General |
289+
| da | Danish |
290+
| nl | Dutch |
291+
| en | English |
292+
| fi | Finnish |
293+
| fr | French |
294+
| de | German |
295+
| hu | Hungarian |
296+
| it | Italian |
297+
| no | Norwegian |
298+
| pt | ポルトガル語 |
299+
| ro | Romanian |
300+
| ru | Russian |
301+
| es | Spanish |
302+
| sv | Swedish |
303+
| tr | Turkish |
304304

305305
### ランキングアルゴリズム
306306

307307
サポートされている結果の順序付けのアルゴリズム:
308308

309-
| Algorithm | Description |
310-
| ------------- | ------------------------------------------------------------------- |
311-
| rank | フルテキストクエリのマッチ品質 (0-1) を使用して結果を並べ替えます。 |
312-
| proximityRank | Similar to rank but also includes the proximity of the matches. |
309+
| Algorithm | Description |
310+
| ------------- | ----------------------------------------------------------------------- |
311+
| rank | フルテキストクエリのマッチ品質 (0-1) を使用して結果を並べ替えます。 |
312+
| proximityRank | Similar to rank but also includes the proximity of the matches. |

0 commit comments

Comments
 (0)