add more log related strings

This commit is contained in:
Lea 2023-06-29 16:57:58 +02:00
parent 30942b93bf
commit 68b4a8a06f
Signed by: Lea
GPG key ID: 1BAFFE8347019C42

View file

@ -144,6 +144,8 @@
"moderator": "Moderator: {{username}} (`{{id}}`)",
"ban_expiry": "Ban expires: {{ts}}",
"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_other": "This is warn number **{{count}}** for this user."
},
@ -159,7 +161,11 @@
},
"remove_infraction": {
"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": {
"title": "Temporary ban expired",