Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/whois/locales/en_us.json
2023-05-21 11:48:33 +08:00

24 lines
No EOL
1.2 KiB
JSON

{
"whois.help.desc": "Query WHOIS information of IP.",
"whois.message.ip.asn": "ASN: ",
"whois.message.ip.ip_property": " Address",
"whois.message.ip.ip_property.global": "Global",
"whois.message.ip.ip_property.ipv4_mapped": "IPv4 Mapping",
"whois.message.ip.ip_property.link_local": "Link Local",
"whois.message.ip.ip_property.loopback": "Loopback",
"whois.message.ip.ip_property.multicast": "Multicast",
"whois.message.ip.ip_property.private": "Private",
"whois.message.ip.ip_property.reserved": "Reserved",
"whois.message.ip.ip_property.site_local": "Site Local",
"whois.message.ip.ip_property.sixtofour": "6to4",
"whois.message.ip.ip_property.teredo": "Teredo",
"whois.message.ip.ip_property.unspecified": "Unspecified",
"whois.message.ip.location": "Location: ",
"whois.message.ip.organization": "Organization: ",
"whois.message.ip.postal_code": "Postcode: ",
"whois.message.ip.real_ip": "Real IP:",
"whois.message.ip.reverse": "Reverse Resolution: ",
"whois.message.ip.type": "Type: ",
"whois.message.ip.utc": "Time Zone:",
"whois.message.unknown": "无法识别类型,请检查输入是否正确。"
}