Skip to content

Commit 80d31d4

Browse files
committed
l10n(moji): update translations
1 parent 05c8c9a commit 80d31d4

37 files changed

+153
-70
lines changed

guides/applications/app-types/platform-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ Platformアプリの承認方法を確認する
8181

8282
[uie]: g://embed/ui-elements
8383

84-
[users]: g;//getting-started/user-types/#managed-users/
84+
[users]: page://platform/user-types/#managed-users

guides/archives/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Box Archiveを使用すると、アーカイブを作成および管理できま
4040

4141
## アーカイブはフォルダ
4242

43-
アーカイブは、特別な種類のフォルダです。Box Archive APIを使用すると、アーカイブの作成、リスト取得、削除を実行できます。ただし、アーカイブまたはアーカイブ内のコンテンツを操作する他のAPIも存在します。サポートされているAPIの詳細なリストについては、[サポートされているAPI][Supported APIs]ガイドを参照してください。
43+
Archives are a special type of folders. Box Archive APIs allow you to create, list, update and delete archives. However, there are other APIs that also work with archives or with content within archives. For a full list of supported APIs, see the [Supported APIs][Supported APIs] guide.
4444

4545
## 必須のスコープ
4646

47-
Box Archive APIのいずれかを使用する前に、[管理コンソール内のBox Archive][Box Archive in Admin Console]にアクセスできることを確認してください。Box Platformアプリでは、`GCM`および`Read and write all files and folders`[スコープ][Scopes]が有効になっている必要があります。アーカイブを表示するだけで、変更しない予定の場合は、`Read and write all files and folders`スコープではなく`Read all files and folders`スコープを使用してください。
47+
Before using any of the Box Archive APIs, make sure you can access [Box Archive in Admin Console][Box Archive in Admin Console]. Your Box Platform app must have the `GCM` and `Read and write all files and folders` [scopes][Scopes] enabled. If you plan to only view archives and not modify them, use the `Read all files and folders` instead of the `Read and write all files and folders` scope. Additionally, to be able to assign [storage policy][Storage policy] to an archive during its creation, your enterprise must have access to the Box Zones feature and your app must have the `Manage users` scope.
4848

4949
<Message type="notice">
5050

@@ -56,4 +56,6 @@ Box Archive APIのいずれかを使用する前に、[管理コンソール内
5656

5757
[Box Archive in Admin Console]: https://support.box.com/hc/en-us/p/Product_Page_2023?section-id=40168863437843
5858

59-
[Scopes]: https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/
59+
[Scopes]: g://api-calls/permissions-and-errors/scopes
60+
61+
[Storage policy]: r://storage-policy

guides/archives/supported-apis.md

Lines changed: 29 additions & 26 deletions
Large diffs are not rendered by default.

guides/authentication/sso.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fullyTranslated: true
3939
SSOが有効化されていても必須ではない場合、管理対象ユーザーは次のいずれかを選択できます。
4040

4141
* Boxのユーザー名とパスワードを使用してログインする
42-
* SSOプロバイダを使用してログインする
42+
* SSOプロバイダを使用してログインする
4343

4444
SSOが有効化され、必須になっている場合、すべての管理対象ユーザーは、企業の構成済みSSOプロバイダでログインするよう強制されます。この場合、ログインを試みるユーザーは、SAMLを介して渡されるメールアドレスと一致するBoxアカウントを持っているだけでなく、SSO側で構成されている必要があります。
4545

@@ -79,7 +79,7 @@ Skillsを使用した場合でも、スキルイベントをトリガーする
7979

8080
[oauth2]: g://authentication/oauth2
8181

82-
[ccg]: g:///authentication/client-credentials
82+
[ccg]: g://authentication/client-credentials
8383

8484
[la-app]: guide://applications/web-app-integrations
8585

guides/box-ai/ai-models/aws-claude-3-5-sonnet-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subcategory_id: box-ai/ai-models
1111
is_index: false
1212
id: box-ai/ai-models/aws-claude-3-5-sonnet-model-card
1313
type: guide
14-
total_steps: 27
14+
total_steps: 28
1515
sibling_id: box-ai/ai-models
1616
parent_id: box-ai/ai-models
1717
next_page_id: box-ai/ai-models/aws-claude-3-haiku-model-card

guides/box-ai/ai-models/aws-claude-3-7-sonnet-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subcategory_id: box-ai/ai-models
1111
is_index: false
1212
id: box-ai/ai-models/aws-claude-3-7-sonnet-model-card
1313
type: guide
14-
total_steps: 27
14+
total_steps: 28
1515
sibling_id: box-ai/ai-models
1616
parent_id: box-ai/ai-models
1717
next_page_id: box-ai/ai-models/aws-claude-3-5-sonnet-model-card

guides/box-ai/ai-models/aws-claude-3-haiku-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subcategory_id: box-ai/ai-models
1111
is_index: false
1212
id: box-ai/ai-models/aws-claude-3-haiku-model-card
1313
type: guide
14-
total_steps: 27
14+
total_steps: 28
1515
sibling_id: box-ai/ai-models
1616
parent_id: box-ai/ai-models
1717
next_page_id: box-ai/ai-models/aws-claude-3-sonnet-model-card

guides/box-ai/ai-models/aws-claude-3-sonnet-model-card.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ subcategory_id: box-ai/ai-models
1111
is_index: false
1212
id: box-ai/ai-models/aws-claude-3-sonnet-model-card
1313
type: guide
14-
total_steps: 27
14+
total_steps: 28
1515
sibling_id: box-ai/ai-models
1616
parent_id: box-ai/ai-models
17-
next_page_id: box-ai/ai-models/ibm-llama-4-scout-model-card
17+
next_page_id: box-ai/ai-models/ibm-llama-4-maverick-model-card
1818
previous_page_id: box-ai/ai-models/aws-claude-3-haiku-model-card
1919
source_url: >-
2020
https://github.com/box/developer.box.com/blob/main/content/guides/box-ai/ai-models/aws-claude-3-sonnet-model-card.md

guides/box-ai/ai-models/aws-claude-4-5-haiku-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subcategory_id: box-ai/ai-models
1111
is_index: false
1212
id: box-ai/ai-models/aws-claude-4-5-haiku-model-card
1313
type: guide
14-
total_steps: 27
14+
total_steps: 28
1515
sibling_id: box-ai/ai-models
1616
parent_id: box-ai/ai-models
1717
next_page_id: box-ai/ai-models/aws-claude-4-sonnet-model-card

guides/box-ai/ai-models/aws-claude-4-5-sonnet-model-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subcategory_id: box-ai/ai-models
1111
is_index: false
1212
id: box-ai/ai-models/aws-claude-4-5-sonnet-model-card
1313
type: guide
14-
total_steps: 27
14+
total_steps: 28
1515
sibling_id: box-ai/ai-models
1616
parent_id: box-ai/ai-models
1717
next_page_id: box-ai/ai-models/aws-claude-4-5-haiku-model-card

0 commit comments

Comments
 (0)