From 21b104ca7d74777c396d88788739bf8a0d3bb150 Mon Sep 17 00:00:00 2001 From: Hello Date: Wed, 14 Jan 2026 11:22:30 +0800 Subject: [PATCH] fix: redundant punctuation in zh-CN.json Fixed an issue where some Chinese translations contained unnecessary or duplicate punctuation marks (e.g., full-width vs half-width mix). --- src/lang/zh-CN.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/zh-CN.json b/src/lang/zh-CN.json index 1c4fe30ce..d1ff7aeb5 100644 --- a/src/lang/zh-CN.json +++ b/src/lang/zh-CN.json @@ -73,7 +73,7 @@ "Delete": "删除", "Current": "当前", "Uptime": "在线时间", - "Cert Exp.": "证书有效期.", + "Cert Exp.": "证书有效期", "day": "天", "-day": "天", "hour": "小时",