From cf1a923c458f817b95a0d05ce6be83c45653905d Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 25 Nov 2025 15:25:33 +0800 Subject: [PATCH] perf: Optimize internationalized files --- frontend/src/i18n/en.json | 1 + frontend/src/i18n/ko-KR.json | 1 + frontend/src/i18n/zh-CN.json | 1 + 3 files changed, 3 insertions(+) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index 774f3692..ca3d1b7a 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -73,6 +73,7 @@ "the_term_gmv": "Delete the term: {msg}?" }, "common": { + "require": "Required", "zoom_in": "Zoom in", "zoom_out": "Zoom out", "the_default_model": "Already the default model", diff --git a/frontend/src/i18n/ko-KR.json b/frontend/src/i18n/ko-KR.json index f6d2b55d..a9bf5820 100644 --- a/frontend/src/i18n/ko-KR.json +++ b/frontend/src/i18n/ko-KR.json @@ -73,6 +73,7 @@ "the_term_gmv": "용어를 삭제하시겠습니까: {msg}?" }, "common": { + "require": "필수 입력 항목", "zoom_in": "확대", "zoom_out": "축소", "the_default_model": "이미 기본 모델입니다", diff --git a/frontend/src/i18n/zh-CN.json b/frontend/src/i18n/zh-CN.json index 21bbc93a..0f9d6e2b 100644 --- a/frontend/src/i18n/zh-CN.json +++ b/frontend/src/i18n/zh-CN.json @@ -73,6 +73,7 @@ "the_term_gmv": "是否删除术语:{msg}?" }, "common": { + "require": "必填", "zoom_in": "放大", "zoom_out": "缩小", "the_default_model": "已是默认模型",