diff --git a/BlueMapCommon/webapp/public/lang/zh_TW_new.conf b/BlueMapCommon/webapp/public/lang/zh_TW_new.conf deleted file mode 100644 index 31107a95..00000000 --- a/BlueMapCommon/webapp/public/lang/zh_TW_new.conf +++ /dev/null @@ -1,171 +0,0 @@ -{ - pageTitle: "BlueMap - {map}" - menu: { - title: "Menu" - tooltip: "Menu" - } - map: { - unloaded: "No map loaded." - loading: "Loading map..." - errored: "There was an error trying to load this map!" - } - 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" - sort { - title: "Sort by" - by { - default: "default" - label: "name" - distance: "distance" - } - } - } - 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)" - } - mapControls: { - title: "Map Controls" - showZoomButtons: "Show Zoom Buttons" - } - 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" - } - 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: """ - -

-

Mouse-Controls:

- - - - -
moveleft-click + drag
zoommousewheel (scroll)
rotate / tiltright-click + drag
-

-

-

Keyboard-Controls:

- - - - -
movewasd / arrow-keys
zoomNumpad: +/- or Ins/Home
rotate / tiltLeft-Alt + wasd / arrow-keys or Delete/End/Page Up/Page Down
-

-

-

Touch-Controls:

- - - - -
movetouch + drag
zoomtouch with two fingers + pinch
rotate / tilttouch with two fingers + rotate / move up/down
-

-

- -""" - } -}