add strings
This commit is contained in:
parent
a7cc80867e
commit
9c83c8510b
36
bot/en.json
36
bot/en.json
|
@ -70,6 +70,13 @@
|
|||
}
|
||||
},
|
||||
"infractions": {
|
||||
"names": {
|
||||
"ban_permanent": "Permanent ban",
|
||||
"ban_temporary": "Temporary ban",
|
||||
"kick": "Kick",
|
||||
"warn": "Warn",
|
||||
"timeout": "Timeout"
|
||||
},
|
||||
"title_create": "Create infraction",
|
||||
"infraction_created": "Infraction created",
|
||||
"operation_completed": "Operation completed",
|
||||
|
@ -77,17 +84,38 @@
|
|||
"no_user_one": "The provided user could not be found",
|
||||
"no_user_other": "The provided users could not be found",
|
||||
"death_threats": "I know where you live :3",
|
||||
"permanent": "Permanent"
|
||||
"permanent": "Permanent",
|
||||
"unknown_reason": "Unknown reason"
|
||||
},
|
||||
"server_logs": {
|
||||
"details": {
|
||||
"infraction_id": "Infraction ID: `{{id}}`",
|
||||
"target_user": "Target user: {{username}} (`{{id}}`)",
|
||||
"moderator": "Moderator: {{username}} (`{{id}}`)",
|
||||
"ban_expiry": "Ban expires: {{ts}}",
|
||||
"reason": "Reason: {{reason}}",
|
||||
"warn_number_one": "This is **the first** warn for this user.",
|
||||
"warn_number_other": "This is warn number **{{count}}** for this user."
|
||||
},
|
||||
"create_infraction": {
|
||||
"title": "Infraction created"
|
||||
"title": "Infraction created",
|
||||
"message": {
|
||||
"ban_permanent": "{{moderator}} permanently banned {{target}}",
|
||||
"ban_temporary": "{{moderator}} temporarily banned {{target}}",
|
||||
"timeout": "{{moderator}} timed out {{target}}",
|
||||
"kick": "{{moderator}} kicked {{target}}",
|
||||
"warn": "{{moderator}} warned {{target}}"
|
||||
}
|
||||
},
|
||||
"remove_infraction": {
|
||||
"title": "Infraction removed"
|
||||
"title": "Infraction removed",
|
||||
"content": "An infraction for {{user}} (`{{infraction.user}}`) has been removed"
|
||||
},
|
||||
"temp_ban_expire": {
|
||||
"title": "Temporary ban expired"
|
||||
"title": "Temporary ban expired",
|
||||
"content": "{{username}} ({{infraction.user}}) has been unbanned because their temporary ban expired",
|
||||
"content_f": "{{username}} ({{infraction.user}}) has been unbanned because her temporary ban expired",
|
||||
"content_m": "{{username}} ({{infraction.user}}) has been unbanned because his temporary ban expired"
|
||||
}
|
||||
},
|
||||
"target_uncertain": {
|
||||
|
|
Loading…
Reference in a new issue