Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr/583 #586

Merged
merged 4 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions public/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"name": {
"registered": "已注册",
"expires": "到期时间",
"graceEnd": "宽限期结束",
"noExpiry": "无限期",
"expiry": "到期",
"parent": "父名称",
Expand Down Expand Up @@ -184,6 +185,7 @@
"updateResolver": "更新解析器",
"updateProfile": "更新个人资料",
"setPrimaryName": "设置主名称",
"resetPrimaryName": "移除主名称",
"updateEthAddress": "更新 ETH 地址",
"testSendName": "发送名称",
"burnFuses": "烧毁权限",
Expand All @@ -197,6 +199,7 @@
"clearRecords": "清除记录",
"updateRecords": "更新记录",
"transferName": "转移名称",
"transferSubname": "转移子名称",
"changePermissions": "更改权限",
"syncManager": "同步管理员",
"updateProfileRecords": "更新个人资料",
Expand All @@ -209,7 +212,6 @@
"migrateProfileWithReset": "将现有记录设置到新的解析器上",
"migrateProfileWithSync": "将现有记录设置到新的解析器上",
"migrateProfileWithEthAddress": "在新解析器上设置现有记录和 ETH 地址",
"wrapName2": "包装名称并设置解析器",
"wrapName": "包装该名称",
"updateResolver": "将解析器更改为",
"updateProfile": "更新现有解析器上的记录",
Expand Down Expand Up @@ -342,7 +344,7 @@
"empty": "未找到选项"
},
"testnetFaucet": {
"explanation": "Goerli 上的每个地址都可以申请 {{amount}} ETH 来测试 ENS 管理器 app 以及所有新合约。",
"explanation": "{{ testnet }} 上的每个地址都可以申请 {{amount}} {{ ticker }} 来进行 ENS 管理器 app 或其他网络测试。",
"note": "它可能在几分钟后才能出现在你的钱包里。"
}
}
11 changes: 7 additions & 4 deletions public/locales/zh/register.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@
"items": {
"com.twitter": "Twitter",
"com.github": "GitHub",
"com.discord": "Discord"
"com.discord": "Discord",
"org.telegram": "Telegram",
"email": "Email"
},
"placeholder": {
"com.twitter": "例如 nicksdjohnson",
"com.github": "例如 arachnid",
"com.twitter": "例如 ensdomains",
"com.github": "例如 ensdomains",
"com.discord": "例如 nickjohnson",
"org.telegram": "e.g. nicksdjohnson"
"org.telegram": "例如 nicksdjohnson",
"email": "例如 [email protected]"
}
},
"address": {
Expand Down
12 changes: 11 additions & 1 deletion public/locales/zh/transactionFlow.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"default": "在此添加用户名",
"com.twitter": "例如 nicksdjohnson",
"com.github": "例如 arachnid",
"com.discord": "例如 nickjohnson"
"com.discord": "例如 nickjohnson",
"org.telegram": "例如 nicksdjohnson",
"email": "例如 [email protected]"
}
},
"address": {
Expand Down Expand Up @@ -293,6 +295,10 @@
"title": "不能重新创建该子名称",
"message": "删除该子名称意味着不能再使用或重新创建它,一直到它过期 {{date}}。由于父名称控制权限已被撤销,因此该操作也无法撤消。"
},
"deleteSubnameNotParentWarning": {
"title": "不能重新创建该子名称",
"message": "只有父名称(<b>{{parentOwner}}</b>) 的 {{ownershipTerm}} 可以重新创建该子名称。如果该子名称被删除,您将无法自己重新创建它。"
},
"selectPrimaryName": {
"title": "选择一个主名称",
"errors": {
Expand Down Expand Up @@ -339,6 +345,10 @@
"title": "未经授权的解析器",
"description": "要使用此名称作为您的主名称,您需要先设置一个有效的解析器并更新该名称的 ETH 地址记录。"
}
},
"multiStepSubnameDelete": {
"title": "删除子名称",
"description": "删除该子名称需要执行多次交易"
}
},
"errors": {
Expand Down
Loading