From fdb125c7baef1be5ec0b0f26ef375bcc5b33a685 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Wed, 9 Apr 2025 11:26:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E2=9C=A8=EF=B8=8F=20=E5=B0=86=E7=83=AD?= =?UTF-8?q?=E7=82=B9=E5=A1=AB=E5=86=99=E7=BB=9F=E4=B8=80=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA"=E8=87=AA=E5=AE=9A=E4=B9=89"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/translations/en-US.json | 2 +- src/i18n/translations/zh-CN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/translations/en-US.json b/src/i18n/translations/en-US.json index be0002d..6d6900b 100644 --- a/src/i18n/translations/en-US.json +++ b/src/i18n/translations/en-US.json @@ -54,7 +54,7 @@ }, "modal": { "hot_news": { - "edit_auto": "Smart Fill", + "edit_auto": "Manual Fill", "edit_manual": "Manual Fill", "empty_notice_message": "The manually edited \"Hot News\" have not been completed.
Please fill in all, or turn on smart fill", "empty_notice_title": "Notice", diff --git a/src/i18n/translations/zh-CN.json b/src/i18n/translations/zh-CN.json index 78f05ee..a04c39f 100644 --- a/src/i18n/translations/zh-CN.json +++ b/src/i18n/translations/zh-CN.json @@ -54,7 +54,7 @@ }, "modal": { "hot_news": { - "edit_auto": "智能填充", + "edit_auto": "自定义", "edit_manual": "自定义", "empty_notice_message": "自定义的“新闻热点”尚未填写完毕,
请填写全部热点,或开启智能填充", "empty_notice_title": "操作提示",