Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add strings to en.json for smart transactions #9320

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 42 additions & 1 deletion locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,10 @@
"blockaid": "Blockaid",
"blockaid_desc": "Privacy preserving - no data is shared with third parties. Available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Optimism, Polygon, Sepolia and Base.",
"security_alerts": "Security alerts",
"security_alerts_desc": "This feature alerts you to malicious activity by locally reviewing your transaction and signature requests. Always do your own due diligence before approving any requests. There's no guarantee that this feature will detect all malicious activity. By enabling this feature you agree to the provider's terms of use."
"security_alerts_desc": "This feature alerts you to malicious activity by locally reviewing your transaction and signature requests. Always do your own due diligence before approving any requests. There's no guarantee that this feature will detect all malicious activity. By enabling this feature you agree to the provider's terms of use.",
"smart_transactions_opt_in_heading": "Smart Transactions",
"smart_transactions_opt_in_desc": "Turn on Smart Transactions for more reliable and secure transactions, and adjustable fees on ETH Mainnet.",
"smart_transactions_learn_more": "Learn more."
},
"sdk": {
"disconnect_title": "Disconnect all sites?",
Expand Down Expand Up @@ -1463,6 +1466,29 @@
"sign_get_signature": "Get Signature",
"network_fee": "Network Fee"
},
"smart_transactions": {
"status_submitting_header": "Submitting your transaction",
"status_submitting_description": "Estimated completion {{timeLeft}}",

"status_success_header": "Your transaction is complete",

"status_submitting_past_estimated_deadline_header": "Sorry for the wait",
"status_submitting_past_estimated_deadline_description": "If your transaction is not finalized within {{timeLeft}}, it will be canceled and you will not be charged for gas.",

"status_cancelled_header": "Your transaction was canceled",
"status_cancelled_description": "Your transaction couldn't be completed, so it was canceled to save you from paying unnecessary gas fees.",

"status_failed_header": "Your transaction failed",
"status_failed_description": "Sudden market changes can cause failures. If the problem continues, reach out to MetaMask customer support.",

"view_transaction": "View transaction",
"view_activity": "View activity",
"return_to_dapp": "Return to {{dappName}}",
"try_again": "Try again",
"create_new": "Create new {{txType}}",
"swap": "swap",
"send": "send"
},
"address_book": {
"recents": "Recents",
"save": "Save",
Expand Down Expand Up @@ -2488,6 +2514,21 @@
"title": "Cashing out made easy",
"description": "Sell your crypto directly in MetaMask! We’ll help you find quotes from trusted providers, so you can sell your crypto in an accessible, fast, and secure way, every time.",
"action_text": "Try it out"
},
"stx": {
"header": "Introducing Smart Transactions",
"description_1": "Unlock the safest, most reliable, and easiest transaction experience - a smarter way to navigate web3.",
"description_2": "Millions of dollars are lost every month due to failed transactions & frontrunning. Smart transactions fixes this.",
"description_3": "Right now, Smart Transactions are only available on ETH Mainnet. You can turn them off at any time in settings.",
"secondary_button": "Not right now",
"primary_button": "Enable Smart Transactions",
"learn_more": "Learn more.",
"benefit_1_1": "82% fewer failed",
"benefit_1_2": "transactions",
"benefit_2_1": "Transaction",
"benefit_2_2": "protection",
"benefit_3_1": "Real-time",
"benefit_3_2": "updates"
}
},
"invalid_network": {
Expand Down
Loading