diff --git a/webapp/src/locales/de.json b/webapp/src/locales/de.json index f299682b..a12cb150 100644 --- a/webapp/src/locales/de.json +++ b/webapp/src/locales/de.json @@ -558,6 +558,8 @@ }, "about": { "AboutOpendtu": "Über OpenDTU", + "Documentation": "Dokumentation", + "DocumentationBody": "Die Firmware- und Hardware-Dokumentation ist hier zu finden: https://www.opendtu.solar", "ProjectOrigin": "Projekt Ursprung", "ProjectOriginBody1": "Das Projekt 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 727649e3..82fabba9 100644 --- a/webapp/src/locales/en.json +++ b/webapp/src/locales/en.json @@ -558,6 +558,8 @@ }, "about": { "AboutOpendtu": "About OpenDTU", + "Documentation": "Documentation", + "DocumentationBody": "The firmware and hardware documentation can be found here: https://www.opendtu.solar", "ProjectOrigin": "Project Origin", "ProjectOriginBody1": "This project 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 78e4c2f0..6a706b5b 100644 --- a/webapp/src/locales/fr.json +++ b/webapp/src/locales/fr.json @@ -558,6 +558,8 @@ }, "about": { "AboutOpendtu": "À propos d'OpenDTU", + "Documentation": "Documentation", + "DocumentationBody": "The firmware and hardware documentation can be found here: https://www.opendtu.solar", "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).", diff --git a/webapp/src/views/AboutView.vue b/webapp/src/views/AboutView.vue index 0fe71869..d0d5f191 100644 --- a/webapp/src/views/AboutView.vue +++ b/webapp/src/views/AboutView.vue @@ -2,15 +2,31 @@
-

+

+

+
+
+

+
+
+
+
+

+

-

@@ -89,4 +105,4 @@ export default defineComponent({ }, }); - \ No newline at end of file +