Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a call to action dialog #421

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
13 changes: 11 additions & 2 deletions public/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"drawPVSystem": "Neue PV-Anlage einzeichnen",
"drawPVSystemHover": "Ecken der PV-Anlage mit Klicks in der Karte einzeichnen und anschließend die Anlage erstellen.",
"cancel": "Abbrechen",
"deleteLastPoint": "Letzen Punkt löschen"
"deleteLastPoint": "Letzen Punkt löschen",
"more": "Mehr..."
},
"noSearchResults": {
"title": "Keine Ergebnisse",
Expand Down Expand Up @@ -122,5 +123,13 @@
},
"calculate": "Berechnen"
},
"navigation": { "products": "Produkte und Leistungen" }
"navigation": { "products": "Produkte und Leistungen" },
"adbox": {
"button": "Wie installiere ich eine Solaranlage?",
"title": "Was kann ich jetzt machen?",
"introduction": "Es ist gut, dass Sie sich für eine Solaranlage interessieren. Mit einer eigenen Anlage leisten Sie einen wichtgen Beitrag zur Energiewende. Hier sammeln wir weiterführende Links, die Ihnen bei der Planung ihrer Anlage helfen.",
"balkonsolar": "Infos zu Balkonsolaranlagen",
"companies": "Installateure in Ihrer Nähe",
"bbe": "Kein eigenes Dach? Tritt doch einer Bürgerenergiegenossenschaft bei!"
}
}
15 changes: 12 additions & 3 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"cancel": "Cancel",
"deleteLastPoint": "Delete Last Point",
"startSimulation": "Start simulation",
"Search": "Search"
"Search": "Search",
"more": "More..."
},
"noSearchResults": {
"title": "No Results",
Expand Down Expand Up @@ -120,7 +121,15 @@
"consumption": "Annual self-consumption: ",
"savings": "Annual savings: "
},
"calculate": "Calculate",
"navigation": { "products": "Our Products" }
"calculate": "Calculate"
},
"navigation": { "products": "Our Products" },
"adbox": {
"button": "How do I install a PV system?",
"title": "What can I do now?",
"introduction": "It's great that you're interested in a solar system. With your own system, you make an important contribution to the energy transition. Here, we collect further links to help you plan your system.",
"balkonsolar": "Information on balcony solar systems",
"companies": "Installers near you",
"bbe": "No own roof? Join a community energy cooperative!"
}
}
Loading