Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit e7eb517

Browse files
authored
Merge pull request #176 from erain9/feat/fix-language-code-zh_CN
2 parents c96655d + cbede47 commit e7eb517

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

frontend/public/locales/zh-CN/common.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"title": "开发者DAO",
33
"home": "首頁",
44
"projects": "项目",
5-
"searchId": "搜寻$t(title)编号",
5+
"searchId": "搜索$t(title)编号",
66
"description": "相信 网络集体所有权 的开发者$t(community)",
7-
"loading": "载入中...",
8-
"error": "錯誤",
7+
"loading": "加载中...",
8+
"error": "错误",
99
"viewNftOpenSea": "在 OpenSea 上查看 NFT",
1010
"viewOwnerEtherscan": "在 Etherscan 上查看拥有者",
1111
"developerTraits": "开发者特征 (traits)",
12-
"failedLoadTraits": "無法载入开发者特征 (traits)",
12+
"failedLoadTraits": "无法加载开发者特征 (traits)",
1313
"madeBy": "由$t(title)所创建:",
1414
"organization": "组织",
1515
"repository": "Repository",
@@ -19,7 +19,7 @@
1919
"owner": "拥有者",
2020
"unclaimed": "尚未被持有",
2121
"enterDeveloperId": "请输入$t(title)编号",
22-
"hosting": "托管於:",
22+
"hosting": "托管于:",
2323
"copyLinkToNFT": "复制NFT链接",
2424
"linkCopied": "链接已复制到剪贴板",
2525
"projectsList": "$t(title) 创建的$t(community)$t(projects)列表",
@@ -28,4 +28,4 @@
2828
"otherTokensOwnedByThisAddress":"此 address 拥有的其他代币",
2929
"noOtherTokens":"此 address 没有其他代币"
3030

31-
}
31+
}

frontend/public/locales/zh/common.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"title": "开发者DAO",
33
"home": "首頁",
44
"projects": "项目",
5-
"searchId": "搜寻$t(title)编号",
5+
"searchId": "搜索$t(title)编号",
66
"description": "相信 网络集体所有权 的开发者$t(community)",
7-
"loading": "载入中...",
8-
"error": "錯誤",
7+
"loading": "加载中...",
8+
"error": "错误",
99
"viewNftOpenSea": "在 OpenSea 上查看 NFT",
1010
"viewOwnerEtherscan": "在 Etherscan 上查看拥有者",
1111
"developerTraits": "开发者特征 (traits)",
12-
"failedLoadTraits": "無法载入开发者特征 (traits)",
12+
"failedLoadTraits": "无法加载开发者特征 (traits)",
1313
"madeBy": "由$t(title)所创建:",
1414
"organization": "组织",
1515
"repository": "Repository",
@@ -19,11 +19,13 @@
1919
"owner": "拥有者",
2020
"unclaimed": "尚未被持有",
2121
"enterDeveloperId": "请输入$t(title)编号",
22-
"hosting": "托管於:",
22+
"hosting": "托管于:",
2323
"copyLinkToNFT": "复制NFT链接",
2424
"linkCopied": "链接已复制到剪贴板",
2525
"projectsList": "$t(title) 创建的$t(community)$t(projects)列表",
2626
"ddaoTokenSearch": "DDAO 代币搜索",
27-
"by": "作者:"
27+
"by": "作者:",
28+
"otherTokensOwnedByThisAddress":"此 address 拥有的其他代币",
29+
"noOtherTokens":"此 address 没有其他代币"
2830

29-
}
31+
}

0 commit comments

Comments
 (0)