# 翻译

Cherry Studio 的翻译功能为您提供快速、准确的文本翻译服务，支持多种语言之间的互译。

### 界面概览

<figure><img src="/files/JK8sPepcF5NnJ1uSCPQC" alt=""><figcaption></figcaption></figure>

翻译界面主要由以下几个部分组成：

1. **源语言选择区**：
   * 任意语言：Cherry Studio 会自动识别源语言并进行翻译。
2. **目标语言选择区**：
   * 下拉菜单：选择您希望将文本翻译成的语言。
3. **设置按钮**：
   * 点击后将跳转到 [默认模型设置](/pre-basic/settings/default-models.md)。
4. **滚动同步**：
   * 点击可以切换滚动同步（在任意一边进行滚动，另一边也会一起滚动）。
5. **文本输入框（左侧）**：
   * 输入或粘贴您需要翻译的文本。
6. **翻译结果框（右侧）**：
   * 显示翻译后的文本。
   * 复制按钮：点击按钮可将翻译结果复制到剪贴板。
7. **翻译按钮**：
   * 点击此按钮开始翻译。
8. **翻译历史（左上角）**：
   * 点击后可以查看翻译历史记录。

### 使用步骤

1. **选择目标语言**：
   * 在目标语言选择区选择您希望翻译成的语言。
2. **输入或粘贴文本**：
   * 在左侧的文本输入框中输入或粘贴您要翻译的文本。
3. **开始翻译**：
   * 点击 `翻译` 按钮。
4. **查看和复制结果**：
   * 翻译结果将显示在右侧的翻译结果框中。
   * 点击复制按钮即可将翻译结果复制到剪贴板。

### 常见问题解答 (FAQ)

* **Q: 翻译不准确怎么办？**
  * A: AI 翻译虽然强大，但并非完美。对于专业领域或复杂语境的文本，建议进行人工校对。 您也可以尝试切换不同的模型。
* **Q: 支持哪些语言？**
  * A: Cherry Studio 翻译功能支持多种主流语言，具体支持的语言列表请参考 Cherry Studio 的官方网站或应用内说明。
* **Q: 可以翻译整个文件吗？**
  * A: 目前的界面主要用于文本翻译。 对于文件翻译，可能需要进入 Cherry Studio 的对话页面添加文件进行翻译。
* **Q: 翻译速度慢怎么办？**
  * A: 翻译速度可能受网络连接、文本长度、服务器负载等因素影响。请确保您的网络连接稳定，并耐心等待。


---

# Agent Instructions: 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:

```
GET https://docs.cherry-ai.com/cherry-studio/preview/translation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
