mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"$schema": ".lang.schema.json",
|
|
"interaction": {
|
|
"wrong": { "query_bot": "不能查询bot的信息" },
|
|
"warning": { "unverified": "* 由于无法验证绑定信息, 不能保证查询到的用户为本人" }
|
|
},
|
|
"error": {
|
|
"MessageFormatError": {
|
|
"TETR.IO": "用户名/ID不合法",
|
|
"TOS": "用户名/ID不合法",
|
|
"TOP": "用户名不合法"
|
|
}
|
|
},
|
|
"template": {
|
|
"template_language": "zh-CN"
|
|
}
|
|
}
|