diff --git a/bot/vi/standard/roleEvents.json b/bot/vi/standard/roleEvents.json index 1bc3da6..09b2fb2 100644 --- a/bot/vi/standard/roleEvents.json +++ b/bot/vi/standard/roleEvents.json @@ -1,15 +1,32 @@ { "roleCreated": { - "title":"Vai trò đã được tạo", + "title": "Vai trò đã được tạo", "description": "{role} đã được tạo bởi {executor}" }, "roleDeleted": { - "title":"Vai trò đã bị xóa", + "title": "Vai trò đã bị xóa", "description": "{role_name} đã bị xóa bởi {executor}", - "role": "Vai trò" + "role": "Vai trò", + "linkToRoleIcon": "Link to role icon" }, "roleUpdated": { - "title":"Vai trò đã được sửa đổi", + "title": "Vai trò đã được sửa đổi", "description": "{role} đã được sửa đổi bởi {executor}" + }, + "roleIconUpdate": { + "title": "Role Icon Updated", + "description_added": "{executor} added an icon for {role}", + "linkToOldIcon": "Link to old icon", + "linkToNewIcon": "Link to new icon", + "description": "{executor} updated the icon for {role}", + "description_removed": "{executor} removed the icon for {role}" + }, + "rolePermissionsUpdate": { + "viewFullNewPermissions": "View Full New Permissions", + "viewFullOldPermissions": "View Full Old Permissions", + "oldPermissions": "Old Permissions", + "title": "Role Permissions Updated", + "description": "Permissions for {role} were updated by {executor}", + "newPermissions": "New Permissions" } -} \ No newline at end of file +}