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

79 lines
1.7 KiB
Plaintext

"Phrases"
{
"Invalid authtype"
{
"ko" "인증 종류는 반드시 'steam', 'name', 'ip' 중 하나여야 합니다"
}
"Invalid immunity"
{
"ko" "면책 수준은 반드시 양의 정수여야 합니다."
}
"SQL Admin already exists"
{
"ko" "그 자격증명의 관리자가 이미 존재합니다."
}
"SQL Admin added"
{
"ko" "데이터베이스에 관리자를 성공적으로 추가했습니다."
}
"SQL Admin deleted"
{
"ko" "데이터베이스에서 관리자를 성공적으로 삭제했습니다."
}
"SQL Admin not found"
{
"ko" "주어진 자격증명과 일치하는 관리자를 찾을 수 없습니다."
}
"SQL Group already exists"
{
"ko" "같은 이름의 그룹이 이미 존재합니다."
}
"SQL Group added"
{
"ko" "데이터베이스에 그룹을 성공적으로 추가했습니다."
}
"SQL Group deleted"
{
"ko" "데이터베이스에서 그룹을 성공적으로 삭제했습니다."
}
"SQL Group not found"
{
"ko" "주어진 이름과 일치하는 그룹을 찾을 수 없습니다."
}
"SQL Admin groups reset"
{
"ko" "관리자의 그룹을 성공적으로 초기화했습니다."
}
"SQL Group X not found"
{
"ko" "그룹 \"{1}\" 을 찾을 수 없었습니다."
}
"SQL Group X failed to bind"
{
"ko" "그룹 \"{1}\" 을 정의하는 데 실패했습니다."
}
"Added group to user"
{
"ko" "주어진 관리자에게 성공적으로 하나의 그룹을 추가했습니다."
}
"Added groups to user"
{
"ko" "주어진 관리자에게 성공적으로 {1} 개의 그룹을 추가했습니다."
}
}