In order to solve this problem, this pull request ...
-->
## More information
## More Information
<!--
Are there any issues, Slack conversations, Zendesk issues, user stories, etc. reviewers should consult to understand this pull request better? For instance:
@ -36,7 +36,7 @@ Are there any issues, Slack conversations, Zendesk issues, user stories, etc. re
<!-- How does it look now? Drag your file(s) below this line: -->
## Manual testing steps
## Manual Testing Steps
<!--
How should reviewers and QA manually test your changes? For instance:
@ -45,3 +45,15 @@ How should reviewers and QA manually test your changes? For instance:
- Do this
- Then do this
-->
## Pre-Merge Checklist
- [ ] PR template is filled out
- [ ] **IF** this PR fixes a bug, a test that _would have_ caught the bug has been added
- [ ] PR is linked to the appropriate GitHub issue
- [ ] PR has been added to the appropriate release Milestone
@ -8,7 +8,7 @@ Welcome to the MetaMask Browser Extension Storybook.
## Building locally and Contributing
This document is currently only specific to storybook best practices and component documentation guidelines. This may change in future but for now if you are looking to get a local build of Metamask up and running or contribute to the extension codebase please read the Metamask [README.md](https://github.com/MetaMask/metamask-extension)
This document is currently only specific to storybook best practices and component documentation guidelines. This may change in future but for now if you are looking to get a local build of MetaMask up and running or contribute to the extension codebase please read the MetaMask [README.md](https://github.com/MetaMask/metamask-extension)
@ -15,6 +15,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix bug that could cause an incorrect recipient address after pasting an address, without a 0x prefix, in the send flow while sending a token ([#15064](https://github.com/MetaMask/metamask-extension/pull/15064)
## [10.16.0]
### Added
- Add friendly error handling screen, when UI fails to connect to background ([#14461](https://github.com/MetaMask/metamask-extension/pull/14461))
- Add fiat onboarding for AVAX and MATIC through Wyre ([#14683](https://github.com/MetaMask/metamask-extension/pull/14683))
- Add Coinbase Pay as fiat onramp option ([#14648](https://github.com/MetaMask/metamask-extension/pull/14648))
- Add search information for Theme dropdown ([#14476](https://github.com/MetaMask/metamask-extension/pull/14476))
- **[FLASK]** Add in-app notifications for snaps ([#14605](https://github.com/MetaMask/metamask-extension/pull/14605))
- Update caret icon color on Home Page for darkmode, from black to white ([#14835](https://github.com/MetaMask/metamask-extension/pull/14835))
- Update the color of the ledger alert text to adhere to design system guidelines ([#14674](https://github.com/MetaMask/metamask-extension/pull/14674))
- Standardize display of connected site's origin data on all confirmation screens ([#14720](https://github.com/MetaMask/metamask-extension/pull/14720))
- Improved app loading performance
- Improve loading performance by patching the "secp256k1" package ([#14677](https://github.com/MetaMask/metamask-extension/pull/14677))
- Patch gridplus-sdk module for improving performance ([#14582](https://github.com/MetaMask/metamask-extension/pull/14582))
- Swaps: ensure that native currency swap amounts are properly displayed on all networks, avoiding a bug where swap received amounts could equal gas costs ([#14821](https://github.com/MetaMask/metamask-extension/pull/14821))
- Swaps: reduce the default slippage from 3% to 2% ([#14863](https://github.com/MetaMask/metamask-extension/pull/14863))
- Swaps: update STX status content page ([#14805](https://github.com/MetaMask/metamask-extension/pull/14805))
- Make STX status timer behaviour dependent on API values
- Change "Swap complete in <X:XX"to"Swapwillcompletein<X:XX"
- Change "Privately submitting the Swap..." to "Privately submitting your Swap..."
- Swaps: disable STX if a regular tx is in progress ([#14554](https://github.com/MetaMask/metamask-extension/pull/14554))
- Swaps: remove gas editing ([#14673](https://github.com/MetaMask/metamask-extension/pull/14673))
- **[FLASK] BREAKING** Bump `@metamask/key-tree` used by snaps to `4.0.0` ([#14700](https://github.com/MetaMask/metamask-extension/pull/14700))
- **[FLASK]** Stopped showing confirmations for terminated snaps ([#14566](https://github.com/MetaMask/metamask-extension/pull/14566))
### Fixed
- Fix line-wrapping in Edit Nickname screen by decreasing the padding ([#14842](https://github.com/MetaMask/metamask-extension/pull/14842))
- Fix 'Currency Symbol' detection in network settings when using Firefox ([#14810](https://github.com/MetaMask/metamask-extension/pull/14810))
- Fix switching between ETH and USD in the amount field on the send screen ([#13827](https://github.com/MetaMask/metamask-extension/pull/13827))
- Fix addition of 'add recipient' events to the send flow change logs so that 'contact' and 'recent' recipient are correctly distinguished ([#14771](https://github.com/MetaMask/metamask-extension/pull/14771))
- Fix lock button sizing for text exceeding button boundaries ([#14335](https://github.com/MetaMask/metamask-extension/pull/14335))
- Fix all "MetaMask" instances wrongly written as "Metamask"
- Fix design break on the Settings navbar for certain locales ([#14012](https://github.com/MetaMask/metamask-extension/pull/14012))
- Fix missing white spacing for keystone transaction qrcode in darkmode ([#14798](https://github.com/MetaMask/metamask-extension/pull/14798))
- Fix rare bug that could cause unexpected accounts to be generated from Ledger and connected to MetaMask ([#14799](https://github.com/MetaMask/metamask-extension/pull/14799))
- Fix bug that could cause the incorrect token to be selected after editing the token via the send edit flow ([#14721](https://github.com/MetaMask/metamask-extension/pull/14721))
- Fix chain ID field to use the same color pattern as the currency symbol field warning message ([#14627](https://github.com/MetaMask/metamask-extension/pull/14627))
- Fix currency conversion rate on the Edit tx screen ([#14713](https://github.com/MetaMask/metamask-extension/pull/14713))
- Fix sign button so it is enabled after scrolling all the way to the bottom on the sign type data confirmation screen ([#14745](https://github.com/MetaMask/metamask-extension/pull/14745))
- Fix wrong tx type text for `Safe Transaction From` ([#14769](https://github.com/MetaMask/metamask-extension/pull/14769))
- Fix "Site Suggested" tooltip in `EditGasFeeBtn` to only display the origin of dapp suggested gas fee if the origin is provided ([#14734](https://github.com/MetaMask/metamask-extension/pull/14734))
- Fix incorrect line breaks on footer buttons from NetworksTab ([#14733](https://github.com/MetaMask/metamask-extension/pull/14733))
- Fix incorrect currency symbol in the send flow history state logs ([#14726](https://github.com/MetaMask/metamask-extension/pull/14726))
- Fix batch cancel/reject for signature requests ([#13786](https://github.com/MetaMask/metamask-extension/pull/13786))
- Fix "Learn more" dialog broken link from Eth Sign ([#14667](https://github.com/MetaMask/metamask-extension/pull/14667))
- Fix mixed text for Speed up/Cancel information ([#14551](https://github.com/MetaMask/metamask-extension/pull/14551))
- Fix onboarding functionality so that users of dapps using our onboarding library are redirected to the dapp after completing onboarding ([#14550](https://github.com/MetaMask/metamask-extension/pull/14550))
- Fix error handling for signature methods so that proper errors are returned to dapps when there is a permissions error ([#14126](https://github.com/MetaMask/metamask-extension/pull/14126))
- Fix `Speed Up` and `Cancel` button styles from `TransactionListItem` consolidating them with `TransactionListItemDetails` buttons ([#14659](https://github.com/MetaMask/metamask-extension/pull/14659))
- Fix to prevent display of misleading or malicious contract method names ([#14937](https://github.com/MetaMask/metamask-extension/pull/14937))
- Swaps: fix wrong colour for the high price impact notification ([#14697](https://github.com/MetaMask/metamask-extension/pull/14697))
- Swaps: fix edge case when missing top assets ([#14688](https://github.com/MetaMask/metamask-extension/pull/14688))
- **[FLASK]** Fix issues with the snap startup process and usage of `WebAssembly` ([#14772](https://github.com/MetaMask/metamask-extension/pull/14772))
- **[FLASK]** Fix issues with snap id encoding ([#14693](https://github.com/MetaMask/metamask-extension/pull/14693))
- **[FLASK]** Fix multiple smaller bugs with snaps ([#14670](https://github.com/MetaMask/metamask-extension/pull/14670))
## [10.15.1]
### Fixed
@ -35,7 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Ensure theme selection dropdown is discoverable via settings search([#14379](https://github.com/MetaMask/metamask-extension/pull/14379))
- Stop using the 4bytes registry to name contract deployment transactions in the activity list, preventing false method names from being shown for deployments ([#14598](https://github.com/MetaMask/metamask-extension/pull/14598))
- Save send flow user action history in transaction state logs ([#14510](https://github.com/MetaMask/metamask-extension/pull/14510))
- Update Gridplus to use https://github.com/GridPlus/gridplus-sdk/compare/v1.1.6...v1.2.4 ([#14467](https://github.com/MetaMask/metamask-extension/pull/14467))
- Update GridPlus to use https://github.com/GridPlus/gridplus-sdk/compare/v1.1.6...v1.2.4 ([#14467](https://github.com/MetaMask/metamask-extension/pull/14467))
### Fixed
@ -2982,6 +3043,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Netzwerkgebühr für Freigabe und Aggregator"
},
"approvalTxGasCost":{
"message":"Tx-Gaskosten genehmigen"
},
"approve":{
"message":"Genehmigen"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"ETH mit Wyre kaufen"
"message":"$1 mit Wyre kaufen"
},
"buyWithWyreDescription":{
"message":"Wyre ermöglicht Ihnen die Verwendung einer Kreditkarte zum direkten Einzahlen von ETH auf Ihr MetaMask-Konto."
"message":"Wyre ermöglicht Ihnen die Verwendung einer Kreditkarte zum direkten Einzahlen von $1 auf Ihr MetaMask-Konto."
},
"bytes":{
"message":"Bytes"
@ -640,7 +631,7 @@
"message":"Vertragsinteraktion"
},
"convertTokenToNFTDescription":{
"message":"Wir haben festgestellt, dass dieses Asset eine NFT ist. Metamask hat jetzt volle native Unterstützung für NFTs. Möchten Sie es aus Ihrer Tokenliste entfernen und als NFT hinzufügen?"
"message":"Wir haben festgestellt, dass dieses Asset eine NFT ist. MetaMask hat jetzt volle native Unterstützung für NFTs. Möchten Sie es aus Ihrer Tokenliste entfernen und als NFT hinzufügen?"
},
"convertTokenToNFTExistDescription":{
"message":"Wir haben festgestellt, dass dieses Asset als NFT hinzugefügt wurde. Möchten Sie es aus Ihrer Token-Liste entfernen?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Externe Erweiterung"
},
"extraApprovalGas":{
"message":"+$1 Genehmigungsgas",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Fehlgeschlagen"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Sie können Ihre Token immer noch tauschen, selbst während intelligente Transaktionen nicht verfügbar sind."
},
"stxPendingFinalizing":{
"message":"Wird finalisiert ..."
},
"stxPendingOptimizingGas":{
"message":"Gas wird optimiert ..."
},
"stxPendingPrivatelySubmitting":{
"message":"Swap wird privat eingereicht ..."
},
"stxSubDescription":{
"message":"* Intelligente Transaktionen versuchen mehrmals, Ihre Transaktion privat zu übermitteln. Wenn alle Versuche fehlschlagen, wird die Transaktion öffentlich übertragen, um sicherzustellen, dass Ihr Swap erfolgreich durchgeführt wird."
},
@ -3193,10 +3171,6 @@
"message":"Keine Token verfügbar mit $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Swap abgeschlossen in <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Τέλος έγκρισης και δικτύου ανταλλακτηρίου"
},
"approvalTxGasCost":{
"message":"Έγκριση Tx τέλους συναλλαγής"
},
"approve":{
"message":"Έγκριση"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Αγοράστε ETH με το Wyre"
"message":"Αγοράστε $1 με το Wyre"
},
"buyWithWyreDescription":{
"message":"Το Wyre σας επιτρέπει να χρησιμοποιήσετε μια πιστωτική κάρτα για να καταθέσετε ETH απευθείας στον λογαριασμό σας MetaTask."
"message":"Το Wyre σας επιτρέπει να χρησιμοποιήσετε μια πιστωτική κάρτα για να καταθέσετε $1 απευθείας στον λογαριασμό σας MetaTask."
},
"bytes":{
"message":"Bytes"
@ -640,7 +631,7 @@
"message":"Αλληλεπίδραση Σύμβασης"
},
"convertTokenToNFTDescription":{
"message":"Εντοπίσαμε ότι αυτό το περιουσιακό στοιχείο είναι NFT. Το Metamask υποστηρίζει πλέον εξ'ορισμού πλήρως τα NFT. Θέλετε να το αφαιρέσετε από τη λίστα των token σας και να το προσθέσετε ως NFT;"
"message":"Εντοπίσαμε ότι αυτό το περιουσιακό στοιχείο είναι NFT. Το MetaMask υποστηρίζει πλέον εξ'ορισμού πλήρως τα NFT. Θέλετε να το αφαιρέσετε από τη λίστα των token σας και να το προσθέσετε ως NFT;"
},
"convertTokenToNFTExistDescription":{
"message":"Εντοπίσαμε ότι αυτό το περιουσιακό στοιχείο προστέθηκε ως NFT. Θέλετε να το αφαιρέσετε από τη λίστα των token σας;"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Εξωτερική Επέκταση"
},
"extraApprovalGas":{
"message":"+$1 τέλος συναλλαγής",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Απέτυχε"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Μπορείτε να ανταλλάξετε ακόμα τα token σας, ακόμα και αν οι Έξυπνες Συναλλαγές δεν είναι διαθέσιμες."
},
"stxPendingFinalizing":{
"message":"Ολοκλήρωση..."
},
"stxPendingOptimizingGas":{
"message":"Βελτιστοποίηση τελών συναλλαγής..."
},
"stxPendingPrivatelySubmitting":{
"message":"Ιδιωτική υποβολή της Ανταλλαγής..."
},
"stxSubDescription":{
"message":"* Οι Έξυπνες Συναλλαγές θα προσπαθήσουν να υποβάλουν τη συναλλαγή σας ιδιωτικά, πολλές φορές. Εάν όλες οι προσπάθειες αποτύχουν, η συναλλαγή θα μεταδοθεί δημόσια για να διασφαλιστεί η επιτυχής πραγματοποίηση της ανταλλαγής σας."
},
@ -3193,10 +3171,6 @@
"message":"Δεν υπάρχουν διαθέσιμα tokens που να ταιριάζουν σε $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Η ανταλλαγή θα ολοκληρωθεί σε <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
},
"swapConfirmWithHwWallet":{
"message":"Επιβεβαιώστε με το υλικό πορτοφόλι σας"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Approval and aggregator network fee"
},
"approvalTxGasCost":{
"message":"Approval Tx Gas Cost"
},
"approve":{
"message":"Approve spend limit"
},
@ -420,6 +411,14 @@
"message":"Buy $1",
"description":"$1 is the ticker symbol of a an asset the user is being prompted to purchase"
},
"buyCryptoWithCoinbasePay":{
"message":"Buy $1 with Coinbase Pay",
"description":"$1 represents the crypto symbol to be purchased"
},
"buyCryptoWithCoinbasePayDescription":{
"message":"You can easily buy or transfer crypto with your Coinbase account.",
"description":"$1 represents the crypto symbol to be purchased"
},
"buyCryptoWithMoonPay":{
"message":"Buy $1 with MoonPay",
"description":"$1 represents the cypto symbol to be purchased"
@ -436,10 +435,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Buy ETH with Wyre"
"message":"Buy $1 with Wyre"
},
"buyWithWyreDescription":{
"message":"Wyre lets you use a debit card to deposit ETH right in to your MetaMask account."
"message":"Easy onboarding for purchases up to $ 1000. Fast interactive high limit purchase verification. Supports Debit/Credit Card, Apple Pay, Bank Transfers. Available in 100+ countries. Tokens deposit into your MetaMask Account"
},
"bytes":{
"message":"Bytes"
@ -626,6 +625,9 @@
"continue":{
"message":"Continue"
},
"continueToCoinbasePay":{
"message":"Continue to Coinbase Pay"
},
"continueToMoonPay":{
"message":"Continue to MoonPay"
},
@ -651,7 +653,7 @@
"message":"Contract Interaction"
},
"convertTokenToNFTDescription":{
"message":"We've detected that this asset is an NFT. Metamask now has full native support for NFTs. Would you like to remove it from your token list and add it as an NFT?"
"message":"We've detected that this asset is an NFT. MetaMask now has full native support for NFTs. Would you like to remove it from your token list and add it as an NFT?"
},
"convertTokenToNFTExistDescription":{
"message":"We’ve detected that this asset has been added as an NFT. Would you like to remove it from your token list?"
@ -1185,10 +1187,6 @@
"externalExtension":{
"message":"External Extension"
},
"extraApprovalGas":{
"message":"+$1 approval gas",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Failed"
},
@ -1476,6 +1474,12 @@
"history":{
"message":"History"
},
"ignoreAll":{
"message":"Ignore all"
},
"ignoreTokenWarning":{
"message":"If you hide tokens, they will not be shown in your wallet. However, you can still add them by searching for them."
},
"import":{
"message":"Import",
"description":"Button to import an account from a selected file"
@ -1525,6 +1529,10 @@
"importWallet":{
"message":"Import wallet"
},
"importWithCount":{
"message":"Import $1",
"description":"$1 will the number of detected tokens that are selected for importing, if all of them are selected then $1 will be all"
},
"importYourExisting":{
"message":"Import your existing wallet using a Secret Recovery Phrase"
},
@ -2035,6 +2043,13 @@
"newToMetaMask":{
"message":"New to MetaMask?"
},
"newTokensImportedMessage":{
"message":"You’ve successfully imported $1.",
"description":"$1 is the string of symbols of all the tokens imported"
},
"newTokensImportedTitle":{
"message":"Token imported"
},
"newTotal":{
"message":"New Total"
},
@ -2051,6 +2066,9 @@
"message":"Nonce is higher than suggested nonce of $1",
"description":"The next nonce according to MetaMask's internal logic"
},
"nft":{
"message":"NFT"
},
"nftTokenIdPlaceholder":{
"message":"Enter the Token ID"
},
@ -2117,6 +2135,9 @@
"notEnoughGas":{
"message":"Not Enough Gas"
},
"notifications":{
"message":"Notifications"
},
"notifications10ActionText":{
"message":"Visit in settings",
"description":"The 'call to action' on the button, or link, of the 'Visit in settings' notification. Upon clicking, users will be taken to settings page."
@ -2237,6 +2258,19 @@
"notifications9Title":{
"message":"👓 We are making transactions easier to read."
},
"notificationsEmptyText":{
"message":"Nothing to see here."
},
"notificationsHeader":{
"message":"Notifications"
},
"notificationsInfos":{
"message":"$1 from $2",
"description":"$1 is the date at which the notification has been dispatched and $2 is the link to the snap that dispatched the notification."
},
"notificationsMarkAllAsRead":{
"message":"Mark all as read"
},
"numberOfNewTokensDetected":{
"message":"$1 new tokens found in this account",
"description":"$1 is the number of new tokens detected"
@ -2411,6 +2445,10 @@
"message":"See address, account balance, activity and suggest transactions to approve",
"description":"The description for the `eth_accounts` permission"
},
"permission_longRunning":{
"message":"Run indefinitely.",
"description":"The description for the `endowment:long-running` permission"
},
"permission_manageBip44Keys":{
"message":"Control your \"$1\" accounts and assets.",
"description":"The description for the `snap_getBip44Entropy_*` permission. $1 is the name of a protocol, e.g. 'Filecoin'."
@ -2617,6 +2655,9 @@
"resetWalletWarning":{
"message":"Make sure you’re using the correct Secret Recovery Phrase before proceeding. You will not be able to undo this."
},
"restartMetamask":{
"message":"Restart MetaMask"
},
"restore":{
"message":"Restore"
},
@ -2801,6 +2842,9 @@
"sendAmount":{
"message":"Send Amount"
},
"sendBugReport":{
"message":"Send us a bug report."
},
"sendSpecifiedTokens":{
"message":"Send $1",
"description":"Symbol of the specified token"
@ -3074,6 +3118,9 @@
"message":"Connect your wallet directly to your computer. Unlock your Ledger and open the Ethereum app. For more on using your hardware wallet device, $1.",
"description":"$1 represents the `hardwareWalletSupportLinkConversion` localization key"
},
"stillGettingMessage":{
"message":"Still getting this message?"
},
"storePhrase":{
"message":"Store this phrase in a password manager like 1Password."
},
@ -3126,14 +3173,11 @@
"stxFallbackUnavailable":{
"message":"You can still swap your tokens even while Smart Transactions are unavailable."
},
"stxPendingFinalizing":{
"message":"Finalizing..."
"stxPendingPrivatelySubmittingSwap":{
"message":"Privately submitting your Swap..."
},
"stxPendingOptimizingGas":{
"message":"Optimizing gas..."
},
"stxPendingPrivatelySubmitting":{
"message":"Privately submitting the Swap..."
"stxPendingPubliclySubmittingSwap":{
"message":"Publicly submitting your Swap..."
},
"stxSubDescription":{
"message":"* Smart Transactions will attempt to submit your transaction privately, multiple times. If all attempts fail, the transaction will be broadcast publicly to ensure your Swap successfully goes through."
@ -3145,6 +3189,10 @@
"message":"Your $1 is now available.",
"description":"$1 is a token symbol, e.g. ETH"
},
"stxSwapCompleteIn":{
"message":"Swap will complete in <",
"description":"'<' means 'less than', e.g. Swap will complete in < 2:59"
},
"stxTooltip":{
"message":"Simulate transactions before submitting to decrease transaction costs and reduce failures."
},
@ -3223,10 +3271,6 @@
"message":"No tokens available matching $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Swap complete in <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
},
"swapConfirmWithHwWallet":{
"message":"Confirm with your hardware wallet"
},
@ -3408,6 +3452,10 @@
"swapSlippageNegative":{
"message":"Slippage must be greater or equal to zero"
},
"swapSlippagePercent":{
"message":"$1%",
"description":"$1 is the amount of % for slippage"
},
"swapSource":{
"message":"Liquidity source"
},
@ -3641,6 +3689,10 @@
"tokenSymbol":{
"message":"Token Symbol"
},
"tokensFoundTitle":{
"message":"$1 new tokens found",
"description":"$1 is the number of new tokens detected"
},
"tooltipApproveButton":{
"message":"I understand"
},
@ -3762,6 +3814,9 @@
"message":"We had trouble connecting to your $1, try reviewing $2 and try again.",
"description":"$1 is the wallet device name; $2 is a link to wallet connection guide"
},
"troubleStarting":{
"message":"MetaMask had trouble starting. This error could be intermittent, so try restarting the extension."
},
"troubleTokenBalances":{
"message":"We had trouble loading your token balances. You can view them ",
"description":"Followed by a link (here) to view token balances"
@ -3921,7 +3976,7 @@
"description":"$1 is the action type. e.g (Account, Transaction, Swap)"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Cuota de red de agregador y aprobación"
},
"approvalTxGasCost":{
"message":"Costo de gas por transacción de aprobación"
},
"approve":{
"message":"Aprobar límite de gastos"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Comprar ETH con Wyre"
"message":"Comprar $1 con Wyre"
},
"buyWithWyreDescription":{
"message":"Wyre le permite usar una tarjeta de débito para depositar ETH directamente en su cuenta de MetaMask."
"message":"Acceso fácil a transacciones de $ 1,000 o menos con verificación rápida y efectiva. Aceptamos tarjetas débito, crédito, Apple Pay y transferencias bancarias en más de 100 países. Tokens serán depósitados en su MetaMask."
},
"bytes":{
"message":"Bytes"
@ -640,7 +631,7 @@
"message":"Interacción con el contrato"
},
"convertTokenToNFTDescription":{
"message":"Hemos detectado que este activo es un NFT. Metamask ahora tiene soporte nativo completo para NFTs. ¿Quieres eliminarlo de tu lista de tokens y añadirlo como un NFT?"
"message":"Hemos detectado que este activo es un NFT. MetaMask ahora tiene soporte nativo completo para NFTs. ¿Quieres eliminarlo de tu lista de tokens y añadirlo como un NFT?"
},
"convertTokenToNFTExistDescription":{
"message":"Hemos detectado que este recurso se ha agregado como NFT. ¿Quiere eliminarlo de su lista de tokens?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Extensión externa"
},
"extraApprovalGas":{
"message":"+$1 gas por aprobación",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Con errores"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Todavía puede intercambiar sus tokens incluso cuando las transacciones inteligentes no están disponibles."
},
"stxPendingFinalizing":{
"message":"Finalizando…"
},
"stxPendingOptimizingGas":{
"message":"Optimizando gas..."
},
"stxPendingPrivatelySubmitting":{
"message":"Enviando el Swap de forma privada..."
},
"stxSubDescription":{
"message":"* Transacciones inteligentes intentará enviar su transacción de forma privada varias veces. Si todos los intentos fallan, la transacción se transmitirá públicamente para garantizar que su swap se realice con éxito."
},
@ -3193,10 +3171,6 @@
"message":"No hay tokens disponibles que coincidan con $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Swap finalizado en <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Approbation et frais du réseau d’agrégateur"
},
"approvalTxGasCost":{
"message":"Approbation du coût de carburant Tx"
},
"approve":{
"message":"Approuver"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Acheter des ETH avec Wyre"
"message":"Acheter des $1 avec Wyre"
},
"buyWithWyreDescription":{
"message":"Wyre vous permet d’utiliser une carte de crédit pour déposer des ETH directement sur votre compte MetaMask."
"message":"Wyre vous permet d’utiliser une carte de crédit pour déposer des $1 directement sur votre compte MetaMask."
},
"bytes":{
"message":"Octets"
@ -640,7 +631,7 @@
"message":"Interaction avec un contrat"
},
"convertTokenToNFTDescription":{
"message":"Nous avons détecté que cet actif est un NFT. Metamask prend désormais nativement en charge les NFT. Voulez-vous le retirer de votre liste de tokens et l’ajouter comme un NFT?"
"message":"Nous avons détecté que cet actif est un NFT. MetaMask prend désormais nativement en charge les NFT. Voulez-vous le retirer de votre liste de tokens et l’ajouter comme un NFT?"
},
"convertTokenToNFTExistDescription":{
"message":"Nous avons détecté que cet actif a été ajouté en tant que NFT. Souhaitez-vous le retirer de votre liste de tokens?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Extension externe"
},
"extraApprovalGas":{
"message":"+$1 de carburant approuvé",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Échec"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Vous pouvez toujours faire un swap de tokens, même si les transactions intelligentes ne sont pas disponibles."
},
"stxPendingFinalizing":{
"message":"Finalisation..."
},
"stxPendingOptimizingGas":{
"message":"Optimisation des gas fees..."
},
"stxPendingPrivatelySubmitting":{
"message":"Soumission privée du swap..."
},
"stxSubDescription":{
"message":"* Avec les transactions intelligentes, votre transaction sera soumise plusieurs fois en privé. Si toutes les tentatives échouent, la transaction sera diffusée publiquement pour s’assurer de la réussite de votre swap."
},
@ -3193,10 +3171,6 @@
"message":"Aucun jeton disponible correspondant à $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Swap terminé dans <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
},
"swapConfirmWithHwWallet":{
"message":"Confirmez avec votre portefeuille matériel"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"अनुमोदन और एग्रीगेटर नेटवर्क शुल्क"
},
"approvalTxGasCost":{
"message":"अनुमोदन Tx गैस कीमत"
},
"approve":{
"message":"खर्च सीमा अनुमोदित करें"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Wyre के जरिए ETH खरीदें"
"message":"Wyre के जरिए $1 खरीदें"
},
"buyWithWyreDescription":{
"message":"Wyre आपको अपने MetaMask खाते मेंETH जमा करने के लिए डेबिट कार्ड का उपयोग करने की सुविधा देता है।"
"message":"Wyre आपको अपने MetaMask खाते में$1 जमा करने के लिए डेबिट कार्ड का उपयोग करने की सुविधा देता है।"
},
"bytes":{
"message":"बाइट"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"बाहरी विस्तार"
},
"extraApprovalGas":{
"message":"+$1 अनुमोदन गैस",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"विफल"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"स्मार्ट लेनदेन अनुपलब्ध होने पर भी आप अपने टोकनों को स्वैप कर सकते हैं।"
},
"stxPendingFinalizing":{
"message":"फ़ाइनलाइज़ कर रहा है..."
},
"stxPendingOptimizingGas":{
"message":"गैस ऑप्टिमाइज़ कर रहा है..."
},
"stxPendingPrivatelySubmitting":{
"message":"स्वैप को निजी तौर पर सबमिट कर रहा है..."
},
"stxSubDescription":{
"message":"* स्मार्ट लेनदेन आपके लेनदेन को निजी तौर पर, अनेक बार जमा करने का प्रयास करेंगे। यदि सभी प्रयास विफल हो जाते हैं, तो लेनदेन को सार्वजनिक रूप से प्रसारित किया जाएगा ताकि यह सुनिश्चित हो सके कि आपका स्वैप सफलतापूर्वक पूरा हो।"
},
@ -3193,10 +3171,6 @@
"message":"$1 के मिलान वाले कोई भी टोकन उपलब्ध नहीं हैं",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"स्वैप पूरा होगा <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Persetujuan dan biaya jaringan agregator"
},
"approvalTxGasCost":{
"message":"Persetujuan Ongkos Jaringan Tx"
},
"approve":{
"message":"Setujui batas penggunaan"
},
@ -425,7 +416,7 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Beli ETH dengan Wyre"
"message":"Beli $1 dengan Wyre"
},
"buyWithWyreDescription":{
"message":"Wyre memungkinkan Anda menggunakan kartu debit untuk menyetorkan ETH langsung di akun MetaMask Anda."
@ -640,7 +631,7 @@
"message":"Interaksi Kontrak"
},
"convertTokenToNFTDescription":{
"message":"Kami mendeteksi bahwa aset ini merupakan NFT. Kini Metamask memiliki dukungan asli penuh untuk NFT. Anda ingin menghapusnya dari daftar token dan menambahkannya sebagai NFT?"
"message":"Kami mendeteksi bahwa aset ini merupakan NFT. Kini MetaMask memiliki dukungan asli penuh untuk NFT. Anda ingin menghapusnya dari daftar token dan menambahkannya sebagai NFT?"
},
"convertTokenToNFTExistDescription":{
"message":"Kami mendeteksi bahwa aset ini telah ditambahkan sebagai NFT. Anda ingin menghapusnya dari daftar token?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Ekstensi Eksternal"
},
"extraApprovalGas":{
"message":"+$1 gas yang disetujui",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Gagal"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Anda masih bisa menukar token meskipun Transaksi Pintar tidak tersedia."
},
"stxPendingFinalizing":{
"message":"Menyelesaikan..."
},
"stxPendingOptimizingGas":{
"message":"Mengoptimalkan gas..."
},
"stxPendingPrivatelySubmitting":{
"message":"Mengirimkan Pertukaran secara pribadi..."
},
"stxSubDescription":{
"message":"* Transaksi Pintar akan mencoba mengirimkan transaksi Anda secara pribadi, beberapa kali. Jika semua upaya gagal, transaksi akan disiarkan secara publik untuk memastikan Pertukaran telah berhasil dilakukan."
},
@ -3193,10 +3171,6 @@
"message":"Tidak ada token yang cocok yang tersedia $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Pertukaran selesai di <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
},
"swapConfirmWithHwWallet":{
"message":"Konfirmasikan dengan dompet perangkat keras Anda"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Taxa de aprovação e da rede do agregador"
},
"approvalTxGasCost":{
"message":"Custo em gás da transação de aprovação"
},
"approve":{
"message":"Aprovar"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Comprar ETH com Wyre"
"message":"Comprar $1 com Wyre"
},
"buyWithWyreDescription":{
"message":"Com o Wyre, você pode usar um cartão de débito para depositar ETH diretamente na sua conta da MetaMask."
"message":"Com o Wyre, você pode usar um cartão de débito para depositar $1 diretamente na sua conta da MetaMask."
},
"bytes":{
"message":"Bytes"
@ -640,7 +631,7 @@
"message":"Interação com contrato"
},
"convertTokenToNFTDescription":{
"message":"Detectamos que esse ativo é um NFT. A Metamask agora oferece suporte nativo a NFTs. Gostaria de removê-lo da sua lista de tokens e adicioná-lo como NFT?"
"message":"Detectamos que esse ativo é um NFT. A MetaMask agora oferece suporte nativo a NFTs. Gostaria de removê-lo da sua lista de tokens e adicioná-lo como NFT?"
},
"convertTokenToNFTExistDescription":{
"message":"Detectamos que esse ativo foi adicionado como NFT. Deseja removê-lo da sua lista de tokens?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Extensão externa"
},
"extraApprovalGas":{
"message":"+$1 de gás por aprovação",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Falhou"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Você ainda pode fazer swap com seus tokens mesmo quando as Transações Inteligentes estiverem indisponíveis."
},
"stxPendingFinalizing":{
"message":"Finalizando..."
},
"stxPendingOptimizingGas":{
"message":"Otimizando as taxas de gás..."
},
"stxPendingPrivatelySubmitting":{
"message":"Enviando a Swap de forma privada..."
},
"stxSubDescription":{
"message":"* A função de Transações Inteligentes tentará enviar a sua transação várias vezes de forma privada. Se todas as tentativas falharem, a transação será transmitida publicamente para garantir que sua Swap seja realizada com sucesso."
},
@ -3193,10 +3171,6 @@
"message":"Nenhum token disponível correspondente a $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Swap concluído em <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Комиссия сети за одобрение и для агрегатора"
},
"approvalTxGasCost":{
"message":"Стоимость газа для утверждения транзакции"
},
"approve":{
"message":"Одобрить лимит расходов"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Купить ETH с помощью Wyre"
"message":"Купить $1 с помощью Wyre"
},
"buyWithWyreDescription":{
"message":"Wyre позволяет использовать дебетовую карту для внесения ETH прямо на ваш счет MetaMask."
"message":"Wyre позволяет использовать дебетовую карту для внесения $1 прямо на ваш счет MetaMask."
},
"bytes":{
"message":"Байты"
@ -640,7 +631,7 @@
"message":"Взаимодействие по контракту"
},
"convertTokenToNFTDescription":{
"message":"Мы обнаружили, что этот актив является NFT. Metamask теперь имеет полную встроенную поддержку NFT. Хотите удалить его из списка токенов и добавить в качестве NFT?"
"message":"Мы обнаружили, что этот актив является NFT. MetaMask теперь имеет полную встроенную поддержку NFT. Хотите удалить его из списка токенов и добавить в качестве NFT?"
},
"convertTokenToNFTExistDescription":{
"message":"Мы обнаружили, что этот актив был добавлен как NFT. Хотите удалить его из списка токенов?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Внешнее расширение"
},
"extraApprovalGas":{
"message":"+$1 газа для утверждения",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Не удалось"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Вы по-прежнему можете обменивать свои токены, даже если смарт-транзакции недоступны."
"message":"* Смарт-транзакции попытаются несколько раз отправить вашу транзакцию в конфиденциальном порядке. Если все попытки не увенчаются успехом, транзакция будет показана публично, чтобы гарантировать успешное завершение вашего обмена."
},
@ -3193,10 +3171,6 @@
"message":"Нет доступных токенов, соответствующих $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Обмен завершится через <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
},
"swapConfirmWithHwWallet":{
"message":"Подтвердите с помощью аппаратного кошелька"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Bayarin sa pag-apruba at aggregator network"
},
"approvalTxGasCost":{
"message":"Pag-apruba Tx Halaga ng Gas"
},
"approve":{
"message":"Aprubahan ang limitasyon sa paggastos"
},
@ -347,7 +338,7 @@
"message":"Panimula"
},
"betaMetamaskDescription":{
"message":"Ang Metamask na pinagkakatiwalaan ng milyun-milyon ay isang ligtas na wallet na ginagawang accessible ang mundo ng web3 para sa lahat."
"message":"Ang MetaMask na pinagkakatiwalaan ng milyun-milyon ay isang ligtas na wallet na ginagawang accessible ang mundo ng web3 para sa lahat."
},
"betaMetamaskDescriptionExplanation":{
"message":"Gamitin ang bersyong ito para subukan ang mga paparating na feature bago ilabas ang mga ito. Ang iyong paggamit at feedback ay nakakatulong sa amin na bumuo ng posibleng pinakamahusay na bersyon ng MetaMask. Ang paggamit mo ng MetaMask Beta ay napapailalim sa aming karaniwang $1 gayundin sa aming $2. Bilang Beta, maaaring tumaas ang panganib ng mga bug. Sa pagpapatuloy, tinatanggap at kinikilala mo ang mga panganib na ito, gayundin ang mga panganib na makikita sa aming Mga Tuntunin at Mga Tuntunin ng Beta.",
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Bumili ng ETH gamit ang Wyre"
"message":"Bumili ng $1 gamit ang Wyre"
},
"buyWithWyreDescription":{
"message":"Nagbibigay-daan sa iyo ang Wyre na gumamit ng debit card para mag-deposit ng ETH sa mismong MetaMask account mo."
"message":"Nagbibigay-daan sa iyo ang Wyre na gumamit ng debit card para mag-deposit ng $1 sa mismong MetaMask account mo."
},
"bytes":{
"message":"Bytes"
@ -640,7 +631,7 @@
"message":"Interaksyon ng Kontrata"
},
"convertTokenToNFTDescription":{
"message":"Natukoy namin na ang asset na ito ay isang NFT. Ang Metamask ay mayroon na ngayong ganap na native support para sa mga NFT. Gusto mo bang alisin ito sa iyong listahan ng token at idagdag ito bilang isang NFT?"
"message":"Natukoy namin na ang asset na ito ay isang NFT. Ang MetaMask ay mayroon na ngayong ganap na native support para sa mga NFT. Gusto mo bang alisin ito sa iyong listahan ng token at idagdag ito bilang isang NFT?"
},
"convertTokenToNFTExistDescription":{
"message":"Napansin namin na naidagdag ang asset na ito bilang NFT. Gusto mo ba itong alisin mula sa listahan ng iyong token?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"External Extension"
},
"extraApprovalGas":{
"message":"+$1 na pag-apruba sa gas",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Hindi matagumpay"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Maaari mo parin papalitan ang iyong mga token kahit na hindi available ang mga Smart Transaction."
},
"stxPendingFinalizing":{
"message":"Isinasapinal..."
},
"stxPendingOptimizingGas":{
"message":"Pinapahusay ang gas..."
},
"stxPendingPrivatelySubmitting":{
"message":"Pribadong isinusumite ang Pagpapalit..."
},
"stxSubDescription":{
"message":"* Susubukan ng mga Smart Transaction na isumite nang pribado ang iyong transaksyon, maraming beses. Kapag nabigo ang lahat ng pagsubok, ipapakita sa publiko ang transaksyon upang matiyak na ang Pagpapalit ay naging matagupay."
},
@ -3193,10 +3171,6 @@
"message":"Walang available na token na tumutugma sa $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Kumpleto na ang pagpapalit sa <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
},
"swapConfirmWithHwWallet":{
"message":"Kumpirmahin gamit ang iyong hardware wallet"
},
@ -3946,7 +3920,7 @@
"message":"Magsimula na tayo"
},
"welcomeToMetaMaskIntro":{
"message":"Ang Metamask na pinagkakatiwalaan ng milyun-milyon ay isang ligtas na wallet na ginagawang accessible ang mundo ng web3 para sa lahat."
"message":"Ang MetaMask na pinagkakatiwalaan ng milyun-milyon ay isang ligtas na wallet na ginagawang accessible ang mundo ng web3 para sa lahat."
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Onaylayıcı ve toplayıcı ağ ücreti"
},
"approvalTxGasCost":{
"message":"Onaylayıcı İşlem Gaz Maliyeti"
},
"approve":{
"message":"Harcama limitini onayla"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Wyre ile ETH satın al"
"message":"Wyre ile $1 satın al"
},
"buyWithWyreDescription":{
"message":"Wyre, doğrudan MetaMask hesabınıza ETH yatırma işlemleri için banka kartı kullanmanıza izin verir."
"message":"Wyre, doğrudan MetaMask hesabınıza $1 yatırma işlemleri için banka kartı kullanmanıza izin verir."
},
"bytes":{
"message":"Bayt"
@ -640,7 +631,7 @@
"message":"Sözleşme Etkileşimi"
},
"convertTokenToNFTDescription":{
"message":"Bu varlığın bir NFT olduğunu tespit ettik. Metamask artık NFT'ler için tam yerel desteğe sahiptir. Bunu token listenden çıkarmak ve bir NFT olarak eklemek ister misin?"
"message":"Bu varlığın bir NFT olduğunu tespit ettik. MetaMask artık NFT'ler için tam yerel desteğe sahiptir. Bunu token listenden çıkarmak ve bir NFT olarak eklemek ister misin?"
},
"convertTokenToNFTExistDescription":{
"message":"Bu varlığın bir NFT olarak eklendiğini tespit ettik. Token listenden çıkarmak ister misin?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Harici Uzantı"
},
"extraApprovalGas":{
"message":"+1$ onay gazı",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Başarısız oldu"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Akıllı İşlemler kullanılamazken bile token'larını değiştirebilirsin."
},
"stxPendingFinalizing":{
"message":"Sonuçlandırılıyor..."
},
"stxPendingOptimizingGas":{
"message":"Gas optimize ediliyor..."
},
"stxPendingPrivatelySubmitting":{
"message":"Takas özel olarak gönderiliyor..."
},
"stxSubDescription":{
"message":"* Akıllı İşlemler, işlemini birden çok kez özel olarak göndermeye çalışır. Tüm denemeler başarısız olursa Takas'ının başarılı bir şekilde gerçekleşmesini sağlamak için işlem herkese açık olarak yayınlanacaktır."
},
@ -3193,10 +3171,6 @@
"message":"$1 ile eşleşen token yok",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Değiştirme işlemi şu süre içinde tamamlandı <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
},
"swapConfirmWithHwWallet":{
"message":"Donanım cüzdanınızla onaylayın"
},
@ -3511,7 +3485,7 @@
"message":"Hesaplarınızı ve bilgilerinizi mobil cihazınızla senkronize edebilirsiniz. MetaMask mobil uygulamasını açın, \"Ayarlar\" kısmına gidin ve \"Tarayıcı Uzantısından Senkronize Et\" seçeneğine dokunun"
},
"syncWithMobileDescNewUsers":{
"message":"Metamask Mobil uygulamasını ilk defa açıyorsanız telefonunuzdaki adımları izleyin."
"message":"MetaMask Mobil uygulamasını ilk defa açıyorsanız telefonunuzdaki adımları izleyin."
},
"syncWithMobileScanThisCode":{
"message":"MetaMask mobil uygulamanızla bu kodu tarayın"
"description":"The name of the application (Flask)"
},
"approvalAndAggregatorTxFeeCost":{
"message":"Phí mạng cho trình tổng hợp và việc phê duyệt"
},
"approvalTxGasCost":{
"message":"Chi phí gas cho giao dịch phê duyệt"
},
"approve":{
"message":"Phê duyệt giới hạn chi tiêu"
},
@ -425,10 +416,10 @@
"description":"$1 represents the crypto symbol to be purchased"
},
"buyWithWyre":{
"message":"Mua ETH qua Wyre"
"message":"Mua $1 qua Wyre"
},
"buyWithWyreDescription":{
"message":"Wyre cho phép bạn dùng thẻ ghi nợ để nạp ETH trực tiếp vào tài khoản MetaMask của mình."
"message":"Wyre cho phép bạn dùng thẻ ghi nợ để nạp $1 trực tiếp vào tài khoản MetaMask của mình."
},
"bytes":{
"message":"Byte"
@ -640,7 +631,7 @@
"message":"Tương tác với hợp đồng"
},
"convertTokenToNFTDescription":{
"message":"Chúng tôi phát hiện tài sản này là một NFT. Metamask hiện đã hỗ trợ gốc đầy đủ cho NFT. Bạn có muốn xóa tài sản khỏi danh sách token và thêm tài sản dưới dạng NFT không?"
"message":"Chúng tôi phát hiện tài sản này là một NFT. MetaMask hiện đã hỗ trợ gốc đầy đủ cho NFT. Bạn có muốn xóa tài sản khỏi danh sách token và thêm tài sản dưới dạng NFT không?"
},
"convertTokenToNFTExistDescription":{
"message":"Chúng tôi phát hiện tài sản này đã được thêm dưới dạng NFT. Bạn có muốn xóa tài sản khỏi danh sách token không?"
@ -1174,10 +1165,6 @@
"externalExtension":{
"message":"Tiện ích bên ngoài"
},
"extraApprovalGas":{
"message":"+$1 gas phê duyệt",
"description":"Expresses an additional gas amount the user will have to pay, on top of some other displayed amount. $1 is a decimal amount of gas"
},
"failed":{
"message":"Không thành công"
},
@ -3096,15 +3083,6 @@
"stxFallbackUnavailable":{
"message":"Bạn vẫn có thể hoán đổi token ngay cả khi Giao dịch thông minh không khả dụng."
},
"stxPendingFinalizing":{
"message":"Đang hoàn thành..."
},
"stxPendingOptimizingGas":{
"message":"Đang tối ưu gas..."
},
"stxPendingPrivatelySubmitting":{
"message":"Đang gửi yêu cầu Hoán đổi riêng tư..."
},
"stxSubDescription":{
"message":"* Giao dịch thông minh sẽ cố gắng gửi giao dịch của bạn nhiều lần theo cách riêng tư. Nếu tất cả các lần thử đều không thành công, giao dịch sẽ được phát công khai để đảm bảo Hoán đổi của bạn được thực hiện thành công."
},
@ -3193,10 +3171,6 @@
"message":"Không có token nào khớp với $1",
"description":"Tells the user that a given search string does not match any tokens in our token lists. $1 can be any string of text"
},
"swapCompleteIn":{
"message":"Hoán đổi xong sau <",
"description":"'<' means 'less than', e.g. Swap complete in < 2:59"
"description":"A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message."
},
"ledgerDeviceOpenFailureMessage":{
@ -2171,7 +2158,7 @@
"description":"Description of a notification in the 'See What's New' popup. Describes the Ledger support update."