diff --git a/bot/vi/standard/generalEvents.json b/bot/vi/standard/generalEvents.json index 4189dd9..546a2d7 100644 --- a/bot/vi/standard/generalEvents.json +++ b/bot/vi/standard/generalEvents.json @@ -2,5 +2,29 @@ "serverModified": { "title": "Máy chủ đã được sửa đổi", "description": "Máy chủ này đã được sửa đổi bởi {executor}" + }, + "serverIconUpdated": { + "title": "Server Icon Updated", + "description": "{executor} updated the server icon", + "description_added": "{executor} added a server icon", + "description_removed": "{executor} removed the server icon", + "linkToOldIcon": "Link to old icon", + "linkToNewIcon": "Link to new icon" + }, + "serverBoostAdd": { + "title": "Server Boosted", + "description": "{user} boosted this server 🎉", + "description_noUser": "Someone boosted this server 🎉", + "description_withTier": "{user} boosted this server to tier {tier} 🎉", + "description_withTier_noUser": "Someone boosted this server to tier {tier} 🎉", + "none": "none" + }, + "serverBoostRemove": { + "title": "Server Boost Removed", + "description": "{user} stopped boosting this server", + "description_noUser": "Someone stopped boosting this server", + "description_withTier": "{user} stopped boosting, causing the server to drop down to tier {tier}", + "description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}", + "none": "none" } -} \ No newline at end of file +}