diff --git a/editor/locale/lang.de.js b/editor/locale/lang.de.js index e718353e..c6d98d28 100644 --- a/editor/locale/lang.de.js +++ b/editor/locale/lang.de.js @@ -139,7 +139,7 @@ svgEditor.readLang({ "copy": "Kopieren", "paste": "Einfügen", "paste_in_place": "An Originalposition einfügen", - "Löschen": "Löschen", + "delete": "Löschen", "group": "Gruppieren", "move_front": "Nach ganz oben anheben", "move_up": "Anheben", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +}); diff --git a/editor/locale/lang.fr.js b/editor/locale/lang.fr.js index a868473c..3601734e 100644 --- a/editor/locale/lang.fr.js +++ b/editor/locale/lang.fr.js @@ -139,12 +139,12 @@ svgEditor.readLang({ "copy": "Copier", "paste": "Coller", "paste_in_place": "Coller sur place", - "Retour Arr.": "Supprimer", + "delete": "Supprimer", "group": "Group", "move_front": "Placer au premier plan", "move_up": "Avancer d'un plan", - "move_down": "Placer en arrière plan", - "move_back": "Reculer d'un plan" + "move_down": "Reculer d'un plan", + "move_back": "Placer en arrière plan" }, layers: { "layer":"Calque", @@ -247,4 +247,4 @@ svgEditor.readLang({ rememberLabel: "Remember this choice?", rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again." } -}); \ No newline at end of file +});