2022-12-19 21:54:30 +01:00
|
|
|
{
|
|
|
|
pageTitle: "BlueMap - {map}"
|
|
|
|
menu: {
|
|
|
|
title: "Menu"
|
|
|
|
tooltip: "Menu"
|
|
|
|
}
|
2023-02-08 17:35:47 +01:00
|
|
|
map: {
|
|
|
|
unloaded: "No map loaded."
|
|
|
|
loading: "Loading map..."
|
|
|
|
errored: "There was an error trying to load this map!"
|
|
|
|
}
|
2022-12-19 21:54:30 +01:00
|
|
|
maps: {
|
|
|
|
title: "Maps"
|
|
|
|
button: "Maps"
|
|
|
|
tooltip: "Map-List"
|
|
|
|
}
|
|
|
|
markers: {
|
|
|
|
title: "Markers"
|
|
|
|
button: "Markers"
|
|
|
|
tooltip: "Marker-List"
|
|
|
|
marker: "marker | markers"
|
|
|
|
markerSet: "marker-set | marker-sets"
|
|
|
|
searchPlaceholder: "Search..."
|
|
|
|
followPlayerTitle: "Follow Player"
|
2023-02-07 17:09:01 +01:00
|
|
|
sort {
|
|
|
|
title: "Sort by"
|
|
|
|
by {
|
|
|
|
default: "default"
|
|
|
|
label: "name"
|
|
|
|
distance: "distance"
|
|
|
|
}
|
|
|
|
}
|
2022-12-19 21:54:30 +01:00
|
|
|
}
|
|
|
|
settings: {
|
|
|
|
title: "Settings"
|
|
|
|
button: "Settings"
|
|
|
|
}
|
|
|
|
goFullscreen: {
|
|
|
|
button: "Go Fullscreen"
|
|
|
|
}
|
|
|
|
resetCamera: {
|
|
|
|
button: "Reset Camera"
|
|
|
|
tooltip: "Reset Camera & Position"
|
|
|
|
}
|
|
|
|
updateMap: {
|
|
|
|
button: "Update Map"
|
|
|
|
tooltip: "Clear Tile Cache"
|
|
|
|
}
|
|
|
|
lighting: {
|
|
|
|
title: "Lighting"
|
|
|
|
dayNightSwitch: {
|
|
|
|
tooltip: "Day/Night"
|
|
|
|
}
|
|
|
|
sunlight: "Sunlight"
|
|
|
|
ambientLight: "Ambient-Light"
|
|
|
|
}
|
|
|
|
resolution: {
|
|
|
|
title: "Resolution"
|
|
|
|
high: "High (SSAA x2)"
|
|
|
|
normal: "Normal (Native x1)"
|
|
|
|
low: "Low (Upscaling x0.5)"
|
|
|
|
}
|
2022-12-29 20:03:03 +01:00
|
|
|
mapControls: {
|
|
|
|
title: "Map Controls"
|
|
|
|
showZoomButtons: "Show Zoom Buttons"
|
|
|
|
}
|
2022-12-19 21:54:30 +01:00
|
|
|
freeFlightControls: {
|
|
|
|
title: "Free-Flight Controls"
|
|
|
|
mouseSensitivity: "Mouse-Sensitivity"
|
|
|
|
invertMouseY: "Invert Mouse Y"
|
|
|
|
}
|
|
|
|
renderDistance: {
|
|
|
|
title: "Render Distance"
|
|
|
|
hiresLayer: "Hires layer"
|
|
|
|
lowersLayer: "Lowres layer"
|
|
|
|
loadHiresWhileMoving: "Load hires while moving"
|
|
|
|
off: "Off"
|
|
|
|
}
|
|
|
|
theme: {
|
|
|
|
title: "Theme"
|
|
|
|
default: "Default (System/Browser)"
|
|
|
|
dark: "Dark"
|
|
|
|
light: "Light"
|
|
|
|
contrast: "Contrast"
|
|
|
|
}
|
2024-05-26 16:33:11 +02:00
|
|
|
chunkBorders: {
|
|
|
|
button: "Show chunk borders"
|
|
|
|
}
|
2022-12-19 21:54:30 +01:00
|
|
|
debug: {
|
|
|
|
button: "Debug"
|
|
|
|
}
|
|
|
|
resetAllSettings: {
|
|
|
|
button: "Reset All Settings"
|
|
|
|
}
|
|
|
|
players: {
|
|
|
|
title: "Players"
|
|
|
|
tooltip: "Player-List"
|
|
|
|
}
|
|
|
|
compass: {
|
|
|
|
tooltip: "Compass / Face North"
|
|
|
|
}
|
|
|
|
screenshot: {
|
|
|
|
title: "Screenshot"
|
|
|
|
button: "Take Screenshot"
|
|
|
|
clipboard: "Copy to Clipboard"
|
|
|
|
}
|
|
|
|
controls: {
|
|
|
|
title: "View / Controls"
|
|
|
|
perspective: {
|
|
|
|
button: "Perspective"
|
|
|
|
tooltip: "Perspective-View"
|
|
|
|
}
|
|
|
|
flatView: {
|
|
|
|
button: "Flat"
|
|
|
|
tooltip: "Orthographic / Flat-View"
|
|
|
|
}
|
|
|
|
freeFlight: {
|
|
|
|
button: "Free-Flight"
|
|
|
|
tooltip: "Free-Flight / Spectator Mode"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
language: {
|
|
|
|
title: "Language"
|
|
|
|
}
|
|
|
|
blockTooltip: {
|
|
|
|
block: "Block"
|
|
|
|
position: "Position"
|
|
|
|
chunk: "Chunk"
|
|
|
|
region: {
|
|
|
|
region: "Region"
|
|
|
|
file: "File"
|
|
|
|
}
|
|
|
|
light: {
|
|
|
|
light: "Light"
|
|
|
|
sun: "Sun"
|
|
|
|
block: "Block"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
info: {
|
|
|
|
title: "Info"
|
|
|
|
button: "Info"
|
|
|
|
content: """
|
|
|
|
<img src="assets/logo.png" style="display: block; width: 40%; margin: 3em auto; border-radius: 50%">
|
|
|
|
<p>
|
|
|
|
<h2>Mouse-Controls:</h2>
|
|
|
|
<table>
|
|
|
|
<tr><th>move</th><td><kbd>left-click</kbd> + drag</td></tr>
|
|
|
|
<tr><th>zoom</th><td><kbd>mousewheel</kbd> (scroll)</td></tr>
|
|
|
|
<tr><th>rotate / tilt</th><td><kbd>right-click</kbd> + drag</td></tr>
|
|
|
|
</table>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<h2>Keyboard-Controls:</h2>
|
|
|
|
<table>
|
|
|
|
<tr><th>move</th><td><kbd>wasd</kbd> / <kbd>arrow-keys</kbd></td></tr>
|
|
|
|
<tr><th>zoom</th><td>Numpad: <kbd>+</kbd>/<kbd>-</kbd> or <kbd>Ins</kbd>/<kbd>Home</kbd></td></tr>
|
|
|
|
<tr><th>rotate / tilt</th><td><kbd>Left-Alt</kbd> + <kbd>wasd</kbd> / <kbd>arrow-keys</kbd> or <kbd>Delete</kbd>/<kbd>End</kbd>/<kbd>Page Up</kbd>/<kbd>Page Down</kbd></td></tr>
|
|
|
|
</table>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<h2>Touch-Controls:</h2>
|
|
|
|
<table>
|
|
|
|
<tr><th>move</th><td>touch + drag</td></tr>
|
|
|
|
<tr><th>zoom</th><td>touch with two fingers + pinch</td></tr>
|
|
|
|
<tr><th>rotate / tilt</th><td>touch with two fingers + rotate / move up/down</td></tr>
|
|
|
|
</table>
|
|
|
|
</p>
|
|
|
|
<br><hr>
|
|
|
|
<p class="info-footer">
|
|
|
|
This map has been generated with ♥ using <a href="https://bluecolo.red/bluemap">BlueMap</a> {version}
|
|
|
|
</p>
|
|
|
|
"""
|
|
|
|
}
|
|
|
|
}
|