> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/features-and-clickapps/ai/translate-and-localize-with-clickup-ai.md).

# ClickUp AIによる翻訳とローカライズ

ClickUp AI を使用して翻訳することで、コンテンツをローカライズできます。 AI 機能の UI では、設定で選択した言語も使用されます。

AI は、 ClickUpテキストのどこでも使用できます。たとえば、タスクの説明、すべてのコメント、テキストのカスタムフィールド、ツールバー、コマンド センターなどです。

必要なもの

機能の可用性と制限はプランとユーザーロールによって異なります。詳細はこちら

### **ClickUp AIで翻訳** <a href="#id-34vyu2b9q3hi" id="id-34vyu2b9q3hi"></a>

AI がアクセスできる場所にテキストを作成、生成、または貼り付けます。次に、AI を使用して翻訳するには 2 つの方法があります。

1. テキストを強調表示します。
   * テキスト ツールバーから \[AI] を選択します。
   * \[選択内容から生成] ドロップダウンから、\[翻訳] をクリックします。
   * 言語ドロップダウンから言語を選択します。
   * 翻訳モーダルが開き、選択したテキストが翻訳されます。\
     ![Screenshot showing the Translate modal, with the available languages open.](/files/2hnozkGQmHbnKWPPtgNW)
2. テキストの下に、/スラッシュ コマンド /ai を入力します。 ClickUp AIドロップダウンから言語を選択します。
   * 翻訳モーダルが開き、/Slash コマンドの上のテキストがすべて翻訳されます。

翻訳後、翻訳モーダルから次のいずれかを選択します。

* **置換：**&#x9078;択したテキストを翻訳されたテキストに置き換えます。
* **挿入：**&#x958B;いている場所にテキストを貼り付けます。選択したテキストは残ります。
* **コピー：**&#x30C6;キストをコピーして、別の場所に手動で貼り付けます。生成されたテキストの任意の部分を手動でコピーすることもできます。
* **Try Again ：**&#x53EF;能であれば、この選択によりわずかに異なる翻訳が生成されます。
* **AI に次に何をすべきかを指示する：**&#x95A2;連するプロンプトを入力するか、AI にさらなる指示を与えることによって、AI に再度プロンプトを出します。たとえば、「よりフォーマルにする」と入力することもできます。

### **ClickUp AIローカリゼーション** <a href="#aa69bm63d8hg" id="aa69bm63d8hg"></a>

ClickUp AI はあなたの言語で応答を生成します。さらに、AI UI テキストのローカライズも行っています。この機能を開発する際には、引き続きローカリゼーションを改良していきます。

AI は設定で選択した言語を使用します。現在、 ClickUp AIでは次の言語が使用されています。

* フランス語
* スペイン語
* ブラジルポルトガル語
* ドイツ語
* イタリア語


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/clickup/features-and-clickapps/ai/translate-and-localize-with-clickup-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
