Skip to content

Commit c1ca40f

Browse files
committed
Moji: Update translations
1 parent 24fe563 commit c1ca40f

22 files changed

+142
-149
lines changed

guides/api-calls/allowing-domain-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ source_url: >-
2323
https://github.com/box/developer.box.com/blob/main/content/guides/api-calls/allowing-domain-access.md
2424
fullyTranslated: true
2525
---
26-
# ドメインへのアクセスの許可
26+
# Allow domain access
2727

2828
Box APIを使用する際に重要なのは、必要に応じてアプリケーションとユーザーが以下のドメインにアクセスできることです。
2929

30-
## ファイルのプレビュー
30+
## File preview
3131

3232
ファイルプレビュー機能を有効にするために、アプリケーションは、Boxコンテンツ配信ネットワーク (CDN) からJavaScriptファイルを読み込むことが必要になる場合があります。このファイルは、以下のドメインから読み込まれます。
3333

guides/api-calls/api-versioning-strategy.md

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

guides/api-calls/ensure-consistency.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ source_url: >-
2929
https://github.com/box/developer.box.com/blob/main/content/guides/api-calls/ensure-consistency.md
3030
fullyTranslated: true
3131
---
32-
# 一貫性の確保
32+
# Ensure consistency with headers
3333

34-
いくつかのBox APIでは、アプリケーションとBox間の一貫性を制御するためのヘッダーがサポートされています。
34+
Some Box APIs support headers used to ensure consistency between your application and Box.
3535

3636
## `etag``if-match`、および`if-none-match`
3737

@@ -88,12 +88,12 @@ curl https://api.box.com/2.0/files/12345 \
8888

8989
これらのAPIコールのレスポンスは、項目が存在するかどうか、および`etag`値が最新バージョンと一致するかどうかによって異なります。
9090

91-
| 項目があるか? | Etagが一致するか? | HTTPステータス |
92-
| ------- | ----------- | --------- |
93-
| はい | はい | 200 |
94-
| はい | いいえ | 412 |
95-
| いいえ | はい | 412 |
96-
| いいえ | いいえ | 404 |
91+
| 項目があるか? | Etagが一致するか? | HTTP status |
92+
| ------- | ----------- | ----------- |
93+
| はい | はい | 200 |
94+
| はい | いいえ | 412 |
95+
| いいえ | はい | 412 |
96+
| いいえ | いいえ | 404 |
9797

9898
<Message type="warning">
9999

34.6 KB
Loading

guides/api-calls/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fullyTranslated: true
2020
---
2121
# APIコール
2222

23-
Box APIは、可能であれば共通のHTTP標準に準拠しようとするRESTful APIです。以下のガイドでは、開発者がこれらのAPIを使用する際に利用できる便利な機能と直面するよくある間違いに注目します。
23+
The Box API is a restful API that follow common HTTP standards where possible. The following guides take a look at some of the useful features and common mistakes that a developer can encounter when working with these APIs.
2424

2525
## APIコールのインサイト
2626

guides/api-calls/language-codes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ source_url: >-
1919
https://github.com/box/developer.box.com/blob/main/content/guides/api-calls/language-codes.md
2020
fullyTranslated: true
2121
---
22-
# 言語コード
22+
# Language codes
2323

24-
Box APIでは、ISO 639-1言語コードの修正版を使用して、ユーザーの言語を指定します。
24+
The Box API uses a modified version of the **ISO 639-1 Language Code** to specify a user's language.
2525

2626
以下は、[作成][create_user]または[更新][update_user]時に使用する言語コードのリストです。
2727

guides/api-calls/permissions-and-errors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ source_url: >-
1818
https://github.com/box/developer.box.com/blob/main/content/guides/api-calls/permissions-and-errors/index.md
1919
fullyTranslated: true
2020
---
21-
# 権限とエラー
21+
# Permissions and errors
2222

2323
以下のガイドでは、Box APIに関連した権限やエラーについて説明します。[一般的なエラー][1][レート制限][2][スコープ][3][トークンおよびURLの有効期限][4][App Diagnosticsレポート][5]に関するページが用意されています。
2424

guides/api-calls/request-extra-fields.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,13 @@ source_url: >-
2222
https://github.com/box/developer.box.com/blob/main/content/guides/api-calls/request-extra-fields.md
2323
fullyTranslated: true
2424
---
25-
# 追加フィールドのリクエスト
25+
# Request extra fields
2626

27-
リソースに対して返されるフィールドの数は、リソースのリクエストに使用されるAPIエンドポイントに応じて異なります。
27+
The number of fields returned for a resource depends on the API endpoint used to request the resource.
2828

29-
| バリアント | |
30-
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
31-
| Standard | [`GET /files/:id`](endpoint://get_files_id)エンドポイントを介してファイルをリクエストする場合など、リソースを固有のエンドポイントに対してリクエストしたときに返される標準のフィールドセット |
32-
| Full | `field`クエリパラメータを使用して、リソースの固有のエンドポイントを介して返すことができる詳細なフィールドセット |
33-
| Mini | [`GET /folders/:id/items`](endpoint://get_folders_id_items)エンドポイントを介してフォルダ内にあるすべての項目をリクエストしたときにファイルが返される場合など、リソースが別のリソースのネストされた部分として返されたときに返されるフィールドのサブセット |
29+
## Use the `fields` query parameter
3430

35-
APIリファレンスドキュメントでは、このようにラベルの付いたバリエーションを詳しく説明しています。特に、ファイル、フォルダ、ウェブリンク、およびユーザー項目には詳細と簡易というバリエーションがあります。
36-
37-
## フィールドクエリパラメータの使用
38-
39-
標準のレスポンスにデフォルトでは含まれない、リソースの特定のフィールドをリクエストするには、`field`クエリパラメータをリクエストに追加します。このパラメータの値は、フィールド名のコンマ区切りリストです。
31+
標準のレスポンスにデフォルトでは含まれない、リソースの特定のフィールドをリクエストするには、`fields`クエリパラメータをリクエストに追加します。このパラメータの値は、フィールド名のコンマ区切りリストです。
4032

4133
```curl
4234
curl https://api.box.com/2.0/files/12345?fields=is_package,lock \
@@ -57,17 +49,17 @@ curl https://api.box.com/2.0/files/12345?fields=is_package,lock \
5749

5850
<Message type="notice">
5951

60-
特定のフィールドがリクエストされると、リクエストされたフィールドとフィールドの「基本」のフィールド以外のフィールドが返されない点に注意してください。ファイルの場合、この基本セットは`etag``id`、および`type`値で構成されます。
52+
It is important to note that when a specific field is requested no other fields are returned except for those requested and the **base** set of fields. For a file, this base set is comprised of the `etag`, `id`, and `type` values.
6153

6254
</Message>
6355

64-
## リソース
56+
## Resource variants
6557

66-
以下のリソースバリアントは、BoxのAPIで使用できます。
58+
The following resource variants are available in the Box API.
6759

6860
### Standard
6961

70-
APIレスポンスで返されるデフォルトのフィールドセットは、一般に、標準リソースバリアントと呼ばれます。通常、リソースに対して使用できるメインのAPIを介してそのリソースがリクエストされたときに返されます。たとえば、[`GET /files/:id`](endpoint://get_files_id)エンドポイントをリクエストすると、APIはファイルの標準バリエーションを返します。
62+
The default set of fields returned in an API response. The standard variant is returned when requesting a resource through the main APIs available for that resource. For example, when requesting the [`GET /files/:id`](endpoint://get_files_id) endpoint the API will return the standard variation of a file.
7163

7264
```curl
7365
curl https://api.box.com/2.0/files/12345 \
@@ -152,7 +144,7 @@ curl https://api.box.com/2.0/files/12345 \
152144

153145
### Full
154146

155-
APIレスポンスで返すことができるフィールドセット全体は、一般に、詳細リソースバリアントと呼ばれます。通常、リソースに対して使用できるメインのAPIを介し、`fields`クエリパラメータを追加してそのリソースをリクエストしたときに返されます。
147+
The total set of fields that can be returned in an API response. The full variant is returned when requesting a resource through the main APIs available for that resource and by appending the `fields` query parameter.
156148

157149
たとえば、`fields=is_package,lock`パラメータを指定して[`GET /files/:id`](endpoint://get_files_id)エンドポイントをリクエストすると、APIは、指定されたフィールドに加えて、そのファイルの基本的なフィールドを返します。
158150

guides/api-calls/sorting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source_url: >-
1919
https://github.com/box/developer.box.com/blob/main/content/guides/api-calls/sorting.md
2020
fullyTranslated: true
2121
---
22-
# レスポンスの並べ替え
22+
# Sorting responses
2323

2424
APIから項目のコレクションが返される場合は、APIレスポンスの並べ替えがサポートされることがよくあります。
2525

guides/api-calls/status-codes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ source_url: >-
2020
https://github.com/box/developer.box.com/blob/main/content/guides/api-calls/status-codes.md
2121
fullyTranslated: true
2222
---
23-
# ステータスコード
23+
# Status codes
2424

25-
一般的には、Box APIの使用時に受信したHTTPステータスコードの解釈に以下のルールを適用できます。
25+
The following rules can be applied to interpret the HTTP status codes received when using the Box API.
2626

2727
| HTTPステータス | |
2828
| --------- | --------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)