From dcc8313c8c57506b97e6be4447c4d8354bf6f6ed Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Fri, 23 Aug 2024 17:15:35 +0200 Subject: [PATCH] webapp "About" view: link to opendtu-onbattery.net --- webapp/src/locales/de.json | 2 +- webapp/src/locales/en.json | 2 +- webapp/src/locales/fr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/src/locales/de.json b/webapp/src/locales/de.json index 7771a0c22..735f3c97f 100644 --- a/webapp/src/locales/de.json +++ b/webapp/src/locales/de.json @@ -778,7 +778,7 @@ "about": { "AboutOpendtu": "Über OpenDTU-OnBattery", "Documentation": "Dokumentation", - "DocumentationBody": "Die Firmware- und Hardware-Dokumentation des Basis-Projektes ist hier zu finden: https://www.opendtu.solar
Zusätzliche Informationen, insbesondere zu OpenDTU-OnBattery-spezifischen Funktionen, gibt es im Wiki auf Github.", + "DocumentationBody": "Die maßgebliche Firmware- und Hardware-Dokumentation ist erreichbar unter https://opendtu-onbattery.net.", "ProjectOrigin": "Projekt Ursprung", "ProjectOriginBody1": "OpenDTU-OnBattery ist eine Erweiterung von OpenDTU. Das Basis-Projekt OpenDTU wurde aus dieser Diskussion (mikrocontroller.net) heraus gestartet.", "ProjectOriginBody2": "Das Hoymiles-Protokoll wurde durch die freiwilligen Bemühungen vieler Teilnehmer entschlüsselt. OpenDTU wurde unter anderem auf der Grundlage dieser Arbeit entwickelt. Das Projekt ist unter einer Open-Source-Lizenz lizenziert (GNU General Public License version 2).", diff --git a/webapp/src/locales/en.json b/webapp/src/locales/en.json index 0be700f01..b94ad01b9 100644 --- a/webapp/src/locales/en.json +++ b/webapp/src/locales/en.json @@ -781,7 +781,7 @@ "about": { "AboutOpendtu": "About OpenDTU-OnBattery", "Documentation": "Documentation", - "DocumentationBody": "The firmware and hardware documentation of the upstream project can be found here: https://www.opendtu.solar
Additional information, especially regarding OpenDTU-OnBattery-specific features, can be accessed at the Github Wiki.", + "DocumentationBody": "The canonical firmware and hardware documentation is accessible at https://opendtu-onbattery.net.", "ProjectOrigin": "Project Origin", "ProjectOriginBody1": "OpenDTU-OnBattery is a fork of OpenDTU. The upstream project OpenDTU was started from this discussion. (Mikrocontroller.net)", "ProjectOriginBody2": "The Hoymiles protocol was decrypted through the voluntary efforts of many participants. OpenDTU, among others, was developed based on this work. The project is licensed under an Open Source License (GNU General Public License version 2).", diff --git a/webapp/src/locales/fr.json b/webapp/src/locales/fr.json index 316d19d69..852dc8331 100644 --- a/webapp/src/locales/fr.json +++ b/webapp/src/locales/fr.json @@ -754,7 +754,7 @@ "about": { "AboutOpendtu": "À propos d'OpenDTU-OnBattery", "Documentation": "Documentation", - "DocumentationBody": "The firmware and hardware documentation of the upstream project can be found here: https://www.opendtu.solar
Additional information, especially regarding OpenDTU-OnBattery-specific features, can be accessed at the Github Wiki.", + "DocumentationBody": "La documentation canonique sur les microprogrammes et le matériel est accessible à l'adresse https://opendtu-onbattery.net.", "ProjectOrigin": "Origine du projet", "ProjectOriginBody1": "Ce projet a été démarré suite à cette discussion (Mikrocontroller.net).", "ProjectOriginBody2": "Le protocole Hoymiles a été décrypté grâce aux efforts volontaires de nombreux participants. OpenDTU, entre autres, a été développé sur la base de ce travail. Le projet est sous licence Open Source (GNU General Public License version 2).",