From 3cf41ab4e521b07f76227eec3c31ef588d162154 Mon Sep 17 00:00:00 2001 From: sotatek Date: Thu, 26 Dec 2024 17:02:07 +0700 Subject: [PATCH] chore: revert unnecessary change --- site/data/de/docs/custom-wallet-list.mdx | 6 ++-- site/data/en-US/docs/custom-wallet-list.mdx | 6 ++-- site/data/es-419/docs/custom-wallet-list.mdx | 6 ++-- site/data/fr/docs/custom-wallet-list.mdx | 6 ++-- site/data/hi/docs/custom-wallet-list.mdx | 6 ++-- site/data/id/docs/custom-wallet-list.mdx | 6 ++-- site/data/ja/docs/custom-wallet-list.mdx | 32 ++++++++++---------- site/data/ko/docs/custom-wallet-list.mdx | 6 ++-- site/data/ms/docs/custom-wallet-list.mdx | 6 ++-- site/data/pt-BR/docs/custom-wallet-list.mdx | 6 ++-- site/data/ru/docs/custom-wallet-list.mdx | 6 ++-- site/data/th/docs/custom-wallet-list.mdx | 6 ++-- site/data/tr/docs/custom-wallet-list.mdx | 6 ++-- site/data/ua/docs/custom-wallet-list.mdx | 6 ++-- site/data/vi/docs/custom-wallet-list.mdx | 6 ++-- site/data/zh-CN/docs/custom-wallet-list.mdx | 20 ++++++------ site/data/zh-HK/docs/custom-wallet-list.mdx | 6 ++-- site/data/zh-TW/docs/custom-wallet-list.mdx | 14 ++++----- 18 files changed, 78 insertions(+), 78 deletions(-) diff --git a/site/data/de/docs/custom-wallet-list.mdx b/site/data/de/docs/custom-wallet-list.mdx index c11197cbbb..c29c17f49a 100644 --- a/site/data/de/docs/custom-wallet-list.mdx +++ b/site/data/de/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/en-US/docs/custom-wallet-list.mdx b/site/data/en-US/docs/custom-wallet-list.mdx index d8d1a31684..f44b48dc88 100644 --- a/site/data/en-US/docs/custom-wallet-list.mdx +++ b/site/data/en-US/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/es-419/docs/custom-wallet-list.mdx b/site/data/es-419/docs/custom-wallet-list.mdx index 91f57f02fa..7429b8b351 100644 --- a/site/data/es-419/docs/custom-wallet-list.mdx +++ b/site/data/es-419/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/fr/docs/custom-wallet-list.mdx b/site/data/fr/docs/custom-wallet-list.mdx index 4ff8428bbd..6e52143432 100644 --- a/site/data/fr/docs/custom-wallet-list.mdx +++ b/site/data/fr/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/hi/docs/custom-wallet-list.mdx b/site/data/hi/docs/custom-wallet-list.mdx index 4d4a80d298..376b960a20 100644 --- a/site/data/hi/docs/custom-wallet-list.mdx +++ b/site/data/hi/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/id/docs/custom-wallet-list.mdx b/site/data/id/docs/custom-wallet-list.mdx index 03cb25a71e..79054ec2f3 100644 --- a/site/data/id/docs/custom-wallet-list.mdx +++ b/site/data/id/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/ja/docs/custom-wallet-list.mdx b/site/data/ja/docs/custom-wallet-list.mdx index 1821977b9d..3b6b978786 100644 --- a/site/data/ja/docs/custom-wallet-list.mdx +++ b/site/data/ja/docs/custom-wallet-list.mdx @@ -9,7 +9,7 @@ description: ウォレットリストのカスタマイズ '@rainbow-me/rainbowkit/wallets'から個々のウォレットをインポートし、その必要なコネクターを持つウォレットのリストを作成するために`connectorsForWallets`関数を使うことができます。 これにより、どのウォレットを表示するか、そしてどの順序で表示するかを完全に制御することができます。 これにより、どのウォレットを表示するか、そしてどの順序で表示するかを完全に制御することができます。 -例えば、Rainbow と一般的なフォールバックウォレットのみを表示するように選択できます。 +例えば、Rainbowと一般的なフォールバックウォレットのみを表示するように選択できます。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -32,7 +32,7 @@ const connectors = connectorsForWallets( ); ``` -次に、コネクタを Wagmi の`createConfig`に渡すことができます。 +次に、コネクタをWagmiの`createConfig`に渡すことができます。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -68,9 +68,9 @@ const App = () => ( ##### WalletConnect -これは、リストの他のウォレットで提供されていない WalletConnect ベースのウォレット用に設計されたフォールバックウォレットオプションです。 +これは、リストの他のウォレットで提供されていないWalletConnectベースのウォレット用に設計されたフォールバックウォレットオプションです。 -**全ての WalletConnect ベースのウォレットがサポートされるように、常にこのウォレットをリストに含めることをお勧めします。** +**全てのWalletConnectベースのウォレットがサポートされるように、常にこのウォレットをリストに含めることをお勧めします。** ```tsx import { walletConnectWallet } from '@rainbow-me/rainbowkit/wallets'; @@ -88,7 +88,7 @@ import { injectedWallet } from '@rainbow-me/rainbowkit/wallets'; ##### セーフウォレット -Safe Apps をサポートする dApps のために、ユーザーがセーフボールトまたはマルチシグに簡単に接続できるようにするには、自動接続のための`safeWallet`オプションを含めてください。 セーフオプションはセーフウォレットブラウザ環境でのみ表示されます。 セーフオプションはセーフウォレットブラウザ環境でのみ表示されます。 +Safe AppsをサポートするdAppsのために、ユーザーがセーフボールトまたはマルチシグに簡単に接続できるようにするには、自動接続のための`safeWallet`オプションを含めてください。 セーフオプションはセーフウォレットブラウザ環境でのみ表示されます。 セーフオプションはセーフウォレットブラウザ環境でのみ表示されます。 ```tsx import { safeWallet } from '@rainbow-me/rainbowkit/wallets'; @@ -172,13 +172,13 @@ import { bybitWallet } from '@rainbow-me/rainbowkit/wallets'; #### Coinbase -このウォレットコネクタは、Coinbase Wallet アプリと拡張機能、およびウェブ上での Coinbase Smart Wallet の両方をサポートします。 +このウォレットコネクタは、Coinbase Walletアプリと拡張機能、およびウェブ上でのCoinbase Smart Walletの両方をサポートします。 -Smart Wallet がユーザーに対して有効で利用可能かどうかを制御するために、`preference`引数が使用可能です。 Smart Wallet がユーザーに対して有効で利用可能かどうかを制御するために、`preference`引数が使用可能です。 [ここ](https://www.smartwallet.dev/sdk/makeWeb3Provider#parameters)にプリファレンスに基づく振る舞いが記述されています。 +Smart Walletがユーザーに対して有効で利用可能かどうかを制御するために、`preference`引数が使用可能です。 Smart Walletがユーザーに対して有効で利用可能かどうかを制御するために、`preference`引数が使用可能です。 [ここ](https://www.smartwallet.dev/sdk/makeWeb3Provider#parameters)にプリファレンスに基づく振る舞いが記述されています。 -Smart Wallet は、追加のアップグレードなしに、6 月初旬からデフォルトで`all`と共に有効になります。 +Smart Walletは、追加のアップグレードなしに、6月初旬からデフォルトで`all`と共に有効になります。 -開発者は今日、`sepolia`および`baseSepolia`チェーンで`smartWalletOnly`を設定し、次のように`coinbaseWallet`をウォレットリストに含めることで Smart Wallet をテストできます: +開発者は今日、`sepolia`および`baseSepolia`チェーンで`smartWalletOnly`を設定し、次のように`coinbaseWallet`をウォレットリストに含めることでSmart Walletをテストできます: ```tsx import { coinbaseWallet } from '@rainbow-me/rainbowkit/wallets'; @@ -427,7 +427,7 @@ import { wigwamWallet } from '@rainbow-me/rainbowkit/wallets'; さまざまなウォレットをさまざまな順序で表示するいくつかの例をここに示します。 -Metamask と一般的な fallback ウォレットを並べて表示します。 +Metamaskと一般的なfallbackウォレットを並べて表示します。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -443,11 +443,11 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` -Rainbow、MetaMask、Coinbase および一般的なフォールバックウォレットを表示します。 +Rainbow、MetaMask、Coinbaseおよび一般的なフォールバックウォレットを表示します。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -470,17 +470,17 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` -> リマインダー:`wallets` 配列の順序は、UI でウォレットが表示される順序を定義します。 +> リマインダー:`wallets` 配列の順序は、UIでウォレットが表示される順序を定義します。 #### 複数のグループ `groupName`キーを使用して、異なるウォレットグループに名前をつけることができます。 これは、推奨するウォレットやその他の可能性のあるウォレットをユーザーに伝えたい場合に便利です。 これは、推奨するウォレットやその他の可能性のあるウォレットをユーザーに伝えたい場合に便利です。 -Rainbow と MetaMask を推奨しますが、Coinbase と一般的なフォールバックウォレットも提供します。 +RainbowとMetaMaskを推奨しますが、Coinbaseと一般的なフォールバックウォレットも提供します。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/ko/docs/custom-wallet-list.mdx b/site/data/ko/docs/custom-wallet-list.mdx index d046594dce..9a0dffe524 100644 --- a/site/data/ko/docs/custom-wallet-list.mdx +++ b/site/data/ko/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/ms/docs/custom-wallet-list.mdx b/site/data/ms/docs/custom-wallet-list.mdx index a452ad5715..27d1496468 100644 --- a/site/data/ms/docs/custom-wallet-list.mdx +++ b/site/data/ms/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/pt-BR/docs/custom-wallet-list.mdx b/site/data/pt-BR/docs/custom-wallet-list.mdx index 017c9b6b3e..ebfa5bfd1a 100644 --- a/site/data/pt-BR/docs/custom-wallet-list.mdx +++ b/site/data/pt-BR/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/ru/docs/custom-wallet-list.mdx b/site/data/ru/docs/custom-wallet-list.mdx index 730f613fa2..063592a1f3 100644 --- a/site/data/ru/docs/custom-wallet-list.mdx +++ b/site/data/ru/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/th/docs/custom-wallet-list.mdx b/site/data/th/docs/custom-wallet-list.mdx index 6c47d0a5ee..711af144bf 100644 --- a/site/data/th/docs/custom-wallet-list.mdx +++ b/site/data/th/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/tr/docs/custom-wallet-list.mdx b/site/data/tr/docs/custom-wallet-list.mdx index 5da605280a..d7cbaaa61e 100644 --- a/site/data/tr/docs/custom-wallet-list.mdx +++ b/site/data/tr/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/ua/docs/custom-wallet-list.mdx b/site/data/ua/docs/custom-wallet-list.mdx index fa64284add..d332b010bb 100644 --- a/site/data/ua/docs/custom-wallet-list.mdx +++ b/site/data/ua/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/vi/docs/custom-wallet-list.mdx b/site/data/vi/docs/custom-wallet-list.mdx index 2e2afda205..8f6c7a1205 100644 --- a/site/data/vi/docs/custom-wallet-list.mdx +++ b/site/data/vi/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/zh-CN/docs/custom-wallet-list.mdx b/site/data/zh-CN/docs/custom-wallet-list.mdx index 187eb2bc25..82a3952486 100644 --- a/site/data/zh-CN/docs/custom-wallet-list.mdx +++ b/site/data/zh-CN/docs/custom-wallet-list.mdx @@ -9,7 +9,7 @@ description: 定制钱包列表 您可以从`'@rainbow-me/rainbowkit/wallets'`中导入各个钱包,同时使用`connectorsForWallets`函数来构建自己的钱包列表和所需连接器。 这样,您可以自由控制显示哪些钱包以及显示的顺序。 -例如,您可以选择仅显示 Rainbow 和通用的 Fallback 钱包。 +例如,您可以选择仅显示Rainbow和通用的Fallback钱包。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -88,7 +88,7 @@ import { injectedWallet } from '@rainbow-me/rainbowkit/wallets'; ##### Safe Wallet -对于支持 Safe Apps 的 dApps,以便用户可以轻松地连接到他们的 Safe 保险库或多重签名,包括`safeWallet`选项以实现自动连接。 Safe 选项仅在 Safe Wallet 浏览器环境中出现。 +对于支持Safe Apps的dApps,以便用户可以轻松地连接到他们的Safe保险库或多重签名,包括`safeWallet`选项以实现自动连接。 Safe选项仅在Safe Wallet浏览器环境中出现。 ```tsx import { safeWallet } from '@rainbow-me/rainbowkit/wallets'; @@ -172,7 +172,7 @@ import { bybitWallet } from '@rainbow-me/rainbowkit/wallets'; #### Coinbase -此钱包连接器支持 Coinbase Wallet 应用程序和扩展,以及 Coinbase Smart Wallet 在网络上的使用。 +此钱包连接器支持Coinbase Wallet应用程序和扩展,以及Coinbase Smart Wallet在网络上的使用。 提供了一个`preference`参数,用于控制是否为用户启用和提供智能钱包。 基于偏好的行为记录于[此处](https://www.smartwallet.dev/sdk/makeWeb3Provider#parameters)。 @@ -427,7 +427,7 @@ import { wigwamWallet } from '@rainbow-me/rainbowkit/wallets'; 这里有一些显示不同钱包,以不同顺序的例子。 -显示 MetaMask 和一般的备选钱包。 +显示MetaMask和一般的备选钱包。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -443,11 +443,11 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` -显示 Rainbow、MetaMask 和 Coinbase 以及一般的备选钱包。 +显示Rainbow、MetaMask和Coinbase以及一般的备选钱包。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -470,17 +470,17 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` -> 提醒:`wallets`数组的顺序定义了钱包在 UI 中显示的顺序。 +> 提醒:`wallets`数组的顺序定义了钱包在UI中显示的顺序。 #### 多个组 你可以使用`groupName`键命名不同的钱包组。 如果你想告诉你的用户你建议的钱包,以及其他可能的钱包,这是很有用的。 -推荐 Rainbow 和 MetaMask,但也提供 Coinbase 以及一般的备选钱包。 +推荐Rainbow和MetaMask,但也提供Coinbase以及一般的备选钱包。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/zh-HK/docs/custom-wallet-list.mdx b/site/data/zh-HK/docs/custom-wallet-list.mdx index a628491d40..b2285fdda4 100644 --- a/site/data/zh-HK/docs/custom-wallet-list.mdx +++ b/site/data/zh-HK/docs/custom-wallet-list.mdx @@ -443,7 +443,7 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -470,7 +470,7 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` diff --git a/site/data/zh-TW/docs/custom-wallet-list.mdx b/site/data/zh-TW/docs/custom-wallet-list.mdx index fb7af860d9..735d09eaad 100644 --- a/site/data/zh-TW/docs/custom-wallet-list.mdx +++ b/site/data/zh-TW/docs/custom-wallet-list.mdx @@ -427,7 +427,7 @@ import { wigwamWallet } from '@rainbow-me/rainbowkit/wallets'; 以下是一些顯示不同錢包、不同順序的例子。 -顯示 MetaMask 及通用的後備錢包。 +顯示MetaMask及通用的後備錢包。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -443,11 +443,11 @@ const connectors = connectorsForWallets( wallets: [metaMaskWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` -顯示 Rainbow、MetaMask 和 Coinbase 以及通用的後備錢包。 +顯示Rainbow、MetaMask和Coinbase以及通用的後備錢包。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -470,17 +470,17 @@ const connectors = connectorsForWallets( ], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ``` -> 提醒:`wallets`數組的順序定義了在 UI 中顯示錢包的順序。 +> 提醒:`wallets`數組的順序定義了在UI中顯示錢包的順序。 #### 多個組別 您可以使用`groupName`鍵來為不同的錢包組命名。 這在您希望向用戶傳達推薦的錢包以及其他可能的錢包時非常有用。 -推薦 Rainbow 和 MetaMask,但也提供 Coinbase 及通用的後備錢包。 +推薦Rainbow和MetaMask,但也提供Coinbase及通用的後備錢包。 ```tsx import { connectorsForWallets } from '@rainbow-me/rainbowkit'; @@ -502,6 +502,6 @@ const connectors = connectorsForWallets( wallets: [coinbaseWallet, walletConnectWallet], }, ], - { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' } + { appName: 'RainbowKit App', projectId: 'YOUR_PROJECT_ID' }, ); ```