Update ko.js (#33)

* Add Korean translation

* Update ko.js

Add missing strings
This commit is contained in:
오로라 2021-11-22 05:52:33 +09:00 committed by GitHub
parent dbc52d3b00
commit d62be951f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,9 @@ export default {
button: "마커",
tooltip: "마커 목록",
marker: "개의 마커",
markerSet: "마커 목록 | 마커 목록"
markerSet: "마커 목록 | 마커 목록",
searchPlaceholder: "검색...",
followPlayerTitle: "플레이어 따라가기"
},
settings: {
title: "설정",
@ -141,4 +143,4 @@ export default {
</p>
`
}
}
};