IPInfo displays data from MaxMind about an IP address. Currently "User type" data is displayed as returned from MaxMind. We should instead display a message translation, depending on the type returned.
Possible types are:
- business
- cafe
- cellular
- college
- consumer_privacy_network
- content_delivery_network
- dialup
- government
- hosting
- library
- military
- residential
- router
- school
- search_engine_spider
- traveler
Reference: https://github.com/maxmind/GeoIP2-php/blob/a3048d0d43d1a587169e64618282bc1f94d5acb1/src/Record/Traits.php#L93
An example of where it was useful to clarify: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/IPInfo/+/refs/heads/master/i18n/qqq.json#29
AC
- The English translations are added
- Without underscores
- Using sentence case, for eg, Consumer privacy network and Library (like in T311683)
- The documentation is linked to in qqq.json for each item (see https://support.maxmind.com/hc/en-us/articles/4408208479131-User-Context-Data#h_01FN9BTGFQVP41YNPDGM454T2T for more details)