Files
svgedit/dist/editor/system/extensions/ext-locale/star/zh_CN.js

32 lines
551 B
JavaScript

System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
name: '星形',
buttons: [
{
title: '星形工具'
}
],
contextTools: [
{
title: '顶点',
label: '顶点'
},
{
title: '钝度',
label: '钝度'
},
{
title: '径向',
label: '径向'
}
]
});
}
};
});