From 3a3410bf38075866e3f7b4007b73e45f5cb2e3b8 Mon Sep 17 00:00:00 2001 From: chishin Date: Sun, 29 Oct 2023 09:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0default-site-444=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/js/i18n/messages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json index d1f189f..7d2659b 100644 --- a/frontend/js/i18n/messages.json +++ b/frontend/js/i18n/messages.json @@ -580,7 +580,8 @@ "title": "设置", "default-site": "默认站点", "default-site-congratulations": "成功页面", - "default-site-404": "错误页面", + "default-site-404": "错误页面 (404)", + "default-site-444": "无响应 (444)", "default-site-html": "自定义页面", "default-site-redirect": "重定向" }