Update lang.fr.js
fix "delete" "move_down" "move_back" french translation
This commit is contained in:
@@ -139,12 +139,12 @@ svgEditor.readLang({
|
|||||||
"copy": "Copier",
|
"copy": "Copier",
|
||||||
"paste": "Coller",
|
"paste": "Coller",
|
||||||
"paste_in_place": "Coller sur place",
|
"paste_in_place": "Coller sur place",
|
||||||
"Retour Arr.": "Supprimer",
|
"delete": "Supprimer",
|
||||||
"group": "Group",
|
"group": "Group",
|
||||||
"move_front": "Placer au premier plan",
|
"move_front": "Placer au premier plan",
|
||||||
"move_up": "Avancer d'un plan",
|
"move_up": "Avancer d'un plan",
|
||||||
"move_down": "Placer en arrière plan",
|
"move_down": "Reculer d'un plan",
|
||||||
"move_back": "Reculer d'un plan"
|
"move_back": "Placer en arrière plan"
|
||||||
},
|
},
|
||||||
layers: {
|
layers: {
|
||||||
"layer":"Calque",
|
"layer":"Calque",
|
||||||
@@ -247,4 +247,4 @@ svgEditor.readLang({
|
|||||||
rememberLabel: "Remember this choice?",
|
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."
|
rememberTooltip: "If you choose to opt out of storage while remembering this choice, the URL will change so as to avoid asking again."
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user