add french plugin language

This commit is contained in:
Alexandre Luini
2021-03-10 16:49:40 +01:00
parent 4b6002f686
commit 0376dc09d5
5 changed files with 36 additions and 8 deletions

View File

@@ -64,6 +64,19 @@ function KoboldVacuumRobotAccessory(platform, robotObject)
"findMe": "Finde mich",
"cleanSpot": "Spot Reinigung",
"battery": "Batterie"
},
'fr': {
"clean": "Aspirer",
"clean the": "Aspirer",
"goToDock": "Retour à la base",
"dockState": "Sur la base",
"eco": "Eco mode",
"noGoLines": "Lignes NoGo",
"extraCare": "Extra Care",
"schedule": "Planifier",
"findMe": "Me retrouver",
"cleanSpot": "Nettoyage local",
"battery": "Batterie"
}
}[this.platform.language]
@@ -692,4 +705,4 @@ KoboldVacuumRobotAccessory.prototype = {
});
}
}
};
};