diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 3ac3ed0d..ebbd5135 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -603,6 +603,12 @@ "print_progress": "Progress", "layers": "Layers" }, + "moviebot": { + "tv": "TV", + "movie": "MOVIE", + "sites": "normal site", + "errorSites": "error site" + }, "octoprint": { "printer_state": "Status", "temp_tool": "Tool temp", diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index d9ab4c62..807f1f27 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -461,6 +461,12 @@ "print_progress": "打印进程", "layers": "层" }, + "moviebot": { + "tv": "剧集", + "movie": "电影", + "sites": "正常站点", + "errorSites": "错误站点" + }, "medusa": { "wanted": "关注中", "queued": "已加入队列",