Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Oct 11, 2024
1 parent 804eafa commit 49dd3d6
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 39 deletions.
22 changes: 11 additions & 11 deletions guides/api-calls/api-versioning-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Boxは、1年に1回、APIエンドポイントに新しく重大な変更を行

アプリを更新して最新の安定したAPIバージョンにリクエストを実行することを強くお勧めします。ただし、アプリで使用している安定したバージョンがサポートされなくなると、HTTPエラーコード`400 - Bad Request`を含むレスポンスが返されます。詳細については、[バージョン管理のエラー](#versioning-errors)を参照してください。

If your request doesn't include a version, the API defaults to the initial Box API version—the version available before year-based versioning was introduced. However, relying on this behavior is not recommended when adopting deprecated changes. To ensure consistency, always specify the API version with each request. By making your application version-aware, you anchor it to a specific set of features, ensuring consistent behavior throughout the supported timeframe.
リクエストにバージョンが含まれていない場合、APIはデフォルトで、最初のBox APIバージョン (年ベースのバージョン管理が導入される前のバージョン) になります。ただし、非推奨の変更を適用する際にこの動作を利用することはお勧めしません。一貫性を確保するために、リクエストごとに必ずAPIバージョンを指定してください。アプリケーションにバージョンを認識させることで、アプリケーションを特定の機能セットに固定し、サポートされている期間中は一貫した動作が保証されます。

## APIバージョンの呼び出し

Expand All @@ -91,9 +91,9 @@ curl --location 'https://api.box.com/2.0/sign_requests' \

## バージョン管理のエラー

### Calling an incorrect API version in the header
### ヘッダーでの正しくないAPIバージョンの呼び出し

If the API version provided in the `box-version` header is incorrect, the response will return an `HTTP 400 - Bad Request error`. The error response will have the following structure:
`box-version`ヘッダーで指定されたAPIバージョンが正しくない場合、レスポンスでは`HTTP 400 - Bad Request error`が返されます。このエラーレスポンスの構造は次のようになります。

```json
{
Expand All @@ -111,11 +111,11 @@ If the API version provided in the `box-version` header is incorrect, the respon

```

The error message will contain information about the error and possible correct values for the `box-version` header. For example:
エラーメッセージには、エラーに関する情報のほか、`box-version`ヘッダーに適切と思われる値が含まれます。以下に例を示します。

* `The 'box-version' header supports only one header value per request, do not use comas.` - when the header contains multiple values separated by commas.
* `Missing required box-version header.` - when the header is missing but required.
* `Unsupported API version specified in 'box-version' header. Supported API versions: [LIST_OF_SUPPORTED_VERSIONS_COMA_SEPARATED]` - when the version specified is not supported by the API.
* `The 'box-version' header supports only one header value per request, do not use comas.` - ヘッダーに複数の値がコンマで区切って含まれている場合。
* `Missing required box-version header.` - ヘッダーが存在しないものの、必要な場合。
* `Unsupported API version specified in 'box-version' header. Supported API versions: [LIST_OF_SUPPORTED_VERSIONS_COMA_SEPARATED]` - 指定されたバージョンがAPIでサポートされていない場合。

### 非推奨のAPIの呼び出し

Expand Down Expand Up @@ -240,12 +240,12 @@ Box-API-Deprecated-Reason: https://developer.box.com/reference/deprecated

## バージョン管理に関する考慮事項

When building your request, consider the following:
リクエストの作成時には、以下の点を考慮してください。

* If you do not specify a version, the service will return the initial version—the version that existed before year-based versioning was introduced. If the initial version does not exist, the response will return an HTTP error code 400 - Bad Request.
* If the version header is specified but the requested version is unavailable, the response will return an HTTP error code 400 - Bad Request.
* バージョンを指定しないと、サービスによって最初のバージョン (年ベースのバージョン管理が導入される前に存在していたバージョン) が返されます。最初のバージョンが存在しない場合、レスポンスでは、HTTPエラーコード400 - Bad Requestが返されます。
* バージョンヘッダーが指定されていても、リクエストされたバージョンを利用できない場合、レスポンスではHTTPエラーコード400 - Bad Requestが返されます。

You can check [Versioning Errors](#versioning-errors) for more information.
詳細については、[バージョン管理のエラー](#versioning-errors)を参照してください。

APIに含まれるリソースまたはリソースのプロパティが非推奨になると、その変更は以下の1つ以上の方法で伝えられます。

Expand Down
6 changes: 3 additions & 3 deletions guides/metadata/fields/date.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Boxウェブアプリでは日付が日付選択機能として表示されま

`date`フィールドは、[メタデータテンプレートの作成][g_create_template]時、または`addField`操作による[テンプレートの更新][g_update_template]時にメタデータテンプレートに追加できます。

The required attributes for a `date` field are a `type`, a `displayName`, and a `key`.
`date`フィールドの必須属性は、`type``displayName`、および`key`です。

```json
{
Expand All @@ -61,13 +61,13 @@ The required attributes for a `date` field are a `type`, a `displayName`, and a

```

Optionally, a `description` can be provided that is shown to a user in the UI, and the field can be set to `hidden` to hide it from users in the web and mobile apps.
必要に応じて、UIでユーザーに表示される`description`を指定できます。また、このフィールドを`hidden`に設定して、ウェブアプリとモバイルアプリでユーザーに表示されないようにすることもできます。

## 日付フィールドの更新

`date`テンプレートフィールドは、このフィールドが属する[テンプレートを更新][g_update_template]することで更新できます。テンプレートの更新は、ファイルまたはフォルダにすでに割り当てられているテンプレートも確実に更新される**操作**によって行われます。

When updating a `date` metadata field, the only relevant operation is the `editField` operation, which can be used to change the field's `key`, `displayName`, `description`, and `hidden` values.
`date`メタデータフィールドを更新する際、関連する操作は、フィールドの`key``displayName``description`、および`hidden`の値を変更するのに使用できる`editField`操作のみです。

```json
[
Expand Down
10 changes: 5 additions & 5 deletions guides/metadata/fields/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ fullyTranslated: true

<Message notice>

An `enum` allows a user to select zero or a single value. To allow a user to select multiple values, use the [`multiSelect`][g_multi_select] template field.
`enum`を使用すると、ユーザーは0個または1個の値を選択できます。ユーザーが複数の値を選択できるようにするには、[`multiSelect`][g_multi_select]テンプレートフィールドを使用します。

</Message>

## `enum`フィールドの作成

`enum`フィールドは、[メタデータテンプレートの作成][g_create_template]時、または`addField`操作による[テンプレートの更新][g_update_template]時にメタデータテンプレートに追加できます。

The required attributes for an `enum` field are a `type`, a `displayName`, a `key`, and a list of options.
`enum`フィールドの必須属性は、`type``displayName``key`、およびオプションのリストです。

```json
{
Expand All @@ -66,15 +66,15 @@ The required attributes for an `enum` field are a `type`, a `displayName`, a `ke

```

Optionally, a `description` can be provided that is shown to a user in the UI, and the field can be set to `hidden` to hide it from users in the web and mobile apps.
必要に応じて、UIでユーザーに表示される`description`を指定できます。また、このフィールドを`hidden`に設定して、ウェブアプリとモバイルアプリでユーザーに表示されないようにすることもできます。

## `enum`フィールドの更新

`enum`テンプレートフィールドは、このフィールドが属する[テンプレートを更新][g_update_template]することで更新できます。テンプレートの更新は、ファイルまたはフォルダにすでに割り当てられているテンプレートも確実に更新される**操作**によって行われます。

### 基本的なフィールド値の変更

When updating an `enum` metadata field, one of the possible operations is the `editField` operation, which can be used to change the field's `key`, `displayName`, `description`, and `hidden` values.
`enum`メタデータフィールドを更新する際に可能な操作の1つとして、フィールドの`key``displayName``description`、および`hidden`の値を変更するのに使用できる`editField`操作があります。

```json
[
Expand Down Expand Up @@ -219,7 +219,7 @@ When updating an `enum` metadata field, one of the possible operations is the `e

### オプションの削除

Removing an option from an `enum` field can be achieved through the `removeEnumOption` operation. The operation expects the `fieldKey` to be set to the key of the `enum` field to change, and an `enumOptionKey` to be set to the key of the field option to remove.
`enum`フィールドからオプションを削除するには、`removeEnumOption`操作を使用します。この操作では、`fieldKey`に、変更する`enum`フィールドのキーを設定し、`enumOptionKey`に、削除するフィールドオプションのキーを設定します。

```json
[
Expand Down
6 changes: 3 additions & 3 deletions guides/metadata/fields/float.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fullyTranslated: true

`float`フィールドは、[メタデータテンプレートの作成][g_create_template]時、または`addField`操作による[テンプレートの更新][g_update_template]時にメタデータテンプレートに追加できます。

The required attributes for a `float` field are a `type`, a `displayName`, and a `key`.
`float`フィールドの必須属性は、`type``displayName`、および`key`です。

```json
{
Expand All @@ -55,13 +55,13 @@ The required attributes for a `float` field are a `type`, a `displayName`, and a

```

Optionally, a `description` can be provided that is shown to a user in the UI, and the field can be set to `hidden` to hide it from users in the web and mobile apps.
必要に応じて、UIでユーザーに表示される`description`を指定できます。また、このフィールドを`hidden`に設定して、ウェブアプリとモバイルアプリでユーザーに表示されないようにすることもできます。

## 浮動小数点フィールドの更新

`float`テンプレートフィールドは、このフィールドが属する[テンプレートを更新][g_update_template]することで更新できます。テンプレートの更新は、ファイルまたはフォルダにすでに割り当てられているテンプレートも確実に更新される**操作**によって行われます。

When updating a `float` metadata field, the only relevant operation is the `editField` operation, which can be used to change the field's `key`, `displayName`, `description`, and `hidden` values.
`float`メタデータフィールドを更新する際、関連する操作は、フィールドの`key``displayName``description`、および`hidden`の値を変更するのに使用できる`editField`操作のみです。

```json
[
Expand Down
14 changes: 7 additions & 7 deletions guides/metadata/fields/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ fullyTranslated: true

すべてのメタデータテンプレートには`field`オブジェクトのリストが含まれており、各フィールドは次のいずれかのタイプになります。

| | |
| ------------------------------------------------- | -------------------------------------------- |
| [`string`](g://metadata/fields/string) | テキストフィールド |
| [`float`](g://metadata/fields/float) | 数値入力フィールド |
| [`date`](g://metadata/fields/date) | 日付選択フィールド |
| [`enum`](g://metadata/fields/enum) | A dropdown list for selecting a single value |
| [`multiSelect`](g://metadata/fields/multi-select) | 複数の値を選択するためのドロップダウンリスト |
| | |
| ------------------------------------------------- | ---------------------- |
| [`string`](g://metadata/fields/string) | テキストフィールド |
| [`float`](g://metadata/fields/float) | 数値入力フィールド |
| [`date`](g://metadata/fields/date) | 日付選択フィールド |
| [`enum`](g://metadata/fields/enum) | 1つの値を選択するためのドロップダウンリスト |
| [`multiSelect`](g://metadata/fields/multi-select) | 複数の値を選択するためのドロップダウンリスト |

## 基本的なフィールドタイプ

Expand Down
12 changes: 6 additions & 6 deletions guides/metadata/fields/multi-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fullyTranslated: true

<Message notice>

A `multiSelect` field allows a user to select zero, one, or more values. To force a user to select only one value at most, use the [`enum`][g_enum_field] template field.
`multiSelect`フィールドを使用すると、ユーザーは0個、1個、または複数個の値を選択できます。ユーザーが選択できる値を1つだけに制限するには、[`enum`][g_enum_field]テンプレートフィールドを使用します。

</Message>

Expand Down Expand Up @@ -66,15 +66,15 @@ A `multiSelect` field allows a user to select zero, one, or more values. To forc

```

Optionally, a `description` can be provided that is shown to a user in the UI, and the field can be set to `hidden` to hide it from users in the web and mobile apps.
必要に応じて、UIでユーザーに表示される`description`を指定できます。また、このフィールドを`hidden`に設定して、ウェブアプリとモバイルアプリでユーザーに表示されないようにすることもできます。

## `multiSelect`フィールドの更新

`multiSelect`テンプレートフィールドは、このフィールドが属する[テンプレートを更新][g_update_template]することで更新できます。テンプレートの更新は、ファイルまたはフォルダにすでに割り当てられているテンプレートも確実に更新される**操作**によって行われます。

### 基本的なフィールド値の変更

When updating a `multiSelect` metadata field, one of the possible operations is the `editField` operation, which can be used to change the field's `key`, `displayName`, `description`, and `hidden` values.
`multiSelect`メタデータフィールドを更新する際に可能な操作の1つとして、フィールドの`key``displayName``description`、および`hidden`の値を変更するのに使用できる`editField`操作があります。

```json
[
Expand Down Expand Up @@ -141,7 +141,7 @@ When updating a `multiSelect` metadata field, one of the possible operations is

### オプションの並べ替え

Reordering the options in a `multiSelect` field can be achieved through the `reorderMultiSelectOptions` operation. The operation expects the `fieldKey` to be set to the key of the `multiSelect` field to change, and a `multiSelectOptionKeys` array with the keys of the options in order.
`multiSelect`フィールドでオプションを並べ替えるには、`reorderMultiSelectOptions`操作を使用します。この操作では、`fieldKey`に、変更する`multiSelect`フィールドのキーを設定するほか、`multiSelectOptionKeys`配列にはオプションのキーを順番に指定する必要があります。

```json
[
Expand Down Expand Up @@ -181,7 +181,7 @@ Reordering the options in a `multiSelect` field can be achieved through the `reo

### オプションの編集

Editing an option of a `multiSelect` field can be achieved through the `editMultiSelectOption` operation. The operation expects the `fieldKey` to be set to the key of the `multiSelect` field to change, and a `multiSelectOptionKey` to be set to the key of the field option. Finally, it expects a `data` object with the new `key` of the field option.
`multiSelect`フィールドのオプションを編集するには、`editMultiSelectOption`操作を使用します。この操作では、`fieldKey`に、変更する`multiSelect`フィールドのキーを設定し、`multiSelectOptionKey`に、フィールドオプションのキーを設定する必要があります。最後に、`data`オブジェクトには、フィールドオプションの新しい`key`を指定する必要があります。

```json
[
Expand Down Expand Up @@ -219,7 +219,7 @@ Editing an option of a `multiSelect` field can be achieved through the `editMult

### オプションの削除

Removing an option from a `multiSelect` field can be achieved through the `removeMultiSelectOption` operation. The operation expects the `fieldKey` to be set to the key of the `multiSelect` field to change, and a `multiSelectOptionKey` to be set to the key of the field option to remove.
`multiSelect`フィールドからオプションを削除するには、`removeMultiSelectOption`操作を使用します。この操作では、`fieldKey`に、変更する`multiSelect`フィールドのキーを設定し、`multiSelectOptionKey`に、削除するフィールドオプションのキーを設定します。

```json
[
Expand Down
Loading

0 comments on commit 49dd3d6

Please sign in to comment.