> 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/advanced-basic/knowledge-content/translation-workflow.md).

# 檔案、圖片同長文翻譯

【翻譯】可以處理直接輸入嘅文字，亦可以上傳圖片或文件。圖片會先辨識文字，文件就按格式同內容處理；歷史記錄可以收藏、再次打開同重用。

<figure><img src="/files/5c4d83ac5f80d2a79e4a5a73e75262fa5ec45c82" alt="资料经过检索和 Agent 处理后形成文字、图片或译文的内容工作流图"><figcaption><p>翻譯係內容工作流嘅一環：先確認輸入材料，再統一術語同檢查最終交付物。</p></figcaption></figure>

## 揀輸入方式

| 材料       | 建議做法        | 檢查重點          |
| -------- | ----------- | ------------- |
| 短文字      | 直接貼上        | 語氣、專有名詞、上下文   |
| 截圖或者掃描件  | 上傳圖片並使用 OCR | 辨識錯字、表格同數字    |
| 長文檔      | 上傳文件        | 標題層級、段落、腳註同格式 |
| Markdown | 使用預覽檢查      | 連結、代碼塊同標記係咪保留 |

### 示例：短文字翻譯

選擇【自動檢測】做源語言、【英文】做目標語言，輸入中文後撳【翻譯】。結果出現後先核對「灰度」「監控指標」「回滾流程」等關鍵含義，再複製或者儲存到筆記。

<figure><img src="https://3562065924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0Ut5BptC3t8CtSU1UWpM%2Fuploads%2Fgit-blob-ee99f863bdfef7403502cdc2b4ad505c0cf66069%2Fcherry-v2-guide-translation-result.png?alt=media" alt="中文发布方案翻译为英文的完整结果"><figcaption><p>① 左側保留原文；② 右側顯示譯文。交付前逐項核對灰度發布、監控指標和回滾流程。</p></figcaption></figure>

### 結果出嚟後檢查乜

| 檢查項   | 例子                 |
| ----- | ------------------ |
| 關鍵含義  | 「灰度發布」唔可以淨係按顏色直譯   |
| 專有名詞  | 產品名、團隊名同功能名保持統一    |
| 數字同條件 | 日期、比例、金額同否定詞唔可以漏   |
| 語氣    | 通知、合約、營銷文案分別採用合適語氣 |

短文字可以直接逐句核對；文件同長文先抽查標題、表格、數字同重複術語，再決定係咪成篇交付。

## 翻譯步驟

{% stepper %}
{% step %}

### 1. 先確認源語言同目標語言

自動識別適合混合或者未知語言；合同、技術文檔等正式材料建議手動確認語言，減少誤判。
{% endstep %}

{% step %}

### 2. 選擇翻譯方式

需要上下文、語氣同術語一致時用已配置好嘅模型；普通短句可以揀更輕量嘅方式。具體可用項以當前頁面為準。
{% endstep %}

{% step %}

### 3. 分段核對

先檢查名稱、數字、日期、否定詞同單位。圖片翻譯仲要核對 OCR 結果；識錯咗，後面嘅譯文都會跟住錯。
{% endstep %}

{% step %}

### 4. 收藏或者重用結果

喺【歷史記錄】中查看、收藏同再次使用譯文。正式交付前，把術語表同人工修訂保存到項目資料中。
{% endstep %}
{% endstepper %}

### 應用案例：準備多語言產品資料

先把產品名、功能名同禁止改寫嘅術語整理成一份說明。上傳中文說明書，先翻譯一個章節並確認術語，再處理全文；宣傳圖片單獨上傳做 OCR 翻譯。完成後把已確認嘅術語同譯文放入項目工作目錄，讓 Agent 統一檢查標題、連結同數字，但唔畀佢自行改寫法務聲明。

{% hint style="danger" %}
醫療、法律、財務及安全相關內容需要專業人士覆核。自動翻譯可以提高效率，唔可以取代有責任主體嘅審校。
{% endhint %}


---

# 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/advanced-basic/knowledge-content/translation-workflow.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.
