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

25 lines
1.1 KiB
JSON
Raw Normal View History

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