From 49a773292d1562ff33a2e38fb39231eaf5ca9fee Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Fri, 20 Oct 2023 11:39:23 +0300 Subject: [PATCH] New translations common.json (Chinese Simplified) --- public/locales/zh-Hans/common.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/locales/zh-Hans/common.json b/public/locales/zh-Hans/common.json index 05d3315c..20c5be23 100644 --- a/public/locales/zh-Hans/common.json +++ b/public/locales/zh-Hans/common.json @@ -79,13 +79,20 @@ "partial": "部分" }, "ping": { - "http_status": "HTTP 状态", "error": "错误", "ping": "Ping", "down": "离线", "up": "在线", "not_available": "不可用" }, + "siteMonitor": { + "http_status": "HTTP status", + "error": "错误", + "response": "Response", + "down": "离线", + "up": "在线", + "not_available": "不可用" + }, "emby": { "playing": "正在播放", "transcoding": "转码中",