sourcemod/translations/ko/core.phrases.txt
Kyle Sanderson 48150e0c7a
Bring languages into the tree (#1625)
* translations: bring languages into tree

* Update translation phrases changed since 2021

* Update packaging script to include all translations

* Update languages.cfg

* Add Latin American Spanish translations

This is a copy of spanish for now.

* Ignore "en" when looking for translation folders

English is the default and doesn't use a subfolder.

* Only add each translation folder once

Korean "ko" is in there twice.

* Compare language coverage to english

All phrases are compared to the english baseline files and any differences
are reported. The differences are pushed to a Github Project as well for
an easier overview.

Thank you to @nosoop for sharing the Python SMC parser!

* Add link to README

---------

Co-authored-by: Peace-Maker <peace-maker@wcfan.de>
2023-03-29 16:23:05 +02:00

89 lines
1.1 KiB
Plaintext

"Phrases"
{
"No Access"
{
"ko" "당신은 이 명령을 사용할 권한이 없습니다"
}
"Back"
{
"ko" "뒤로"
}
"Next"
{
"ko" "다음"
}
"Exit"
{
"ko" "종료"
}
"Previous"
{
"ko" "이전"
}
"all players"
{
"ko" "모든 플레이어"
}
"all humans"
{
"ko" "모든 사람"
}
"all bots"
{
"ko" "모든 봇"
}
"all dead players"
{
"ko" "모든 죽은 플레이어"
}
"all alive players"
{
"ko" "모든 살아있는 플레이어"
}
"_s"
{
"ko" "{1}"
}
"all spectators"
{
"ko" "모든 관전자"
}
"Vote Count"
{
"ko" "투표 : {1}/{2}, {3} 초 남음"
}
"Voted For"
{
"ko" "{1} 님이 {2} 에 투표했습니다."
}
"Changed Vote"
{
"ko" "{1} 님이 자신의 투표를 {2} 로 바꿨습니다 "
}
"No Vote"
{
"ko" "투표 없음"
}
"Name Reserved"
{
"ko" "소스모드가 당신의 이름을 예약해 두었습니다. 사용하려면 암호를 설정하세요."
}
}