From 5d611701395060933504e81ec1d6ffb43658283c Mon Sep 17 00:00:00 2001 From: GodD6366 Date: Wed, 10 Apr 2024 12:34:13 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E5=A2=9E=E5=8A=A0=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/locales/en/common.json | 6 ++++++ public/locales/zh-CN/common.json | 6 ++++++ 2 files changed, 12 insertions(+) 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": "已加入队列",