feat: guide desktop wallet connection
This commit is contained in:
@@ -207,6 +207,14 @@ export const enDict: Dict = {
|
||||
"If no wallet opens after clicking, make sure the matching browser extension is installed and enabled.",
|
||||
walletInstallSelected:
|
||||
"No {wallet} browser extension detected. Install or enable it, then try again.",
|
||||
walletDesktopHelpTitle: "We tried to open {wallet}. Next steps:",
|
||||
walletDesktopHelpUnlock:
|
||||
"Open the wallet extension in the browser toolbar and unlock it.",
|
||||
walletDesktopHelpSelect:
|
||||
"Make sure the wallet has an account, then select that account.",
|
||||
walletDesktopHelpRetry: "Come back here and click “Reconnect {wallet}”.",
|
||||
walletReconnectWallet: "Reconnect {wallet}",
|
||||
walletInstallWallet: "Install {wallet} extension",
|
||||
walletOpen: "Open",
|
||||
walletQrLogin: "QR login",
|
||||
walletMobileQrDesc:
|
||||
|
||||
@@ -194,6 +194,12 @@ export const zhDict: Dict = {
|
||||
walletDesktopHint:
|
||||
"如果点击后没有弹出钱包,请确认已安装并启用对应的钱包浏览器插件。",
|
||||
walletInstallSelected: "未检测到 {wallet} 浏览器插件,请先安装或启用后再试。",
|
||||
walletDesktopHelpTitle: "已尝试打开 {wallet},接下来请这样操作:",
|
||||
walletDesktopHelpUnlock: "打开浏览器右上角的钱包插件,并解锁钱包。",
|
||||
walletDesktopHelpSelect: "确认钱包里已有账号,并选择一个账号。",
|
||||
walletDesktopHelpRetry: "回到这里点击“重新连接 {wallet}”。",
|
||||
walletReconnectWallet: "重新连接 {wallet}",
|
||||
walletInstallWallet: "安装 {wallet} 插件",
|
||||
walletOpen: "打开",
|
||||
walletQrLogin: "扫码登录",
|
||||
walletMobileQrDesc: "适合用另一台设备扫描二维码登录当前浏览器。",
|
||||
|
||||
Reference in New Issue
Block a user