mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-12 12:47:14 +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
39 KiB
JSON
1221 lines
39 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": "مثلًا. John D."
|
||
},
|
||
"addToken": {
|
||
"message": "یک رمز یاب اضافه کنید"
|
||
},
|
||
"addTokens": {
|
||
"message": "اضافه رمزیاب ها"
|
||
},
|
||
"advanced": {
|
||
"message": "پیشرفته"
|
||
},
|
||
"advancedOptions": {
|
||
"message": "گزینه های پیشرفته"
|
||
},
|
||
"advancedSettingsDescription": {
|
||
"message": "مشخصات توسعه دهنده دسترسی، دفترچه ثبت وضعیت دانلود، دوباره سازی حساب، شبکه های آزمایشی تنظیمات و RPC معمول."
|
||
},
|
||
"amount": {
|
||
"message": "مبلغ"
|
||
},
|
||
"appDescription": {
|
||
"message": "یک کیف ایتریوم در براوزر شما",
|
||
"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$1",
|
||
"description": "$1 replaced by URL for custom block explorer"
|
||
},
|
||
"blockiesIdenticon": {
|
||
"message": "استفاده شناسا بلوک ها"
|
||
},
|
||
"browserNotSupported": {
|
||
"message": "مرورگر شما پشتیبانی نمیشود"
|
||
},
|
||
"builtInCalifornia": {
|
||
"message": "MetaMask در کالیفورنیا طراحی و ساخته شده است."
|
||
},
|
||
"buyWithWyre": {
|
||
"message": "ETH را توسط Wyre خریداری نمایید"
|
||
},
|
||
"buyWithWyreDescription": {
|
||
"message": "Wyre به شما اجازه میدهد تا یک کردیت کارت را جهت پرداخت ETH مستقیمًا به حساب MetaMask تان استفاده نمایید."
|
||
},
|
||
"bytes": {
|
||
"message": "بایت ها"
|
||
},
|
||
"cancel": {
|
||
"message": "لغو"
|
||
},
|
||
"cancellationGasFee": {
|
||
"message": "لغو فیس گاز"
|
||
},
|
||
"cancelled": {
|
||
"message": "لغو شد"
|
||
},
|
||
"chainId": {
|
||
"message": "آی دی زنجیره"
|
||
},
|
||
"chromeRequiredForHardwareWallets": {
|
||
"message": "برای وصل شدن به کیف سخت افزار شما باید MetaMask را در گوگل کروم استفاده نمایید."
|
||
},
|
||
"clickToRevealSeed": {
|
||
"message": "برای آشکار سازی کلمات مخفی اینجا کلیک نمایید"
|
||
},
|
||
"close": {
|
||
"message": "بستن"
|
||
},
|
||
"confirm": {
|
||
"message": "تأیید"
|
||
},
|
||
"confirmPassword": {
|
||
"message": "تأیید رمز"
|
||
},
|
||
"confirmSecretBackupPhrase": {
|
||
"message": "تأیید عبارت پشتیبان مخفی تان"
|
||
},
|
||
"confirmed": {
|
||
"message": "تأیید شد"
|
||
},
|
||
"congratulations": {
|
||
"message": "تبریک"
|
||
},
|
||
"connect": {
|
||
"message": "اتصال"
|
||
},
|
||
"connectHardwareWallet": {
|
||
"message": "اتصال کیف سخت افزار"
|
||
},
|
||
"connectingTo": {
|
||
"message": "در حال اتصال به 1$1"
|
||
},
|
||
"connectingToGoerli": {
|
||
"message": "در حال اتصال به شبکه آزمایشی Goerli "
|
||
},
|
||
"connectingToKovan": {
|
||
"message": "در حال اتصال به شبکه آزمایشی Kovan"
|
||
},
|
||
"connectingToMainnet": {
|
||
"message": "در حال اتصال به شبکه اصلی ایتریم"
|
||
},
|
||
"connectingToRinkeby": {
|
||
"message": "در حال اتصال به شبکه آزمایشی Rinkeby"
|
||
},
|
||
"connectingToRopsten": {
|
||
"message": "در حال اتصال به شبکه آزمایشی Ropsten"
|
||
},
|
||
"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": "شبکه خودکار برای معاملات Ether عبارت است از Main Net."
|
||
},
|
||
"delete": {
|
||
"message": "حذف"
|
||
},
|
||
"deleteAccount": {
|
||
"message": "حذف حساب"
|
||
},
|
||
"deleteNetwork": {
|
||
"message": "شبکه حذف شود؟"
|
||
},
|
||
"deleteNetworkDescription": {
|
||
"message": "آیا مطمئن هستید که این شبکه حذف شود؟"
|
||
},
|
||
"depositEther": {
|
||
"message": "پرداخت ایتر"
|
||
},
|
||
"details": {
|
||
"message": "جزئیات"
|
||
},
|
||
"directDepositEther": {
|
||
"message": "پرداخت مستقیم ایتر"
|
||
},
|
||
"directDepositEtherExplainer": {
|
||
"message": "در صورتیکه شما کدام ایتر داشته باشید، سریعترین روش برای گرفتن ایتر در کیف جدید تان توسط پرداخت مستقیم."
|
||
},
|
||
"done": {
|
||
"message": "تمام"
|
||
},
|
||
"dontHaveAHardwareWallet": {
|
||
"message": "آیا کیف سخت افزار ندارید؟"
|
||
},
|
||
"downloadGoogleChrome": {
|
||
"message": "دانلود گوگل کروم"
|
||
},
|
||
"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": "در صورتیکه شما نیاز به گرفتن دوباره پشتیبان عبارت بازیاب داشته باشید، میتوانید آنرا در Settings -> Security دریافت نمایید."
|
||
},
|
||
"endOfFlowMessage8": {
|
||
"message": "MetaMask نمیتواند عبارت بازیاب تان را دوباره دریافت نماید.\nبیشتر بدانید."
|
||
},
|
||
"endOfFlowMessage9": {
|
||
"message": "بیشتر بدانید."
|
||
},
|
||
"ensNotFoundOnCurrentNetwork": {
|
||
"message": "نام ENS در شبکه کنونی دریافت نشد. به تبدیل آن به شبکه اصلی ایتریم تلاش نمایید."
|
||
},
|
||
"ensRegistrationError": {
|
||
"message": "خطا در ثبت نام ENS"
|
||
},
|
||
"enterAnAlias": {
|
||
"message": "یک نام مستعار را وارد کنید"
|
||
},
|
||
"enterPassword": {
|
||
"message": "رمز عبور را وارد کنید"
|
||
},
|
||
"enterPasswordContinue": {
|
||
"message": "برای ادامه رمز عبور را وارد کنید"
|
||
},
|
||
"estimatedProcessingTimes": {
|
||
"message": "زمان های تخمینی پروسس"
|
||
},
|
||
"ethereumPublicAddress": {
|
||
"message": "آدرس عمومی ایتریم"
|
||
},
|
||
"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$1",
|
||
"description": "Displays network name for Ether faucet"
|
||
},
|
||
"getHelp": {
|
||
"message": "دریافت کمک"
|
||
},
|
||
"getStarted": {
|
||
"message": "شروع به کار"
|
||
},
|
||
"goerli": {
|
||
"message": "شبکه آزمایشی Goerli"
|
||
},
|
||
"happyToSeeYou": {
|
||
"message": "از دیدن شما خوشحال هستیم."
|
||
},
|
||
"hardware": {
|
||
"message": "سخت افزار"
|
||
},
|
||
"hardwareWalletConnected": {
|
||
"message": "کیف سخت افزار وصل شد"
|
||
},
|
||
"hardwareWallets": {
|
||
"message": "به کیف سخت افزار وصل کنید"
|
||
},
|
||
"hardwareWalletsMsg": {
|
||
"message": "یک کیف سخت افزار را که میخواهید با MetaMast استفاده نمایید، انتخاب کنید"
|
||
},
|
||
"havingTroubleConnecting": {
|
||
"message": "آیا در اتصال مشکلی دارید؟"
|
||
},
|
||
"here": {
|
||
"message": "اینجا",
|
||
"description": "as in -click here- for more information (goes with troubleTokenBalances)"
|
||
},
|
||
"hexData": {
|
||
"message": "اطلاعات Hex"
|
||
},
|
||
"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": "معامله آغازین تان توسط شبکه تأیید شد. برای رفتن به عقب بالای OK کلیک کنید."
|
||
},
|
||
"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": "شبکه آزمایشی Kovan"
|
||
},
|
||
"learnMore": {
|
||
"message": "بیشتر بدانید"
|
||
},
|
||
"ledgerAccountRestriction": {
|
||
"message": "لازم است تا حساب قبلی تان را قبل از اینکه جدید اضافه کنید، مورد استفاده قرار دهید."
|
||
},
|
||
"letsGoSetUp": {
|
||
"message": "بلی، درست شد!"
|
||
},
|
||
"likeToAddTokens": {
|
||
"message": "آیا میخواهید این رمزیاب ها را اضافه نمایید؟"
|
||
},
|
||
"links": {
|
||
"message": "لینک ها"
|
||
},
|
||
"loadMore": {
|
||
"message": "بارگیری بیشتر"
|
||
},
|
||
"loading": {
|
||
"message": "در حال بارکردن…"
|
||
},
|
||
"loadingTokens": {
|
||
"message": "در حال بارگیری رمزیاب ها..."
|
||
},
|
||
"localhost": {
|
||
"message": "Localhost 8545 "
|
||
},
|
||
"lock": {
|
||
"message": "خروج"
|
||
},
|
||
"mainnet": {
|
||
"message": "شبکه اصلی ایتریم"
|
||
},
|
||
"max": {
|
||
"message": "حداکثر"
|
||
},
|
||
"memo": {
|
||
"message": "یادداشت"
|
||
},
|
||
"memorizePhrase": {
|
||
"message": "این عبارت را حفظ کنید."
|
||
},
|
||
"message": {
|
||
"message": "پیام"
|
||
},
|
||
"metamaskDescription": {
|
||
"message": "در حال اتصال شما با ایترم و وب غیر متمرکز شده."
|
||
},
|
||
"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": "اضافه سازی و ویرایش شبکه های دلخواه PRC"
|
||
},
|
||
"networks": {
|
||
"message": "شبکه ها"
|
||
},
|
||
"nevermind": {
|
||
"message": "توجه نکنید"
|
||
},
|
||
"newAccount": {
|
||
"message": "حساب جدید"
|
||
},
|
||
"newAccountDetectedDialogMessage": {
|
||
"message": "آدرس جدید شناسایی شد! اینجا کلیک کنید تا به کتابچه آدرسهای شما اضافه شود."
|
||
},
|
||
"newAccountNumberName": {
|
||
"message": "حساب 1$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 یا Ledger را سفارش داده و پول های تان را در ذخیره سرد نگهدارید"
|
||
},
|
||
"origin": {
|
||
"message": "مبدأ"
|
||
},
|
||
"parameters": {
|
||
"message": "پارامتر ها"
|
||
},
|
||
"participateInMetaMetrics": {
|
||
"message": "اشتراک در MetaMetrics"
|
||
},
|
||
"participateInMetaMetricsDescription": {
|
||
"message": "در MetaMetrics اشتراک نمایید تا به ما کمک شود MetaMask را بهتر بسازیم"
|
||
},
|
||
"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": "شما میتوانید این رمزیاب را دوباره برای آینده با رفتن به گزینه \"Add token\" در مینوی تنظیمات حساب ها، اضافه نمایید."
|
||
},
|
||
"readyToConnect": {
|
||
"message": "آماده برای اتصال هستید؟"
|
||
},
|
||
"recents": {
|
||
"message": "واپسین"
|
||
},
|
||
"recipientAddress": {
|
||
"message": "آدرس دریافت کننده"
|
||
},
|
||
"recipientAddressPlaceholder": {
|
||
"message": "جستجو، آدرس عمومی (0x)، یا ENS"
|
||
},
|
||
"reject": {
|
||
"message": "عدم پذیرش"
|
||
},
|
||
"rejectAll": {
|
||
"message": "رد همه"
|
||
},
|
||
"rejectTxsDescription": {
|
||
"message": "شما در حال رد دسته از معاملات 1$1 هستید."
|
||
},
|
||
"rejectTxsN": {
|
||
"message": "رد معاملات 1$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": "شبکه آزمایشی Rinkeby"
|
||
},
|
||
"ropsten": {
|
||
"message": "شبکه آزمایشی Ropsten"
|
||
},
|
||
"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": "این را جهت تبادل فیات بر تیست نیت ها انتخاب نمایید"
|
||
},
|
||
"showHexData": {
|
||
"message": "نمایش اطلاعات Hex"
|
||
},
|
||
"showHexDataDescription": {
|
||
"message": "برای نمایش بخش اطلاعات hex در صفحه ارسال این را انتخاب نمایید"
|
||
},
|
||
"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": "حساب سخت افزار تان را همچنانکه در حساب ایتریم استفاده میکنید، استفاده نمایید. وارد 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 را باز نموده به \"Settings\" رفته و بالای \"Sync from Browser Extension\" کلیک کنید"
|
||
},
|
||
"syncWithMobileDescNewUsers": {
|
||
"message": "در صورتیکه شما اپلیکیشن موبایل MetaMask را برای بار اول باز کرده اید، فقط گام ها را در موبایل تان دنبال نمایید."
|
||
},
|
||
"syncWithMobileScanThisCode": {
|
||
"message": "این کود را با اپلیکیشن موبایل MetaMask سکن نمایید"
|
||
},
|
||
"syncWithMobileTitle": {
|
||
"message": "همگام سازی با موبایل"
|
||
},
|
||
"terms": {
|
||
"message": "شرایط استفاده"
|
||
},
|
||
"testFaucet": {
|
||
"message": " آزمایش فاسیت یا Test Faucet "
|
||
},
|
||
"thisWillCreate": {
|
||
"message": "این یک کیف جدید و عبارت بازیاب را ایجاد خواهد کرد"
|
||
},
|
||
"tips": {
|
||
"message": "انعام"
|
||
},
|
||
"to": {
|
||
"message": "به"
|
||
},
|
||
"token": {
|
||
"message": "رمزیاب"
|
||
},
|
||
"tokenAlreadyAdded": {
|
||
"message": "رمزیاب از قبل اضافه شده است."
|
||
},
|
||
"tokenContractAddress": {
|
||
"message": "آدرس قرارداد رمزیاب"
|
||
},
|
||
"tokenSymbol": {
|
||
"message": "سمبول رمزیاب"
|
||
},
|
||
"total": {
|
||
"message": "مجموع"
|
||
},
|
||
"transaction": {
|
||
"message": "معامله"
|
||
},
|
||
"transactionCancelAttempted": {
|
||
"message": "برای لغو معامله با فیس گاز 1$1 در 2$2 تلاش شده"
|
||
},
|
||
"transactionCancelSuccess": {
|
||
"message": "معامله به 1$2 موفقانه لغو شد"
|
||
},
|
||
"transactionConfirmed": {
|
||
"message": "معامله به 1$2 تأیید شد."
|
||
},
|
||
"transactionCreated": {
|
||
"message": "معامله با ارزش 1$1 در 2$2 ایجاد شد."
|
||
},
|
||
"transactionDropped": {
|
||
"message": "معامله به 1$2 نزول کرد."
|
||
},
|
||
"transactionError": {
|
||
"message": "خطا معامله. استثناء در کود قرارداد گذاشته شده است."
|
||
},
|
||
"transactionErrorNoContract": {
|
||
"message": "در حال تلاش برای درخواست یک عملکرد مرتبط به آدرس غیر-قرارداد"
|
||
},
|
||
"transactionErrored": {
|
||
"message": "معامله با خطا مواجه شد."
|
||
},
|
||
"transactionFee": {
|
||
"message": "فیس معامله"
|
||
},
|
||
"transactionResubmitted": {
|
||
"message": "معامله دوباره با فیس افزایش یافته گاز به 1$1 در 2$2 تسلیم داده شد"
|
||
},
|
||
"transactionSubmitted": {
|
||
"message": "معامله با فیس گاز 1$1 در 2$2 ارائه شد."
|
||
},
|
||
"transactionUpdated": {
|
||
"message": "معامله به 1$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$1"
|
||
},
|
||
"urlErrorMsg": {
|
||
"message": "URl ها نیازمند پیشوند مناسب HTTP/HTTPS اند."
|
||
},
|
||
"usedByClients": {
|
||
"message": "استفاده شده توسط گروهی از مشتریان مختلف"
|
||
},
|
||
"userName": {
|
||
"message": "نام کاربری"
|
||
},
|
||
"viewAccount": {
|
||
"message": "مشاهده حساب"
|
||
},
|
||
"viewContact": {
|
||
"message": "مشاهده تماس"
|
||
},
|
||
"viewOnCustomBlockExplorer": {
|
||
"message": "مشاهده در 1$1"
|
||
},
|
||
"viewOnEtherscan": {
|
||
"message": "مشاهده در ایترسکن"
|
||
},
|
||
"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": "قیمت صفر گاز بسوی سرعت"
|
||
}
|
||
}
|