Files
svgedit/src/editor/extensions/ext-locale/foreignobject/zh-CN.js
2020-07-14 12:56:33 +02:00

27 lines
468 B
JavaScript
Executable File

/* eslint-disable import/no-anonymous-default-export */
export default {
name: '外部对象',
buttons: [
{
title: '外部对象工具'
},
{
title: '编辑外部对象内容'
}
],
contextTools: [
{
title: '改变外部对象宽度',
label: 'w'
},
{
title: '改变外部对象高度',
label: 'h'
},
{
title: '改变外部对象文字大小',
label: '文字大小'
}
]
};