Skip to content

Commit 3d82a35

Browse files
committed
changeset and fix
1 parent 26b8bc3 commit 3d82a35

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.changeset/ripe-wombats-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Add chinese locale support

packages/thirdweb/src/react/web/ui/ConnectWallet/locale/zh.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const connectLocaleZh: ConnectLocale = {
1111
buy: "购买",
1212
confirmInWallet: "在钱包中确认",
1313
connectAWallet: "连接钱包",
14-
connectedToSmartWallet: "智能账户",
14+
connectedToSmartWallet: "智能钱包",
1515
connecting: "连接中",
1616
continueAsGuest: "以访客身份继续",
1717
copyAddress: "复制地址",
@@ -51,7 +51,7 @@ const connectLocaleZh: ConnectLocale = {
5151
newToWallets: "刚接触钱包?",
5252
or: "或",
5353
passkeys: {
54-
linkPasskey: "关联通行密钥",
54+
linkPasskey: "添加通行密钥",
5555
title: "通行密钥",
5656
},
5757
payTransactions: "法币交易",
@@ -108,7 +108,7 @@ const connectLocaleZh: ConnectLocale = {
108108
viewFunds: {
109109
title: "查看资产",
110110
viewAssets: "查看资产",
111-
viewNFTs: "查看 NFT",
111+
viewNFTs: "查看NFT资产",
112112
viewTokens: "查看代币",
113113
},
114114
walletTransactions: "钱包交易",
@@ -118,4 +118,4 @@ const connectLocaleZh: ConnectLocale = {
118118
},
119119
};
120120

121-
export default connectLocaleZh;
121+
export default connectLocaleZh;

0 commit comments

Comments
 (0)