File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
packages/thirdweb/src/react/web/ui/ConnectWallet/locale Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " thirdweb " : patch
3+ ---
4+
5+ Add chinese locale support
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments