Translated using Weblate (Chinese (Simplified))
Currently translated at 93.7% (60 of 64 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/
This commit is contained in:
parent
7174e3be90
commit
033bbda9b1
|
@ -53,12 +53,19 @@
|
||||||
},
|
},
|
||||||
"warn": {
|
"warn": {
|
||||||
"user_warned": "### 警告的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n违规次数:**{{count}}**"
|
"user_warned": "### 警告的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n违规次数:**{{count}}**"
|
||||||
|
},
|
||||||
|
"kick": {
|
||||||
|
"user_kicked": "### 踢出的用户\n违规 ID:`{{id}}`\n用户:`{{user}}`\n原因:{{reason}}\n违规次数:**{{count}}**",
|
||||||
|
"not_a_member": "目标(<@{{userid}}>)不是此服务器的成员。"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"infractions": {
|
"infractions": {
|
||||||
"infraction_created": "已创建违规",
|
"infraction_created": "已创建违规",
|
||||||
"operation_completed": "操作完成",
|
"operation_completed": "操作完成",
|
||||||
"too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。"
|
"too_many_users": "指定用户过多!请指定不超过 {{max}} 个用户。",
|
||||||
|
"title_create": "创建违规",
|
||||||
|
"no_user_one": "无法找到指定的用户",
|
||||||
|
"no_user_other": "无法找到指定的用户"
|
||||||
},
|
},
|
||||||
"target_uncertain": {
|
"target_uncertain": {
|
||||||
"title": "确认操作",
|
"title": "确认操作",
|
||||||
|
@ -76,5 +83,10 @@
|
||||||
"title": "不在服务器中",
|
"title": "不在服务器中",
|
||||||
"body": "此命令仅能在服务器中使用。"
|
"body": "此命令仅能在服务器中使用。"
|
||||||
},
|
},
|
||||||
"error_generic": "发生了一个错误"
|
"error_generic": "发生了一个错误",
|
||||||
|
"permissions": {
|
||||||
|
"bot_cant_kick": "AutoMod 没有足够的权限踢出目标用户。",
|
||||||
|
"target_higher_than_you": "目标用户的等级与您相同或比您高。",
|
||||||
|
"bot_cant_ban": "AutoMod 没有足够的权限封禁目标用户。"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue