-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
461 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,98 @@ | ||
{ | ||
"title": "将 {{name}} 引入 ENS", | ||
"general": { | ||
"connectWallet": "请先连接您的钱包", | ||
"importDNSSECName": "导入 DNSSEC 域名", | ||
"domainRegistrar": "域名注册商" | ||
"error": { | ||
"unknown": "发生未知错误", | ||
"noTxtRecord": "未找到记录", | ||
"dnssecFailure": "未启用 DNSSEC", | ||
"invalidTxtRecord": "找到的记录无效", | ||
"invalidAddressChecksum": "地址无效", | ||
"resolutionFailure": "提供的记录无法解析" | ||
}, | ||
"registrars": { | ||
"namecheap": "Namecheap", | ||
"domaindotcom": "Domain.com", | ||
"googledomains": "Google Domains", | ||
"dreamhost": "Dreamhost", | ||
"hover": "Hover", | ||
"godaddy": "GoDaddy", | ||
"bluehost": "Bluehost", | ||
"hostgator": "HostGator", | ||
"cloudflare": "Cloudflare", | ||
"findYourRegistrar": "查看您的注册商" | ||
"status": { | ||
"checking": "检查中...", | ||
"error": "检查时发生错误", | ||
"secondsAgo": "几秒前检查过", | ||
"aWhileAgo": "很久前检查过", | ||
"minutesAgo_one": "{{count}} 分钟前检查过", | ||
"minutesAgo_other": "{{count}} 分钟前检查过" | ||
}, | ||
"addTextRecord": { | ||
"title": "添加文本记录", | ||
"explanation": "您需要利用这些信息为您的域名创建一个新的 DNS 记录,用于将您的以太坊地址认定为该域名的所有者。", | ||
"syncWarningOne": "您可能不是该 DNS 域名的所有者,但您仍然可以将该域名添加到 ENS 注册表。", | ||
"syncWarningTwo": "如果您持有该域名,请更改它的 _ens TXT 记录,使其包含您的以太坊地址,然后再次单击 “检查”。其他情况,请单击 “认领” 继续。", | ||
"type": "类型", | ||
"txt": "TXT", | ||
"errors": { | ||
"SUBDOMAIN_NOT_SET": { | ||
"title": "未设置子域名", | ||
"content": "请将上面显示的值设置到您的 _ens 子域名记录中。" | ||
"steps": { | ||
"selectType": { | ||
"title": "认领 {{name}}", | ||
"subtitle": "导入域名后可以将其用作 ENS 名称。", | ||
"learnMore": "了解更多关于导入名称的信息", | ||
"select": { | ||
"heading": "您想如何导入您的域名?", | ||
"offchain": { | ||
"name": "链下", | ||
"tag": "免费", | ||
"description": "您的名称将不会有链上代币。<br/>这不会影响其接收交易或作为主名称的能力。<br/><b>您将无法在 ENS app 内编辑您的个人资料。</b>" | ||
}, | ||
"onchain": { | ||
"name": "链上", | ||
"description": "您的名称将拥有链上代币。" | ||
} | ||
} | ||
}, | ||
"enableDnssec": { | ||
"title": "启用 DNSSEC", | ||
"help": { | ||
"findOutRegistrar": "查看您的注册商" | ||
}, | ||
"status": { | ||
"enabled": "此域名已启用 DNSSEC。", | ||
"disabled": { | ||
"heading": "您需要访问您的域名注册商来启用 DNSSEC。", | ||
"message": "未启用 DNSSEC", | ||
"help": "启用 DNSSEC 帮助" | ||
} | ||
} | ||
}, | ||
"verifyOwnership": { | ||
"title": "验证所有权", | ||
"status": { | ||
"disconnected": "请连接您的钱包以验证所有权。", | ||
"mismatching": { | ||
"heading": "添加以下 DNS 记录以验证您对此域名的所有权。", | ||
"help": "添加 TXT 记录帮助", | ||
"message": "未找到记录", | ||
"error": { | ||
"onchain": "找到的记录与您连接的地址不匹配。您仍然可以导入此名称,但您将不拥有其所有权。", | ||
"offchain": "找到的记录与您连接的地址不匹配。您仍然可以导入此名称,但它将不会指向您连接的地址,也不能用作您的主名称。" | ||
} | ||
}, | ||
"matching": "找到与您连接的地址匹配的记录。" | ||
}, | ||
"action": { | ||
"importWithoutOwnership": "不验证所有权直接导入" | ||
} | ||
}, | ||
"transaction": { | ||
"mismatching": { | ||
"title": "导入此域名", | ||
"subtitle": "您的所有权<b>未</b>得到验证。您仍然可以导入此域名。" | ||
}, | ||
"DNS_RECORD_DOES_NOT_EXIST": { | ||
"title": "记录不存在", | ||
"content": "未设置 DNS 记录" | ||
"matching": { | ||
"title": "认领您的域名", | ||
"subtitle": "您的所有权已得到验证。" | ||
}, | ||
"DNS_RECORD_INVALID": { | ||
"title": "无效记录", | ||
"content": "请将记录设置为上面的值。" | ||
"estimatedNetworkCost": "预估网络费用" | ||
}, | ||
"complete": { | ||
"title": "恭喜!", | ||
"import": { | ||
"subtitle": "<gradient>{{name}}</gradient> 已导入", | ||
"description": "此域名已成功导入 ENS。您现在可以查看此名称。", | ||
"warning": "免 Gas 费的 DNS 名称目前不会显示在您的“名称”列表中。" | ||
}, | ||
"claim": { | ||
"subtitle": "您现在是 <gradient>{{name}}</gradient> 的所有者", | ||
"description": "您的域名已成功认领。您现在可以查看和管理您的名称。" | ||
}, | ||
"action": { | ||
"claimAnother": "再认领一个", | ||
"viewName": "查看名称" | ||
} | ||
} | ||
}, | ||
"claimComplete": { | ||
"title": "恭喜!", | ||
"ownerOf": "您现是该名称的所有者: ", | ||
"successMessage": "您的域名已成功导入 ENS,现在可以查看和管理域名。", | ||
"viewName": "查看域名", | ||
"claimAnother": "再认领一个" | ||
}, | ||
"claimDomain": { | ||
"title": "认领您的域名", | ||
"syncWarning": "您正在导入的 DNS 域名似乎并不属于您。", | ||
"verifiedOwnership": "您已经验证了所有权,现在可以认领该域名。", | ||
"pendingTransactionPre": "您已经有一个", | ||
"pendingTransactionLink": "正在处理的交易", | ||
"pendingTransactionPost": "与该名称有关", | ||
"dnsOwner": "DNS 所有者", | ||
"networkEst": "预估网络费" | ||
}, | ||
"enableDNSSEC": { | ||
"title": "启用 DNSSEC", | ||
"instruction": "您需要访问您的域名注册商来启用 DNSSEC。启用后,单击 “检查” 进入下一步。", | ||
"registrarHelp": "从下面的下拉框中选择您的注册商,查看相应的启用说明。", | ||
"findRegistrar": "查看您的注册商", | ||
"DNSSECNotEnabled": "该域名尚未启用 DNSSEC。" | ||
} | ||
} |
Oops, something went wrong.