Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ Steps:
4. Press F1 and choose `Remote-Containers: Reopen in Container`.
5. After the container builds, the extensions from the devcontainer will be installed and `npm install` will run automatically.
6. Start the dev server inside the container with:

```bash
npm run dev
```
and visit [localhost:5173](http://localhost:5173).

and visit [localhost:5173](http://localhost:5173).

## How does this work?

Expand Down
4 changes: 2 additions & 2 deletions public/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
}
},
"loadingMessage": {
"tip1": "Mit Doppelklick kannst du ein anderes Gebäude auf der Karte auswählen und die Simulation neu starten.",
"tip1": "2026 decken fossile Brennstoffe noch fast 80% unseres Energiebedarfs. Wir brauchen jetzt mehr PV!",
"tip2": "Die Berechnung der Verschattung findet bei dir im Browser statt. Hast du ein großes Gebäude ausgewählt oder nutzt du einen alten PC, dann dauert die Berechnung länger.",
"tip3": "Manchmal werden Teile des Gebäudes unter der Karte angezeigt. In diesem Fall kannst du die Karte ausblenden, um das ganze Gebäude zu sehen."
"tip3": "Deine Solaranlage ist dein Beitrag zur Energiewende!"
},
"errorMessage": {
"header": "Ein Fehler ist aufgetreten.",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
}
},
"loadingMessage": {
"tip1": "Double-click to select a different building on the map and restart the simulation.",
"tip1": "In 2026, fossil fuels will still cover almost 80% of German energy demand. We need more PV now!",
"tip2": "The shadow calculation is done in your browser. If you have selected a large building or are using an old PC, the calculation will take longer.",
"tip3": "Sometimes parts of the building are displayed below the map. In this case, you can hide the map to see the entire building."
"tip3": "Your solar system is your contribution to the energy transition!"
},
"errorMessage": {
"header": "An Error occured.",
Expand Down