Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"the_term_gmv": "용어를 삭제하시겠습니까: {msg}?"
},
"common": {
"require": "필수 입력 항목",
"zoom_in": "확대",
"zoom_out": "축소",
"the_default_model": "이미 기본 모델입니다",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"the_term_gmv": "是否删除术语:{msg}?"
},
"common": {
"require": "必填",
"zoom_in": "放大",
"zoom_out": "缩小",
"the_default_model": "已是默认模型",
Expand Down