svgedit
Version:
Powerful SVG-Editor for your browser
25 lines (24 loc) • 609 B
JavaScript
//#region src/editor/extensions/ext-shapes/locale/fr.js
var fr_default = {
loading: "Chargement...",
categories: {
basic: "Basique",
object: "Objets",
symbol: "Symboles",
arrow: "Flèches",
flowchart: "Flowchart",
animal: "Animaux",
game: "Cartes & Echecs",
dialog_balloon: "Dialog balloons",
electronics: "Electronique",
math: "Mathematiques",
music: "Musique",
misc: "Divers",
raphael_1: "raphaeljs.com set 1",
raphael_2: "raphaeljs.com set 2"
},
buttons: [{ title: "Bibliothèque d'images" }]
};
//#endregion
export { fr_default as default };
//# sourceMappingURL=fr.js.map