custom-components / zaptec

zaptec charger custom component for home assistant
MIT License
64 stars 18 forks source link

Fixup Dutch translations #137

Open sveinse opened 2 hours ago

sveinse commented 2 hours ago

With reference from https://github.com/custom-components/zaptec/pull/136#issuecomment-2439447076 by @c0mplex1, there are Dutch translations which needs update.

"installation_type": { "name": "Installatie type" },
"max_current": { "name": "Maximale stroom" },
"installation_type": { "name": "Installatie type" },
"max_current": { "name": "Max stroom per fase" },

"operating_mode": {
"name": "Operatie-modus",
"operating_mode": {
"name": "Opladermodus",

"deauthorize_and_stop": { "name": "Deautoriseer het laden"},
"restart_charger": { "name": "Herstart de oplader" },
"deauthorize_and_stop": { "name": "Deautoriseer het laden"},
"restart_charger": { "name": "Herstart het laadstation" },
sveinse commented 2 hours ago

@c0mplex1 are you able to put these into a PR quite quicky? I was keen on making 0.7.2 today (Sunday). If you don't have time it's fine and I can do this.