Add message log strings

This commit is contained in:
Lea 2023-06-29 22:54:45 +02:00
parent 29008a3e08
commit 6fe448cd79

View file

@ -172,6 +172,31 @@
"content": "`{{username}}` has been unbanned because their temporary ban expired.", "content": "`{{username}}` has been unbanned because their temporary ban expired.",
"content_f": "`{{username}}` has been unbanned because her temporary ban expired.", "content_f": "`{{username}}` has been unbanned because her temporary ban expired.",
"content_m": "`{{username}}` has been unbanned because his temporary ban expired." "content_m": "`{{username}}` has been unbanned because his temporary ban expired."
},
"message": {
"info": {
"header": "{{channel}} • {{user}} • [Context]({{url}})",
"embeds_one": "1 embed",
"embeds_other": "{{count}} embeds",
"attachments_one": "1 attachment",
"attachments_other": "{{count}} attachments",
"show_more": "show more",
"content_unknown": "Message was empty"
},
"edit": {
"title": "Message edited",
"old_content": "Old content",
"new_content": "New content"
},
"delete": {
"title": "Message deleted",
"content": "Message content"
},
"bulk_delete": {
"title": "Bulk delete",
"content_one": "One message was deleted in {{channel}} - [Show]({{url}})",
"content_other": "{{count}} messages were deleted in {{channel}} - [Show]({{url}})"
}
} }
}, },
"target_uncertain": { "target_uncertain": {