> For the complete documentation index, see [llms.txt](https://docs.bogos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bogos.io/cn/detailed-guide/translation.md).

# 翻译

{% embed url="<https://www.youtube.com/watch?v=U-J0kL-rLaE>" %}

<img src="/files/CDFsdhlZt5QPTXuL3ELr" alt="" height="320" width="624">

1. ### BOGOS 翻译

* 用户可以手动为应用元素创建翻译，或使用 AI 提供的自动翻译选项。
* 当店铺语言设置更改时，应用的元素将自动更新以匹配所选语言。

{% hint style="warning" %}
重要提示\
赠品滑块和经典捆绑包区块内的**商品名称**无法翻译，将保持原始语言。

经典捆绑包区块内的\*\*折扣数值（百分比或减免金额）\*\*同样无法翻译。
{% endhint %}

### 2. 第三方集成翻译

* 当集成了第三方翻译服务时（目前支持 Transcy，Weglot 集成即将推出），BOGOS 将自动采用外部服务提供的翻译。
* 在此模式下，BOGOS 自身的翻译系统将被禁用，应用将完全依赖第三方服务进行语言翻译。

**如何将 BOGOS 与第三方翻译应用集成？** 请阅读我们的指南[集成 x 翻译应用](/cn/integration/translation-apps.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.bogos.io/cn/detailed-guide/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.
