Skip to content

Commit cf1a923

Browse files
perf: Optimize internationalized files
1 parent 05e0fe3 commit cf1a923

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

frontend/src/i18n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"the_term_gmv": "Delete the term: {msg}?"
7474
},
7575
"common": {
76+
"require": "Required",
7677
"zoom_in": "Zoom in",
7778
"zoom_out": "Zoom out",
7879
"the_default_model": "Already the default model",

frontend/src/i18n/ko-KR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"the_term_gmv": "용어를 삭제하시겠습니까: {msg}?"
7474
},
7575
"common": {
76+
"require": "필수 입력 항목",
7677
"zoom_in": "확대",
7778
"zoom_out": "축소",
7879
"the_default_model": "이미 기본 모델입니다",

frontend/src/i18n/zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"the_term_gmv": "是否删除术语:{msg}?"
7474
},
7575
"common": {
76+
"require": "必填",
7677
"zoom_in": "放大",
7778
"zoom_out": "缩小",
7879
"the_default_model": "已是默认模型",

0 commit comments

Comments
 (0)