- 다국어 추가
This commit is contained in:
parent
819ebb43ff
commit
176d61a65a
@ -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',
|
||||
})
|
||||
|
||||
|
||||
@ -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)"
|
||||
}
|
||||
|
||||
@ -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}개까지 선택할 수 있습니다."
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user