sourcemod/translations/ko/nominations.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

69 lines
1.1 KiB
Plaintext

"Phrases"
{
"Already Nominated"
{
"ko" "당신은 이미 맵을 추천했습니다."
}
"Max Nominations"
{
"ko" "최대 추천 가능 횟수를 넘었습니다."
}
"Map Already In Vote"
{
"ko" "맵 '{1}' 은 이미 추천 목록에 있습니다."
}
"Map Inserted"
{
"ko" "맵 '{1}' 이 추천 목록에 추가되었습니다."
}
"Map Already Nominated"
{
"ko" "당신이 고른 맵은 이미 추천된 맵입니다."
}
"Map Nominated"
{
"ko" "{1} 님이 맵 {2} 를 추천했습니다."
}
"Map Nomination Changed"
{
"ko" "{1} 님이 추천하는 맵을 {2} 으로 바꾸었습니다."
}
"Nominate Title"
{
"ko" "맵 추천하기 :"
}
"Can't Nominate Current Map"
{
"ko" "당신이 고른 맵은 현재 맵이므로 추천할 수 없습니다"
}
"Map in Exclude List"
{
"ko" "당신이 고른 맵은 최근에 플레이된 맵이므로 추천할 수 없습니다"
}
"Current Map"
{
"ko" "현재 맵"
}
"Recently Played"
{
"ko" "최근에 했던 맵"
}
"Nominated"
{
"ko" "추천됨"
}
}