# AI翻译回填在配置所有设置后仍无法正常工作

**URL:** <https://meta.discourse.org/t/ai-translation-backfill-not-working-after-all-settings-configured/374669>\
**Category:** Support\
**Tags:** ai, content-localization\
**Created:** [2025年七月17日 17:09 UTC](https://meta.discourse.org/t/ai-translation-backfill-not-working-after-all-settings-configured/374669 "2025-07-17T17:09:59Z")\
**Posts on this page:** 1\
**Showing post:** 16

<div class="post-metadata">

**Author:** ![nat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nat/32/235063_2.png) [@nat](https://meta.discourse.org/u/nat)\
**Post date:** [2025年九月15日 12:21 UTC](https://meta.discourse.org/t/ai-translation-backfill-not-working-after-all-settings-configured/374669/16 "2025-09-15T12:21:51Z")

</div>

谢谢截图。

正如 @GrahamM 所提到的，`ai_translation_backfill_hourly_rate` 需要由您的网站管理员设置，因为它是一个隐藏设置。

* * *

除了 [FAQ](https://meta.discourse.org/t/content-localization-manual-and-automatic-with-discourse-ai/370969#p-1797766-faq-12) 中提到的内容之外，各位能否检查一下：

- 检查 `https://your-site.com/admin/plugins/discourse-ai/ai-translations` 处的图表。有多少符合条件的帖子？如果图表未显示，您需要更新。
  - 例如：

 ![example graph description](https://global.discourse-cdn.com/meta/original/4X/8/e/a/8eae1d1079392b762db302a70445c92d4e26659b.png)

- 如果您有 discourse-[data explorer](https://meta.discourse.org/t/32566?silent=true)，请在此运行此查询：

```sql
SELECT
  a.id,
  a.created_at,
  a.raw_request_payload,
  a.raw_response_payload,
  a.post_id
FROM ai_api_audit_logs a
WHERE a.created_at > '2025-09-01'
AND a.feature_name = 'translation'
ORDER BY a.created_at DESC
LIMIT 100

```

- 打开一个帖子，看它是否是回填候选者，是否检测到了语言区域？
  - 未检测到  
 ![undetected](https://global.discourse-cdn.com/meta/original/4X/4/9/d/49dc16f56e16b6527d63d2d79481731d2ed5dc22.png)
  - 已检测到  
 ![detected](https://global.discourse-cdn.com/meta/original/4X/4/d/4/4d484c4c3a7a34604b066c89031ae40d2f442fe4.png)

---

_[View the full topic](https://meta.discourse.org/t/ai-translation-backfill-not-working-after-all-settings-configured/374669)._
