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

Commit b7230c1

Browse files
authored
Merge pull request #181 from amazingandyyy/fix-zh-tw
2 parents 3cac072 + 7f24530 commit b7230c1

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

frontend/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ yarn-debug.log*
2323
yarn-error.log*
2424

2525
.next
26+
27+
# editors
28+
.idea
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"title": "開發者DAO",
2+
"title": "開發者 DAO",
33
"home": "首頁",
4-
"projects": "專案",
4+
"projects": "項目",
55
"searchId": "搜尋$t(title)編號",
6-
"description": "相信 網絡集體所有權 的開發者$t(community)",
7-
"loading": "載入中...",
6+
"description": "一個相信網絡共享所有權的開發者 $t(community)",
7+
"loading": "下載中...",
88
"error": "錯誤",
99
"viewNftOpenSea": "在 OpenSea 上查看 NFT",
1010
"viewOwnerEtherscan": "在 Etherscan 上查看擁有者",
1111
"developerTraits": "開發者特征 (traits)",
1212
"failedLoadTraits": "無法載入開發者特征 (traits)",
13-
"madeBy": "由$t(title)所創建:",
13+
"madeBy": "由$t(title)所創建",
1414
"organization": "組織",
1515
"repository": "Repository",
1616
"community": "社群",
1717
"daoGithubOrg": "$t(title) GitHub $t(organization)",
1818
"daoGithubRepo": "$t(title) GitHub $t(repository)",
1919
"owner": "擁有者",
20-
"unclaimed": "尚未被持有",
21-
"enterDeveloperId": "请輸入$t(title)編號",
20+
"unclaimed": "尚未被擁有",
21+
"enterDeveloperId": "請輸入$t(title)編號",
2222
"hosting": "托管於:",
23-
"copyLinkToNFT": "複製NFT鏈接",
24-
"linkCopied": "鏈接已複製到剪貼板",
23+
"copyLinkToNFT": "複製 NFT 鏈接",
24+
"linkCopied": "鏈接已複製",
2525
"projectsList": "$t(title) 創建的$t(community)$t(projects)列表",
2626
"ddaoTokenSearch": "DDAO 代幣搜索",
27-
"by": "作者:",
28-
"otherTokensOwnedByThisAddress":"此 address 拥有的其他代币",
29-
"noOtherTokens":"此 address 没有其他代币"
30-
}
27+
"by": "作者",
28+
"otherTokensOwnedByThisAddress":"此地址擁有的其他代幣",
29+
"noOtherTokens":"此地址没有其他代幣"
30+
}

0 commit comments

Comments
 (0)