export default { pageTitle: "BlueMap - {map}", menu: { title: "메뉴", tooltip: "메뉴" }, maps: { title: "월드", button: "월드", tooltip: "월드 목록" }, markers: { title: "마커", button: "마커", tooltip: "마커 목록", marker: "개의 마커", markerSet: "마커 목록 | 마커 목록" }, settings: { title: "설정", button: "설정" }, goFullscreen: { button: "전체화면" }, resetCamera: { button: "카메라 위치 초기화", tooltip: "카메라의 위치를 초기화합니다." }, updateMap: { button: "맵 정보 갱신", tooltip: "맵 타일 캐시를 삭제합니다." }, lighting: { title: "광원", dayNightSwitch: { tooltip: "밤/낮 전환" }, sunlight: "자연광", ambientLight: "주변광" }, resolution: { title: "해상도", high: "높음 (SSAA, x2)", normal: "보통 (Native, x1)", low: "낮음 (Upscaling, x0.5)" }, freeFlightControls: { title: "자유 이동 조작", mouseSensitivity: "마우스 감도", invertMouseY: "마우스 Y축 반전" }, renderDistance: { title: "렌더 거리", hiresLayer: "고해상도 레이어", lowersLayer: "저해상도 레이어" }, theme: { title: "테마", default: "기본값 (시스템/브라우저)", dark: "Dark", light: "Light" }, debug: { button: "디버그" }, resetAllSettings: { button: "설정값 재설정" }, players: { title: "플레이어", tooltip: "플레이어 목록" }, compass: { tooltip: "나침반 / 북쪽 보기" }, controls: { title: "시점 / 컨트롤", perspective: { button: "투시", tooltip: "투시로 보기" }, flatView: { button: "평면", tooltip: "직각투영 / 평면으로 보기", }, freeFlight: { button: "자유 이동", tooltip: "자유 이동 / 관전모드로 보기" } }, language: { title: "언어", }, blockTooltip: { block: "블록", position: "위치", chunk: "청크", region: { region: "지역", file: "파일" }, light: { light: "광원", sun: "자연", block: "블럭", } }, info: { title: "정보", button: "정보", content: `
이동 | 좌클릭 + 끌기 |
---|---|
확대 | 마우스 휠 (스크롤) |
회전 / 기울이기 | 우클릭 + 끌기 |
이동 | wasd / 화살표 키 |
---|---|
확대 | 넘버패드: +/- 또는 Ins/Home |
회전 / 기울이기 | 왼쪽 Alt + wasd / 화살표 키 또는 Delete/End/Page Up/Page Down |
이동 | 터치 + 끌기 |
---|---|
확대 | 두 손가락으로 터치 + 꼬집기 |
회전 / 기울이기 | 두 손가락으로 터치 + 회전 / 위/아래로 끌기 |
이 지도는 ♥ BlueMap 을 이용해 제작되었습니다.
` } }