Files
svgedit/dist/editor/system/extensions/ext-locale/shapes/fr.js
2020-08-29 00:07:07 +02:00

34 lines
787 B
JavaScript

System.register([], function (exports) {
'use strict';
return {
execute: function () {
var fr = exports('default', {
loading: 'Loading...',
categories: {
basic: 'Basic',
object: 'Objects',
symbol: 'Symbols',
arrow: 'Arrows',
flowchart: 'Flowchart',
animal: 'Animals',
game: 'Cards & Chess',
dialog_balloon: 'Dialog balloons',
electronics: 'Electronics',
math: 'Mathematical',
music: 'Music',
misc: 'Miscellaneous',
raphael_1: 'raphaeljs.com set 1',
raphael_2: 'raphaeljs.com set 2'
},
buttons: [
{
title: "Bibliothèque d'images"
}
]
});
}
};
});