From d7828014206cf24b17c1b1a02acd1f8f239fcdd3 Mon Sep 17 00:00:00 2001 From: callmeyan Date: Fri, 7 Mar 2025 19:10:31 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20feat:=20=E6=9B=B4=E6=96=B0=E8=8B=B1?= =?UTF-8?q?=E6=96=87=E6=8E=A8=E9=80=81double=20check=20notice=E6=96=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/translations/en-US.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/translations/en-US.json b/src/i18n/translations/en-US.json index 1f5588d..025e8c5 100644 --- a/src/i18n/translations/en-US.json +++ b/src/i18n/translations/en-US.json @@ -156,9 +156,9 @@ "modal": { "warning": "Warning", "push_article": { - "content_normal": "{{count}} news are selected, do you want to transfer them into videos?", + "content_normal": "{{count}} news are selected, Do you want to transfer them into videos?", "content_normal_single": "{{count}} news is selected. Do you want to transfer it to a video?", - "content_error": "{{count}} news are selected, and metahuman contents are too short in the news below. Do you want to transfer them to videos?", + "content_error": "{{count}} news are selected, and {{error_count}} metahuman contents are too short in these news below. Do you want to transfer them to videos?", "content_error_single": "{{count}} news is selected, and the metahuman content is too short in this news. Do you want to transfer it to a video?", "error_title": "Abnormal news", "action_cancel": "Cancel",