From d15ee0fc3a60acf351b60df49186b972182b9653 Mon Sep 17 00:00:00 2001 From: jfh Date: Sun, 13 Sep 2020 01:29:49 +0200 Subject: [PATCH] translate to french --- src/editor/extensions/ext-shapes/locale/fr.js | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/editor/extensions/ext-shapes/locale/fr.js b/src/editor/extensions/ext-shapes/locale/fr.js index 4b46c391..dd128bee 100644 --- a/src/editor/extensions/ext-shapes/locale/fr.js +++ b/src/editor/extensions/ext-shapes/locale/fr.js @@ -1,18 +1,18 @@ export default { - loading: 'Loading...', + loading: 'Chargement...', categories: { - basic: 'Basic', - object: 'Objects', - symbol: 'Symbols', - arrow: 'Arrows', + basic: 'Basique', + object: 'Objets', + symbol: 'Symboles', + arrow: 'Flèches', flowchart: 'Flowchart', - animal: 'Animals', - game: 'Cards & Chess', + animal: 'Animaux', + game: 'Cartes & Echecs', dialog_balloon: 'Dialog balloons', - electronics: 'Electronics', - math: 'Mathematical', - music: 'Music', - misc: 'Miscellaneous', + electronics: 'Electronique', + math: 'Mathematiques', + music: 'Musique', + misc: 'Divers', raphael_1: 'raphaeljs.com set 1', raphael_2: 'raphaeljs.com set 2' },