forked from blocknative/web3-onboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
123 lines (123 loc) · 5.53 KB
/
en.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"connect": {
"selectingWallet": {
"header": "Available Wallets",
"sidebar": {
"heading": "",
"subheading": "Connect your wallet",
"paragraph": "Connecting your wallet is like “logging in” to Web3. Select your wallet from the options to get started.",
"IDontHaveAWallet": "I don't have a wallet"
},
"recommendedWalletsPart1": "{app} only supports",
"recommendedWalletsPart2": "on this platform. Please use or install one of the supported wallets to continue",
"installWallet": "You do not have any wallets installed that {app} supports, please use a supported wallet",
"agreement": {
"agree": "I agree to the",
"terms": "Terms & Conditions",
"and": "and",
"privacy": "Privacy Policy"
},
"whyDontISeeMyWallet": "Why don't I see my wallet?",
"learnMore": "Click here to learn more"
},
"connectingWallet": {
"header": "{connectionRejected, select, false {Connecting to {wallet}...} other {Connection Rejected}}",
"sidebar": {
"subheading": "Approve Connection",
"paragraph": "Please approve the connection in your wallet and authorize access to continue."
},
"mainText": "Connecting...",
"paragraph": "Make sure to select all accounts that you want to grant access to.",
"previousConnection": "{wallet} already has a pending connection request, please open the {wallet} app to login and connect.",
"rejectedText": "Connection Rejected!",
"rejectedCTA": "Click here to try again",
"primaryButton": "Back to wallets"
},
"connectedWallet": {
"header": "Connection Successful",
"sidebar": {
"subheading": "Connection Successful!",
"paragraph": "Your wallet is now connected to {app}"
},
"mainText": "Connected",
"accountSelected": "Account Selected",
"availableWallet": "available wallet"
}
},
"modals": {
"actionRequired": {
"heading": "Action required in {wallet}",
"paragraph": "Please switch the active account in your wallet.",
"linkText": "Learn more.",
"buttonText": "Okay"
},
"switchChain": {
"heading": "Switch Chain",
"paragraph1": "{app} requires that you switch your wallet to the {nextNetworkName} network to continue.",
"paragraph2": "*Some wallets may not support changing networks. If you can not change networks in your wallet you may consider switching to a different wallet."
},
"confirmDisconnectAll": {
"heading": "Disconnect all Wallets",
"description": "Are you sure that you would like to disconnect all your wallets?",
"confirm": "Confirm",
"cancel": "Cancel"
},
"confirmTransactionProtection": {
"heading": "Enable Transaction Protection",
"description": "Protect RPC endpoints hide your transaction from front-running and sandwich bots.",
"link": "Learn more",
"enable": "Enable",
"dismiss": "Dismiss"
}
},
"accountCenter": {
"connectAnotherWallet": "Connect another Wallet",
"disconnectAllWallets": "Disconnect all Wallets",
"currentNetwork": "Current Network",
"enableTransactionProtection": "Enable Transaction Protection",
"appInfo": "App Info",
"learnMore": "Learn More",
"gettingStartedGuide": "Getting Started Guide",
"smartContracts": "Smart Contract(s)",
"explore": "Explore",
"poweredBy": "powered by",
"addAccount": "Add Account",
"setPrimaryAccount": "Set Primary Account",
"disconnectWallet": "Disconnect Wallet",
"copyAddress": "Copy Wallet address"
},
"notify": {
"transaction": {
"txRequest": "Your transaction is waiting for you to confirm",
"nsfFail": "You have insufficient funds for this transaction",
"txUnderpriced": "The gas price for your transaction is too low, try a higher gas price",
"txRepeat": "This could be a repeat transaction",
"txAwaitingApproval": "You have a previous transaction waiting for you to confirm",
"txConfirmReminder": "Please confirm your transaction to continue",
"txSendFail": "You rejected the transaction",
"txSent": "Your transaction has been sent to the network",
"txStallPending": "Your transaction has stalled before it was sent, please try again",
"txStuck": "Your transaction is stuck due to a nonce gap",
"txPool": "Your transaction has started",
"txStallConfirmed": "Your transaction has stalled and hasn't been confirmed",
"txSpeedUp": "Your transaction has been sped up",
"txCancel": "Your transaction is being canceled",
"txFailed": "Your transaction has failed",
"txConfirmed": "Your transaction has succeeded",
"txError": "Oops something went wrong, please try again",
"txReplaceError": "There was an error replacing your transaction, please try again"
},
"watched": {
"txPool": "Your account is {verb} {formattedValue} {asset} {preposition} {counterpartyShortened}",
"txSpeedUp": "Transaction for {formattedValue} {asset} {preposition} {counterpartyShortened} has been sped up",
"txCancel": "Transaction for {formattedValue} {asset} {preposition} {counterpartyShortened} has been canceled",
"txConfirmed": "Your account successfully {verb} {formattedValue} {asset} {preposition} {counterpartyShortened}",
"txFailed": "Your account failed to {verb} {formattedValue} {asset} {preposition} {counterpartyShortened}",
"txStuck": "Your transaction is stuck due to a nonce gap"
},
"time": {
"minutes": "min",
"seconds": "sec"
}
}
}