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/zh_cn.json

26 lines
1.3 KiB
JSON
Raw Normal View History

2023-05-25 10:35:11 +00:00
{
"whois.help.desc": "查询 IP 的 WHOIS 信息。",
"whois.message.ip.asn": "ASN",
2023-05-27 03:05:30 +00:00
"whois.message.ip.error.unknown": "发生错误:无效的 IP 地址。",
2023-05-25 10:35:11 +00:00
"whois.message.ip.ip_property": "地址",
"whois.message.ip.ip_property.global": "全局",
"whois.message.ip.ip_property.ipv4_mapped": "IPv4 映射",
"whois.message.ip.ip_property.link_local": "链路本地",
"whois.message.ip.ip_property.loopback": "回环",
"whois.message.ip.ip_property.multicast": "多播",
"whois.message.ip.ip_property.private": "私有",
"whois.message.ip.ip_property.reserved": "保留",
"whois.message.ip.ip_property.site_local": "站点本地",
"whois.message.ip.ip_property.sixtofour": "6to4 ",
"whois.message.ip.ip_property.teredo": "Teredo ",
"whois.message.ip.ip_property.unknown": "未知",
"whois.message.ip.ip_property.unspecified": "未指定",
"whois.message.ip.location": "位置:",
"whois.message.ip.organization": "组织:",
"whois.message.ip.postal_code": "邮编:",
"whois.message.ip.real_ip": "实际 IP",
"whois.message.ip.reverse": "反向解析:",
"whois.message.ip.type": "类型:",
"whois.message.ip.utc": "时区:",
"whois.message.unknown": "无法识别类型,请检查输入。"
2023-05-21 03:48:33 +00:00
}