# 缺少翻译：en.dashboard.problem.discourse\_automation

**URL:** https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164
**Category:** Bug
**Created:** [2024年八月18日 16:33 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164 "2024-08-18T16:33:15Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![techwithanirudh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techwithanirudh/32/322812_2.png) [@techwithanirudh](https://meta.discourse.org/u/techwithanirudh)
#### Post date: [2024年八月18日 16:33 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/1 "2024-08-18T16:33:15Z")

</div>

我的仪表板上出现了一个 `Translation missing: en.dashboard.problem.discourse_automation` 错误。

---

<div class="post-metadata">

### Author: ![techwithanirudh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techwithanirudh/32/322812_2.png) [@techwithanirudh](https://meta.discourse.org/u/techwithanirudh)
#### Post date: [2024年八月18日 16:38 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/2 "2024-08-18T16:38:36Z")

</div>

我删除了 discourse-automation 插件，因为它已捆绑到 Discourse 中，但我仍然遇到错误。

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2024年八月20日 00:35 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/3 "2024-08-20T00:35:40Z")

</div>

抱歉，您能分享一张截图吗？

---

<div class="post-metadata">

### Author: ![techwithanirudh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techwithanirudh/32/322812_2.png) [@techwithanirudh](https://meta.discourse.org/u/techwithanirudh)
#### Post date: [2024年八月20日 03:38 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/4 "2024-08-20T03:38:24Z")

</div>

好的！

 ![CleanShot 2024-08-20 at 09.08.03@2x](https://global.discourse-cdn.com/meta/original/4X/c/c/0/cc097e919e1295a411b609c493b9ab4f1beab539.png)

---

<div class="post-metadata">

### Author: ![ted](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ted/32/283882_2.png) [@ted](https://meta.discourse.org/u/ted)
#### Post date: [2024年八月20日 15:13 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/7 "2024-08-20T15:13:22Z")

</div>

> [@techwithanirudh](#):
>
> 我删除了 discourse-automation 插件，因为它已经捆绑到 Discourse 中了，但我仍然收到错误。

您好，@techwithanirudh！ 👋

我们最近重新设计了问题检查系统，以支持更多用例，目前我们还没有机制来清除已卸载插件的通知。我们正在努力解决这个问题。

目前，您可以尝试使用以下控制台命令来清除通知：

```ruby
ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
AdminNotice.where(identifier: "discourse_automation").delete_all

```

---

<div class="post-metadata">

### Author: ![techwithanirudh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techwithanirudh/32/322812_2.png) [@techwithanirudh](https://meta.discourse.org/u/techwithanirudh)
#### Post date: [2024年八月20日 15:23 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/8 "2024-08-20T15:23:33Z")

</div>

> [@ted](#):
>
> ```plaintext
> ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
> AdminNotice.where(identifier: "discourse_automation").delete_all
> 
> ```

```plaintext
cd /var/discourse
./launcher enter app

> rails c
   > ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
   > AdminNotice.where(identifier: "discourse_automation").delete_all
   > exit
> exit

```

我应该这样做吗？

编辑：我运行了上面的命令，问题已修复，非常感谢！

---

<div class="post-metadata">

### Author: ![ted](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ted/32/283882_2.png) [@ted](https://meta.discourse.org/u/ted)
#### Post date: [2024年八月20日 15:57 UTC](https://meta.discourse.org/t/translation-missing-en-dashboard-problem-discourse-automation/322164/9 "2024-08-20T15:57:11Z")

</div>

太棒了！ 👍

我们正在努力在用户界面中添加一个“关闭”按钮，这样您就不必从控制台进行操作了。敬请期待。 🙂
