We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e0fe3 commit cf1a923Copy full SHA for cf1a923
frontend/src/i18n/en.json
@@ -73,6 +73,7 @@
73
"the_term_gmv": "Delete the term: {msg}?"
74
},
75
"common": {
76
+ "require": "Required",
77
"zoom_in": "Zoom in",
78
"zoom_out": "Zoom out",
79
"the_default_model": "Already the default model",
frontend/src/i18n/ko-KR.json
"the_term_gmv": "용어를 삭제하시겠습니까: {msg}?"
+ "require": "필수 입력 항목",
"zoom_in": "확대",
"zoom_out": "축소",
"the_default_model": "이미 기본 모델입니다",
frontend/src/i18n/zh-CN.json
"the_term_gmv": "是否删除术语:{msg}?"
+ "require": "必填",
"zoom_in": "放大",
"zoom_out": "缩小",
"the_default_model": "已是默认模型",
0 commit comments