Skip to content

Commit

Permalink
lang/ko: Translated all missing strings and improved some existing on…
Browse files Browse the repository at this point in the history
…es. Thanks to vuutaku/byahap (https://twitter.com/searoach_otaku) for her assistance in verifying the translation!
  • Loading branch information
akemin-dayo committed Dec 16, 2024
1 parent 5db6571 commit 81f5e9e
Showing 1 changed file with 45 additions and 16 deletions.
61 changes: 45 additions & 16 deletions common/webapp/public/lang/ko.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,34 @@
pageTitle: "BlueMap - {map}"
menu: {
title: "메뉴"
tooltip: "메뉴"
tooltip: "메뉴를 표시"
}
map: {
unloaded: "맵이 로드되지 않았습니다."
loading: "맵을 로드하는 중입니다…"
errored: "이 맵을 로드하는 중에 오류가 발생했습니다!"
}
maps: {
title: "월드"
button: "월드"
tooltip: "월드 목록"
title: ""
button: ""
tooltip: " 목록"
}
markers: {
title: "마커"
button: "마커"
tooltip: "마커 목록"
marker: "개의 마커"
markerSet: "마커 목록 | 마커 목록"
searchPlaceholder: "검색..."
marker: "마커 | 마커"
markerSet: "마커 그룹 | 마커 그룹"
searchPlaceholder: "검색"
followPlayerTitle: "플레이어 따라가기"
sort: {
title: "정렬 기준"
by: {
default: "기본"
label: "이름"
distance: "거리"
}
}
}
settings: {
title: "설정"
Expand All @@ -26,8 +39,8 @@
button: "전체화면"
}
resetCamera: {
button: "카메라 위치 초기화"
tooltip: "카메라의 위치를 초기화합니다."
button: "카메라 리셋"
tooltip: "카메라 위치와 각도를 리셋"
}
updateMap: {
button: "맵 정보 갱신"
Expand All @@ -36,16 +49,20 @@
lighting: {
title: "광원"
dayNightSwitch: {
tooltip: "밤/낮 전환"
tooltip: "낮/밤 전환"
}
sunlight: "자연광"
ambientLight: "주변광"
}
resolution: {
title: "해상도"
high: "높음 (SSAA x2)"
normal: "보통 (Native x1)"
low: "낮음 (Upscaling x0.5)"
normal: "표준 (네이티브 x1)"
low: "낮음 (업스케일링 x0.5)"
}
mapControls: {
title: "맵"
showZoomButtons: "확대/축소 버튼 표시"
}
freeFlightControls: {
title: "자유 이동 조작"
Expand All @@ -56,15 +73,21 @@
title: "렌더 거리"
hiresLayer: "고해상도 레이어"
lowersLayer: "저해상도 레이어"
loadHiresWhileMoving: "이동 중 고해상도 레이어 로딩"
off: "끄기"
}
theme: {
title: "테마"
default: "기본값 (시스템/브라우저)"
dark: "Dark"
light: "Light"
dark: "어두운"
light: "밝은"
contrast: "고대비"
}
chunkBorders: {
button: "청크 경계 표시"
}
debug: {
button: "디버그"
button: "디버그 정보 표시"
}
resetAllSettings: {
button: "설정값 재설정"
Expand All @@ -76,6 +99,11 @@
compass: {
tooltip: "나침반 / 북쪽 보기"
}
screenshot: {
title: "스크린샷"
button: "스크린샷 찍기"
clipboard: "클립보드에 복사"
}
controls: {
title: "시점 / 컨트롤"
perspective: {
Expand Down Expand Up @@ -107,6 +135,7 @@
sun: "자연"
block: "블럭"
}
clipboard: "클릭하여 복사"
}
info: {
title: "정보"
Expand Down Expand Up @@ -139,7 +168,7 @@
</p>
<br><hr>
<p class="info-footer">
지도는 &#9829; <a href="https://bluecolo.red/bluemap">BlueMap</a> {version} 을 이용해 제작되었습니다
맵은 &#9829;을 담아 <a href="https://bluecolo.red/bluemap">BlueMap</a> {version} 을 이용해 제작되었습니다
</p>
"""
}
Expand Down

0 comments on commit 81f5e9e

Please sign in to comment.