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/ip/locales/en_us.json
2023-06-26 21:18:54 +08:00

25 lines
No EOL
1.1 KiB
JSON

{
"ip.help.desc": "Query the information of IP.",
"ip.message.asn": "ASN: ",
"ip.message.error.unknown": "发生错误:无效的 IP 地址,请检查输入。",
"ip.message.ip_property": " Address",
"ip.message.ip_property.global": "Global",
"ip.message.ip_property.ipv4_mapped": "IPv4 Mapping",
"ip.message.ip_property.link_local": "Link Local",
"ip.message.ip_property.loopback": "Loopback",
"ip.message.ip_property.multicast": "Multicast",
"ip.message.ip_property.private": "Private",
"ip.message.ip_property.reserved": "Reserved",
"ip.message.ip_property.site_local": "Site Local",
"ip.message.ip_property.sixtofour": "6to4",
"ip.message.ip_property.teredo": "Teredo",
"ip.message.ip_property.unknown": "Unknown",
"ip.message.ip_property.unspecified": "Unspecified",
"ip.message.location": "Location: ",
"ip.message.organization": "Organization: ",
"ip.message.postal_code": "Postcode: ",
"ip.message.real_ip": "Real IP:",
"ip.message.reverse": "Reverse Resolution: ",
"ip.message.type": "Type: ",
"ip.message.utc": "Time Zone:"
}