svgedit
Version:
Powerful SVG-Editor for your browser
28 lines (27 loc) • 536 B
JavaScript
//#region src/editor/extensions/ext-polystar/locale/fr.js
var fr_default = {
name: "etoile",
title: "Outil Polygone/Etoile",
buttons: [{ title: "Outil Etoile" }, { title: "Outil Polygone" }],
contextTools: [
{
title: "Nombre de côtés",
label: "points"
},
{
title: "Précision",
label: "Précision"
},
{
title: "Torsion Etoile",
label: "Décalage Radial"
},
{
title: "Nombre de côtés",
label: "côtés"
}
]
};
//#endregion
export { fr_default as default };
//# sourceMappingURL=fr.js.map