JaBa/languages/en-US/general/whois.json

19 lines
582 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Sends information about an IP address",
2023-06-06 10:21:47 +05:00
"USAGE": "[IP]",
"EXAMPLES": "whois IP:8.8.8.8",
2023-06-06 22:48:46 +05:00
"ERROR": "An error occurred while retrieving data for {{ip}}",
"INFO_ABOUT": "Information about {{ip}}",
"COUNTRY": "Country",
"REGION": "Region",
"CITY": "City",
"ZIP": "Postal Code",
"TIMEZONE": "Timezone",
"CONTINENT": "Continent",
"CURRENCY": "Currency",
"ISP": "ISP",
"INFO": "Additional Information",
"PROXY": "This IP belongs to Tor, VPN, or proxy",
"MOBILE": "This IP is used for mobile data",
"HOSTING": "This IP belongs to hosting or data center"
2023-06-06 10:21:47 +05:00
}