Files
svgedit/src/editor/extensions/ext-polystar/locale/zh-CN.js
Qscy 03355487ee Add Alt + Wheel Zoom Shortcut & Fix Localization for Panning & Update zh-CN locale (#1067)
* Add a new shortcut( Alt + wheels ) for zoom in/out

* update zh-CN locale

* Fix a ext-panning problem cound not fit locale

* Style for passing linter
2025-09-11 19:48:42 +02:00

31 lines
427 B
JavaScript
Executable File

export default {
name: '星形',
title: '多边形/星形工具',
buttons: [
{
title: '星形工具'
},
{
title: '多边形工具'
}
],
contextTools: [
{
title: '顶点',
label: '顶点'
},
{
title: '钝度',
label: '钝度'
},
{
title: '径向',
label: '径向'
},
{
title: '边数',
label: '边数'
}
]
}