Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (101 of 101 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/zh_Hans/
This commit is contained in:
parent
a0613ae51a
commit
e5d9d1d905
|
@ -78,7 +78,15 @@
|
||||||
"no_user_one": "无法找到指定的用户",
|
"no_user_one": "无法找到指定的用户",
|
||||||
"no_user_other": "无法找到指定的用户",
|
"no_user_other": "无法找到指定的用户",
|
||||||
"death_threats": "我知道你住在哪 :3",
|
"death_threats": "我知道你住在哪 :3",
|
||||||
"permanent": "永久"
|
"permanent": "永久",
|
||||||
|
"names": {
|
||||||
|
"ban_permanent": "永久封禁",
|
||||||
|
"ban_temporary": "临时封禁",
|
||||||
|
"kick": "踢出",
|
||||||
|
"warn": "警告",
|
||||||
|
"timeout": "超时"
|
||||||
|
},
|
||||||
|
"unknown_reason": "未知原因"
|
||||||
},
|
},
|
||||||
"target_uncertain": {
|
"target_uncertain": {
|
||||||
"title": "确认操作",
|
"title": "确认操作",
|
||||||
|
@ -113,13 +121,33 @@
|
||||||
},
|
},
|
||||||
"server_logs": {
|
"server_logs": {
|
||||||
"create_infraction": {
|
"create_infraction": {
|
||||||
"title": "违规已创建"
|
"title": "违规已创建",
|
||||||
|
"message": {
|
||||||
|
"ban_permanent": "{{moderator}} 永久封禁了 {{target}}",
|
||||||
|
"ban_temporary": "{{moderator}} 临时封禁了 {{target}}",
|
||||||
|
"timeout": "{{moderator}} 静默了 {{target}}",
|
||||||
|
"kick": "{{moderator}} 踢出了 {{target}}",
|
||||||
|
"warn": "{{moderator}} 警告了 {{target}}"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"remove_infraction": {
|
"remove_infraction": {
|
||||||
"title": "违规已删除"
|
"title": "违规已删除",
|
||||||
|
"content": "{{user}}(`{{infraction.user}}`)的一项违规被移除"
|
||||||
},
|
},
|
||||||
"temp_ban_expire": {
|
"temp_ban_expire": {
|
||||||
"title": "临时封禁已过期"
|
"title": "临时封禁已过期",
|
||||||
|
"content_m": "`{{username}}` 的临时封禁已过期,被解除封禁。",
|
||||||
|
"content": "`{{username}}` 的临时封禁已过期,被解除封禁。",
|
||||||
|
"content_f": "`{{username}}` 的临时封禁已过期,被解除封禁。"
|
||||||
|
},
|
||||||
|
"details": {
|
||||||
|
"infraction_id": "违规 ID:`{{id}}`",
|
||||||
|
"target_user": "目标用户:{{username}}(`{{id}}`)",
|
||||||
|
"moderator": "管理员:{{username}}(`{{id}}`)",
|
||||||
|
"ban_expiry": "封禁期限:{{ts}}",
|
||||||
|
"reason": "原因:{{reason}}",
|
||||||
|
"warn_number_one": "这是对此用户的**首次**警告。",
|
||||||
|
"warn_number_other": "这是对此用户的第 **{{count}}** 次警告。"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue