From f985407230c85e6e58f112c2632e55f83af20085 Mon Sep 17 00:00:00 2001 From: adjust-pc-team <153073226+adjust-pc-team@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:51:03 +0100 Subject: [PATCH] File src/content/docs/en/kitchen-sink/test-page.mdx was updated on ja-JP locale --- .../docs/ja/kitchen-sink/test-page.mdx | 306 ++++++++++++++++++ 1 file changed, 306 insertions(+) create mode 100644 src/content/docs/ja/kitchen-sink/test-page.mdx diff --git a/src/content/docs/ja/kitchen-sink/test-page.mdx b/src/content/docs/ja/kitchen-sink/test-page.mdx new file mode 100644 index 000000000..c12284a76 --- /dev/null +++ b/src/content/docs/ja/kitchen-sink/test-page.mdx @@ -0,0 +1,306 @@ +--- +title: "テストページ" +description: "A test page containing all Markdown components\"" +slug: "en/test-page" +sidebar-position: 1 +--- +ヘッダー 2 +------ + +### ヘッダー3 + +#### ヘッダー4 + +##### ヘッダー5 + +###### ヘッダー6 + +トポグラフィー +------- + +* Unordered +* ブレット +* リスト + +1. 順番 +2. ブレット +3. リスト + +[リンク](https://adjust.com) + +[リファレンスリンク](https://help.adjust.com) + +**ボルドテキスト** + +*イタリック* + +Concept +: Definition of the concept + +カスタムトポグラフィー +----------- + +コピーボタンを選択()。 + +This is a badge + +An important badge + Warning with icon + +選択 File \-\-> My Profile \-\-> Billing + +RTBF \(Right to be forgotten\) + +Expressive code +--------------- + +```swift +let authorizationStatus = Adjust.appTrackingAuthorizationStatus() +``` + +```console +$ curl -X POST https://app.adjust.com/api/v1/create +``` + +```json +[ + { + "id": "string", + "name": "string", + "short_name": "", + "section": "", + "formatting": "money", + "increase_is_negative": false, + "description": "", + "app_token": ["string"], + "tokens": ["string"] + } +] +``` + +```json +[ + { + "id": "string", + "name": "string", + "short_name": "", + "section": "", + "formatting": "money", + "increase_is_negative": false, + "description": "", + "app_token": ["string"], + "tokens": ["string"] + } +] +``` + +```json +[ + { + "id": "string", + "name": "string", + "short_name": "", + "section": "", + "formatting": "money", + "increase_is_negative": false, + "description": "", + "app_token": ["string"], + "tokens": ["string"] + } +] +``` + +アコーディオン +------- + + + +バッチなしのアコーディオン。 **マークダウン** を[含みます](https://www.markdownguide.org/)。 + + +バッチありのアコーディオン。 **マークダウン** を[含みます](https://www.markdownguide.org/)。 + + +Callouts +-------- + + + +This is a default callout. It **renders** [Markdown](https://markdownguide.org/). + + +This is a default callout. It **renders** [Markdown](https://markdownguide.org/). + + +This is a callout with no label. It **renders** [Markdown](https://markdownguide.org/). + + +This is a *note* callout. It **renders** [Markdown](https://www.markdownguide.org/). + + +This is a *tip* callout. It **renders** [Markdown](https://www.markdownguide.org/). + + +This is a *warning* callout. It **renders** [Markdown](https://www.markdownguide.org/). + + +This is an *important* callout. It **renders** [Markdown](https://www.markdownguide.org/). + + +This is a *seealso* callout. It **renders** [Markdown](https://www.markdownguide.org/). + + +Tabs +---- + + + +This is tab information in tab 1 + + +This is tab information in tab 2 + + +This is information about iOS + + +This is information about Android + + +This is information about iOS + + +This is information about Android + + +This is information about the App Store + + +This is information about the Play Store + + +Tiles +----- + + + +This is a tile that contains documentation goals. + +*It* **contains** [Markdown](https://www.markdownguide.org/). + + +表 +--- + + + +| ヘッダー1 | ヘッダー 2 | ヘッダー3 | +|--------------------------------|-------------------------------------------|----------------------------------------------| +| Column 1 | Column 2 | Column 3 | +| **Inline** *Markdown* ~syntax~ | [is available](https://markdownguide.org) | | + +
+ +| Left aligned | Center aligned | Right aligned | +|:-------------|:--------------:|--------------:| +| left | center | Right | + +
+ +* + * ヘッダー1 + * ヘッダー 2 + * ヘッダー3 + +* + * Column 1 + * Column 2 + * Column 3 + +* + * **Markdown** *Syntax* + * [is available](https://markdownguide.org) + * + * 含む + * リスト + * items + +
+ +| パラメーター | 形式 | 入力する値 | 説明 | +|-----------------------|---------|-------|----------------------------------------------------------------------------------------------------------------------------| +| `app_tokens` | 文字列 | クエリ | コンマで区切られたアプリトークンのリスト。 | +| `start_date` | 日付 | クエリ | The start date of the selected period. `YYYY-MM-DD` format. | +| `end_date` | 日付 | クエリ | The end date of the selected period. `YYYY-MM-DD` format. | +| `utc_offset` | 時間 | クエリ | UTC offset for timezones. `[+-]HH:MM` format. | +| `kpis` | 文字列 | クエリ | Comma\-separated list of metrics. Comma\-separated list of metrics. Use App metrics, Fraud metrics, and Ad spend metrics | +| `sandbox` | Boolean | クエリ | Whether results come from sandbox or production data. Defaults to production \(`false`\). | +| `countries` | 文字列 | クエリ | コンマで区切られたISO 3166 alpha\-2の国名リスト。 | +| `os_names` | 文字列 | クエリ | コンマで区切られたOS名のリスト。 | +| `device_types` | 文字列 | クエリ | コンマで区切られた端末タイプのリスト。 | +| `grouping` | 文字列 | クエリ | パラメーターをグループ化。詳細については、[結果のグループ化](/en/api/kpi-service/grouping)をご覧ください。 | +| `tracker_filter` | 文字列 | クエリ | 結果に含めたいトラッカーのトラッカートークン。このトラッカーに関係する指標のみ返されます。 | +| `human_readable_kpis` | Boolean | クエリ | Replace metrics with human readable alternatives \(for example: "Lifetime Value" instead of `lifetime_value`\). | + +
+ +| ヘッダー1 | ヘッダー 2 | ヘッダー3 | +|----------|----------|----------| +| Column 1 | Column 2 | Column 3 | + +
+ +| ヘッダー1 | ヘッダー 2 | ヘッダー3 | +|----------|----------|----------| +| Column 1 | Column 2 | Column 3 | + +
+ +| ヘッダー1 | ヘッダー 2 | ヘッダー3 | +|-------------|-------------|-------------| +| Row 1 col 1 | Row 1 col 2 | Row 1 col 3 | +| Row 2 col 1 | Row 2 col 2 | Row 2 col 3 | + +
+ +| Column 1 | Column 2 | Column 3 | +|-----------|---------------------------|----------------------------| +| Apple | Apples are nice fruit | You should search for them | +| Pear | Pears are nice fruit | You should search for them | +| Grape | Grapes are nice fruit | You should search for them | +| Banana | Bananas are nice fruit | You should search for them | +| Pineapple | Pineapples are nice fruit | You should search for them | + +
+ +| ヘッダー1 | ヘッダー 2 | ヘッダー3 | +|-------------|-------------|-------------| +| Row 1 col 1 | Row 1 col 2 | Row 1 col 3 | +| Row 2 col 1 | Row 2 col 2 | Row 2 col 3 | + +
+ +| Column 1 | Column 2 | Column 3 | +|-----------|---------------------------|----------------------------| +| Apple | Apples are nice fruit | You should search for them | +| Pear | Pears are nice fruit | You should search for them | +| Grape | Grapes are nice fruit | You should search for them | +| Banana | Bananas are nice fruit | You should search for them | +| Pineapple | Pineapples are nice fruit | You should search for them | + +
+ +Feature versions +---------------- + + + +This feature was introduced in version 4\.20\.0 + + +This feature was changed in version 4\.21\.0 + + +This feature was removed in version 4\.22\.0 + +