- 다국어 추가

This commit is contained in:
김민식 2025-02-08 18:55:57 +09:00
parent 819ebb43ff
commit 176d61a65a
3 changed files with 6 additions and 3 deletions

View File

@ -127,6 +127,7 @@ export default function PowerConditionalSelect(props) {
setSelectedModels([])
return
}
console.log('moduleSelectionData', moduleSelectionData)
const pcsMkrCd = selectedSeries[0]?.pcsMkrCd
const pcsSerList = selectedSeries.map((series) => {
return { pcsSerCd: series.pcsSerCd }
@ -160,7 +161,7 @@ export default function PowerConditionalSelect(props) {
if (selectedRow === null) return
if (selectedModels.length === 3) {
swalFire({
title: '최대 3개까지 선택할 수 있습니다.',
title: getMessage('max.select', [3]),
icon: 'warning',
})

View File

@ -1005,5 +1005,6 @@
"menu.validation.canvas.roof": "パネルを配置するには、屋根面を入力する必要があります。",
"batch.object.outside.roof": "オブジェクトは屋根に設置する必要があります。",
"batch.object.notinstall.cross": "オブジェクトは重複してインストールできません。",
"module.not.batch.north": "북쪽에는 모듈을 배치할 수 없습니다."
"module.not.batch.north": "북쪽에는 모듈을 배치할 수 없습니다.",
"max.select": "최대 {0}개까지 선택할 수 있습니다.(JA)"
}

View File

@ -1007,5 +1007,6 @@
"batch.object.outside.roof": "오브젝트는 지붕내에 설치해야 합니다.",
"batch.object.notinstall.cross": "오브젝트는 겹쳐서 설치 할 수 없습니다.",
"module.not.batch.north": "북쪽에는 모듈을 배치할 수 없습니다.",
"module.trestleDetail.not.exist": "가대 상세 정보가 없습니다."
"module.trestleDetail.not.exist": "가대 상세 정보가 없습니다.",
"max.select": "최대 {0}개까지 선택할 수 있습니다."
}