mirror of
https://github.com/BlueMap-Minecraft/BlueMapVue.git
synced 2024-11-23 01:55:10 +01:00
Add missing translation for the 'View/Controls' group
This commit is contained in:
parent
cfad5b1021
commit
6ced97d0de
@ -75,6 +75,7 @@ export default {
|
||||
tooltip: "Kompass / nach Norden ausrichten"
|
||||
},
|
||||
controls: {
|
||||
title: "Ansicht / Steuerung",
|
||||
perspective: {
|
||||
button: "Perspectiv-Sicht",
|
||||
tooltip: "Perspectivische Sicht"
|
||||
|
@ -75,6 +75,7 @@ export default {
|
||||
tooltip: "Compass / Face North"
|
||||
},
|
||||
controls: {
|
||||
title: "View / Controls",
|
||||
perspective: {
|
||||
button: "Perspective",
|
||||
tooltip: "Perspective-View"
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<Group title="View / Controls">
|
||||
<Group :title="$t('controls.title')">
|
||||
<SimpleButton :active="appState.controls.state === 'perspective'" @action="$bluemap.setPerspectiveView(500, appState.controls.state === 'free' ? 100 : 0)">{{$t('controls.perspective.button')}}</SimpleButton>
|
||||
<SimpleButton :active="appState.controls.state === 'flat'" @action="$bluemap.setFlatView(500, appState.controls.state === 'free' ? 100 : 0)">{{$t('controls.flatView.button')}}</SimpleButton>
|
||||
<SimpleButton :active="appState.controls.state === 'free'" @action="$bluemap.setFreeFlight(500)">{{$t('controls.freeFlight.button')}}</SimpleButton>
|
||||
|
@ -75,6 +75,7 @@ export default {
|
||||
tooltip: "Compass / Face North"
|
||||
},
|
||||
controls: {
|
||||
title: "View / Controls",
|
||||
perspective: {
|
||||
button: "Perspective",
|
||||
tooltip: "Perspective-View"
|
||||
|
Loading…
Reference in New Issue
Block a user