Skip to content

Commit

Permalink
Add text for touch control #89
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 committed Aug 29, 2024
1 parent 17e1eea commit 1715ab7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion public/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"leftMouse": "Linke Maustaste: Bewegung auf der Karte",
"rightMouse": "Rechte Maustaste: Rotation der Karte",
"wheel": "Mausrad: Vergrößern und Verkleinern",
"doubleClick": "Doppelklick: Weiteres Gebäude für Simulation auswählen"
"doubleClick": "Doppelklick: Weiteres Gebäude für Simulation auswählen",
"touch": {
"leftMouse": "Ein Finger: Bewegung auf der Karte",
"rightMouse": "Zwei Finger: Rotation der Karte",
"wheel": "Zwei Finger: Vergrößern und Verkleinern",
"doubleClick": "Zweimal kurz auf Gebäude tippen: Weiteres Gebäude für Simulation auswählen"
}
}
}
8 changes: 7 additions & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"leftMouse": "Left Mouse Button: Move on the map",
"rightMouse": "Right Mouse Button: Rotate the map",
"wheel": "Mouse Wheel: Zoom in and out",
"doubleClick": "Double click: Choose another building for a simulation"
"doubleClick": "Double click: Choose another building for a simulation",
"touch": {
"leftMouse": "One finger: Move on the map",
"rightMouse": "Two fingers: Rotate the map",
"wheel": "Two fingers: Zoom in and out",
"doubleClick": "Double-tap on a building: Select another building for simulation"
}
}
}

0 comments on commit 1715ab7

Please sign in to comment.