sourcemod/translations/chi/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.2 KiB
Plaintext

"Phrases"
{
"Invalid authtype"
{
"chi" "认证方式必须为 'steam', 'name', 或 'ip'."
}
"Invalid immunity"
{
"chi" "免疫级别必须为正整数."
}
"SQL Admin already exists"
{
"chi" "授予该凭证标志的管理员已存在."
}
"SQL Admin added"
{
"chi" "管理员被成功添加进数据库."
}
"SQL Admin deleted"
{
"chi" "管理员被已从数据库中成功删除."
}
"SQL Admin not found"
{
"chi" "授予该凭证标志的管理员未找到."
}
"SQL Group already exists"
{
"chi" "符合该名称的组已存在."
}
"SQL Group added"
{
"chi" "组被成功添加进数据库."
}
"SQL Group deleted"
{
"chi" "组已从数据库中成功删除."
}
"SQL Group not found"
{
"chi" "符合该名称的组未找到."
}
"SQL Admin groups reset"
{
"chi" "管理员组已被成功重置."
}
"SQL Group X not found"
{
"chi" "未找到组: \"{1}\""
}
"SQL Group X failed to bind"
{
"chi" "无法绑定组: \"{1}\""
}
"Added group to user"
{
"chi" "成功添加一个组至指定管理员类别."
}
"Added groups to user"
{
"chi" "成功添加 {1} 个组至指定管理员类别."
}
}