mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
20 lines
503 B
JSON
20 lines
503 B
JSON
{
|
|
"$schema": ".lang.schema.json",
|
|
"interaction": {
|
|
"wrong": { "query_bot": "Can't query bot's information" },
|
|
"warning": {
|
|
"unverified": "* Because I can't verify account linking information, I can't guarantee the info I found is yourself/themself."
|
|
}
|
|
},
|
|
"error": {
|
|
"MessageFormatError": {
|
|
"TETR.IO": "Username/ID is invalid",
|
|
"TOS": "Username/ID is invalid",
|
|
"TOP": "Username is invalid"
|
|
}
|
|
},
|
|
"template": {
|
|
"template_language": "en-US"
|
|
}
|
|
}
|