mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
333206ccb1
* add trezor HD path for ledger wallets (#10616) Co-authored-by: Barry Gitarts <bgitarts@gmail.com> * Replace logic for eth swap token in fetchQuotesAndSetQuoteState with getSwapsEthToken call (#10624) * Ensure permission log will only store JSON-able data (#10524) * remove transactionCategory in favor of more types (#10615) * remove transactionCategory in favor of more types * remove reference to STANDARD in stubs * Removing double click bug from delete custom network modal (#10628) Fixes MetaMask/metamask-extension#10626 * Hide zero balance tokens at useTokenTracker layer (#10630) * Setting balance to 0x0 when the original value is undefined (#10634) * fix: speedup cancellation (#10579) fixes #7305 * no more node:console (#10640) * prefer chainId over networkId in most cases (#10594) * Move swaps constants to the shared constants directory (#10614) * Position the 3dot menu in the same spot on asset screen and home screen (#10642) * Ensure swaps detail height doesn't create jump in vertical height (#10644) * Fix: ETH 'token' now only appears once in the swaps to and from dropdowns. (#10650) * Prevent network menu highlighting (#10643) * Allow TextField to receive min and max attributes (#10656) * colocate tests in flat structure (#10655) * Fixing migration script generation paths (#10664) * Improve specificity of `test:unit:lax` npm script (#10661) The unit test npm script `test:unit:lax` is now more specific about which tests files to exclude. An `--ignore` CLI option is used to specify the files to ignore, rather than using the braces glob syntax to ignore them from the target glob itself. This makes the option easier to update going forward as we move more tests into the "strict" group, because the options are exactly the same between the two scripts. It also ensures we don't accidentally exclude other subdirectories that happen to also be named `permissions`. In trying to implement this, I stumbled at first because mocha expects the ignore pattern to be a relative path if the target is a relative path (i.e. they need to both start with `./` or neither). The script `test:unit:strict` has been updated to use a relative target pattern for consistency. * Swaps support for local testnet (#10658) * Swaps support for local testnet * Create util method for comparison of token addresses/symbols to default swaps token * Get chainId from txMeta in _trackSwapsMetrics of transaction controller * Add comment to document purpose of getTransactionGroupRecipientAddressFilter * Use isSwapsDefaultTokenSymbol in place of repeated defaultTokenSymbol comparisons in build-quote.js * fix: replace dnode background with JSON-RPC (#10627) fixes #10090 * Don't render faucet row in deposit modal for custom chains (#10674) Fixes MetaMask/metamask-extension#10038 * Change 'Send ETH' title to 'Send' (#10651) * Fixing incorrectly typed token decimal attribute (#10666) * refactor incoming tx controller (#10639) * make migration more safe (#10689) * Adding default properties to NetworkForm (#10682) Fixes MetaMask/metamask-extension#10681 * deps - remove "remotedev-server" (#10687) * deps - remove remotedev-server * Remove stale references from allow-scripts config Any packages that are no longer in the dependency tree have been removed from the `allow-scripts` config. Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Excluding sourcemaps comment in production builds (#10695) * Excluding sourcemaps comment in production builds Fixes MetaMask/metamask-extension#7077 * Fix source map explorer script The source map explorer script now re-adds the source map comment to each file to ensure the source map visualization still works. Each module with a sourcemap is copied to a temporary directory along with the module it corresponds to, and from there it's passed into `source-map-explorer`. This should ensure the resulting visualization matches what it was before. Everything has been moved inside of functions to generally improve readability, and to allow the use of local variables. Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Delete setupFetchDebugging.js (#10636) * Delete setupFetchDebugging.js * remove fetch-debugging (now handled corrently by sentry) * resolve issue with missing template error (#10692) * resolve issue with missing template error * also apply filtering to confirmation page * rename variable * Add MetaMask to list of BIP44 HD path examples (#10703) The "BIP44 Standard" HD path option in the Ledger connect flow listed only Trezor as an example. It seemed appropriate to include MetaMask as well, since we use the same path. This helps users who have imported their MetaMask seed phrase onto a Ledger device to discover this option. * Removing hard references to 12 word seed phrases in copy (#10704) Adding translation entry for "Wallet Seed" Fixed label padding issue by adding missing CSS rule * rule out empty string for symbol (#10712) * fix: remove unused `metamask.rpcUrl` from redux state + fix tests to reflect that (#10714) * Fix 10706 - Prevent autocomplete from add token input (#10700) * Fix mismatchedChain typo in custom network approval screen (#10723) * Fix 10562 - Hide the suggested token pane when not on Mainnet or test network (#10702) * Update @metamask/controllers to v6.2.1 (#10701) * Additional swaps network support (#10721) * Add swaps support for bnc chain * Use single default token address in shared/constants/swaps * ci - cache deps before patch-package (#10735) * ci - cache deps before patch-package * ci - bump dep cache number (cache break) * build - refactor build system for easier configuration (#10718) * build - refactor build system for easier configuration of before and after bundle * build - fix dependenciesToBundle option * build - fix bify external options and other config * build - refactor for cleanliness * build - fix minify argument * build - fix sourcemaps setup * scripts - refactor setupBundlerDefaults in anticipation of factor bundles * build - scripts - remove unused pipeline label * build - scripts - make filepath entry optional * build - scripts - rename filepath and filename options to entryFilepath and destFilepath * Update development/build/scripts.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com> * security - update SES lockdown (#10663) * update ses * build - reference ses directly * deps - unify regenerator-runtime versions on 0.13.7 * patches - apply regenerator-runtime ses compat patch\nhttps://github.com/facebook/regenerator/pull/411 * patches - patch regenerator-runtime for latest ses fix * reduc patch, new lockdown severe override taming * updated redux patch * update redux patch for production * ignore lockdown in lint * deps - bump patch-package just in case * trailing comma * remove ses as dep * fix path for frozen promise * remove js extension in lockdown require * Revert "ignore lockdown in lint" This reverts commit 8cefdc94dd25d7781bb09eed8af36441397676da. * Revert "build - reference ses directly" This reverts commit 30371a377dcdd781c1bf9abe55e9c8ae34da26b5. * deps - update ses * Revert "fix path for frozen promise" This reverts commit 966e4c60921a25befe8ca8dea58313cc25852f72. Co-authored-by: kumavis <aaron@kumavis.me> * Allow 11 characters in symbol for RPC (#10670) * Add error in RPC for zero length symbols * Increase RPC symbol length allowed to 11 * Add RPC tests for new symbol length checks * eth-block-tracker@5.0.1 (#10737) * Ensure swaps gas prices are fetched from the correct chain specific endpoint (#10744) * Ensure swaps gas prices are fetched from the correct chain specific endpoint * Just rely on fetchWithCache to cache swaps gas prices, instead of directly using storage in getSwapsPriceEstimatesLastRetrieved * Empty commit * update @metamask/etherscan-link to v2.0.0 (#10747) * Use correct block explorer name and link in swaps when on custom network (#10743) * Use correct block explorer name and link in swaps when on custom network. * Fix up custom etherscan link code in build-quote.js * Use blockExplorerUrl hostname instead of 'blockExplorerBaseUrl' * Use correct etherscan-link method for token links in build-quote * Create correct token link in build-quote for mainnet AND custom networks * Block explorer url improvements in awaiting-swap.js and build-quote.js * Use swapVerifyTokenExplanation message with substitutable block explorer for all applicable locales * Ensure that block explorer links are not shown in awaiting-swap if no url is available * Add New Zealand Dollar to currency options (#10746) * Ensure that the correct default currency symbols are used for fees on the view quote screen (#10753) * Fix 10517 - Prevent tokens without addresses from being added to token list (#10593) * Updating y18n and netmask to resolve dependency issues (#10765) netmask@1.0.6 -> 2.0.1, y18n@3.2.1 -> 3.2.2, y18n@4.0.0 -> 4.0.1 * Refactor Tx State Manager (#10672) Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Ensure that the approval fee in the swaps custom gas modal is in network specific currency (#10763) * Ensure that priceSlippage fiat amounts are always shown in view-quote.js (#10762) * Use network specific swaps contract address when checking swap contract token approval (#10774) * Build - refactor background process to use html (#10769) * build - declare background as html * build - fill in empty file when a missing file is expected * lint - fix * Update development/build/manifest.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Update development/build/manifest.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com> * build - fix use of empty file to replace unused js files (#10780) * cache lint results for faster repeat execution (#10773) * eslint perf improvement (#10775) * Improve detection of task process exit (#10776) Our build script waits for the `close` event to determine whether the task has exited. The `exit` event is a better representation of this, because if a stream is shared between multiple processes, the process may exit without the `close` event being emitted. We aren't sharing streams between processes, so this edge case doesn't apply to us. This just seemed like a more suitable event to listen to, since we care about the process exiting not the stream ending. See this description of the `close` event from the Node.js documentation [1]: >The `'close'` event is emitted when the stdio streams of a child >process have been closed. This is distinct from the `'exit'` event, >since multiple processes might share the same stdio streams. And see this description of the `exit` event: >The `'exit'` event is emitted after the child process ends. [1]: https://nodejs.org/docs/latest-v14.x/api/child_process.html#child_process_event_exit * Rewrite changelog script from Bash to JavaScript (#10782) The `auto-changelog` script has been rewritten from Bash to JavaScript. Functionally it should behave identically. * Refactoring ethereum-on.spec.js to use fixtures (#10778) * Remove useless negation (#10787) !contentComponent always evaluates to true * Remove date from changelog release header (#10790) New changelog release headers now omit the date. These headers are added automatically when a new release branch is created, and that rarely ends up being the actual date of the release, so these dates have all been inaccurate anyway. The date will be re-added to the changelog later as part of a new script, after a release has been published. * Remove script for creating master sync PR (#10791) The script responsible for creating the "Sync `master` with `develop`" PR has been removed. We will soon be eliminating the need for a `master` branch altogether, so we don't need this anymore. Also, this script hasn't been running correctly in a long time. We've been creating this PR manually. * Add changelog entries under release candidate header (#10784) Instead of always placing new changelog entries under the "Current Develop Branch" header, the changelog script now places them under the header for the current release if that release has not yet been tagged. This eliminates one manual step from the release process. Relates to #10752 * Prevent duplicate changelog entries (#10786) The changelog update script now prevents duplicate entries from being added. Specifically, it will ensure that if a PR has been referenced already in an entry, it will not add it again. This should prevent it from adding duplicate entries for changes that were cherry-picked into hotfix releases. Note that this duplication prevention only works for entries containing a PR number. We don't have any way to prevent duplicate entries yet in cases where we don't know the associated PR. We will be preventing this possibility entirely pretty soon in some upcoming release automation changes though, so I'm not concerned about this omission. * Set the BSC_CONTRACT_ADDRESS to lowercase (#10800) * only applies rules to the appropriate files (#10788) * upgrade eslint deps (#10789) * Ensure correct primary currency image is displayed on home screen and token list (#10777) * Add release header when updating changelog (#10794) The changelog update script now adds a release header if it doesn't find one already that matches the current release candidate version. * remove node-sass dependency (#10797) * Add support for locators into driver abstraction (#10802) * Update changelog headers and fix dates (#10805) The changelog release header format has been updated to match the "keep a changelog" [1] format. Each header is now the bracketed version number followed by a dash, then the release date in ISO-8601 format. The release dates in each header were also updated to match the date of the corresponding GitHub Release [2]. Many of these dates were incorrect because they were set on the day we created the release candidate, rather than on the day of release. Any changelog release entries without a corresponding GitHub release was left with the date already specified. The three oldest release headers were missing dates. For the first two, I used the date of the version bump commit. For the third, I removed it since no changes were listed anyway, and it represented a range of releases rather than a single one. The `auto-changelog.js` script has been updated to account for this new format as well. [1]: https://keepachangelog.com/en/1.0.0/ [2]: https://github.com/MetaMask/metamask-extension/releases * Update the changelog when creating an RC (#10795) The changelog will now be automatically updated when a release branch is created. A new release header along with changelog entries for any new commits will be added. Note that this changelog will still need to be manually cleaned up, but it's one less manual step at least. The old Bash script for adding a new release header to the changelog has been removed, as that functionality is now built into the changelog update script. A new script has been added to commit any changes made to the manifest and changelog. This step used to happen at the end of the bump manifest version script, but now the changelog update relies upon the manifest version bump happening first, so it needed to be re-ordered. The changes should only be committed on the first run of the branch, as it's contingent upon the manifest changing (due to the version bump). Further changelog updates won't trigger new automatic commits. * Refactoring address-book.spec.js to use fixtures (#10804) * Refactoring send-edit.spec.js to use fixtures (#10792) * Fix _getPermittedAccounts type safety (#10819) * Removing unnecessary params from withFixtures function call. (#10831) * Add links to release headers (#10808) Each release header now includes a link to the range of commits included with that release. These links are at the end of the document, in accordance with the "keep a changelog" [1] format. For the purpose of this changelog, the "previous release" is the most recent release mentioned in the changelogs. The diffs ignore any releases that were omitted from the changelog. This is mainly an issue with older releases, so it seemed acceptable. All releases have been documented for a couple of years now, and will be going forward as well. The name of the "Current Develop Branch" section was changed to "Unreleased" to confirm with "keep a changelog". The `auto-changelog.js` script has been updated to update/add these links whenever adding a new release header as well. [1]: https://keepachangelog.com/en/1.0.0/ * Refactoring permissions.spec.js to use fixtures (#10829) * Add validation for the `fee` property from the `/trades` API response (#10836) * Refactoring signature-request.spec.js to use fixtures (#10820) * use locator abstraction in tests folder (#10833) * Move BSC chain ID, rename some BSC-related vars (#10807) * Add categories to each changelog release (#10837) Each changelog release now has category headers. The standard "keep a changelog" [1] categories are used, along with the addition of "Uncategorized" for any changes that have not yet been categorized. The changelog script has been updated to add this "Uncategorized" header if it isn't already present, and to place any new commits under this header. The changelog has been updated to property categorize each change in recent releases, and to place changes in older releases under the header "Uncategorized". [1]: https://keepachangelog.com/en/1.0.0/ * Remove unused CI script (#10840) This script has not been used since #10795. It is now gone. * Add `--rc` flag to changelog script (#10839) The changelog script now accepts an `--rc` flag to tell it whether to add new changes to `Unreleased` or to the header for the current version. Previously this was inferred from whether the current version matched the most recent tag. However this method only works for the first update. Using a flag simplifies this logic, and makes it possible to manually re-run this for further updates to a release candidate. * Add `--help` flag to changelog script (#10846) The changelog script now accepts a `--help` flag, which prints a help text explaining how the script works and what each flag does. * add abstraction for waitForSelector (#10844) * Adds jest dependency (#10845) * Add Jest * Refactor changelog parsing and generation (#10847) The `auto-changelog.js` script has been refactoring into various different modules. This was done in preparation for migrating this to a separate repository, where it can be used in our libraries as well. Functionally this should act _mostly_ the same way, but there have been some changes. It was difficult to make this a pure refactor because of the strategy used to validate the changelog and ensure each addition remained valid. Instead of being updated in-place, the changelog is now parsed upfront and stored as a "Changelog" instance, which is a new class that was written to allow only valid changes. The new changelog is then stringified and completely overwrites the old one. The parsing had to be much more strict, as any unanticipated content would otherwise be erased unintentionally. This script now also normalizes the formatting of the changelog (though the individual change descriptions are still unformatted). The changelog stringification now accommodates non-linear releases as well. For example, you can now release v1.0.1 *after* v2.0.0, and it will be listed in chronological order while also correctly constructing the `compare` URLs for each release. * Increase default slippage from 2% to 3%, show Advanced Options by default (#10842) * Increase default slippage from 2% to 3%, show Advanced Options by default * Disable opening / closing of Advanced Options on the Swap page * Pre-select previously used slippage value when going back to the Swap page * Fix lint issues * Use a callback for setting up an initial customValue * Migrate unreleased changes in changelog (#10853) When updating the changelog for a release candidate, any unreleased changes are now migrated to the release header. Generally we don't make a habit of adding changes to the changelog prior to creating a release candidate, but if any are there we certainly don't want them duplicated. * @metamask/eslint-config*@6.0.0 (#10858) * @metamask/eslint-config*@6.0.0 * Minor eslintrc reorg * Refactoring threebox.spec.js to use fixtures (#10849) * Adjust renderWithProvider to accommodate redux-less components (#10857) * Jest config (#10855) * Setup jest config * Adjust test for jest. * Adjust lint config * Omit swaps ui folder for unit testing * Omit swaps from test:unit:lax * Add jest.config.js to script files * Restore mocks rather than clearing them. * Update jest config and adjust lint to include subdirs * Convert view-quote-price-difference test to jest * Add jest ci and ci coverage scripts. Add jest unit test to general test command * Add test coverage to ci * Use --ignore flag * Fixup * Add @metamask/eslint-config-jest * Update .eslintrc.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Adds jest-coverage/ Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Add jest-coverage/ to prettierignore (#10865) * Add jest coverage (#10868) * Add jest coverage This will add coverage for any tests ran in jest under the `test:coverage:jest` command, which is currently being used in CI. I set the values to the current test coverage in `ui/app/pages/swaps`. * Lint * Fix crash when adding new changelog release header (#10870) The `auto-changelog.js` script crashes when trying to add a new release header. This bug was introduced in #10847. The cause was a simple misnamed parameter. * Change caching for Swaps APIs from 1 hour to 5 minutes (#10871) * Change caching for the /tokens API from 1 hour to 5 minutes * Use 5 minutes caching for /topAssets and /aggregatorMetadata APIs as well * add key literals to driver (#10854) * Quote globs in prettier scripts (#10867) * use waitForSelector instead of until (#10852) * complete abstraction of until method * response to feedback * Adding recovery phrase video to onboarding process (#10717) * Adding recovery phrase video to onboarding process Adding english subtitles * Support textAlign in Box, converting sidebar to Box * Reduce calls of the `/featureFlag` API (#10859) * Remove periodic calls to the /featureFlag API * Always show the Swap button on the main page * Check if the Swaps feature is enabled, show loading animation while waiting * Reuse an existing useEffect call * Use âisFeatureFlagLoadedâ in Reactâs state, resolve lint issues * Add a watch mode for Jest testing * Add unit tests for Swaps: fetchSwapsLiveness, add /ducks/swaps into Jest testing * Remove Swaps Jest tests from Mochaâs ESLint rules * Ignore Swaps Jest tests while running Mocha, update paths * Increase test coverage to the current max * Fix ESLint issues for Swaps * Enable the Swaps feature by default and after state reset, remove loading screen before seeing Swaps * Update Jest config, fix tests * Update Jest coverage threshold to the current maximum * Update ESLint rule in jest.config.js * Disable the âReview Swapâ button if the feature flag hasnât loaded yet * Update jest threshold * Fix 10036 - Prevent odd localStorage migration error in Firefox (#10884) * Add jest watch mode script (#10869) * Refactoring metamask-responsive-ui.spec.js to use fixtures (#10866) * Handling infura blockage (#10883) * Handling infura blockage * Adding blockage home notification * Updating copy, adding temporary notification dismissal * Addressing review feedback * Using eth_blockNumber method to check Infura availability * Handling network changes in availability check * Use jest to run ui/**/*.test.js (#10885) * upgrade ethereumjs util (#10886) * Swaps: Show a network name dynamically in a tooltip (#10882) * Swaps: Show a network name dynamically in a tooltip * Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ * Replace ė´ëëĻŦė with $1 * Translate network names, use âEthereumâ by default if a translation is not available yet * Reorder messages to resolve ESLint issues * Add a snapshot test for the FeeCard component, increase Jest threshold * Enable snapshot testing into external .snap files in ESLint * Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value * Throw an error if chain ID is not supported by the Swaps feature * Use string literals when calling the `t` fn, * Adding option to set Custom Nonce to Confirm Approve Page (#10595) * Dep Upgrades for Lavamoat Patches (#10902) * dep upgrades * apply more patches * Dep upgrades and patches (#10903) * apply patches * lavamoat dep upgrades * remove lavamoat browserify * Increase Jest unit test coverage for the Swaps feature to ~25% (#10900) * Swaps: Show a network name dynamically in a tooltip * Replace âEthereumâ with â$1â, change âTestâ to âTestnetâ * Replace ė´ëëĻŦė with $1 * Translate network names, use âEthereumâ by default if a translation is not available yet * Reorder messages to resolve ESLint issues * Add a snapshot test for the FeeCard component, increase Jest threshold * Enable snapshot testing into external .snap files in ESLint * Add the ânetworkNameEthereumâ key in ko/messages.json, remove default âEthereumâ value * Throw an error if chain ID is not supported by the Swaps feature * Use string literals when calling the `t` fn, * Watch Jest tests silently (no React warnings in terminal, only errors) * Add @testing-library/jest-dom, import it before running Jest tests * Add snapshot testing of Swapsâ React components for happy paths, increase minimum threshold for Jest * Add the test/jest folder for Jest setup and shared functions, use it in Swaps Jest tests * Fix ESLint issues, update linting config * Enable ESLint for .snap files (Jest snapshots), throw an error if a snapshot is bigger than 50 lines * Donât run lint:fix for .snap files * Move `createProps` outside of `describe` blocks, move store creation inside tests * Use translations instead of keys, update a rendering function to load translations * Make sure all Jest snapshots are shorter than 50 lines (default limit) * Add / update props for Swaps tests * Fix React warnings when running tests for Swaps * Bump @metamask/contract-metadata from 1.23.0 to 1.25.0 (#10899) Bumps [@metamask/contract-metadata](https://github.com/MetaMask/contract-metadata) from 1.23.0 to 1.25.0. - [Release notes](https://github.com/MetaMask/contract-metadata/releases) - [Commits](https://github.com/MetaMask/contract-metadata/compare/v1.23.0...v1.25.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Refactoring from-import-ui.spec.js to use fixtures (#10907) * Fix 10458 - Understand where to get support (#10895) * Add contract address validation for token swaps (#10912) * Fixing ENS input entry in send flow (#10923) * Fixing ENS input entry in send flow Fixes MetaMask/metamask-extension#10691 * removed unnecessary apostrophe * Refactoring incremental-security.spec.js to use fixtures (#10917) * use one segment instance (#10915) * Implement Ledger Live bridge (#10293) * add view account-details menu item to token-options menu (#10932) * add view account-details menu item to token-options menu * add onViewAccountDetails propType * Fix 10609 - Prevent overflow of confirmation page hostname (#10935) * upgrade eth-keyring-controller (#10933) * [Fix] 10365 My Accounts Removal (#10680) * pushing my-accounts removal * removed CONTACT_MY_ACCOUNTS_ROUTE * removed CONTACT_MY_ACCOUNTS_VIEW_ROUTE * removing CONTACT_MY_ACCOUNTS_EDIT_ROUTE * removing CONTACT_MY_ACCOUNTS_EDIT_ROUTE * removed showingMyAccounts dead code * removed more dead code related to isMyAccountsPage * removing more dead code * fixed linting error(s) * removing my-accounts component/folder * added empty contact screen ui * styled empty contact page ui * fixed linting, removed add contacts button, and fixed errors * localized text and centered No Contacts * pushing localized verification and fixed e2e test * added listRoute redirect * added listroute and fixed linting error * Increase Jest unit test coverage for the Swaps feature to ~43% (#10934) * add hamburger menu to eth page (#10938) * add hamburger menu to eth page * change token-options to asset-options, use more direct selector for user address fetch * use token custom icons where possible (#10939) * Whats new popup (#10583) * Add 'What's New' notification popup * Move selectors from shared/notifications into ui/ directory * Use keys for localized message in whats new notifications objects, to ensure notifications will be translated. * Remove unused swaps intro popup locale messages * Fix keys of whats new notification locales * Remove notifications messages and descriptions from comment in shared/notifications * Move notifcationActionFunctions to shared/notifications and make it stateless * Get notification data from constants instead of state in whats-new-popup * Code cleanup * Fix build quote reference to swapsEthToken, broken during rebase * Rename notificationFilters to notificationToExclude to clarify its purpose * Documentation for getSortedNotificationsToShow * Move notification action functions from shared/ to whats-new-popup.js * Stop setting swapsWelcomeMessageHasBeenShown to state in app-state controller * Update e2e tests for whats new popup changes * Updating migration files * Addressing feedback part 1 * Addressing feedback part 2 * Remove unnecessary div in whats-new-popup * Change getNotificationsToExclude to getNotificationsToInclude for use in the getSortedNotificationsToShow selector * Delete intro-popup directory and test files * Lint fix * Add notifiction state to address-entry fixture * Use two separate functions for rendering first and subsequent notifications in the whats-new-popup * Ensure that string literals are passed to t for whats new popup text * Update import-ui fixtures to include notificaiton controller state * Remove unnecessary, accidental change confirm-approve * Remove swaps notification in favour of mobile swaps as first notifcation and TBD 3rd notification * Update whats-new-popup to use intersection observer api to detect if notification has been seen * Add notifications to send-edit and threebox e2e test fixtures * Update ui/app/selectors/selectors.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Update ui/app/selectors/selectors.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Clean up locale code for whats-new-popup notifications * Disconnect observers in whats-new-popup when their callback is first called * Add test case for migration 58 for when the AppStateController does not exist * Rename popover components containerRef to popoverWrapRef * Fix messages.json * Update notification messages and images * Rename popoverWrapRef -> popoverRef in whats-new-popup and popover.component * Only create one observer, and only after images have loaded, in whats-new-popup * Set width and height on whats-new-popup image, instead of setting state on img load * Update ui/app/components/app/whats-new-popup/whats-new-popup.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Code clean up in whats new popup re: notification rendering and action functions * Code cleanup in render notification functions of whats-new-popup * Update ui/app/components/app/whats-new-popup/whats-new-popup.js Co-authored-by: Mark Stacey <markjstacey@gmail.com> * lint fix * Update and localize notification dates * Clean up date code in shred/notifications/index.js Co-authored-by: ryanml <ryanlanese@gmail.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Revert "Implement Ledger Live bridge (#10293)" This reverts commit15b596ad15
. * Version v9.5.0 * Update changelog for v9.5.0 * yarn allow-scripts and yarn lavamoat:auto for Version-v9.5.0 branch * Anchor the Need Help text to the bottom of the expanded page (#10955) * fix transaction sync logic (#10954) * Add backwards compatibility for ETH <-> WETH contract address validation (#10962) * Whats new popup design fixes (#10964) * Remove padding on QR code image * Allow the qr code to be below the description in the whats new popup * Fix size and position of QR code in whats new notification * Add right caret to action links in whats new popup * Clean up placeImageBelowDescription logic * Fix display of whats-new-popup image * Improve spacing and sizing of whats new popup in both full screen and popup view * refactor * Ensure method of adding contact when contacts exist (#10963) * Fixing alignment issue with bottom notification (#10979) * Revert "Adding recovery phrase video to onboarding process (#10717)" This reverts commit9e918b6026
. * Removing recovery video entry from changelog * Remove tests that are only needed for the commit reverted in 68c5defc * Fix dependency vulnerability by upgrading xmlhttprequest-ssl via yarn.lock (#10990) Co-authored-by: Mark Stacey <markjstacey@gmail.com> Co-authored-by: Barry Gitarts <bgitarts@gmail.com> Co-authored-by: Dan J Miller <danjm.com@gmail.com> Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com> Co-authored-by: Brad Decker <git@braddecker.dev> Co-authored-by: ryanml <ryanlanese@gmail.com> Co-authored-by: David Walsh <davidwalsh83@gmail.com> Co-authored-by: Niranjana Binoy <43930900+NiranjanaBinoy@users.noreply.github.com> Co-authored-by: Shane <jonas.shane@gmail.com> Co-authored-by: gitpurva <47534619+gitpurva@users.noreply.github.com> Co-authored-by: kumavis <kumavis@users.noreply.github.com> Co-authored-by: Etienne Dusseault <etienne.dusseault@gmail.com> Co-authored-by: kumavis <aaron@kumavis.me> Co-authored-by: Grant Bakker <grant@bakker.pw> Co-authored-by: Michael Standen <screaminghawk@gmail.com> Co-authored-by: Muhammet Kara <mrkara@users.noreply.github.com> Co-authored-by: Daniel <80175477+dan437@users.noreply.github.com> Co-authored-by: Thomas Huang <tmashuang@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas <thomas.b.huang@gmail.com> Co-authored-by: Alex Donesky <alex.donesky@consensys.net> Co-authored-by: Austin Akers <austin.akers5@gmail.com> Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
1221 lines
53 KiB
JSON
1221 lines
53 KiB
JSON
{
|
|
"about": {
|
|
"message": "āĻ¸āĻŽā§āĻĒāĻ°ā§āĻā§"
|
|
},
|
|
"aboutSettingsDescription": {
|
|
"message": "āĻ¸āĻāĻ¸ā§āĻāĻ°āĻŖ, āĻ¸āĻšāĻžā§āĻ¤āĻž āĻā§āĻ¨ā§āĻĻā§āĻ°, āĻāĻŦāĻ āĻ¯ā§āĻāĻžāĻ¯ā§āĻā§āĻ° āĻ¤āĻĨā§āĻ¯āĨ¤"
|
|
},
|
|
"acceleratingATransaction": {
|
|
"message": "* āĻāĻāĻāĻŋ āĻāĻā§āĻāĻ¤āĻ° āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻŽā§āĻ˛ā§āĻ¯ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§ āĻāĻāĻāĻŋ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ā§āĻ° āĻāĻ¤āĻŋ āĻŦā§āĻĻā§āĻ§āĻŋ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§āĻ° āĻĻā§āĻŦāĻžāĻ°āĻž āĻ¸ā§āĻāĻŋāĻ° āĻĒā§āĻ°āĻā§āĻ°āĻŋā§āĻžāĻāĻ°āĻŖ āĻĻā§āĻ°ā§āĻ¤āĻ¤āĻ° āĻšāĻā§āĻžāĻ° āĻ¸āĻŽā§āĻāĻžāĻŦāĻ¨āĻž āĻŦā§āĻĻā§āĻ§āĻŋ āĻāĻ°ā§, āĻāĻŋāĻ¨ā§āĻ¤ā§ āĻ¸āĻŦāĻ¸āĻŽā§ āĻ¸ā§āĻāĻŋāĻ° āĻ¨āĻŋāĻļā§āĻā§āĻ¤āĻž āĻĻā§āĻā§āĻž āĻ¯āĻžā§ āĻ¨āĻžāĨ¤"
|
|
},
|
|
"accessingYourCamera": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻ¯āĻžāĻŽā§āĻ°āĻž āĻ
ā§āĻ¯āĻžāĻā§āĻ¸ā§āĻ¸ āĻāĻ°āĻā§..."
|
|
},
|
|
"account": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ"
|
|
},
|
|
"accountDetails": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻā§āĻ° āĻŦāĻŋāĻļāĻĻ"
|
|
},
|
|
"accountName": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻā§āĻ° āĻ¨āĻžāĻŽ"
|
|
},
|
|
"accountOptions": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻā§āĻ° āĻŦāĻŋāĻāĻ˛ā§āĻĒāĻā§āĻ˛āĻŋ"
|
|
},
|
|
"accountSelectionRequired": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻā§ āĻāĻāĻāĻŋ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°āĻ¤ā§ āĻšāĻŦā§!"
|
|
},
|
|
"activityLog": {
|
|
"message": "āĻāĻžāĻ°ā§āĻ¯āĻāĻ˛āĻžāĻĒā§āĻ° āĻ˛āĻ"
|
|
},
|
|
"addAcquiredTokens": {
|
|
"message": "MetaMask āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§ āĻāĻĒāĻ¨āĻŋ āĻ¯ā§ āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻ
āĻ°ā§āĻāĻ¨ āĻāĻ°ā§āĻā§āĻ¨ āĻ¸ā§āĻā§āĻ˛āĻŋ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"addAlias": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻŽ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"addNetwork": {
|
|
"message": "āĻ¨ā§āĻāĻāĻ¯āĻŧāĻžāĻ°ā§āĻ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"addRecipient": {
|
|
"message": "āĻĒā§āĻ°āĻžāĻĒāĻ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"addSuggestedTokens": {
|
|
"message": "āĻĒā§āĻ°āĻ¸ā§āĻ¤āĻžāĻŦāĻŋāĻ¤ āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"addToAddressBook": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻĄā§āĻ°ā§āĻ¸ āĻŦā§āĻā§ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"addToAddressBookModalPlaceholder": {
|
|
"message": "āĻ¯ā§āĻŽāĻ¨ āĻāĻ¨.āĻĄāĻŋ."
|
|
},
|
|
"addToken": {
|
|
"message": "āĻā§āĻā§āĻ¨ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"addTokens": {
|
|
"message": "āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"advanced": {
|
|
"message": "āĻāĻ¨ā§āĻ¨āĻ¤"
|
|
},
|
|
"advancedOptions": {
|
|
"message": "āĻāĻ¨ā§āĻ¨āĻ¤ āĻŦāĻŋāĻāĻ˛ā§āĻĒāĻ¸āĻŽā§āĻš"
|
|
},
|
|
"advancedSettingsDescription": {
|
|
"message": "āĻĄā§āĻā§āĻ˛āĻĒāĻžāĻ°ā§āĻ° āĻŦā§āĻļāĻŋāĻˇā§āĻā§āĻ¯āĻā§āĻ˛āĻŋ āĻ
ā§āĻ¯āĻžāĻā§āĻ¸ā§āĻ¸ āĻāĻ°ā§āĻ¨, āĻ¸ā§āĻā§āĻ āĻ˛āĻāĻā§āĻ˛āĻŋ āĻĄāĻžāĻāĻ¨āĻ˛ā§āĻĄ āĻāĻ°ā§āĻ¨, āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ°āĻŋāĻ¸ā§āĻ āĻāĻ°ā§āĻ¨, āĻā§āĻ¸ā§āĻāĻ¨ā§āĻāĻ¸ āĻāĻŦāĻ āĻāĻžāĻ¸ā§āĻāĻŽ RPC āĻ¸ā§āĻāĻāĻĒ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"amount": {
|
|
"message": "āĻĒāĻ°āĻŋāĻŽāĻžāĻ¨"
|
|
},
|
|
"appDescription": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻŦā§āĻ°āĻžāĻāĻāĻžāĻ°ā§ āĻāĻāĻāĻŋ Ethereum āĻā§āĻžāĻ˛ā§āĻ",
|
|
"description": "The description of the application"
|
|
},
|
|
"appName": {
|
|
"message": "MetaMask",
|
|
"description": "The name of the application"
|
|
},
|
|
"approve": {
|
|
"message": "āĻ
āĻ¨ā§āĻŽā§āĻĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"approved": {
|
|
"message": "āĻ
āĻ¨ā§āĻŽā§āĻĻāĻŋāĻ¤"
|
|
},
|
|
"asset": {
|
|
"message": "āĻ¸āĻŽā§āĻĒāĻĻ"
|
|
},
|
|
"attemptToCancel": {
|
|
"message": "āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻāĻ°āĻžāĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°āĻā§āĻ¨?"
|
|
},
|
|
"attemptToCancelDescription": {
|
|
"message": "āĻāĻ āĻĒā§āĻ°āĻā§āĻˇā§āĻāĻžāĻāĻŋ āĻāĻŽāĻž āĻĻā§āĻā§āĻž āĻāĻĒāĻ¨āĻžāĻ° āĻĒā§āĻ°āĻā§āĻ¤ āĻ˛ā§āĻ¨āĻĻā§āĻ¨āĻāĻŋ āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻšā§ā§ āĻ¯āĻžāĻŦā§ āĻāĻŽāĻ¨ āĻ¨āĻŋāĻļā§āĻā§āĻ¤āĻž āĻĻā§ā§ āĻ¨āĻžāĨ¤ āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻāĻ°āĻžāĻ° āĻĒā§āĻ°āĻā§āĻˇā§āĻāĻžāĻāĻŋ āĻ¸āĻĢāĻ˛ āĻšāĻ˛ā§, āĻāĻĒāĻ¨āĻžāĻā§ āĻāĻĒāĻ°ā§āĻ° āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻĢā§ āĻāĻžāĻ°ā§āĻ āĻāĻ°āĻž āĻšāĻŦā§āĨ¤"
|
|
},
|
|
"attemptingConnect": {
|
|
"message": "āĻŦā§āĻ˛āĻāĻā§āĻ¨ā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻžāĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°āĻā§āĨ¤"
|
|
},
|
|
"attributions": {
|
|
"message": "āĻā§āĻŖāĻžāĻŦāĻ˛ā§"
|
|
},
|
|
"autoLockTimeLimit": {
|
|
"message": "āĻ¸ā§āĻŦā§āĻāĻā§āĻ°āĻŋā§-āĻ˛āĻ āĻāĻāĻ āĻāĻžāĻāĻŽāĻžāĻ° (āĻŽāĻŋāĻ¨āĻŋāĻ)"
|
|
},
|
|
"autoLockTimeLimitDescription": {
|
|
"message": "MetaMask āĻ¸ā§āĻŦā§āĻāĻā§āĻ°āĻŋā§āĻāĻžāĻŦā§ āĻ˛āĻ āĻāĻāĻ āĻāĻ°āĻžāĻ° āĻāĻā§ āĻ¨āĻŋāĻˇā§āĻā§āĻ°āĻŋā§ āĻĨāĻžāĻāĻžāĻ° āĻ¸āĻŽā§ āĻŽāĻŋāĻ¨āĻŋāĻā§ āĻ¸ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"average": {
|
|
"message": "āĻā§"
|
|
},
|
|
"back": {
|
|
"message": "āĻĢāĻŋāĻ°ā§āĻ¨"
|
|
},
|
|
"backToAll": {
|
|
"message": "āĻ¸āĻŽāĻ¸ā§āĻ¤āĻ¤ā§ āĻĢāĻŋāĻ°ā§ āĻāĻ¸ā§āĻ¨"
|
|
},
|
|
"backupApprovalInfo": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻĄāĻŋāĻāĻžāĻāĻ¸ āĻšāĻžāĻ°āĻŋā§ā§ āĻĢā§āĻ˛āĻ˛ā§, āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻā§āĻ˛ā§ āĻā§āĻ˛ā§, MetaMask āĻ°āĻŋāĻāĻ¨āĻ¸ā§āĻāĻ˛ āĻāĻ°āĻ¤ā§ āĻšāĻ˛ā§ āĻŦāĻž āĻ
āĻ¨ā§āĻ¯ āĻĄāĻŋāĻāĻžāĻāĻ¸ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ
ā§āĻ¯āĻžāĻā§āĻ¸ā§āĻ¸ āĻāĻ°āĻžāĻ° āĻā§āĻˇā§āĻ¤ā§āĻ°ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻĒā§āĻ¨āĻ°ā§āĻĻā§āĻ§āĻžāĻ° āĻāĻ°āĻ¤ā§ āĻāĻ āĻā§āĻĒāĻ¨ āĻā§āĻĄāĻāĻŋ āĻĒā§āĻ°ā§ā§āĻāĻ¨āĨ¤"
|
|
},
|
|
"backupApprovalNotice": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻāĻŦāĻ āĻ¤āĻšāĻŦāĻŋāĻ˛ āĻ¸ā§āĻ°āĻā§āĻˇāĻŋāĻ¤ āĻ°āĻžāĻāĻ¤ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻĒāĻ¨ āĻĒā§āĻ¨āĻ°ā§āĻĻā§āĻ§āĻžāĻ°ā§āĻ° āĻā§āĻĄ āĻŦā§āĻ¯āĻžāĻ āĻāĻĒ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"backupNow": {
|
|
"message": "āĻāĻāĻ¨āĻāĻ āĻŦā§āĻ¯āĻžāĻāĻāĻĒ āĻ¨āĻŋāĻ¨ "
|
|
},
|
|
"balance": {
|
|
"message": "āĻŦā§āĻ¯āĻžāĻ˛ā§āĻ¨ā§āĻ¸"
|
|
},
|
|
"balanceOutdated": {
|
|
"message": "āĻŦā§āĻ¯āĻžāĻ˛ā§āĻ¨ā§āĻ¸ āĻ
āĻ¨ā§āĻ āĻĒā§āĻ°āĻžāĻ¨ā§ āĻšāĻ¤ā§ āĻĒāĻžāĻ°ā§"
|
|
},
|
|
"basic": {
|
|
"message": "āĻĒā§āĻ°āĻžāĻĨāĻŽāĻŋāĻ"
|
|
},
|
|
"blockExplorerUrl": {
|
|
"message": "āĻāĻā§āĻ¸āĻĒā§āĻ˛ā§āĻ°āĻžāĻ° āĻŦā§āĻ˛āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"blockExplorerView": {
|
|
"message": "$1 āĻ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻĻā§āĻā§āĻ¨",
|
|
"description": "$1 replaced by URL for custom block explorer"
|
|
},
|
|
"blockiesIdenticon": {
|
|
"message": "āĻŦā§āĻ˛āĻāĻŋāĻ āĻāĻāĻĄā§āĻ¨ā§āĻāĻŋāĻāĻ¨ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"browserNotSupported": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻŦā§āĻ°āĻžāĻāĻāĻžāĻ° āĻ¸āĻŽāĻ°ā§āĻĨāĻŋāĻ¤ āĻ¨ā§..."
|
|
},
|
|
"builtInCalifornia": {
|
|
"message": "MetaMask āĻā§āĻ¯āĻžāĻ˛āĻŋāĻĢā§āĻ°ā§āĻ¨āĻŋā§āĻžāĻ¤ā§ āĻĄāĻŋāĻāĻžāĻāĻ¨ āĻāĻ°āĻž āĻāĻŦāĻ āĻ¨āĻŋāĻ°ā§āĻŽāĻŋāĻ¤āĨ¤"
|
|
},
|
|
"buyWithWyre": {
|
|
"message": "Wyre āĻĻāĻŋā§ā§ ETH āĻā§āĻ°ā§ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"buyWithWyreDescription": {
|
|
"message": "Wyre āĻāĻĒāĻ¨āĻžāĻ° MetaMask āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻā§ āĻ¸āĻ°āĻžāĻ¸āĻ°āĻŋ ETH āĻāĻŽāĻž āĻāĻ°āĻ¤ā§ āĻāĻĒāĻ¨āĻžāĻā§ āĻāĻāĻāĻŋ āĻā§āĻ°ā§āĻĄāĻŋāĻ āĻāĻžāĻ°ā§āĻĄ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°āĻ¤ā§ āĻĻā§ā§āĨ¤"
|
|
},
|
|
"bytes": {
|
|
"message": "āĻŦāĻžāĻāĻāĻ¸"
|
|
},
|
|
"cancel": {
|
|
"message": "āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"cancellationGasFee": {
|
|
"message": "āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻāĻ°āĻžāĻ° āĻā§āĻ¯āĻžāĻ¸ āĻĢā§"
|
|
},
|
|
"cancelled": {
|
|
"message": "āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"chainId": {
|
|
"message": "āĻā§āĻ¨ āĻāĻāĻĄāĻŋ"
|
|
},
|
|
"chromeRequiredForHardwareWallets": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻ¤ā§ āĻāĻĒāĻ¨āĻžāĻā§ Google Chrome āĻ MetaMask āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°āĻ¤ā§ āĻšāĻŦā§āĨ¤ "
|
|
},
|
|
"clickToRevealSeed": {
|
|
"message": "āĻā§āĻĒāĻ¨ āĻļāĻŦā§āĻĻāĻā§āĻ˛āĻŋ āĻĒā§āĻ°āĻāĻžāĻļ āĻāĻ°āĻ¤ā§ āĻāĻāĻžāĻ¨ā§ āĻā§āĻ˛āĻŋāĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"close": {
|
|
"message": "āĻŦāĻ¨ā§āĻ§ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"confirm": {
|
|
"message": "āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻšāĻ¨"
|
|
},
|
|
"confirmPassword": {
|
|
"message": "āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"confirmSecretBackupPhrase": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻĒāĻ¨ āĻŦā§āĻ¯āĻžāĻ āĻāĻĒ āĻĢā§āĻ°ā§āĻ āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"confirmed": {
|
|
"message": "āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"congratulations": {
|
|
"message": "āĻ
āĻāĻŋāĻ¨āĻ¨ā§āĻĻāĻ¨"
|
|
},
|
|
"connect": {
|
|
"message": "āĻ¸āĻāĻ¯ā§āĻā§āĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"connectHardwareWallet": {
|
|
"message": "āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ¸āĻāĻ¯ā§āĻā§āĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"connectingTo": {
|
|
"message": " $1 āĻāĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻā§"
|
|
},
|
|
"connectingToGoerli": {
|
|
"message": "āĻā§ā§ā§āĻ°āĻ˛āĻŋ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻž āĻšāĻā§āĻā§"
|
|
},
|
|
"connectingToKovan": {
|
|
"message": "āĻā§āĻāĻžāĻ¨ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻā§"
|
|
},
|
|
"connectingToMainnet": {
|
|
"message": "āĻŽā§āĻā§āĻ¯ Ethereum āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻā§"
|
|
},
|
|
"connectingToRinkeby": {
|
|
"message": "āĻ°āĻŋāĻā§āĻā§āĻŦāĻŋ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻā§"
|
|
},
|
|
"connectingToRopsten": {
|
|
"message": "āĻ°āĻĒāĻ¸ā§āĻā§āĻ¨ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻā§"
|
|
},
|
|
"continueToWyre": {
|
|
"message": "Wyre āĻ āĻ
āĻŦāĻŋāĻ°āĻ¤ āĻ°āĻžāĻā§āĻ¨"
|
|
},
|
|
"contractDeployment": {
|
|
"message": "āĻāĻ¨ā§āĻā§āĻ°ā§āĻ¯āĻžāĻā§āĻ āĻ¨āĻŋā§ā§āĻāĻ¨"
|
|
},
|
|
"contractInteraction": {
|
|
"message": "āĻāĻ¨ā§āĻā§āĻ°ā§āĻ¯āĻžāĻā§āĻ āĻŦāĻžāĻā§āĻ¯āĻžāĻ˛āĻžāĻĒ"
|
|
},
|
|
"copiedExclamation": {
|
|
"message": "āĻāĻĒāĻŋ āĻāĻ°āĻž āĻšā§ā§āĻā§!"
|
|
},
|
|
"copiedTransactionId": {
|
|
"message": "āĻāĻĒāĻŋ āĻāĻ°āĻž āĻ˛ā§āĻ¨āĻĻā§āĻ¨ā§āĻ° āĻāĻāĻĄāĻŋ"
|
|
},
|
|
"copyAddress": {
|
|
"message": "āĻā§āĻ˛āĻŋāĻĒāĻŦā§āĻ°ā§āĻĄā§ āĻ āĻŋāĻāĻžāĻ¨āĻž āĻāĻĒāĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"copyPrivateKey": {
|
|
"message": "āĻāĻāĻŋ āĻšāĻ˛ āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻĒāĻ¨ āĻā§ (āĻāĻĒāĻŋ āĻāĻ°āĻ¤ā§ āĻā§āĻ˛āĻŋāĻ āĻāĻ°ā§āĻ¨)"
|
|
},
|
|
"copyToClipboard": {
|
|
"message": "āĻā§āĻ˛āĻŋāĻĒāĻŦā§āĻ°ā§āĻĄā§ āĻāĻĒāĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"copyTransactionId": {
|
|
"message": "āĻ˛ā§āĻ¨āĻĻā§āĻ¨ā§āĻ° āĻāĻāĻĄāĻŋ āĻāĻĒāĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"create": {
|
|
"message": "āĻ¤ā§āĻ°āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"createAWallet": {
|
|
"message": "āĻāĻāĻāĻŋ āĻā§āĻžāĻ˛ā§āĻ āĻ¤ā§āĻ°āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"createAccount": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ¤ā§āĻ°āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"createPassword": {
|
|
"message": "āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻ¤ā§āĻ°āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"currencyConversion": {
|
|
"message": "āĻŽā§āĻĻā§āĻ°āĻž āĻŦāĻŋāĻ¨āĻŋāĻŽā§"
|
|
},
|
|
"currentLanguage": {
|
|
"message": "āĻŦāĻ°ā§āĻ¤āĻŽāĻžāĻ¨ āĻāĻžāĻˇāĻž"
|
|
},
|
|
"customGas": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ āĻāĻžāĻ¸ā§āĻā§āĻŽāĻžāĻāĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"customGasSubTitle": {
|
|
"message": "āĻĢā§ āĻŦā§āĻĻā§āĻ§āĻŋ āĻāĻ°āĻž āĻĒā§āĻ°āĻā§āĻ°āĻŋā§āĻžāĻāĻ°āĻŖā§āĻ° āĻ¸āĻŽā§ āĻāĻŽāĻžāĻ¤ā§ āĻĒāĻžāĻ°ā§, āĻāĻŋāĻ¨ā§āĻ¤ā§ āĻ¸ā§āĻāĻŋāĻ° āĻ¨āĻŋāĻļā§āĻā§āĻ¤āĻž āĻĻā§āĻā§āĻž āĻšā§ āĻ¨āĻžāĨ¤"
|
|
},
|
|
"customRPC": {
|
|
"message": "āĻāĻžāĻ¸ā§āĻāĻŽ RPC"
|
|
},
|
|
"customToken": {
|
|
"message": "āĻāĻžāĻ¸ā§āĻāĻŽ āĻā§āĻā§āĻ¨"
|
|
},
|
|
"decimal": {
|
|
"message": "āĻ¨āĻŋāĻ°ā§āĻā§āĻ˛āĻ¤āĻžāĻ° āĻĻāĻļāĻŽāĻŋāĻ"
|
|
},
|
|
"decimalsMustZerotoTen": {
|
|
"message": "āĻĻāĻļāĻŽāĻŋāĻāĻā§āĻ˛āĻŋ āĻ
āĻŦāĻļā§āĻ¯āĻ āĻ
āĻ¨ā§āĻ¤āĻ¤ 0 āĻšāĻ¤ā§ āĻšāĻŦā§, āĻāĻŦāĻ 36 āĻāĻ° āĻāĻĒāĻ° āĻšāĻŦā§ āĻ¨āĻžāĨ¤"
|
|
},
|
|
"defaultNetwork": {
|
|
"message": "āĻāĻĨāĻžāĻ° āĻ˛ā§āĻ¨āĻĻā§āĻ¨āĻā§āĻ˛āĻŋāĻ° āĻāĻ¨ā§āĻ¯ āĻĄāĻŋāĻĢāĻ˛ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻāĻāĻŋ āĻšāĻ˛ āĻŽā§āĻ¨ āĻ¨ā§āĻāĨ¤"
|
|
},
|
|
"delete": {
|
|
"message": "āĻŽā§āĻā§āĻ¨"
|
|
},
|
|
"deleteAccount": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻŽā§āĻā§āĻ¨"
|
|
},
|
|
"deleteNetwork": {
|
|
"message": "āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ āĻŽā§āĻāĻŦā§āĻ¨?"
|
|
},
|
|
"deleteNetworkDescription": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻāĻŋ āĻāĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻāĻāĻŋ āĻŽā§āĻāĻžāĻ° āĻŦāĻŋāĻˇā§ā§ āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤?"
|
|
},
|
|
"depositEther": {
|
|
"message": "āĻāĻĨāĻžāĻ° āĻāĻŽāĻž āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"details": {
|
|
"message": "āĻŦāĻŋāĻļāĻĻ āĻŦāĻŋāĻŦāĻ°āĻŖ"
|
|
},
|
|
"directDepositEther": {
|
|
"message": "āĻ¸āĻ°āĻžāĻ¸āĻ°āĻŋ āĻāĻĨāĻžāĻ° āĻāĻŽāĻž āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"directDepositEtherExplainer": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻāĻ¤āĻŋāĻŽāĻ§ā§āĻ¯ā§ āĻāĻŋāĻā§ āĻāĻĨāĻžāĻ° āĻĨā§āĻā§ āĻĨāĻžāĻāĻ˛ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻ¨āĻ¤ā§āĻ¨ āĻā§āĻžāĻ˛ā§āĻā§ āĻāĻĨāĻžāĻ° āĻĒāĻžāĻā§āĻžāĻ° āĻĻā§āĻ°ā§āĻ¤āĻ¤āĻŽ āĻāĻĒāĻžā§ āĻšāĻ˛ āĻ¸āĻ°āĻžāĻ¸āĻ°āĻŋ āĻāĻŽāĻž āĻāĻ°āĻžāĨ¤"
|
|
},
|
|
"done": {
|
|
"message": "āĻ¸āĻŽā§āĻĒāĻ¨ā§āĻ¨ "
|
|
},
|
|
"dontHaveAHardwareWallet": {
|
|
"message": "āĻāĻāĻāĻŋ āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ¨ā§āĻ?"
|
|
},
|
|
"downloadGoogleChrome": {
|
|
"message": "Google Chrome āĻĄāĻžāĻāĻ¨āĻ˛ā§āĻĄ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"downloadSecretBackup": {
|
|
"message": "āĻāĻ āĻā§āĻĒāĻ¨ āĻŦā§āĻ¯āĻžāĻāĻāĻĒ āĻŦāĻžāĻā§āĻ¯āĻžāĻāĻļāĻāĻŋ āĻĄāĻžāĻāĻ¨āĻ˛ā§āĻĄ āĻāĻ°ā§āĻ¨ āĻāĻŦāĻ āĻāĻāĻāĻŋ āĻŦāĻžāĻāĻ°ā§āĻ° āĻāĻ¨āĻā§āĻ°āĻŋāĻĒā§āĻ āĻāĻ°āĻž āĻšāĻžāĻ°ā§āĻĄ āĻĄā§āĻ°āĻžāĻāĻ āĻŦāĻž āĻ¸ā§āĻā§āĻ°ā§āĻā§āĻ° āĻŦāĻ¨ā§āĻĻā§āĻŦāĻ¸ā§āĻ¤ā§ āĻ¨āĻŋāĻ°āĻžāĻĒāĻĻā§ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"downloadStateLogs": {
|
|
"message": "āĻ¸ā§āĻā§āĻ āĻ˛āĻāĻā§āĻ˛āĻŋ āĻĄāĻžāĻāĻ¨āĻ˛ā§āĻĄ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"dropped": {
|
|
"message": "āĻ¨ā§āĻŽā§ āĻā§āĻā§"
|
|
},
|
|
"edit": {
|
|
"message": "āĻ¸āĻŽā§āĻĒāĻžāĻĻāĻ¨āĻž"
|
|
},
|
|
"editContact": {
|
|
"message": "āĻĒāĻ°āĻŋāĻāĻŋāĻ¤āĻŋ āĻ¸āĻŽā§āĻĒāĻžāĻĻāĻ¨āĻž āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"endOfFlowMessage1": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻā§āĻ¸ā§āĻāĻāĻŋ āĻĒāĻžāĻ¸ āĻāĻ°ā§āĻā§āĻ¨ - āĻāĻĒāĻ¨āĻžāĻ° āĻ¸ā§āĻĄāĻĢā§āĻ°ā§āĻ āĻ¨āĻŋāĻ°āĻžāĻĒāĻĻā§ āĻ°āĻžāĻā§āĻ¨, āĻāĻāĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻĻāĻžā§āĻŋāĻ¤ā§āĻŦ!"
|
|
},
|
|
"endOfFlowMessage10": {
|
|
"message": "āĻ¸āĻŦ āĻ¸āĻŽā§āĻĒāĻ¨ā§āĻ¨ āĻšā§ā§āĻā§"
|
|
},
|
|
"endOfFlowMessage2": {
|
|
"message": "āĻ¸ā§āĻāĻŋ āĻ¨āĻŋāĻ°āĻžāĻĒāĻĻā§ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°āĻžāĻ° āĻĒāĻ°āĻžāĻŽāĻ°ā§āĻļ"
|
|
},
|
|
"endOfFlowMessage3": {
|
|
"message": "āĻāĻāĻžāĻ§āĻŋāĻ āĻ¸ā§āĻĨāĻžāĻ¨ā§ āĻāĻāĻāĻŋ āĻŦā§āĻ¯āĻžāĻāĻāĻĒ āĻ°ā§āĻā§ āĻĻāĻŋāĻ¨āĨ¤"
|
|
},
|
|
"endOfFlowMessage4": {
|
|
"message": "āĻĢā§āĻ°ā§āĻāĻāĻŋ āĻāĻāĻ¨āĻ āĻāĻžāĻ°ā§āĻ° āĻ¸āĻžāĻĨā§ āĻļā§ā§āĻžāĻ° āĻāĻ°āĻŦā§āĻ¨ āĻ¨āĻžāĨ¤"
|
|
},
|
|
"endOfFlowMessage5": {
|
|
"message": "āĻĢāĻŋāĻ¸āĻŋāĻ āĻĨā§āĻā§ āĻ¸āĻžāĻŦāĻ§āĻžāĻ¨! MetaMask āĻāĻāĻ¨āĻ āĻ¨āĻŋāĻā§āĻ° āĻĨā§āĻā§ āĻāĻĒāĻ¨āĻžāĻ° āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ āĻāĻŋāĻā§āĻāĻžāĻ¸āĻž āĻāĻ°āĻŦā§ āĻ¨āĻžāĨ¤"
|
|
},
|
|
"endOfFlowMessage6": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻā§ āĻāĻĒāĻ¨āĻžāĻ° āĻ¸ā§āĻĄ āĻāĻŦāĻžāĻ° āĻŦā§āĻ¯āĻžāĻāĻāĻĒ āĻāĻ°āĻ¤ā§ āĻšāĻ˛ā§, āĻāĻĒāĻ¨āĻŋ āĻ¸ā§āĻāĻŋ āĻ¸ā§āĻāĻŋāĻāĻ¸ -> āĻ¨āĻŋāĻ°āĻžāĻĒāĻ¤ā§āĻ¤āĻžā§ āĻĒāĻžāĻŦā§āĻ¨āĨ¤"
|
|
},
|
|
"endOfFlowMessage8": {
|
|
"message": "MetaMask āĻāĻĒāĻ¨āĻžāĻ° āĻ¸ā§āĻĄāĻĢā§āĻ°ā§āĻ āĻĒā§āĻ¨āĻ°ā§āĻĻā§āĻ§āĻžāĻ° āĻāĻ°āĻ¤ā§ āĻĒāĻžāĻ°āĻŦā§ āĻ¨āĻžāĨ¤ āĻāĻ°āĻ āĻāĻžāĻ¨ā§āĻ¨āĨ¤"
|
|
},
|
|
"endOfFlowMessage9": {
|
|
"message": "āĻāĻ°āĻ āĻāĻžāĻ¨ā§āĻ¨āĨ¤"
|
|
},
|
|
"ensNotFoundOnCurrentNetwork": {
|
|
"message": "ENS āĻ¨āĻžāĻŽ āĻŦāĻ°ā§āĻ¤āĻŽāĻžāĻ¨ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§ āĻā§āĻāĻā§ āĻĒāĻžāĻā§āĻž āĻ¯āĻžā§ āĻ¨āĻŋāĨ¤ āĻŽā§āĻ˛ Ethereum āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§ āĻŦāĻĻāĻ˛āĻžāĻ¨ā§āĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"ensRegistrationError": {
|
|
"message": "ENS āĻ¨āĻžāĻŽ āĻ¨āĻŋāĻŦāĻ¨ā§āĻ§ā§āĻāĻ°āĻŖā§ āĻ¤ā§āĻ°ā§āĻāĻŋ āĻšā§ā§āĻā§"
|
|
},
|
|
"enterAnAlias": {
|
|
"message": "āĻāĻāĻāĻŋ āĻāĻĒāĻ¨āĻžāĻŽ āĻ˛āĻŋāĻā§āĻ¨"
|
|
},
|
|
"enterPassword": {
|
|
"message": "āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻ˛āĻŋāĻā§āĻ¨"
|
|
},
|
|
"enterPasswordContinue": {
|
|
"message": "āĻ
āĻŦāĻŋāĻ°āĻ¤ āĻ°āĻžāĻāĻ¤ā§ āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻ˛āĻŋāĻā§āĻ¨"
|
|
},
|
|
"estimatedProcessingTimes": {
|
|
"message": "āĻāĻ¨ā§āĻŽāĻžāĻ¨āĻŋāĻ āĻĒā§āĻ°āĻā§āĻ°āĻŋā§āĻžāĻāĻ°āĻŖā§āĻ° āĻ¸āĻŽā§"
|
|
},
|
|
"ethereumPublicAddress": {
|
|
"message": "Ethereum āĻĒāĻžāĻŦāĻ˛āĻŋāĻ āĻ
ā§āĻ¯āĻžāĻĄā§āĻ°ā§āĻ¸"
|
|
},
|
|
"etherscanView": {
|
|
"message": "Etherscan āĻ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻĻā§āĻā§āĻ¨"
|
|
},
|
|
"expandView": {
|
|
"message": "āĻāĻŋāĻ āĻ¸āĻŽā§āĻĒā§āĻ°āĻ¸āĻžāĻ°āĻŋāĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"exportPrivateKey": {
|
|
"message": "āĻŦā§āĻ¯āĻā§āĻ¤āĻŋāĻāĻ¤ āĻā§ āĻ°āĻĒā§āĻ¤āĻžāĻ¨āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"failed": {
|
|
"message": "āĻŦā§āĻ¯āĻ°ā§āĻĨ āĻšā§ā§āĻā§"
|
|
},
|
|
"fast": {
|
|
"message": "āĻĻā§āĻ°ā§āĻ¤"
|
|
},
|
|
"fiat": {
|
|
"message": "āĻĢāĻŋā§āĻžāĻ",
|
|
"description": "Exchange type"
|
|
},
|
|
"fileImportFail": {
|
|
"message": "āĻĢāĻžāĻāĻ˛ āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻžāĻ āĻāĻ°āĻā§ āĻ¨āĻž? āĻāĻāĻžāĻ¨ā§ āĻā§āĻ˛āĻŋāĻ āĻāĻ°ā§āĻ¨!",
|
|
"description": "Helps user import their account from a JSON file"
|
|
},
|
|
"forgetDevice": {
|
|
"message": "āĻāĻ āĻĄāĻŋāĻāĻžāĻāĻ¸āĻāĻŋ āĻ¸āĻŽā§āĻĒāĻ°ā§āĻā§ āĻā§āĻ˛ā§ āĻ¯āĻžāĻ¨"
|
|
},
|
|
"from": {
|
|
"message": "āĻĨā§āĻā§"
|
|
},
|
|
"functionType": {
|
|
"message": "āĻāĻžāĻ°ā§āĻ¯āĻāĻžāĻ°āĻŋāĻ¤āĻžāĻ° āĻ§āĻ°āĻŖ"
|
|
},
|
|
"gasLimit": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻ¸ā§āĻŽāĻž"
|
|
},
|
|
"gasLimitInfoTooltipContent": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻ¸ā§āĻŽāĻž āĻšāĻ˛ āĻāĻĒāĻ¨āĻŋ āĻ¯ā§ āĻĒāĻ°āĻŋāĻŽāĻžāĻŖ āĻā§āĻ¯āĻžāĻ¸ āĻāĻ°āĻ āĻāĻ°āĻ¤ā§ āĻāĻžāĻ¨ āĻ¤āĻžāĻ° āĻ¸āĻ°ā§āĻŦā§āĻā§āĻ āĻāĻāĻ¨āĻŋāĻā§āĻ° āĻĒāĻ°āĻŋāĻŽāĻžāĻŖāĨ¤"
|
|
},
|
|
"gasLimitTooLow": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻ¸ā§āĻŽāĻž āĻ
āĻŦāĻļā§āĻ¯āĻ āĻ
āĻ¨ā§āĻ¤āĻ¤ 21000 āĻ āĻĨāĻžāĻāĻ¤ā§ āĻšāĻŦā§"
|
|
},
|
|
"gasPrice": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻŽā§āĻ˛ā§āĻ¯ (GWEI)"
|
|
},
|
|
"gasPriceExtremelyLow": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻŽā§āĻ˛ā§āĻ¯ āĻ
āĻ¤ā§āĻ¯āĻ¨ā§āĻ¤ āĻāĻŽ"
|
|
},
|
|
"gasPriceInfoTooltipContent": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻŽā§āĻ˛ā§āĻ¯ āĻāĻĒāĻ¨āĻŋ āĻĒā§āĻ°āĻ¤āĻŋ āĻāĻāĻ āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻāĻ¨ā§āĻ¯ āĻ¯ā§ āĻĒāĻ°āĻŋāĻŽāĻžāĻŖ āĻāĻĨāĻžāĻ° āĻĒā§āĻ°āĻĻāĻžāĻ¨ āĻāĻ°āĻ¤ā§ āĻāĻžāĻ¨ āĻ¸ā§āĻāĻŋ āĻ¨āĻŋāĻ°ā§āĻĻā§āĻļ āĻāĻ°ā§āĨ¤"
|
|
},
|
|
"gasUsed": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"general": {
|
|
"message": "āĻ¸āĻžāĻ§āĻžāĻ°āĻŖ"
|
|
},
|
|
"generalSettingsDescription": {
|
|
"message": "āĻŽā§āĻĻā§āĻ°āĻž āĻŦāĻŋāĻ¨āĻŋāĻŽā§, āĻĒā§āĻ°āĻžāĻĨāĻŽāĻŋāĻ āĻŽā§āĻĻā§āĻ°āĻž, āĻāĻžāĻˇāĻž, āĻŦā§āĻ˛āĻāĻŋāĻ¸ āĻāĻāĻĄā§āĻ¨ā§āĻāĻŋāĻāĻ¨"
|
|
},
|
|
"getEther": {
|
|
"message": "āĻāĻĨāĻžāĻ° āĻĒāĻžāĻ¨"
|
|
},
|
|
"getEtherFromFaucet": {
|
|
"message": "$1 āĻāĻ° āĻāĻ¨ā§āĻ¯ āĻāĻāĻāĻŋ āĻĢāĻ¸ā§āĻ āĻĨā§āĻā§ āĻāĻĨāĻžāĻ° āĻĒāĻžāĻ¨",
|
|
"description": "Displays network name for Ether faucet"
|
|
},
|
|
"getHelp": {
|
|
"message": "āĻ¸āĻšāĻžā§āĻ¤āĻž āĻĒāĻžāĻ¨āĨ¤"
|
|
},
|
|
"getStarted": {
|
|
"message": "āĻļā§āĻ°ā§ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"goerli": {
|
|
"message": "āĻā§ā§ā§āĻ°āĻ˛āĻŋ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"happyToSeeYou": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻā§ āĻĻā§āĻā§ āĻāĻŽāĻ°āĻž āĻāĻ¨āĻ¨ā§āĻĻāĻŋāĻ¤āĨ¤"
|
|
},
|
|
"hardware": {
|
|
"message": "āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ°"
|
|
},
|
|
"hardwareWalletConnected": {
|
|
"message": "āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ¸āĻāĻ¯ā§āĻā§āĻ¤ āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"hardwareWallets": {
|
|
"message": "āĻāĻāĻāĻŋ āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ¸āĻāĻ¯ā§āĻā§āĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"hardwareWalletsMsg": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ MetaMask āĻāĻ° āĻ¸āĻžāĻĨā§ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°āĻ¤ā§ āĻāĻžāĻ¨ āĻāĻŽāĻ¨ āĻāĻāĻāĻŋ āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"havingTroubleConnecting": {
|
|
"message": "āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻ¤ā§ āĻ¸āĻŽāĻ¸ā§āĻ¯āĻž āĻšāĻā§āĻā§?"
|
|
},
|
|
"here": {
|
|
"message": "āĻāĻāĻžāĻ¨ā§",
|
|
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
|
|
},
|
|
"hexData": {
|
|
"message": "āĻšā§āĻā§āĻ¸ āĻĄā§āĻāĻž"
|
|
},
|
|
"hide": {
|
|
"message": "āĻ˛ā§āĻāĻžāĻ¨"
|
|
},
|
|
"hideTokenPrompt": {
|
|
"message": "āĻā§āĻā§āĻ¨ āĻ˛ā§āĻāĻžāĻŦā§āĻ¨?"
|
|
},
|
|
"history": {
|
|
"message": "āĻāĻ¤āĻŋāĻšāĻžāĻ¸"
|
|
},
|
|
"import": {
|
|
"message": "āĻāĻŽāĻĻāĻžāĻ¨āĻŋ",
|
|
"description": "Button to import an account from a selected file"
|
|
},
|
|
"importAccount": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"importAccountMsg": {
|
|
"message": "āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻ°āĻž āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻā§āĻ˛āĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻā§ā§āĻžā§ āĻ¤ā§āĻ°āĻŋ āĻāĻ°āĻž MetaMask āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ¸ā§āĻĄāĻĢā§āĻ°ā§āĻā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻā§āĻ¤ āĻšāĻŦā§ āĻ¨āĻžāĨ¤ āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻ°āĻž āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻā§āĻ˛āĻŋ āĻ¸āĻŽā§āĻĒāĻ°ā§āĻā§ āĻāĻ°āĻ āĻāĻžāĻ¨ā§āĻ¨ "
|
|
},
|
|
"importAccountSeedPhrase": {
|
|
"message": "āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ āĻĻāĻŋā§ā§ āĻāĻāĻāĻŋ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"importWallet": {
|
|
"message": "āĻā§āĻžāĻ˛ā§āĻ āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"imported": {
|
|
"message": "āĻāĻŽāĻĻāĻžāĻ¨āĻŋāĻā§āĻ¤",
|
|
"description": "status showing that an account has been fully loaded into the keyring"
|
|
},
|
|
"initialTransactionConfirmed": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻĒā§āĻ°āĻžāĻ°āĻŽā§āĻāĻŋāĻ āĻ˛ā§āĻ¨āĻĻā§āĻ¨āĻāĻŋ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°ā§āĻāĻŋāĻ˛āĨ¤ āĻĢāĻŋāĻ°ā§ āĻ¯ā§āĻ¤ā§ āĻ āĻŋāĻ āĻāĻā§ āĻ¤ā§ āĻā§āĻ˛āĻŋāĻ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"insufficientBalance": {
|
|
"message": "āĻ
āĻĒāĻ°ā§āĻ¯āĻžāĻĒā§āĻ¤ āĻŦā§āĻ¯āĻžāĻ˛ā§āĻ¨ā§āĻ¸ā§ˇ"
|
|
},
|
|
"insufficientFunds": {
|
|
"message": "āĻ
āĻĒāĻ°ā§āĻ¯āĻžāĻĒā§āĻ¤ āĻ¤āĻšāĻŦāĻŋāĻ˛āĨ¤"
|
|
},
|
|
"insufficientTokens": {
|
|
"message": "āĻ
āĻĒāĻ°ā§āĻ¯āĻžāĻĒā§āĻ¤ āĻā§āĻā§āĻ¨āĨ¤"
|
|
},
|
|
"invalidAddress": {
|
|
"message": "āĻ
āĻŦā§āĻ§ āĻ āĻŋāĻāĻžāĻ¨āĻž"
|
|
},
|
|
"invalidAddressRecipient": {
|
|
"message": "āĻĒā§āĻ°āĻžāĻĒāĻā§āĻ° āĻ āĻŋāĻāĻžāĻ¨āĻž āĻ
āĻŦā§āĻ§"
|
|
},
|
|
"invalidAddressRecipientNotEthNetwork": {
|
|
"message": "ETH āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ āĻ¨ā§, āĻā§āĻā§ āĻšāĻ°āĻĢā§ āĻ¸ā§āĻ āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"invalidBlockExplorerURL": {
|
|
"message": "āĻ
āĻŦā§āĻ§ Block Explorer URL"
|
|
},
|
|
"invalidRPC": {
|
|
"message": "āĻ
āĻŦā§āĻ§ RPC URL"
|
|
},
|
|
"invalidSeedPhrase": {
|
|
"message": "āĻ
āĻŦā§āĻ§ āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ"
|
|
},
|
|
"jsonFile": {
|
|
"message": "JSON āĻĢāĻžāĻāĻ˛",
|
|
"description": "format for importing an account"
|
|
},
|
|
"knownAddressRecipient": {
|
|
"message": "āĻāĻžāĻ¨āĻž āĻĒāĻ°āĻŋāĻāĻŋāĻ¤āĻŋāĻ° āĻ āĻŋāĻāĻžāĻ¨āĻžā§ˇ"
|
|
},
|
|
"kovan": {
|
|
"message": "āĻā§āĻāĻžāĻ¨ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"learnMore": {
|
|
"message": "āĻāĻ°āĻ āĻāĻžāĻ¨ā§āĻ¨"
|
|
},
|
|
"ledgerAccountRestriction": {
|
|
"message": "āĻāĻāĻāĻŋ āĻ¨āĻ¤ā§āĻ¨ āĻ
ā§āĻ¯āĻž āĻāĻžāĻāĻ¨ā§āĻ āĻ¯ā§āĻ āĻāĻ°āĻžāĻ° āĻāĻā§ āĻāĻĒāĻ¨āĻžāĻā§ āĻāĻĒāĻ¨āĻžāĻ° āĻļā§āĻˇ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§ āĻĢā§āĻ˛āĻ¤ā§ āĻšāĻŦā§āĨ¤"
|
|
},
|
|
"letsGoSetUp": {
|
|
"message": "āĻšā§āĻ¯āĻžāĻ, āĻ¤āĻžāĻšāĻ˛ā§ āĻ¸ā§āĻ āĻāĻĒ āĻāĻ°ā§ āĻ¨ā§āĻā§āĻž āĻ¯āĻžāĻ!"
|
|
},
|
|
"likeToAddTokens": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻāĻŋ āĻāĻ āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻ¯ā§āĻ āĻāĻ°āĻ¤ā§ āĻāĻžāĻ¨?"
|
|
},
|
|
"links": {
|
|
"message": "āĻ˛āĻŋāĻā§āĻāĻ¸āĻŽā§āĻš"
|
|
},
|
|
"loadMore": {
|
|
"message": "āĻāĻ°āĻ āĻ˛ā§āĻĄ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"loading": {
|
|
"message": "āĻ˛ā§āĻĄ āĻšāĻā§āĻā§..."
|
|
},
|
|
"loadingTokens": {
|
|
"message": "āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻ˛ā§āĻĄ āĻāĻ°āĻā§..."
|
|
},
|
|
"localhost": {
|
|
"message": "āĻ˛ā§āĻāĻžāĻ˛āĻšā§āĻ¸ā§āĻ 8545"
|
|
},
|
|
"lock": {
|
|
"message": "āĻ˛āĻ āĻāĻāĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"mainnet": {
|
|
"message": "āĻŽā§āĻ˛ Ethereum āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"max": {
|
|
"message": "āĻ¸āĻ°ā§āĻŦāĻžāĻ§āĻŋāĻ"
|
|
},
|
|
"memo": {
|
|
"message": "āĻŽā§āĻŽā§"
|
|
},
|
|
"memorizePhrase": {
|
|
"message": "āĻāĻ āĻĢā§āĻ°ā§āĻāĻāĻŋ āĻŽā§āĻāĻ¸ā§āĻĨ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"message": {
|
|
"message": "āĻŦāĻžāĻ°ā§āĻ¤āĻž"
|
|
},
|
|
"metamaskDescription": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° Ethereum āĻāĻŦāĻ āĻā§āĻŋā§ā§ āĻāĻŋāĻāĻŋā§ā§ āĻĨāĻžāĻāĻž āĻā§ā§āĻŦā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻā§āĨ¤ "
|
|
},
|
|
"metamaskVersion": {
|
|
"message": "MetaMask āĻ¸āĻāĻ¸ā§āĻāĻ°āĻŖ"
|
|
},
|
|
"mobileSyncText": {
|
|
"message": "āĻāĻāĻŋ āĻ¯ā§ āĻāĻĒāĻ¨āĻŋ āĻ¤āĻž āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°āĻ¤ā§ āĻ
āĻ¨ā§āĻā§āĻ°āĻš āĻāĻ°ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻ˛āĻŋāĻā§āĻ¨!"
|
|
},
|
|
"mustSelectOne": {
|
|
"message": "āĻ
āĻŦāĻļā§āĻ¯āĻ āĻ
āĻ¨ā§āĻ¤āĻ¤ 1āĻāĻŋ āĻā§āĻā§āĻ¨ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°āĻ¤ā§ āĻšāĻŦā§āĨ¤"
|
|
},
|
|
"myAccounts": {
|
|
"message": "āĻāĻŽāĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻā§āĻ˛āĻŋ"
|
|
},
|
|
"needEtherInWallet": {
|
|
"message": "MetaMask āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§ āĻā§āĻŋā§ā§ āĻāĻŋāĻāĻŋā§ā§ āĻĨāĻžāĻāĻž āĻ
ā§āĻ¯āĻžāĻĒā§āĻ˛āĻŋāĻā§āĻļāĻ¨āĻā§āĻ˛āĻŋāĻ° āĻ¸āĻžāĻĨā§ āĻ¯ā§āĻāĻžāĻ¯ā§āĻ āĻāĻ°āĻ¤ā§, āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻā§ āĻāĻĨāĻžāĻ° āĻ˛āĻžāĻāĻŦā§āĨ¤"
|
|
},
|
|
"needImportFile": {
|
|
"message": "āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻ°āĻžāĻ° āĻāĻ¨ā§āĻ¯ āĻāĻĒāĻ¨āĻžāĻā§ āĻ
āĻŦāĻļā§āĻ¯āĻ āĻāĻāĻāĻŋ āĻĢāĻžāĻāĻ˛ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°āĻ¤ā§ āĻšāĻŦā§āĨ¤",
|
|
"description": "User is important an account and needs to add a file to continue"
|
|
},
|
|
"negativeETH": {
|
|
"message": "ETH āĻāĻ° āĻāĻŖāĻžāĻ¤ā§āĻŽāĻ āĻ
āĻ°ā§āĻĨāĻ°āĻžāĻļāĻŋāĻā§āĻ˛āĻŋ āĻĒāĻžāĻ āĻžāĻ¤ā§ āĻĒāĻžāĻ°āĻŦā§ āĻ¨āĻžāĨ¤ "
|
|
},
|
|
"networkName": {
|
|
"message": "āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻā§āĻ° āĻ¨āĻžāĻŽ"
|
|
},
|
|
"networkSettingsDescription": {
|
|
"message": "āĻāĻžāĻ¸ā§āĻāĻŽ RPC āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻāĻā§āĻ˛āĻŋ āĻ¯ā§āĻ āĻ āĻ¸āĻŽā§āĻĒāĻžāĻĻāĻ¨āĻž āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"networks": {
|
|
"message": "āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻāĻ¸āĻŽā§āĻš"
|
|
},
|
|
"nevermind": {
|
|
"message": "āĻāĻŋāĻā§ āĻŽāĻ¨ā§ āĻāĻ°āĻŦā§āĻ¨ āĻ¨āĻž"
|
|
},
|
|
"newAccount": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ"
|
|
},
|
|
"newAccountDetectedDialogMessage": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻ āĻŋāĻāĻžāĻ¨āĻž āĻ¸āĻ¨āĻžāĻā§āĻ¤ āĻāĻ°āĻž āĻšā§ā§āĻā§āĨ¤ āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻĄā§āĻ°ā§āĻ¸ āĻŦā§āĻā§ āĻ¯ā§āĻ āĻāĻ°āĻ¤ā§ āĻāĻāĻžāĻ¨ā§ āĻā§āĻ˛āĻŋāĻ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"newAccountNumberName": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ $1",
|
|
"description": "Default name of next account to be created on create account screen"
|
|
},
|
|
"newContact": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻĒāĻ°āĻŋāĻāĻŋāĻ¤āĻŋ"
|
|
},
|
|
"newContract": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻāĻ¨ā§āĻā§āĻ°ā§āĻ¯āĻžāĻā§āĻ"
|
|
},
|
|
"newNetwork": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"newPassword": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ (āĻ
āĻ¨ā§āĻ¤āĻ¤ 8 āĻ
āĻā§āĻˇāĻ°ā§āĻ°)"
|
|
},
|
|
"newToMetaMask": {
|
|
"message": "MetaMask āĻ āĻ¨āĻ¤ā§āĻ¨?"
|
|
},
|
|
"newTotal": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻ¸āĻŽāĻˇā§āĻāĻŋ"
|
|
},
|
|
"newTransactionFee": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻĢā§"
|
|
},
|
|
"next": {
|
|
"message": "āĻĒāĻ°āĻŦāĻ°ā§āĻ¤ā§"
|
|
},
|
|
"noAddressForName": {
|
|
"message": "āĻāĻ āĻ¨āĻžāĻŽā§āĻ° āĻāĻ¨ā§āĻ¯ āĻā§āĻ¨ā§ āĻ āĻŋāĻāĻžāĻ¨āĻž āĻ¸ā§āĻ āĻāĻ°āĻž āĻšā§ āĻ¨āĻŋāĨ¤"
|
|
},
|
|
"noAlreadyHaveSeed": {
|
|
"message": "āĻ¨āĻž, āĻāĻŽāĻžāĻ° āĻāĻā§ āĻĨā§āĻā§āĻ āĻāĻāĻāĻŋ āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ āĻāĻā§"
|
|
},
|
|
"noConversionRateAvailable": {
|
|
"message": "āĻā§āĻ¨ā§ āĻŦāĻŋāĻ¨āĻŋāĻŽā§ āĻšāĻžāĻ° āĻāĻĒāĻ˛āĻā§āĻ¯ āĻ¨ā§"
|
|
},
|
|
"noTransactions": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻ¨ā§ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻ¨ā§āĻ"
|
|
},
|
|
"noWebcamFound": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻāĻŽā§āĻĒāĻŋāĻāĻāĻžāĻ°ā§āĻ° āĻā§ā§āĻŦāĻā§āĻ¯āĻžāĻŽ āĻā§āĻāĻā§ āĻĒāĻžāĻā§āĻž āĻ¯āĻžā§āĻ¨āĻŋāĨ¤ āĻ
āĻ¨ā§āĻā§āĻ°āĻš āĻāĻ°ā§ āĻāĻŦāĻžāĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"noWebcamFoundTitle": {
|
|
"message": "āĻā§ā§āĻŦāĻā§āĻ¯āĻžāĻŽ āĻā§āĻāĻā§ āĻĒāĻžāĻā§āĻž āĻ¯āĻžā§ āĻ¨āĻŋ"
|
|
},
|
|
"notEnoughGas": {
|
|
"message": "āĻĒāĻ°ā§āĻ¯āĻžāĻĒā§āĻ¤ āĻā§āĻ¯āĻžāĻ¸ āĻ¨ā§āĻ"
|
|
},
|
|
"ofTextNofM": {
|
|
"message": "āĻāĻ°"
|
|
},
|
|
"off": {
|
|
"message": "āĻŦāĻ¨ā§āĻ§"
|
|
},
|
|
"ok": {
|
|
"message": "āĻ āĻŋāĻ āĻāĻā§"
|
|
},
|
|
"on": {
|
|
"message": "āĻāĻžāĻ˛ā§"
|
|
},
|
|
"optionalBlockExplorerUrl": {
|
|
"message": "āĻāĻā§āĻ¸āĻĒā§āĻ˛ā§āĻ°āĻžāĻ° URL āĻŦā§āĻ˛āĻ āĻāĻ°ā§āĻ¨ (āĻāĻā§āĻāĻŋāĻ)"
|
|
},
|
|
"optionalCurrencySymbol": {
|
|
"message": "āĻĒā§āĻ°āĻ¤ā§āĻ (āĻāĻā§āĻāĻŋāĻ)"
|
|
},
|
|
"orderOneHere": {
|
|
"message": "āĻāĻāĻāĻŋ Trezor āĻŦāĻž āĻ˛ā§āĻāĻžāĻ° āĻ
āĻ°ā§āĻĄāĻžāĻ° āĻāĻ°ā§āĻ¨ āĻāĻŦāĻ āĻāĻĒāĻ¨āĻžāĻ° āĻ¤āĻšāĻŦāĻŋāĻ˛āĻā§āĻ˛āĻŋ āĻšā§āĻŽ āĻāĻ°ā§ āĻ°āĻžāĻā§āĻ¨"
|
|
},
|
|
"origin": {
|
|
"message": "āĻā§āĻ¸"
|
|
},
|
|
"parameters": {
|
|
"message": "āĻĒā§āĻ¯āĻžāĻ°āĻžāĻŽāĻŋāĻāĻžāĻ°āĻ¸āĻŽā§āĻš"
|
|
},
|
|
"participateInMetaMetrics": {
|
|
"message": "MetaMetrics āĻ āĻ
āĻāĻļāĻā§āĻ°āĻšāĻŖ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"participateInMetaMetricsDescription": {
|
|
"message": "MetaMask āĻā§ āĻāĻ°āĻ āĻāĻ¨ā§āĻ¨āĻ¤ āĻāĻ°āĻ¤ā§ āĻāĻŽāĻžāĻĻā§āĻ° āĻ¸āĻšāĻžā§āĻ¤āĻž āĻāĻ°āĻžāĻ° āĻāĻ¨ā§āĻ¯ MetaMetrics āĻ āĻ
āĻāĻļāĻā§āĻ°āĻšāĻŖ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"password": {
|
|
"message": "āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ"
|
|
},
|
|
"passwordNotLongEnough": {
|
|
"message": "āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻ¯āĻĨā§āĻˇā§āĻ āĻĻā§āĻ°ā§āĻ āĻ¨ā§"
|
|
},
|
|
"passwordsDontMatch": {
|
|
"message": "āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄāĻā§āĻ˛āĻŋ āĻŽā§āĻ˛ā§āĻ¨āĻŋ"
|
|
},
|
|
"pastePrivateKey": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻĒāĻ¨ā§ā§ āĻā§ āĻ¸ā§āĻā§āĻ°āĻŋāĻ āĻāĻāĻžāĻ¨ā§ āĻĒā§āĻ¸ā§āĻ āĻāĻ°ā§āĻ¨:",
|
|
"description": "For importing an account from a private key"
|
|
},
|
|
"pending": {
|
|
"message": "āĻŦāĻžāĻāĻŋ"
|
|
},
|
|
"personalAddressDetected": {
|
|
"message": "āĻŦā§āĻ¯āĻā§āĻ¤āĻŋāĻāĻ¤ āĻ āĻŋāĻāĻžāĻ¨āĻž āĻ¸āĻ¨āĻžāĻā§āĻ¤āĻŋāĻā§āĻ¤ āĻšā§ā§āĻā§āĨ¤ āĻā§āĻā§āĻ¨ āĻāĻ¨ā§āĻā§āĻ°ā§āĻ¯āĻžāĻā§āĻ āĻ
ā§āĻ¯āĻžāĻĄā§āĻ°ā§āĻ¸āĻāĻŋ āĻ˛āĻŋāĻā§āĻ¨āĨ¤"
|
|
},
|
|
"prev": {
|
|
"message": "āĻĒā§āĻ°ā§āĻŦāĻŦāĻ°ā§āĻ¤ā§"
|
|
},
|
|
"primaryCurrencySetting": {
|
|
"message": "āĻĒā§āĻ°āĻžāĻĨāĻŽāĻŋāĻ āĻŽā§āĻĻā§āĻ°āĻž"
|
|
},
|
|
"primaryCurrencySettingDescription": {
|
|
"message": "āĻā§āĻ¨āĻāĻŋāĻ¤ā§ (āĻ¯ā§āĻŽāĻ¨ ETH) āĻĻā§āĻļā§ā§ āĻŽā§āĻĻā§āĻ°āĻžā§ āĻŽāĻžāĻ¨āĻā§āĻ˛āĻŋ āĻĒā§āĻ°āĻĻāĻ°ā§āĻļāĻ¨āĻā§ āĻ
āĻā§āĻ°āĻžāĻ§āĻŋāĻāĻžāĻ° āĻĻāĻŋāĻ¤ā§ āĻĻā§āĻļā§ā§ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨āĨ¤ āĻāĻĒāĻ¨āĻžāĻ° āĻ¨āĻŋāĻ°ā§āĻĻā§āĻļāĻŋāĻ¤ āĻŽā§āĻĻā§āĻ°āĻžā§ āĻŽāĻžāĻ¨āĻā§āĻ˛āĻŋāĻ° āĻĒā§āĻ°āĻĻāĻ°ā§āĻļāĻ¨āĻā§ āĻ
āĻā§āĻ°āĻžāĻ§āĻŋāĻāĻžāĻ° āĻĻāĻŋāĻ¤ā§ āĻ¨āĻŋāĻ°ā§āĻĻā§āĻļāĻŋāĻ¤ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"privacyMsg": {
|
|
"message": "āĻ¸āĻŽā§āĻŽāĻ¤ āĻšā§ā§āĻā§āĻ¨"
|
|
},
|
|
"privateKey": {
|
|
"message": "āĻŦā§āĻ¯āĻā§āĻ¤āĻŋāĻāĻ¤ āĻā§",
|
|
"description": "select this type of file to use to import an account"
|
|
},
|
|
"privateKeyWarning": {
|
|
"message": "āĻ¸āĻ¤āĻ°ā§āĻāĻ¤āĻž: āĻāĻāĻ¨āĻ āĻāĻ āĻā§ āĻāĻŋ āĻĒā§āĻ°āĻāĻžāĻļ āĻāĻ°āĻŦā§āĻ¨ āĻ¨āĻžāĨ¤ āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻĒāĻ¨ āĻā§ āĻāĻžāĻ°ā§āĻ° āĻāĻžāĻā§ āĻĨāĻžāĻāĻ˛ā§ āĻ¤āĻŋāĻ¨āĻŋ āĻ¯ā§ āĻā§āĻ¨ā§ āĻ¸āĻŽā§ āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻā§ āĻĨāĻžāĻāĻž āĻ¯ā§ āĻā§āĻ¨ā§ āĻ¸āĻŽā§āĻĒāĻĻ āĻā§āĻ°āĻŋ āĻāĻ°ā§ āĻ¨āĻŋāĻ¤ā§ āĻĒāĻžāĻ°āĻŦā§āĻ¨āĨ¤"
|
|
},
|
|
"privateNetwork": {
|
|
"message": "āĻŦā§āĻ¯āĻā§āĻ¤āĻŋāĻāĻ¤ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"queue": {
|
|
"message": "āĻ
āĻĒā§āĻā§āĻˇāĻŽāĻžāĻŖ"
|
|
},
|
|
"readdToken": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻ¸ āĻŦāĻŋāĻāĻ˛ā§āĻĒā§āĻ° āĻŽā§āĻ¨ā§āĻ¤ā§ \"āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻ¯ā§āĻ āĻāĻ°ā§āĻ¨\" āĻ āĻāĻŋā§ā§ āĻāĻŦāĻŋāĻˇā§āĻ¯āĻ¤ā§ āĻāĻŦāĻžāĻ° āĻāĻ āĻā§āĻā§āĻ¨āĻāĻŋ āĻ¯ā§āĻ āĻāĻ°āĻ¤ā§ āĻĒāĻžāĻ°āĻŦā§āĻ¨āĨ¤ "
|
|
},
|
|
"readyToConnect": {
|
|
"message": "āĻ¸āĻāĻ¯ā§āĻ āĻāĻ°āĻžāĻ° āĻāĻ¨ā§āĻ¯ āĻĒā§āĻ°āĻ¸ā§āĻ¤ā§āĻ¤?"
|
|
},
|
|
"recents": {
|
|
"message": "āĻ¸āĻžāĻŽā§āĻĒā§āĻ°āĻ¤āĻŋāĻāĻā§āĻ˛āĻŋ"
|
|
},
|
|
"recipientAddress": {
|
|
"message": "āĻĒā§āĻ°āĻžāĻĒāĻā§āĻ° āĻ āĻŋāĻāĻžāĻ¨āĻž"
|
|
},
|
|
"recipientAddressPlaceholder": {
|
|
"message": "āĻ
āĻ¨ā§āĻ¸āĻ¨ā§āĻ§āĻžāĻ¨, āĻ¸āĻžāĻ°ā§āĻŦāĻāĻ¨ā§āĻ¨ āĻ āĻŋāĻāĻžāĻ¨āĻž (0x), āĻŦāĻž ENS"
|
|
},
|
|
"reject": {
|
|
"message": "āĻĒā§āĻ°āĻ¤ā§āĻ¯āĻžāĻā§āĻ¯āĻžāĻ¨"
|
|
},
|
|
"rejectAll": {
|
|
"message": "āĻ¸āĻŦ āĻāĻžāĻ°āĻŋāĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"rejectTxsDescription": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ $1āĻāĻŋ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻŦā§āĻ¯āĻžāĻ āĻāĻžāĻ°āĻŋāĻ āĻāĻ°āĻ¤ā§ āĻāĻ˛ā§āĻā§āĻ¨āĨ¤"
|
|
},
|
|
"rejectTxsN": {
|
|
"message": "$1 āĻ˛ā§āĻ¨āĻĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻāĻžāĻ°āĻŋāĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"rejected": {
|
|
"message": "āĻāĻžāĻ°āĻŋāĻ āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"remindMeLater": {
|
|
"message": "āĻĒāĻ°ā§ āĻāĻŽāĻžāĻā§ āĻŽāĻ¨ā§ āĻāĻ°āĻžāĻŦā§āĻ¨"
|
|
},
|
|
"remove": {
|
|
"message": "āĻ¸āĻ°āĻžāĻ¨"
|
|
},
|
|
"removeAccount": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ¸āĻ°āĻžāĻ¨"
|
|
},
|
|
"removeAccountDescription": {
|
|
"message": "āĻāĻ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻāĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻĨā§āĻā§ āĻ
āĻĒāĻ¸āĻžāĻ°āĻŖ āĻāĻ°āĻž āĻšāĻŦā§āĨ¤ āĻ
āĻŦāĻŋāĻ°āĻ¤ āĻ°āĻžāĻāĻžāĻ° āĻāĻā§ āĻ
āĻ¨ā§āĻā§āĻ°āĻš āĻāĻ°ā§ āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°ā§āĻ¨ āĻ¯ā§ āĻāĻ āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻāĻ°āĻž āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻāĻŋāĻ° āĻāĻ¨ā§āĻ¯ āĻāĻĒāĻ¨āĻžāĻ° āĻŽā§āĻ˛ āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ āĻŦāĻž āĻā§āĻĒāĻ¨ āĻā§ āĻāĻā§āĨ¤ āĻāĻĒāĻ¨āĻŋ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻĄā§āĻ°āĻĒ-āĻĄāĻžāĻāĻ¨ āĻĨā§āĻā§ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻā§āĻ˛āĻŋ āĻāĻŦāĻžāĻ° āĻāĻŽāĻĻāĻžāĻ¨āĻŋ āĻŦāĻž āĻ¤ā§āĻ°āĻŋ āĻāĻ°āĻ¤ā§ āĻĒāĻžāĻ°āĻŦā§āĻ¨āĨ¤"
|
|
},
|
|
"requestsAwaitingAcknowledgement": {
|
|
"message": "āĻ
āĻ¨ā§āĻ°ā§āĻ§āĻā§āĻ˛āĻŋ āĻ¸ā§āĻŦā§āĻā§āĻ¤āĻŋāĻ° āĻāĻ¨ā§āĻ¯ āĻ
āĻĒā§āĻā§āĻˇāĻž āĻāĻ°āĻā§"
|
|
},
|
|
"required": {
|
|
"message": "āĻĒā§āĻ°ā§ā§āĻāĻ¨"
|
|
},
|
|
"reset": {
|
|
"message": "āĻ°āĻŋāĻ¸ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"resetAccount": {
|
|
"message": "āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ°āĻŋāĻ¸ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"resetAccountDescription": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ°āĻŋāĻ¸ā§āĻ āĻāĻ°āĻž āĻāĻĒāĻ¨āĻžāĻ° āĻ˛ā§āĻ¨āĻĻā§āĻ¨ā§āĻ° āĻāĻ¤āĻŋāĻšāĻžāĻ¸āĻā§ āĻŽā§āĻā§ āĻĒāĻ°āĻŋāĻ¸ā§āĻāĻžāĻ° āĻāĻ°āĻŦā§āĨ¤"
|
|
},
|
|
"restore": {
|
|
"message": "āĻĒā§āĻ¨āĻ°ā§āĻĻā§āĻ§āĻžāĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"restoreAccountWithSeed": {
|
|
"message": "āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ āĻĻāĻŋā§ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ°āĻŋāĻ¸ā§āĻā§āĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"revealSeedWords": {
|
|
"message": "āĻ¸ā§āĻĄ āĻļāĻŦā§āĻĻāĻā§āĻ˛āĻŋ āĻĒā§āĻ°āĻāĻžāĻļ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"revealSeedWordsDescription": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻāĻāĻ¨āĻ āĻŦā§āĻ°āĻžāĻāĻāĻžāĻ° āĻĒāĻ°āĻŋāĻŦāĻ°ā§āĻ¤āĻ¨ āĻāĻ°āĻ˛ā§ āĻŦāĻž āĻāĻ āĻāĻŽā§āĻĒāĻŋāĻāĻāĻžāĻ° āĻĨā§āĻā§ āĻ
āĻ¨ā§āĻ¯ āĻāĻŽā§āĻĒāĻŋāĻāĻāĻžāĻ°ā§ āĻā§āĻ˛ā§, āĻāĻĒāĻ¨āĻžāĻā§ āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ
ā§āĻ¯āĻžāĻā§āĻ¸ā§āĻ¸ āĻāĻ°āĻžāĻ° āĻāĻ¨ā§āĻ¯ āĻāĻ āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻāĻāĻŋ āĻ˛āĻžāĻāĻŦā§āĨ¤ āĻ¸ā§āĻā§āĻ˛āĻŋ āĻ¨āĻŋāĻ°āĻžāĻĒāĻĻ āĻ āĻā§āĻĒāĻ¨ā§ā§ āĻā§āĻ¨ā§ āĻ¸ā§āĻĨāĻžāĻ¨ā§ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°ā§āĻ¨āĨ¤ "
|
|
},
|
|
"revealSeedWordsTitle": {
|
|
"message": "āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ"
|
|
},
|
|
"revealSeedWordsWarning": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻ¸āĻŽāĻ¸ā§āĻ¤ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻā§āĻ°āĻŋ āĻāĻ°āĻ¤ā§ āĻāĻ āĻļāĻŦā§āĻĻāĻā§āĻ˛āĻŋ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°āĻž āĻ¯āĻžāĻŦā§āĨ¤"
|
|
},
|
|
"revealSeedWordsWarningTitle": {
|
|
"message": "āĻāĻ āĻĢā§āĻ°ā§āĻāĻāĻŋ āĻāĻžāĻ°ā§āĻ° āĻ¸āĻžāĻĨā§ āĻļā§ā§āĻžāĻ° āĻāĻ°āĻŦā§āĻ¨ āĻ¨āĻž!"
|
|
},
|
|
"rinkeby": {
|
|
"message": "āĻ°āĻŋāĻā§āĻā§āĻŦāĻŋ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"ropsten": {
|
|
"message": "āĻ°ā§āĻĒāĻ¸ā§āĻā§āĻ¨ āĻā§āĻ¸ā§āĻ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"rpcUrl": {
|
|
"message": "āĻ¨āĻ¤ā§āĻ¨ RPC URL"
|
|
},
|
|
"save": {
|
|
"message": "āĻ¸ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"saveAsCsvFile": {
|
|
"message": "CSV āĻĢāĻžāĻāĻ˛ āĻšāĻŋāĻ¸āĻžāĻŦā§ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"scanInstructions": {
|
|
"message": "QR āĻā§āĻĄāĻāĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻ¯āĻžāĻŽā§āĻ°āĻžāĻ° āĻ¸āĻžāĻŽāĻ¨ā§ āĻ§āĻ°ā§āĻ¨"
|
|
},
|
|
"scanQrCode": {
|
|
"message": "QR āĻā§āĻĄ āĻ¸ā§āĻā§āĻ¯āĻžāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"search": {
|
|
"message": "āĻ¸āĻžāĻ°ā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"searchResults": {
|
|
"message": "āĻ
āĻ¨ā§āĻ¸āĻ¨ā§āĻ§āĻžāĻ¨ā§āĻ° āĻĢāĻ˛āĻžāĻĢāĻ˛āĻā§āĻ˛āĻŋ"
|
|
},
|
|
"searchTokens": {
|
|
"message": "āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻ
āĻ¨ā§āĻ¸āĻ¨ā§āĻ§āĻžāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"secretBackupPhrase": {
|
|
"message": "āĻā§āĻĒāĻ¨ āĻŦā§āĻ¯āĻžāĻāĻāĻĒ āĻĢā§āĻ°ā§āĻ"
|
|
},
|
|
"secretBackupPhraseDescription": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻĒāĻ¨ āĻŦāĻžāĻā§āĻ¯āĻžāĻāĻļ āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻŦā§āĻ¯āĻžāĻāĻāĻĒ āĻāĻŦāĻ āĻ°āĻŋāĻ¸ā§āĻā§āĻ° āĻāĻ°āĻž āĻ¸āĻšāĻāĻ¤āĻ° āĻāĻ°ā§ āĻ¤ā§āĻ˛ā§āĨ¤"
|
|
},
|
|
"secretBackupPhraseWarning": {
|
|
"message": "āĻ¸āĻ¤āĻ°ā§āĻāĻ¤āĻž: āĻāĻāĻ¨āĻ āĻāĻĒāĻ¨āĻžāĻ° āĻŦā§āĻ¯āĻžāĻāĻāĻĒ āĻĢā§āĻ°ā§āĻ āĻĒā§āĻ°āĻāĻžāĻļ āĻāĻ°āĻŦā§āĻ¨ āĻ¨āĻžāĨ¤ āĻāĻ āĻĢā§āĻ°ā§āĻ āĻĒā§ā§ā§ āĻā§āĻ˛ā§ āĻ¯ā§ āĻā§āĻ āĻāĻĒāĻ¨āĻžāĻ° āĻāĻĨāĻžāĻ° āĻāĻŋāĻ°āĻāĻžāĻ˛ā§āĻ° āĻāĻ¨ā§āĻ¯ āĻ¨āĻŋā§ā§ āĻ¨āĻŋāĻ¤ā§ āĻĒāĻžāĻ°āĻŦā§āĻ¨āĨ¤"
|
|
},
|
|
"securityAndPrivacy": {
|
|
"message": "āĻ¨āĻŋāĻ°āĻžāĻĒāĻ¤ā§āĻ¤āĻž āĻāĻŦāĻ āĻā§āĻĒāĻ¨ā§ā§āĻ¤āĻž"
|
|
},
|
|
"securitySettingsDescription": {
|
|
"message": "āĻā§āĻĒāĻ¨ā§ā§āĻ¤āĻž āĻ¸ā§āĻāĻŋāĻāĻ¸ āĻāĻŦāĻ āĻā§āĻžāĻ˛ā§āĻ āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ"
|
|
},
|
|
"seedPhrasePlaceholder": {
|
|
"message": "āĻĒā§āĻ°āĻ¤āĻŋāĻāĻŋ āĻļāĻŦā§āĻĻāĻā§ āĻāĻāĻāĻŋ āĻ¸ā§āĻĒā§āĻ¸ āĻĻāĻŋā§ā§ āĻāĻ˛āĻžāĻĻāĻž āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"seedPhraseReq": {
|
|
"message": "āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻāĻā§āĻ˛āĻŋ 12 āĻļāĻŦā§āĻĻā§āĻ°"
|
|
},
|
|
"selectAHigherGasFee": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻ˛ā§āĻ¨āĻĻā§āĻ¨āĻāĻŋ āĻĒā§āĻ°āĻā§āĻ°āĻŋā§āĻžāĻāĻ°āĻŖ āĻ¤ā§āĻŦāĻ°āĻžāĻ¨ā§āĻŦāĻŋāĻ¤ āĻāĻ°āĻ¤ā§ āĻāĻāĻāĻŋ āĻāĻā§āĻāĻ¤āĻ° āĻā§āĻ¯āĻžāĻ¸ āĻĢā§ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨āĨ¤*"
|
|
},
|
|
"selectAnAccount": {
|
|
"message": "āĻāĻāĻāĻŋ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"selectAnAccountHelp": {
|
|
"message": "MetaMask āĻ āĻĻā§āĻāĻ¤ā§ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻāĻŋ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"selectEachPhrase": {
|
|
"message": "āĻĢā§āĻ°ā§āĻāĻā§āĻ˛āĻŋ āĻ¸āĻ āĻŋāĻ āĻ¤āĻž āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°āĻ¤ā§ āĻ
āĻ¨ā§āĻā§āĻ°āĻš āĻāĻ°ā§ āĻĒā§āĻ°āĻ¤āĻŋāĻāĻŋ āĻĢā§āĻ°ā§āĻ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"selectHdPath": {
|
|
"message": "HD āĻĒāĻžāĻĨ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"selectPathHelp": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻ¨āĻŋāĻā§ āĻāĻĒāĻ¨āĻžāĻ° āĻŦāĻŋāĻĻā§āĻ¯āĻŽāĻžāĻ¨ āĻ˛ā§āĻāĻžāĻ° āĻŦā§āĻ¯āĻžāĻ˛ā§āĻ¨ā§āĻ¸ āĻ¨āĻž āĻĻā§āĻāĻ˛ā§, \"Legacy (MEW / MyCrypto)\" āĻĒāĻžāĻĨāĻā§āĻ˛āĻŋāĻ¤ā§ āĻ¸ā§āĻāĻ āĻāĻ°āĻžāĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°ā§āĻ¨ "
|
|
},
|
|
"selectType": {
|
|
"message": "āĻ§āĻ°āĻŖ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"send": {
|
|
"message": "āĻĒāĻžāĻ āĻžāĻ¨"
|
|
},
|
|
"sendAmount": {
|
|
"message": "āĻĒāĻžāĻ āĻžāĻ¨ā§ āĻ
āĻ°ā§āĻĨāĻ°āĻžāĻļāĻŋ"
|
|
},
|
|
"sendTokens": {
|
|
"message": "āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻĒāĻžāĻ āĻžāĻ¨"
|
|
},
|
|
"sentEther": {
|
|
"message": "āĻĒāĻžāĻ āĻžāĻ¨ā§ āĻāĻĨāĻžāĻ° "
|
|
},
|
|
"separateEachWord": {
|
|
"message": "āĻĒā§āĻ°āĻ¤āĻŋāĻāĻŋ āĻļāĻŦā§āĻĻāĻā§ āĻāĻāĻāĻŋ āĻ¸ā§āĻĒā§āĻ¸ āĻĻāĻŋā§ā§ āĻāĻ˛āĻžāĻĻāĻž āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"settings": {
|
|
"message": "āĻ¸ā§āĻāĻŋāĻāĻ¸"
|
|
},
|
|
"showAdvancedGasInline": {
|
|
"message": "āĻāĻ¨ā§āĻ¨āĻ¤ āĻā§āĻ¯āĻžāĻ¸ āĻ¨āĻŋā§āĻ¨ā§āĻ¤ā§āĻ°āĻŖāĻ¸āĻŽā§āĻš"
|
|
},
|
|
"showAdvancedGasInlineDescription": {
|
|
"message": "āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻŽā§āĻ˛ā§āĻ¯ āĻĻā§āĻāĻžāĻ¤ā§ āĻāĻāĻŋ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨ āĻāĻŦāĻ āĻĒāĻžāĻ āĻžāĻ¨ā§āĻ° āĻāĻŦāĻ āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤āĻāĻ°āĻŖā§āĻ° āĻ¸ā§āĻā§āĻ°āĻŋāĻ¨āĻā§āĻ˛āĻŋāĻ¤ā§ āĻ¨āĻŋā§āĻ¨ā§āĻ¤ā§āĻ°āĻŖāĻā§āĻ˛āĻŋ āĻ¸āĻ°āĻžāĻ¸āĻ°āĻŋ āĻ¸ā§āĻŽāĻŋāĻ¤ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"showFiatConversionInTestnets": {
|
|
"message": "Testnets āĻ āĻ°ā§āĻĒāĻžāĻ¨ā§āĻ¤āĻ° āĻĻā§āĻāĻžāĻ¨"
|
|
},
|
|
"showFiatConversionInTestnetsDescription": {
|
|
"message": "Testnets āĻ āĻĢāĻŋā§āĻžāĻ āĻŦāĻžāĻā§āĻ¯āĻžāĻ˛āĻžāĻĒāĻā§āĻ˛āĻŋ āĻĻā§āĻāĻžāĻ¤ā§ āĻāĻāĻŋ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"showHexData": {
|
|
"message": "āĻšā§āĻā§āĻ¸ āĻĄā§āĻāĻž āĻĻā§āĻāĻžāĻ¨"
|
|
},
|
|
"showHexDataDescription": {
|
|
"message": "āĻĒāĻžāĻ āĻžāĻŦāĻžāĻ° āĻ¸ā§āĻā§āĻ°āĻŋāĻ¨ā§ āĻšā§āĻā§āĻ¸ āĻĄā§āĻāĻž āĻĢāĻŋāĻ˛ā§āĻĄāĻāĻŋ āĻĻā§āĻāĻžāĻŦāĻžāĻ° āĻāĻ¨ā§āĻ¯ āĻāĻāĻŋ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"showPrivateKeys": {
|
|
"message": "āĻā§āĻĒāĻ¨ā§ā§ āĻā§āĻā§āĻ˛āĻŋ āĻĻā§āĻāĻžāĻ¨"
|
|
},
|
|
"sigRequest": {
|
|
"message": "āĻ¸ā§āĻŦāĻžāĻā§āĻˇāĻ°ā§āĻ° āĻ
āĻ¨ā§āĻ°ā§āĻ§"
|
|
},
|
|
"sign": {
|
|
"message": "āĻ¸ā§āĻŦāĻžāĻā§āĻˇāĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"signNotice": {
|
|
"message": "āĻāĻ āĻŦāĻžāĻ°ā§āĻ¤āĻžāĻāĻŋāĻ¤ā§ āĻ¸āĻžāĻāĻ¨ āĻāĻāĻ¨ āĻāĻ°āĻžāĻ° \nāĻŦāĻŋāĻĒāĻā§āĻāĻ¨āĻ āĻĒāĻžāĻ°ā§āĻļā§āĻŦ āĻĒā§āĻ°āĻ¤āĻŋāĻā§āĻ°āĻŋā§āĻž āĻĨāĻžāĻāĻ¤ā§ āĻĒāĻžāĻ°ā§āĨ¤ āĻāĻĒāĻ¨āĻŋ āĻ¸āĻŽā§āĻĒā§āĻ°ā§āĻŖ āĻŦāĻŋāĻļā§āĻŦāĻžāĻ¸ āĻāĻ°ā§āĻ¨ āĻļā§āĻ§ā§āĻŽāĻžāĻ¤ā§āĻ° āĻ¸ā§āĻ \nāĻ¸āĻžāĻāĻā§āĻ° āĻĨā§āĻā§ āĻāĻ¸āĻž āĻŦāĻžāĻ°ā§āĻ¤āĻžāĻā§āĻ˛āĻŋāĻ¤ā§āĻ āĻāĻĒāĻ¨āĻžāĻ° āĻ¸āĻžāĻŽāĻā§āĻ°āĻŋāĻ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻā§āĻ° āĻŽāĻžāĻ§ā§āĻ¯āĻŽā§ āĻ¸āĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨āĨ¤\n āĻāĻ āĻŦāĻŋāĻĒāĻā§āĻāĻ¨āĻ āĻĒāĻĻā§āĻ§āĻ¤āĻŋāĻāĻŋ āĻĒāĻ°āĻŦāĻ°ā§āĻ¤ā§ āĻ¸āĻāĻ¸ā§āĻāĻ°āĻŖā§ āĻ
āĻĒāĻ¸āĻžāĻ°āĻŖ āĻāĻ°āĻž āĻšāĻŦā§āĨ¤ "
|
|
},
|
|
"signatureRequest": {
|
|
"message": "āĻ¸ā§āĻŦāĻžāĻā§āĻˇāĻ°ā§āĻ° āĻ
āĻ¨ā§āĻ°ā§āĻ§"
|
|
},
|
|
"signed": {
|
|
"message": "āĻ¸ā§āĻŦāĻžāĻā§āĻˇāĻ°āĻŋāĻ¤"
|
|
},
|
|
"slow": {
|
|
"message": "āĻŽāĻ¨ā§āĻĨāĻ°"
|
|
},
|
|
"somethingWentWrong": {
|
|
"message": "āĻāĻšā§! āĻāĻŋāĻā§ āĻ¸āĻŽāĻ¸ā§āĻ¯āĻž āĻšā§ā§āĻā§āĨ¤"
|
|
},
|
|
"speedUp": {
|
|
"message": "āĻāĻ¤āĻŋ āĻŦāĻžā§āĻžāĻ¨"
|
|
},
|
|
"speedUpCancellation": {
|
|
"message": "āĻāĻ āĻŦāĻžāĻ¤āĻŋāĻ˛āĻāĻ°āĻŖāĻāĻŋāĻ° āĻāĻ¤āĻŋ āĻŦāĻžā§āĻžāĻ¨"
|
|
},
|
|
"speedUpTransaction": {
|
|
"message": "āĻāĻ āĻ˛ā§āĻ¨āĻĻā§āĻ¨āĻāĻŋ āĻĻā§āĻ°ā§āĻ¤āĻ¤āĻ° āĻāĻ°ā§āĻ¨ "
|
|
},
|
|
"stateLogError": {
|
|
"message": "āĻ¸ā§āĻā§āĻ āĻ˛āĻāĻā§āĻ˛āĻŋ āĻĒā§āĻ¨āĻ°ā§āĻĻā§āĻ§āĻžāĻ° āĻāĻ°āĻžāĻ° āĻ¤ā§āĻ°ā§āĻāĻŋāĨ¤"
|
|
},
|
|
"stateLogs": {
|
|
"message": "āĻ¸ā§āĻā§āĻ āĻ˛āĻāĻ¸āĻŽā§āĻš"
|
|
},
|
|
"stateLogsDescription": {
|
|
"message": "āĻ¸ā§āĻā§āĻ āĻ˛āĻāĻā§āĻ˛āĻŋāĻ¤ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻĒāĻžāĻŦāĻ˛āĻŋāĻ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻā§āĻ° āĻ āĻŋāĻāĻžāĻ¨āĻž āĻāĻŦāĻ āĻĒā§āĻ°ā§āĻ°āĻŖ āĻāĻ°āĻžāĻ° āĻ˛ā§āĻ¨āĻĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻāĻā§āĨ¤"
|
|
},
|
|
"step1HardwareWallet": {
|
|
"message": "1. āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ¸āĻāĻ¯ā§āĻā§āĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"step1HardwareWalletMsg": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻā§āĻžāĻ˛ā§āĻ āĻ¸āĻ°āĻžāĻ¸āĻ°āĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻāĻŽā§āĻĒāĻŋāĻāĻāĻžāĻ°ā§āĻ° āĻ¸āĻžāĻĨā§ āĻ¸āĻāĻ¯ā§āĻā§āĻ¤ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"step2HardwareWallet": {
|
|
"message": "2. āĻāĻāĻāĻŋ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"step2HardwareWalletMsg": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻ¯ā§ āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻāĻŋ āĻĻā§āĻāĻ¤ā§ āĻāĻžāĻ¨ āĻ¸ā§āĻāĻŋ āĻ¨āĻŋāĻ°ā§āĻŦāĻžāĻāĻ¨ āĻāĻ°ā§āĻ¨āĨ¤ āĻāĻĒāĻ¨āĻŋ āĻāĻāĻ āĻ¸āĻŽā§ā§ āĻļā§āĻ§ā§āĻŽāĻžāĻ¤ā§āĻ° āĻāĻāĻāĻŋāĻ āĻŦā§āĻā§ āĻ¨āĻŋāĻ¤ā§ āĻĒāĻžāĻ°āĻŦā§āĻ¨āĨ¤ "
|
|
},
|
|
"step3HardwareWallet": {
|
|
"message": "3. dApps āĻāĻŦāĻ āĻāĻ°āĻ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§ āĻļā§āĻ°ā§ āĻāĻ°ā§āĻ¨!"
|
|
},
|
|
"step3HardwareWalletMsg": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻā§āĻ¨ā§ Ethereum āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻ¯ā§āĻŽāĻ¨ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§āĻ¨ āĻ¸ā§āĻāĻāĻžāĻŦā§ āĻāĻĒāĻ¨āĻžāĻ° āĻšāĻžāĻ°ā§āĻĄāĻā§ā§āĻ¯āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°ā§āĻ¨āĨ¤ dApps āĻ āĻ˛āĻāĻāĻ¨ āĻāĻ°ā§āĻ¨, Eth āĻĒāĻžāĻ āĻžāĻ¨, ERC20 āĻā§āĻā§āĻ¨ āĻāĻŦāĻ CryptoKitties āĻāĻ° āĻŽāĻ¤ā§ āĻĒāĻ°āĻ¸ā§āĻĒāĻ° āĻŦāĻŋāĻ¨āĻŋāĻŽā§āĻ¯ā§āĻā§āĻ¯ āĻ¨ā§ āĻāĻŽāĻ¨ āĻā§āĻā§āĻ¨āĻā§āĻ˛āĻŋ āĻā§āĻ°ā§ āĻ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°ā§āĻ¨āĨ¤ "
|
|
},
|
|
"storePhrase": {
|
|
"message": "āĻāĻ āĻŦāĻžāĻā§āĻ¯āĻžāĻāĻļāĻāĻŋ 1Password āĻāĻ° āĻŽāĻ¤ā§ āĻāĻāĻāĻŋ āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻĒāĻ°āĻŋāĻāĻžāĻ˛āĻā§ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°ā§āĻ¨āĨ¤ "
|
|
},
|
|
"submitted": {
|
|
"message": "āĻāĻŽāĻž āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"supportCenter": {
|
|
"message": "āĻāĻŽāĻžāĻĻā§āĻ° āĻ¸āĻšāĻžā§āĻ¤āĻž āĻā§āĻ¨ā§āĻĻā§āĻ°ā§ āĻ¯āĻžāĻ¨"
|
|
},
|
|
"switchNetworks": {
|
|
"message": "āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻāĻā§āĻ˛āĻŋ āĻŦāĻĻāĻ˛āĻžāĻ¨"
|
|
},
|
|
"symbol": {
|
|
"message": "āĻĒā§āĻ°āĻ¤ā§āĻ"
|
|
},
|
|
"symbolBetweenZeroTwelve": {
|
|
"message": "āĻĒā§āĻ°āĻ¤ā§āĻāĻāĻŋ 11 āĻāĻŋ āĻ
āĻā§āĻˇāĻ° āĻŦāĻž āĻ¤āĻžāĻ° āĻā§āĻ¯āĻŧā§ āĻāĻŽ āĻšāĻ¤ā§ āĻšāĻŦā§āĨ¤"
|
|
},
|
|
"syncWithMobile": {
|
|
"message": "āĻŽā§āĻŦāĻžāĻāĻ˛ āĻĻāĻŋā§ā§ āĻ¸āĻŋāĻā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"syncWithMobileBeCareful": {
|
|
"message": "āĻāĻ āĻā§āĻĄāĻāĻŋ āĻ¸ā§āĻā§āĻ¯āĻžāĻ¨ āĻāĻ°āĻžāĻ° āĻ¸āĻŽā§ āĻā§āĻ āĻāĻĒāĻ¨āĻžāĻ° āĻ¸ā§āĻā§āĻ°āĻŋāĻ¨āĻāĻŋ āĻĻā§āĻāĻā§ āĻ¨āĻž āĻ¤āĻž āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"syncWithMobileComplete": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻĄā§āĻāĻž āĻ¸āĻĢāĻ˛āĻāĻžāĻŦā§ āĻ¸āĻŋāĻā§āĻ āĻāĻ°āĻž āĻšā§ā§āĻā§āĨ¤ MetaMask āĻŽā§āĻŦāĻžāĻāĻ˛ āĻ
ā§āĻ¯āĻžāĻĒ āĻāĻĒāĻā§āĻ āĻāĻ°ā§āĻ¨!"
|
|
},
|
|
"syncWithMobileDesc": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻāĻĒāĻ¨āĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻāĻŦāĻ āĻ¤āĻĨā§āĻ¯ āĻāĻĒāĻ¨āĻžāĻ° āĻŽā§āĻŦāĻžāĻāĻ˛ āĻĄāĻŋāĻāĻžāĻāĻ¸ āĻĻāĻŋā§ā§ āĻ¸āĻŋāĻā§āĻ āĻāĻ°āĻ¤ā§ āĻĒāĻžāĻ°ā§āĻ¨āĨ¤ MetaMask āĻŽā§āĻŦāĻžāĻāĻ˛ āĻ
ā§āĻ¯āĻžāĻĒāĻāĻŋ āĻā§āĻ˛ā§āĻ¨, \"āĻ¸ā§āĻāĻŋāĻāĻ¸\" āĻ āĻ¯āĻžāĻ¨ āĻāĻŦāĻ \"āĻŦā§āĻ°āĻžāĻāĻāĻžāĻ° āĻāĻā§āĻ¸āĻā§āĻ¨āĻļāĻ¨ āĻĨā§āĻā§ āĻ¸āĻŋāĻā§āĻ āĻāĻ°ā§āĻ¨\" āĻ āĻā§āĻ¯āĻžāĻĒ āĻāĻ°ā§āĻ¨ "
|
|
},
|
|
"syncWithMobileDescNewUsers": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻĒā§āĻ°āĻĨāĻŽāĻŦāĻžāĻ°ā§āĻ° āĻāĻ¨ā§āĻ¯ MetaMask āĻā§āĻ˛āĻžāĻ° āĻĒāĻ°ā§, āĻļā§āĻ§ā§ āĻāĻĒāĻ¨āĻžāĻ° āĻĢā§āĻ¨ā§ āĻĒāĻĻāĻā§āĻˇā§āĻĒāĻā§āĻ˛āĻŋ āĻ
āĻ¨ā§āĻ¸āĻ°āĻŖ āĻāĻ°ā§āĻ¨āĨ¤ "
|
|
},
|
|
"syncWithMobileScanThisCode": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° MetaMask āĻŽā§āĻŦāĻžāĻāĻ˛ āĻ
ā§āĻ¯āĻžāĻĒ āĻĻāĻŋā§ā§ āĻāĻ āĻā§āĻĄāĻāĻŋ āĻ¸ā§āĻā§āĻ¯āĻžāĻ¨ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"syncWithMobileTitle": {
|
|
"message": "āĻŽā§āĻŦāĻžāĻāĻ˛ āĻĻāĻŋā§ā§ āĻ¸āĻŋāĻā§āĻ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"terms": {
|
|
"message": "āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ°ā§āĻ° āĻļāĻ°ā§āĻ¤āĻžāĻŦāĻ˛ā§"
|
|
},
|
|
"testFaucet": {
|
|
"message": "āĻā§āĻ¸ā§āĻ āĻĢāĻ¸ā§āĻ"
|
|
},
|
|
"thisWillCreate": {
|
|
"message": "āĻāĻāĻŋ āĻāĻāĻāĻŋ āĻ¨āĻ¤ā§āĻ¨ āĻā§āĻžāĻ˛ā§āĻ āĻāĻŦāĻ āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ āĻ¤ā§āĻ°āĻŋ āĻāĻ°āĻŦā§"
|
|
},
|
|
"tips": {
|
|
"message": "āĻ
āĻ°ā§āĻĨāĻ¸āĻžāĻšāĻžāĻ¯ā§āĻ¯ āĻāĻŦāĻ āĻĒāĻ°āĻžāĻŽāĻ°ā§āĻļ"
|
|
},
|
|
"to": {
|
|
"message": "āĻĒā§āĻ°āĻ¤āĻŋ"
|
|
},
|
|
"token": {
|
|
"message": "āĻā§āĻā§āĻ¨"
|
|
},
|
|
"tokenAlreadyAdded": {
|
|
"message": "āĻā§āĻā§āĻ¨ āĻāĻ¤āĻŋāĻŽāĻŋāĻ§ā§āĻ¯ā§ āĻ¯ā§āĻ āĻāĻ°āĻž āĻšā§ā§āĻā§āĨ¤"
|
|
},
|
|
"tokenContractAddress": {
|
|
"message": "āĻā§āĻā§āĻ¨ āĻāĻ¨ā§āĻā§āĻ°ā§āĻ¯āĻžāĻā§āĻ āĻ
ā§āĻ¯āĻžāĻĄā§āĻ°ā§āĻ¸"
|
|
},
|
|
"tokenSymbol": {
|
|
"message": "āĻā§āĻā§āĻ¨ā§āĻ° āĻĒā§āĻ°āĻ¤ā§āĻ"
|
|
},
|
|
"total": {
|
|
"message": "āĻŽā§āĻ"
|
|
},
|
|
"transaction": {
|
|
"message": "āĻ˛ā§āĻ¨āĻĻā§āĻ¨"
|
|
},
|
|
"transactionCancelAttempted": {
|
|
"message": "$2 āĻ $1 āĻāĻ° āĻā§āĻ¯āĻžāĻ¸ āĻĢā§ āĻĻāĻŋā§ā§ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻāĻ°āĻžāĻ° āĻĒā§āĻ°āĻā§āĻˇā§āĻāĻž āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"transactionCancelSuccess": {
|
|
"message": "$2 āĻ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻ¸āĻĢāĻ˛āĻāĻžāĻŦā§ āĻŦāĻžāĻ¤āĻŋāĻ˛ āĻšā§ā§āĻā§"
|
|
},
|
|
"transactionConfirmed": {
|
|
"message": " $2 āĻ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻ¨āĻŋāĻļā§āĻāĻŋāĻ¤ āĻšā§ā§āĻā§āĨ¤"
|
|
},
|
|
"transactionCreated": {
|
|
"message": "$2 āĻ $1 āĻāĻ° āĻāĻāĻāĻŋ āĻŽāĻžāĻ¨ āĻĻāĻŋā§ā§ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻ¤ā§āĻ°āĻŋ āĻāĻ°āĻž āĻšā§ā§āĻā§āĨ¤"
|
|
},
|
|
"transactionDropped": {
|
|
"message": "āĻ˛ā§āĻ¨āĻĻā§āĻ¨ $2 āĻ āĻ¨ā§āĻŽā§ āĻā§āĻā§āĨ¤"
|
|
},
|
|
"transactionError": {
|
|
"message": "āĻ˛ā§āĻ¨āĻĻā§āĻ¨ā§āĻ° āĻ¤ā§āĻ°ā§āĻāĻŋāĨ¤ āĻāĻ¨ā§āĻā§āĻ°ā§āĻ¯āĻžāĻā§āĻ āĻā§āĻĄā§ āĻŦā§āĻ¯āĻ¤āĻŋāĻā§āĻ°āĻŽ āĻĻā§āĻāĻžāĻā§āĻā§āĨ¤"
|
|
},
|
|
"transactionErrorNoContract": {
|
|
"message": "āĻāĻāĻāĻŋ āĻ
-āĻĒāĻ°āĻŋāĻāĻŋāĻ¤āĻŋāĻ° āĻ āĻŋāĻāĻžāĻ¨āĻžā§ āĻāĻāĻāĻŋ āĻāĻ˛ āĻāĻ°āĻžāĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°āĻā§āĨ¤"
|
|
},
|
|
"transactionErrored": {
|
|
"message": "āĻ˛ā§āĻ¨āĻĻā§āĻ¨ā§ āĻāĻāĻāĻŋ āĻ¤ā§āĻ°ā§āĻāĻŋ āĻšā§ā§āĻā§āĨ¤"
|
|
},
|
|
"transactionFee": {
|
|
"message": "āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻĢā§"
|
|
},
|
|
"transactionResubmitted": {
|
|
"message": "$2 āĻ āĻā§āĻ¯āĻžāĻ¸ āĻĢā§ $1 āĻ¤ā§ āĻŦāĻžā§āĻŋā§ā§ āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻāĻŦāĻžāĻ° āĻāĻŽāĻž āĻāĻ°āĻž āĻšā§ā§āĻā§"
|
|
},
|
|
"transactionSubmitted": {
|
|
"message": "$2 āĻ $1 āĻāĻ° āĻā§āĻ¯āĻžāĻ¸ āĻĢā§ āĻ¸āĻš āĻ˛ā§āĻ¨āĻĻā§āĻ¨ āĻāĻŽāĻž āĻāĻ°āĻž āĻšā§ā§āĻā§āĨ¤"
|
|
},
|
|
"transactionUpdated": {
|
|
"message": "āĻ˛ā§āĻ¨āĻĻā§āĻ¨ $2 āĻ āĻāĻĒāĻĄā§āĻ āĻāĻ°āĻž āĻšā§ā§āĻā§āĨ¤"
|
|
},
|
|
"transfer": {
|
|
"message": "āĻā§āĻ°āĻžāĻ¨ā§āĻ¸āĻĢāĻžāĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"transferBetweenAccounts": {
|
|
"message": "āĻāĻŽāĻžāĻ° āĻ
ā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻāĻā§āĻ˛āĻŋāĻ° āĻŽāĻ§ā§āĻ¯ā§ āĻā§āĻ°āĻžāĻ¨ā§āĻ¸āĻĢāĻžāĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"transferFrom": {
|
|
"message": "āĻĨā§āĻā§ āĻā§āĻ°āĻžāĻ¨ā§āĻ¸āĻĢāĻžāĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"troubleTokenBalances": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻā§āĻ¨ āĻŦā§āĻ¯āĻžāĻ˛ā§āĻ¨ā§āĻ¸āĻā§āĻ˛āĻŋ āĻ˛ā§āĻĄ āĻāĻ°āĻ¤ā§ āĻāĻŽāĻžāĻĻā§āĻ° āĻ¸āĻŽāĻ¸ā§āĻ¯āĻž āĻšā§ā§āĻāĻŋāĻ˛āĨ¤ āĻāĻĒāĻ¨āĻŋ āĻ¸ā§āĻā§āĻ˛āĻŋ āĻĻā§āĻāĻ¤ā§ āĻĒāĻžāĻ°ā§āĻ¨",
|
|
"description": "Followed by a link (here) to view token balances"
|
|
},
|
|
"tryAgain": {
|
|
"message": "āĻāĻŦāĻžāĻ° āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"typePassword": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° MetaMask āĻĒāĻžāĻ¸āĻā§āĻžāĻ°ā§āĻĄ āĻāĻžāĻāĻĒ āĻāĻ°ā§āĻ¨"
|
|
},
|
|
"unapproved": {
|
|
"message": "āĻ
āĻ¨āĻ¨ā§āĻŽā§āĻĻāĻŋāĻ¤"
|
|
},
|
|
"units": {
|
|
"message": "āĻāĻāĻ¨āĻŋāĻāĻ¸āĻŽā§āĻš"
|
|
},
|
|
"unknown": {
|
|
"message": "āĻ
āĻāĻžāĻ¨āĻž"
|
|
},
|
|
"unknownCameraError": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻā§āĻ¯āĻžāĻŽā§āĻ°āĻž āĻ
ā§āĻ¯āĻžāĻā§āĻ¸ā§āĻ¸ āĻāĻ°āĻžāĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°āĻžāĻ° āĻ¸āĻŽā§ āĻāĻāĻāĻŋ āĻ¤ā§āĻ°ā§āĻāĻŋ āĻšā§ā§āĻā§āĨ¤ āĻ
āĻ¨ā§āĻā§āĻ°āĻš āĻāĻ°ā§ āĻāĻŦāĻžāĻ° āĻā§āĻˇā§āĻāĻž āĻāĻ°ā§āĻ¨..."
|
|
},
|
|
"unknownCameraErrorTitle": {
|
|
"message": "āĻāĻšā§! āĻāĻŋāĻā§ āĻ¸āĻŽāĻ¸ā§āĻ¯āĻž āĻšā§ā§āĻā§...."
|
|
},
|
|
"unknownNetwork": {
|
|
"message": "āĻ
āĻāĻžāĻ¨āĻž āĻŦā§āĻ¯āĻā§āĻ¤āĻŋāĻāĻ¤ āĻ¨ā§āĻāĻā§āĻžāĻ°ā§āĻ"
|
|
},
|
|
"unknownQrCode": {
|
|
"message": "āĻ¤ā§āĻ°ā§āĻāĻŋ: āĻāĻŽāĻ°āĻž āĻāĻ QR āĻā§āĻĄāĻāĻŋ āĻ¸āĻ¨āĻžāĻā§āĻ¤ āĻāĻ°āĻ¤ā§ āĻĒāĻžāĻ°āĻŋāĻ¨āĻŋ"
|
|
},
|
|
"unlock": {
|
|
"message": "āĻāĻ¨āĻ˛āĻ"
|
|
},
|
|
"unlockMessage": {
|
|
"message": "āĻā§āĻŋā§ā§ āĻāĻŋāĻāĻŋā§ā§ āĻĨāĻžāĻāĻž āĻā§ā§āĻŦ āĻ
āĻĒā§āĻā§āĻˇāĻž āĻāĻ°āĻā§"
|
|
},
|
|
"updatedWithDate": {
|
|
"message": "āĻāĻĒāĻĄā§āĻ āĻāĻ°āĻž $1"
|
|
},
|
|
"urlErrorMsg": {
|
|
"message": "URI āĻā§āĻ˛āĻŋāĻ° āĻ¯āĻĨāĻžāĻ¯āĻĨ HTTP/HTTPS āĻĒā§āĻ°ā§āĻĢāĻŋāĻā§āĻ¸ā§āĻ° āĻĒā§āĻ°ā§ā§āĻāĻ¨āĨ¤"
|
|
},
|
|
"usedByClients": {
|
|
"message": "āĻŦāĻŋāĻāĻŋāĻ¨ā§āĻ¨ āĻ§āĻ°āĻŖā§āĻ° āĻā§āĻ°āĻžāĻšāĻāĻĻā§āĻ° āĻĻā§āĻŦāĻžāĻ°āĻž āĻŦā§āĻ¯āĻŦāĻšā§āĻ¤ āĻšā§"
|
|
},
|
|
"userName": {
|
|
"message": "āĻāĻāĻāĻžāĻ°āĻ¨ā§āĻŽ"
|
|
},
|
|
"viewAccount": {
|
|
"message": "āĻā§āĻ¯āĻžāĻāĻžāĻāĻ¨ā§āĻ āĻĻā§āĻā§āĻ¨"
|
|
},
|
|
"viewContact": {
|
|
"message": "āĻĒāĻ°āĻŋāĻāĻŋāĻ¤āĻŋ āĻĻā§āĻā§āĻ¨"
|
|
},
|
|
"viewOnCustomBlockExplorer": {
|
|
"message": "$1 āĻ āĻĻā§āĻā§āĻ¨"
|
|
},
|
|
"viewOnEtherscan": {
|
|
"message": "Etherscan āĻĻā§āĻā§āĻ¨"
|
|
},
|
|
"viewinExplorer": {
|
|
"message": "āĻāĻā§āĻ¸āĻĒā§āĻ˛ā§āĻ°āĻžāĻ°ā§ āĻĻā§āĻā§āĻ¨"
|
|
},
|
|
"visitWebSite": {
|
|
"message": "āĻāĻŽāĻžāĻĻā§āĻ° āĻā§ā§āĻŦāĻ¸āĻžāĻāĻ āĻĻā§āĻā§āĻ¨"
|
|
},
|
|
"walletSeed": {
|
|
"message": "āĻā§āĻžāĻ˛ā§āĻ āĻ¸ā§āĻĄ"
|
|
},
|
|
"welcome": {
|
|
"message": "MetaMask āĻ āĻ¸ā§āĻŦāĻžāĻāĻ¤āĻŽ"
|
|
},
|
|
"welcomeBack": {
|
|
"message": "āĻĒā§āĻ¨āĻ°āĻžā§ āĻ¸ā§āĻŦāĻžāĻāĻ¤!"
|
|
},
|
|
"writePhrase": {
|
|
"message": "āĻāĻ āĻŦāĻžāĻā§āĻ¯āĻžāĻāĻļāĻāĻŋ āĻāĻāĻāĻŋ āĻāĻžāĻāĻā§āĻ° āĻā§āĻāĻ°ā§āĻ° āĻāĻĒāĻ° āĻ˛āĻŋāĻā§ āĻāĻāĻāĻŋ āĻ¨āĻŋāĻ°āĻžāĻĒāĻĻ āĻ¸ā§āĻĨāĻžāĻ¨ā§ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°ā§āĻ¨āĨ¤ āĻāĻĒāĻ¨āĻŋ āĻāĻ°āĻ āĻ¨āĻŋāĻ°āĻžāĻĒāĻ¤ā§āĻ¤āĻž āĻāĻžāĻāĻ˛ā§, āĻ¸ā§āĻāĻŋ āĻāĻāĻžāĻ§āĻŋāĻ āĻāĻžāĻāĻā§āĻ° āĻā§āĻāĻ°ā§āĻ¤ā§ āĻ˛āĻŋāĻā§ 2 - 3āĻāĻŋ āĻāĻ˛āĻžāĻĻāĻž āĻāĻ˛āĻžāĻĻāĻž āĻ¸ā§āĻĨāĻžāĻ¨ā§ āĻ¸āĻāĻ°āĻā§āĻˇāĻŖ āĻāĻ°ā§āĻ¨āĨ¤"
|
|
},
|
|
"yesLetsTry": {
|
|
"message": "āĻšā§āĻ¯āĻžāĻ, āĻā§āĻˇā§āĻāĻž āĻāĻ°āĻž āĻ¯āĻžāĻ"
|
|
},
|
|
"youNeedToAllowCameraAccess": {
|
|
"message": "āĻāĻ āĻŦā§āĻļāĻŋāĻˇā§āĻā§āĻ¯āĻāĻŋ āĻŦā§āĻ¯āĻŦāĻšāĻžāĻ° āĻāĻ°āĻ¤ā§ āĻāĻĒāĻ¨āĻžāĻā§ āĻā§āĻ¯āĻžāĻŽā§āĻ°āĻž āĻ
ā§āĻ¯āĻžāĻā§āĻ¸ā§āĻ¸ āĻāĻ°āĻžāĻ° āĻ
āĻ¨ā§āĻŽāĻ¤āĻŋ āĻĻāĻŋāĻ¤ā§ āĻšāĻŦā§āĨ¤"
|
|
},
|
|
"youSign": {
|
|
"message": "āĻāĻĒāĻ¨āĻŋ āĻ¸ā§āĻŦāĻžāĻā§āĻˇāĻ° āĻāĻ°āĻā§āĻ¨"
|
|
},
|
|
"yourPrivateSeedPhrase": {
|
|
"message": "āĻāĻĒāĻ¨āĻžāĻ° āĻŦā§āĻ¯āĻā§āĻ¤āĻŋāĻāĻ¤ āĻ¸ā§āĻĄ āĻĢā§āĻ°ā§āĻ"
|
|
},
|
|
"zeroGasPriceOnSpeedUpError": {
|
|
"message": "āĻ¸ā§āĻĒā§āĻĄ āĻāĻĒ āĻ āĻļā§āĻŖā§āĻ¯ āĻā§āĻ¯āĻžāĻ¸ā§āĻ° āĻŽā§āĻ˛ā§āĻ¯"
|
|
}
|
|
}
|