> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/translate-and-localize-your-advocate-program.md).

# 翻译并本地化您的 Advocate 计划

Advocate 平台使用参与者特定的区域设置信息，帮助您翻译并本地化您的推荐计划内容和奖励。这些区域设置（例如 `en_GB`, `nl_NL`）由两个字母的语言代码和两个字母的国家代码组成，分别定义于 ISO 639-1 和 ISO 3166-1 alpha-2。每当您向我们发送客户倡导者和事件详情时，您都可以为单个参与者发送 impact.com 区域设置信息。

#### 翻译并本地化您的计划内容

{% stepper %}
{% step %}
**第 1 步：下载源文案和消息**

1. 在左侧导航菜单中，选择 ![](/files/209022bdb234289211a24a980f6227a8684cc439) **\[Engage]** → **计划规则**.
2. 在 *计划规则* 屏幕上，选择 **内容** 选项卡。

   <div data-with-frame="true"><figure><img src="/files/a088a0240f596c245487fd40fc7dfa5d6eef1976" alt="" width="322"><figcaption></figcaption></figure></div>
3. 在 *翻译* 部分，选择 **编辑** → **下载源文件** 或 **下载源文件和译文**.

   <div data-with-frame="true"><figure><img src="/files/b9ddbc1b450bec18c26f39053e77ed3ac11f91be" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
**重要：** 还有一种下载译文的替代方法。该方法是处理微站内容译文的唯一方式。
{% endhint %}

1. 在左侧导航菜单中，选择 **内容**.
2. 在 *翻译* 部分中选择 **微站** 以展开选项列表，然后选择你要翻译的微型站点内容。
3. 选择 **下载源文件** 或 **下载源文件和译文**.

所提供的 zip 文件将以以下格式包含您的默认版本以及任何已翻译副本（如有）：

<div data-with-frame="true"><figure><img src="/files/8c092978e74145c1a9ec3935157476678976b324" alt="" width="321"><figcaption></figcaption></figure></div>

在此示例中， `programEmailID.json`, `programWidgetID.json`, `referredReward.json` 或 `referrerReward.json` 这些文件包含该计划的电子邮件、小组件和奖励的默认文案。
{% endstep %}

{% step %}
**第 2 步：翻译源文件**

使用默认电子邮件或小组件消息的副本（可在 `programEmailID.json` 或 `programWidgetID.json` 文件中找到）作为翻译的基础，并将默认奖励设置的副本作为本地化奖励类型和金额的模板。

如果您之前已创建过译文，它们会包含在下载中，位于其对应的小组件/电子邮件文件夹中（例如 /`programEmailID`），文件名为其对应的区域设置名称（例如 `nl_NL.json`).

您可以选择针对特定区域设置编辑现有的译文/奖励，或者删除现有内容并从默认文件重新开始。
{% endstep %}

{% step %}
**第 3 步：打包译文**

1. 将翻译后的文件放回与您所翻译的源文件同名的文件夹中（*例如* 该 `/signupRewardEmail` 用于存放以下内容译文的文件夹： `signupRewardEmail.json`).

   以下示例显示了以下内容的译文： `fr_FR` 和 `en_US` 这些区域设置已放置在该计划电子邮件的文件夹中 `/programEmailID`、小组件 `/programWidgetID`以及奖励 `/referredReward` 和 `/referrerReward`.

   <div data-with-frame="true"><figure><img src="/files/a7789639e438f51531bdf74e51e052c361f5318c" alt="" width="563"><figcaption></figcaption></figure></div>
2. 将包含以下内容的文件夹压缩为 zip 文件： `/Emails` 和 `/Widgets` 文件夹。
   {% endstep %}

{% step %}
**第 4 步：上传译文**

1. 在以下位置上传压缩后的文件夹： *翻译* 中的 **内容** 选项卡 *计划规则* 页面，或 *内容* 页面，具体取决于您在以下步骤中使用的方法： *第 1 步*.
2. 选择 **完成** 并确认文件已成功上传。

恭喜！您的推荐计划现已完成本地化。
{% endstep %}
{% endstepper %}


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/translate-and-localize-your-advocate-program.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.
