> 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/cases/multilingual-materials.md).

# 多語言資料整理

市場團隊收到一套包含文件、截圖同產品術語嘅資料，需要翻譯成另一種語言，同時保持名稱、數字同格式一致。術語表同小範圍試譯可以減少成份材料返工。

<figure><img src="/files/5c4d83ac5f80d2a79e4a5a73e75262fa5ec45c82" alt="资料经过知识库检索、Agent 整理并形成译文或内容交付物的工作流图"><figcaption><p>先確認資料檢索準確，再由 Agent 統一術語同輸出格式，最後人工核對關鍵內容。</p></figcaption></figure>

<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. 讓 Agent 做一致性檢查

將原文、譯文同術語表放入工作目錄，讓 Agent 列出術語不一致、漏譯、數字差異同連結問題，唔直接替換法務內容。
{% endstep %}
{% endstepper %}

## 交付前檢查

* 產品名稱同界面路徑同實際界面一致；
* 數字、日期、貨幣同單位冇變化；
* Markdown 連結、程式碼區塊同圖片說明保留；
* 法律、醫療或安全內容經過專業審校。

## 建議組合同完成標準

| 項目   | 建議做法                              |
| ---- | --------------------------------- |
| 翻譯入口 | 短文本同截圖用【翻譯】，多文件整理交俾 Agent         |
| 術語   | 先提供產品名、專有名詞同唔翻譯詞表                 |
| 檔案   | 原文同譯文分目錄保存，保留原文件名對應關係             |
| 完成標準 | 數字、連結同專有名詞一致；圖片文字已抽查；版式變化喺交付說明中標記 |

{% hint style="warning" %}
歷史記錄方便複用，但都會保存翻譯內容。處理敏感材料後，按照你嘅數據管理要求檢查同清理記錄。
{% 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/cases/multilingual-materials.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.
