add more log related strings
This commit is contained in:
parent
30942b93bf
commit
68b4a8a06f
|
@ -144,6 +144,8 @@
|
||||||
"moderator": "Moderator: {{username}} (`{{id}}`)",
|
"moderator": "Moderator: {{username}} (`{{id}}`)",
|
||||||
"ban_expiry": "Ban expires: {{ts}}",
|
"ban_expiry": "Ban expires: {{ts}}",
|
||||||
"reason": "Reason: {{reason}}",
|
"reason": "Reason: {{reason}}",
|
||||||
|
"old_reason": "Old reason: {{reason}}",
|
||||||
|
"new_reason": "New reason: {{reason}}",
|
||||||
"warn_number_one": "This is **the first** warn for this user.",
|
"warn_number_one": "This is **the first** warn for this user.",
|
||||||
"warn_number_other": "This is warn number **{{count}}** for this user."
|
"warn_number_other": "This is warn number **{{count}}** for this user."
|
||||||
},
|
},
|
||||||
|
@ -159,7 +161,11 @@
|
||||||
},
|
},
|
||||||
"remove_infraction": {
|
"remove_infraction": {
|
||||||
"title": "Infraction removed",
|
"title": "Infraction removed",
|
||||||
"content": "An infraction for {{user}} (`{{infraction.user}}`) has been removed"
|
"content": "An infraction for {{username}} has been removed"
|
||||||
|
},
|
||||||
|
"edit_infraction": {
|
||||||
|
"title": "Infraction reason changed",
|
||||||
|
"content": "An infraction for {{username}} has been edited"
|
||||||
},
|
},
|
||||||
"temp_ban_expire": {
|
"temp_ban_expire": {
|
||||||
"title": "Temporary ban expired",
|
"title": "Temporary ban expired",
|
||||||
|
|
Loading…
Reference in a new issue