> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/translation.md).

# 翻譯

Cherry Studio 嘅翻譯功能為你提供快速、準確嘅文本翻譯服務，支援多種語言之間互譯。

### 介面概覽

<figure><img src="/files/2ede8f8a63934d53e768b1cf9bd8dede5cf31339" alt=""><figcaption><p>翻譯頁面：左邊輸入、右邊輸出，頂部切換語言同模型</p></figcaption></figure>

操作欄由左至右：

1. **翻譯歷史**（FolderClock 圖示）：左側抽屜，睇返歷史翻譯同一鍵回填
2. **源語言下拉選單**：預設 `自動偵測`，當自動偵測命中之後，會喺選項入面顯示具體語種
3. **方向切換**（⇆）：互換源／目標語言
4. **目標語言下拉選單**
5. **翻譯按鈕**：輸入框空白嗰陣會變灰色
6. **模型選擇**（模型頭像）：切換用嚟翻譯嘅模型
7. **設定**：打開翻譯設定彈窗

輸入框（左）支援貼上文字、**拖入 `.txt/.md` 文字檔**、同埋 **拖入圖片走 OCR** ；結果框（右）鼠標移上去會出現複製按鈕。

### 使用步驟

1. **選擇目標語言**
2. **輸入或者貼上文字** 到左邊框 —— 拖入圖片可以直接 OCR 識別之後再翻譯
3. 撳 **翻譯** 按鈕
4. 複製或者繼續編輯右邊結果

### 翻譯設定

撳右上角齒輪打開設定彈窗：

<figure><img src="/files/2c307474e6cf9525adce192fb710ebcfd49ce281" alt=""><figcaption><p>翻譯設定彈窗</p></figcaption></figure>

* **Markdown 預覽**：開啟之後翻譯結果會按 Markdown 渲染
* **翻譯完成後自動複製**：結果一生成就會複製去剪貼簿
* **滾動同步設定**：左右兩欄滾動聯動
* **自動偵測方法**：自動／算法（franc 本地）／LLM——LLM 偵測會更準，但會消耗一次模型呼叫
* **雙向翻譯設定**：開啟之後會自動喺兩種指定語言之間互譯；下面可揀語言對
* **更多設定**：跳去完整嘅翻譯偏好設定（預設模型／提示詞／自訂語言等）

### 常見問題解答 (FAQ)

* **Q: 翻譯唔準確點算？**
  * A: AI 翻譯雖然強大，但唔係完美。對於專業領域或者複雜語境嘅文本，建議做人手校對。你亦可以試吓切換唔同模型。
* **Q: 支援邊啲語言？**
  * A: Cherry Studio 翻譯功能支援多種主流語言，具體支援嘅語言列表請參考 Cherry Studio 官方網站或者應用內說明。
* **Q: 可以翻譯成個檔案／圖片嗎？**
  * A: 輸入框支援直接**拖入文字檔或者圖片**，圖片會先經 OCR 識別再翻譯。對於長篇文件（PDF／Word 等）嘅整段翻譯，建議去對話頁面，將文件作為附件發畀翻譯助手處理。
* **Q: 翻譯速度慢點算？**
  * A: 翻譯速度可能受網絡連線、文字長度、伺服器負載等因素影響。請確保你嘅網絡連線穩定，並耐心等待。

***

### 💡 獲取幫助同提交反饋

如果您喺配置或使用過程中遇到任何疑問、Bug 或有功能改進建議，請參考 [反饋同建議](/docs/zhong-wen-fan-ti/question-contact/suggestions.md) 入面提供嘅官方渠道。


---

# 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://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/cherry-studio/preview/translation.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.
