-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fet980-ownership-tab
- Loading branch information
Showing
4 changed files
with
23 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
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 |
---|---|---|
|
@@ -55,7 +55,9 @@ | |
"default": "在此添加用户名", | ||
"com.twitter": "例如 nicksdjohnson", | ||
"com.github": "例如 arachnid", | ||
"com.discord": "例如 nickjohnson" | ||
"com.discord": "例如 nickjohnson", | ||
"org.telegram": "例如 nicksdjohnson", | ||
"email": "例如 [email protected]" | ||
} | ||
}, | ||
"address": { | ||
|
@@ -293,6 +295,10 @@ | |
"title": "不能重新创建该子名称", | ||
"message": "删除该子名称意味着不能再使用或重新创建它,一直到它过期 {{date}}。由于父名称控制权限已被撤销,因此该操作也无法撤消。" | ||
}, | ||
"deleteSubnameNotParentWarning": { | ||
"title": "不能重新创建该子名称", | ||
"message": "只有父名称(<b>{{parentOwner}}</b>) 的 {{ownershipTerm}} 可以重新创建该子名称。如果该子名称被删除,您将无法自己重新创建它。" | ||
}, | ||
"selectPrimaryName": { | ||
"title": "选择一个主名称", | ||
"errors": { | ||
|
@@ -339,6 +345,10 @@ | |
"title": "未经授权的解析器", | ||
"description": "要使用此名称作为您的主名称,您需要先设置一个有效的解析器并更新该名称的 ETH 地址记录。" | ||
} | ||
}, | ||
"multiStepSubnameDelete": { | ||
"title": "删除子名称", | ||
"description": "删除该子名称需要执行多次交易" | ||
} | ||
}, | ||
"errors": { | ||
|
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