Merge pull request 'dev' (#897) from dev into prd-deploy
Reviewed-on: #897
This commit is contained in:
commit
5531aa809a
@ -157,7 +157,11 @@ export default function PanelEdit(props) {
|
||||
</div>
|
||||
<div className="grid-btn-wrap">
|
||||
<button className="btn-frame modal mr5" onClick={handleApply}>
|
||||
{getMessage('modal.common.save')}
|
||||
{getMessage(
|
||||
[PANEL_EDIT_TYPE.MOVE, PANEL_EDIT_TYPE.MOVE_ALL, PANEL_EDIT_TYPE.COLUMN_MOVE, PANEL_EDIT_TYPE.ROW_MOVE].includes(type)
|
||||
? 'modal.move.save'
|
||||
: 'modal.copy.save',
|
||||
)}
|
||||
</button>
|
||||
</div>
|
||||
</WithDraggable.Body>
|
||||
|
||||
@ -453,8 +453,10 @@
|
||||
"modal.row.insert.type.down": "下部挿入",
|
||||
"modal.move.setting": "移動設定",
|
||||
"modal.move.setting.info": "間隔を設定し、移動方向を選択します。",
|
||||
"modal.move.save": "移動",
|
||||
"modal.copy.setting": "コピー設定",
|
||||
"modal.copy.setting.info": "間隔を設定し、コピー方向を選択します。",
|
||||
"modal.copy.save": "コピー",
|
||||
"modal.line.property.edit.info": "属性を変更する辺を選択してください。",
|
||||
"modal.line.property.edit.selected": "選択した値",
|
||||
"contextmenu.flow.direction.edit": "流れ方向の変更",
|
||||
|
||||
@ -453,8 +453,10 @@
|
||||
"modal.row.insert.type.down": "아래쪽 삽입",
|
||||
"modal.move.setting": "이동 설정",
|
||||
"modal.move.setting.info": "간격을 설정하고 이동 방향을 선택하십시오.",
|
||||
"modal.move.save": "이동",
|
||||
"modal.copy.setting": "복사 설정",
|
||||
"modal.copy.setting.info": "간격을 설정하고 복사 방향을 선택하십시오.",
|
||||
"modal.copy.save": "복사",
|
||||
"modal.line.property.edit.info": "속성을 변경할 변을 선택해주세요.",
|
||||
"modal.line.property.edit.selected": "선택한 값",
|
||||
"contextmenu.flow.direction.edit": "흐름 방향 변경",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user