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_tw.json

26 lines
1.3 KiB
JSON
Raw Normal View History

{
2023-05-21 03:48:33 +00:00
"whois.help.desc": "查詢 IP 的 WHOIS 資訊。",
"whois.message.ip.asn": "ASN",
2023-05-31 14:34:48 +00:00
"whois.message.ip.error.unknown": "發生錯誤:無效的 IP 位址。",
2023-05-21 03:48:33 +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 ",
2023-05-25 05:13:34 +00:00
"whois.message.ip.ip_property.unknown": "未知",
2023-05-21 03:48:33 +00:00
"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": "時區:",
2023-05-31 14:34:48 +00:00
"whois.message.unknown": "無法辨識類型,請校對輸入。"
2023-05-21 03:48:33 +00:00
}