Skip to content

Commit

Permalink
Merge pull request #255 from Cyneric/tranlations
Browse files Browse the repository at this point in the history
fixed typos and spellings in translations, added some missing ones
  • Loading branch information
pail23 authored Jun 9, 2024
2 parents bd18acd + b11e8da commit 84e3e1d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 12 deletions.
4 changes: 2 additions & 2 deletions custom_components/stiebel_eltron_isg/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"description": "Wenn Sie Hilfe bei der Konfiguration benötigen, schauen Sie hier nach: https://github.com/pail23/stiebel_eltron_isg_component",
"description": "Wenn Sie Hilfe bei der Konfiguration benötigen, schauen Sie bitte hier nach: https://github.com/pail23/stiebel_eltron_isg_component",
"data": {
"host": "Die IP-Adresse des Stiebel Eltron ISG",
"port": "Der TCP Port des Stiebel Eltron ISG (z.B. 502)",
Expand All @@ -28,7 +28,7 @@
"emergency": "Notbetrieb",
"program": "Programmbetrieb",
"ready": "Bereitschaftsbetrieb",
"auto": "Autobetrieb",
"auto": "Automatikbetrieb",
"manual": "Handbetrieb"
}
}
Expand Down
20 changes: 10 additions & 10 deletions custom_components/stiebel_eltron_isg/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"config": {
"step": {
"user": {
"description": "If you need help with the configuration have a look here: https://github.com/pail23/stiebel_eltron_isg",
"description": "If you need help with the configuration, please check here: https://github.com/pail23/stiebel_eltron_isg",
"data": {
"host": "The ip-address of your ISG",
"port": "The TCP port on which to connect to the ISG",
"scan_interval": "The polling frequentie of the modbus registers in seconds"
"host": "The IP address of the Stiebel Eltron ISG",
"port": "The TCP port of the Stiebel Eltron ISG (e.g. 502)",
"scan_interval": "The polling interval of the modbus registers in seconds"
}
}
},
"error": {
"already_configured": "Device is already configured",
"invalid_host_IP": "Invalid host IP"
"already_configured": "The device is already configured.",
"invalid_host_IP": "Invalid host address"
},
"abort": {
"already_configured": "Device is already configured"
"already_configured": "The device is already configured."
}
},
"entity": {
Expand All @@ -27,13 +27,13 @@
"water_heating": "Water heating",
"emergency": "Emergency",
"program": "Program",
"ready": "Ready",
"auto": "Auto",
"ready": "Standby",
"auto": "Automatic",
"manual": "Manual"
}
}
}
}
}
}
}
}
18 changes: 18 additions & 0 deletions custom_components/stiebel_eltron_isg/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,23 @@
"abort": {
"already_configured": "Périphérique déjà configuré"
}
},
"entity": {
"climate": {
"climate": {
"state_attributes": {
"preset_mode": {
"state": {
"water_heating": "Chauffage de l'eau",
"emergency": "Urgence",
"program": "Programme",
"ready": "Prêt",
"auto": "Automatique",
"manual": "Manuel"
}
}
}
}
}
}
}

0 comments on commit 84e3e1d

Please sign in to comment.