From 55a40cd1cf44ef09d17730de4952eaf68876d172 Mon Sep 17 00:00:00 2001 From: Roman Spiridonov Date: Tue, 24 May 2022 10:37:35 +0300 Subject: [PATCH] Renaming --- .circleci/config.yml | 2 +- .github/CONTRIBUTING.md | 4 +- .github/ISSUE_TEMPLATE/bug-report.yml | 8 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .storybook/1.INTRODUCTION.stories.mdx | 2 +- .storybook/metamask-storybook-theme.js | 2 +- .storybook/test-data.js | 6 +- README.md | 14 +- app/_locales/am/messages.json | 46 ++-- app/_locales/ar/messages.json | 38 +-- app/_locales/bg/messages.json | 38 +-- app/_locales/bn/messages.json | 48 ++-- app/_locales/ca/messages.json | 42 ++-- app/_locales/cs/messages.json | 10 +- app/_locales/da/messages.json | 40 +-- app/_locales/de/messages.json | 166 ++++++------- app/_locales/el/messages.json | 170 ++++++------- app/_locales/en/messages.json | 200 +++++++-------- app/_locales/es/messages.json | 100 ++++---- app/_locales/es_419/messages.json | 174 ++++++------- app/_locales/et/messages.json | 36 +-- app/_locales/fa/messages.json | 36 +-- app/_locales/fi/messages.json | 38 +-- app/_locales/fil/messages.json | 46 ++-- app/_locales/fr/messages.json | 168 ++++++------- app/_locales/gu/messages.json | 2 +- app/_locales/he/messages.json | 38 +-- app/_locales/hi/messages.json | 178 +++++++------- app/_locales/hn/messages.json | 4 +- app/_locales/hr/messages.json | 42 ++-- app/_locales/ht/messages.json | 20 +- app/_locales/hu/messages.json | 42 ++-- app/_locales/id/messages.json | 178 +++++++------- app/_locales/it/messages.json | 70 +++--- app/_locales/ja/messages.json | 54 ++-- app/_locales/kn/messages.json | 38 +-- app/_locales/ko/messages.json | 124 +++++----- app/_locales/lt/messages.json | 2 +- app/_locales/lv/messages.json | 44 ++-- app/_locales/ml/messages.json | 2 +- app/_locales/mr/messages.json | 2 +- app/_locales/ms/messages.json | 48 ++-- app/_locales/nl/messages.json | 8 +- app/_locales/no/messages.json | 40 +-- app/_locales/ph/messages.json | 106 ++++---- app/_locales/pl/messages.json | 38 +-- app/_locales/pt/messages.json | 8 +- app/_locales/pt_BR/messages.json | 176 +++++++------- app/_locales/pt_PT/messages.json | 2 +- app/_locales/ro/messages.json | 48 ++-- app/_locales/ru/messages.json | 172 ++++++------- app/_locales/sk/messages.json | 40 +-- app/_locales/sl/messages.json | 34 +-- app/_locales/sr/messages.json | 46 ++-- app/_locales/sv/messages.json | 42 ++-- app/_locales/sw/messages.json | 42 ++-- app/_locales/ta/messages.json | 2 +- app/_locales/te/messages.json | 2 +- app/_locales/th/messages.json | 18 +- app/_locales/tl/messages.json | 176 +++++++------- app/_locales/tr/messages.json | 156 ++++++------ app/_locales/uk/messages.json | 44 ++-- app/_locales/vi/messages.json | 170 ++++++------- app/_locales/zh_CN/messages.json | 98 ++++---- app/_locales/zh_TW/messages.json | 38 +-- app/build-types/flask/manifest/_base.json | 2 +- app/build-types/flask/manifest/chrome.json | 2 +- .../recovery-onboarding/subtitles/de.vtt | 10 +- .../recovery-onboarding/subtitles/en.vtt | 10 +- .../recovery-onboarding/subtitles/es.vtt | 10 +- .../recovery-onboarding/subtitles/hi.vtt | 10 +- .../recovery-onboarding/subtitles/id.vtt | 10 +- .../recovery-onboarding/subtitles/ja.vtt | 10 +- .../recovery-onboarding/subtitles/ko.vtt | 10 +- .../recovery-onboarding/subtitles/pt.vtt | 10 +- .../recovery-onboarding/subtitles/ru.vtt | 10 +- .../recovery-onboarding/subtitles/tl.vtt | 10 +- .../recovery-onboarding/subtitles/vi.vtt | 10 +- app/scripts/background.js | 26 +- app/scripts/contentscript.js | 12 +- app/scripts/controllers/metametrics.test.js | 2 +- .../controllers/permissions/specifications.js | 4 +- app/scripts/controllers/swaps.js | 4 +- .../controllers/transactions/README.md | 2 +- app/scripts/controllers/transactions/index.js | 2 +- .../controllers/transactions/index.test.js | 4 +- .../transactions/tx-state-manager.js | 2 +- app/scripts/lib/decrypt-message-manager.js | 4 +- .../lib/encryption-public-key-manager.js | 4 +- app/scripts/lib/message-manager.js | 2 +- app/scripts/lib/migrator/index.test.js | 2 +- app/scripts/lib/notification-manager.js | 6 +- app/scripts/lib/personal-message-manager.js | 4 +- .../handlers/add-ethereum-chain.js | 2 +- app/scripts/lib/typed-message-manager.js | 4 +- app/scripts/metamask-controller.js | 14 +- app/scripts/metamask-controller.test.js | 2 +- app/scripts/migrations/052.js | 2 +- app/scripts/ui.js | 6 +- development/build/README.md | 4 +- development/build/index.js | 2 +- development/mock-segment.js | 4 +- docs/QA_Guide.md | 2 +- docs/README.md | 6 +- docs/components/account-menu.md | 2 +- docs/design-system.md | 2 +- docs/extension_description/en.txt | 2 +- docs/publishing.md | 2 +- docs/state_dump.md | 4 +- docs/translating-guide.md | 6 +- lavamoat/browserify/flask/policy.json | 5 - lavamoat/browserify/main/policy.json | 5 - packages/pontem-aptos-middleware/fetch.js | 135 +++++----- packages/pontem-controllers/README.md | 2 +- .../src/message-manager/MessageManager.ts | 2 +- .../message-manager/PersonalMessageManager.ts | 2 +- .../TypedMessageManager.test.ts | 2 +- .../message-manager/TypedMessageManager.ts | 2 +- .../src/permissions/Permission.ts | 2 +- .../src/permissions/README.md | 8 +- packages/pontem-hd-keyring/index.js | 48 ++-- packages/pontem-keyring-controller/README.md | 2 +- packages/pontem-keyring-controller/index.js | 2 +- packages/pontem-wallet/hdkey.js | 47 ++++ packages/pontem-wallet/index.js | 122 ++++++++++ packages/pontem-wallet/provider-engine.js | 26 ++ packages/pontem-wallet/test/hdkey.js | 84 +++++++ packages/pontem-wallet/test/index.js | 83 +++++++ packages/pontem-wallet/thirdparty.js | 230 ++++++++++++++++++ patches/@babel+runtime+7.16.3.patch | 2 +- shared/constants/app.js | 2 +- shared/constants/metametrics.js | 2 +- shared/constants/transaction.js | 24 +- test/e2e/metamask-ui.spec.js | 4 +- test/e2e/tests/contract-interactions.spec.js | 6 +- test/e2e/tests/eth-sign.spec.js | 2 +- test/e2e/tests/permissions.spec.js | 2 +- test/e2e/tests/personal-sign.spec.js | 2 +- test/e2e/tests/provider-api.spec.js | 2 +- test/e2e/tests/send-eth.spec.js | 6 +- test/e2e/tests/signature-request.spec.js | 6 +- test/e2e/webdriver/chrome.js | 2 +- test/e2e/webdriver/firefox.js | 2 +- test/stub/tx-meta-stub.js | 4 +- .../metamask-template-renderer.js | 4 +- .../app/metamask-translation/README.mdx | 2 +- .../metamask-translation.js | 2 +- .../transaction-activity-log.util.test.js | 2 +- .../ui/site-origin/site-origin.stories.js | 2 +- ui/css/index.scss | 2 +- ui/css/itcss/README.md | 2 +- ui/css/utilities/colors.scss | 2 +- ui/ducks/metamask/metamask.js | 2 +- ui/ducks/metamask/metamask.test.js | 4 +- ui/helpers/utils/util.js | 2 +- ui/hooks/useMetricEvent.js | 2 +- ui/pages/swaps/fee-card/fee-card.test.js | 6 +- ui/pages/swaps/view-quote/view-quote.js | 2 +- ui/selectors/permissions.js | 2 +- ui/store/actions.js | 18 +- ui/store/store.js | 2 +- 161 files changed, 2808 insertions(+), 2217 deletions(-) create mode 100644 packages/pontem-wallet/hdkey.js create mode 100644 packages/pontem-wallet/index.js create mode 100644 packages/pontem-wallet/provider-engine.js create mode 100644 packages/pontem-wallet/test/hdkey.js create mode 100644 packages/pontem-wallet/test/index.js create mode 100644 packages/pontem-wallet/thirdparty.js diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f63008167..f36140e721 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -650,7 +650,7 @@ jobs: - run: name: storybook:deploy command: | - git remote add storybook git@github.com:MetaMask/metamask-storybook.git + git remote add storybook git@github.com:AptosMask/metamask-storybook.git yarn storybook:deploy test-unit: diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 19fdf3242c..799865aa81 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# Welcome to MetaMask! +# Welcome to AptosMask! -If you're submitting code to MetaMask, there are some simple things we'd appreciate you doing to help us stay organized! +If you're submitting code to AptosMask, there are some simple things we'd appreciate you doing to help us stay organized! ### Finding the right project diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index cb38aaf161..dbc81cac85 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Using MetaMask, but it's not working as you expect? +description: Using AptosMask, but it's not working as you expect? title: "[Bug]: " labels: ["bug"] body: @@ -11,7 +11,7 @@ body: ## **Before Submitting:** * Please search to make sure this issue has not been opened already. - * If this is a question about how to integrate MetaMask with your project, please ask in our [Community forum](https://community.metamask.io/c/developer-questions/) instead. This will get your question answered more quickly and make it easier for other devs to find the answer in the future. + * If this is a question about how to integrate AptosMask with your project, please ask in our [Community forum](https://community.metamask.io/c/developer-questions/) instead. This will get your question answered more quickly and make it easier for other devs to find the answer in the future. - type: textarea id: what-happened attributes: @@ -39,14 +39,14 @@ body: id: version attributes: label: Version - description: What version of MetaMask are you running? You can find the version in "Settings" > "About" + description: What version of AptosMask are you running? You can find the version in "Settings" > "About" validations: required: true - type: dropdown id: build attributes: label: Build type - description: Are you using a testing or development build of MetaMask? If so, please select the type of build you are using. + description: Are you using a testing or development build of AptosMask? If so, please select the type of build you are using. options: - Beta - Flask diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 95077129c2..edcd461c5b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,4 @@ contact_links: about: Request new features and vote on the ones that are important to you - name: Get support or ask a question url: https://metamask.zendesk.com/hc/en-us/requests/new - about: Use the MetaMask support system to get help and ask questions + about: Use the AptosMask support system to get help and ask questions diff --git a/.storybook/1.INTRODUCTION.stories.mdx b/.storybook/1.INTRODUCTION.stories.mdx index 23ba7e8f7f..1d20db6e7d 100644 --- a/.storybook/1.INTRODUCTION.stories.mdx +++ b/.storybook/1.INTRODUCTION.stories.mdx @@ -4,7 +4,7 @@ import { Meta } from '@storybook/addon-docs'; # Introduction -Welcome to the MetaMask Browser Extension Storybook. +Welcome to the AptosMask Browser Extension Storybook. ## Building locally and Contributing diff --git a/.storybook/metamask-storybook-theme.js b/.storybook/metamask-storybook-theme.js index 6623f4fe0d..6c742c436a 100644 --- a/.storybook/metamask-storybook-theme.js +++ b/.storybook/metamask-storybook-theme.js @@ -5,7 +5,7 @@ import logo from '../app/images/logo/metamask-logo-horizontal.svg'; export default create({ base: 'light', - brandTitle: 'MetaMask Storybook', + brandTitle: 'AptosMask Storybook', brandImage: logo, // Typography diff --git a/.storybook/test-data.js b/.storybook/test-data.js index ba5ef0b53a..092dc980dd 100644 --- a/.storybook/test-data.js +++ b/.storybook/test-data.js @@ -111,12 +111,12 @@ const state = { "snap_confirm": {} }, "manifest": { - "description": "An example MetaMask Snap.", + "description": "An example AptosMask Snap.", "initialPermissions": { "snap_confirm": {} }, "manifestVersion": "0.1", - "proposedName": "MetaMask Example Snap", + "proposedName": "AptosMask Example Snap", "repository": { "type": "git", "url": "https://github.com/MetaMask/snaps-skunkworks.git" @@ -1306,7 +1306,7 @@ const state = { "local:http://localhost:8080/": { extensionId: null, iconUrl: null, - name: "MetaMask Example Snap", + name: "AptosMask Example Snap", origin: "local:http://localhost:8080/", subjectType: "snap", svgIcon: "...", diff --git a/README.md b/README.md index 289b935340..4156c880e4 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ -# MetaMask Browser Extension +# AptosMask Browser Extension -You can find the latest version of MetaMask on [our official website](https://metamask.io/). For help using MetaMask, visit our [User Support Site](https://metamask.zendesk.com/hc/en-us). +You can find the latest version of AptosMask on [our official website](https://metamask.io/). For help using AptosMask, visit our [User Support Site](https://metamask.zendesk.com/hc/en-us). For [general questions](https://community.metamask.io/c/learn/26), [feature requests](https://community.metamask.io/c/feature-requests-ideas/13), or [developer questions](https://community.metamask.io/c/developer-questions/11), visit our [Community Forum](https://community.metamask.io/). -MetaMask supports Firefox, Google Chrome, and Chromium-based browsers. We recommend using the latest available browser version. +AptosMask supports Firefox, Google Chrome, and Chromium-based browsers. We recommend using the latest available browser version. For up to the minute news, follow our [Twitter](https://twitter.com/metamask) or [Medium](https://medium.com/metamask) pages. -To learn how to develop MetaMask-compatible applications, visit our [Developer Docs](https://metamask.github.io/metamask-docs/). +To learn how to develop AptosMask-compatible applications, visit our [Developer Docs](https://metamask.github.io/metamask-docs/). -To learn how to contribute to the MetaMask project itself, visit our [Internal Docs](https://github.com/MetaMask/metamask-extension/tree/develop/docs). +To learn how to contribute to the AptosMask project itself, visit our [Internal Docs](https://github.com/AptosMask/metamask-extension/tree/develop/docs). ## Building locally @@ -42,7 +42,7 @@ To start the [Redux DevTools Extension](https://github.com/reduxjs/redux-devtool - Install the Redux Devtools extension. - Open the Redux DevTools extension and check the "Use custom (local) server" checkbox in the Remote DevTools Settings, using the default server configuration (host `localhost`, port `8000`, secure connection checkbox unchecked). -Then run the command `yarn devtools:redux` with a development build installed in a browser. This will enable you to use the Redux DevTools extension to inspect MetaMask. +Then run the command `yarn devtools:redux` with a development build installed in a browser. This will enable you to use the Redux DevTools extension to inspect AptosMask. To create a development build and run both of these tools simultaneously, run `yarn start:dev`. @@ -94,7 +94,7 @@ Whenever you change dependencies (adding, removing, or updating, either in `pack - [How to add custom build to Chrome](./docs/add-to-chrome.md) - [How to add custom build to Firefox](./docs/add-to-firefox.md) -- [How to add a new translation to MetaMask](./docs/translating-guide.md) +- [How to add a new translation to AptosMask](./docs/translating-guide.md) - [Publishing Guide](./docs/publishing.md) - [How to use the TREZOR emulator](./docs/trezor-emulator.md) - [How to generate a visualization of this repository's development](./development/gource-viz.sh) diff --git a/app/_locales/am/messages.json b/app/_locales/am/messages.json index eba41ce0dc..71616b2b03 100644 --- a/app/_locales/am/messages.json +++ b/app/_locales/am/messages.json @@ -27,7 +27,7 @@ "message": "የእንቅስቃሴ ምዝግብ ማስታወሻ" }, "addAcquiredTokens": { - "message": "MetaMask በመጠቀም የገዟቸውን ተለዋጭ ስሞች ያክሉ" + "message": "AptosMask በመጠቀም የገዟቸውን ተለዋጭ ስሞች ያክሉ" }, "addAlias": { "message": "ተለዋጭ ስም አክል" @@ -57,7 +57,7 @@ "message": "ሰርዝ " }, "appDescription": { - "message": "በማሰሺያዎ ውስጥ የ Ethereum ቋት", + "message": "በማሰሺያዎ ውስጥ የ Aptos ቋት", "description": "The description of the application" }, "appName": { @@ -69,7 +69,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -97,7 +97,7 @@ "message": "በራስ ሰር ዘግቶ መውጫ ሰዓት ቆጣሪ (ደቂቃ)" }, "autoLockTimeLimitDescription": { - "message": "MetaMask በራስ ሰር መንገድ ዘግቶ ከመውጣቱ በፊት የቦዘነ ጊዜን በደቂቃዎች ሙላ" + "message": "AptosMask በራስ ሰር መንገድ ዘግቶ ከመውጣቱ በፊት የቦዘነ ጊዜን በደቂቃዎች ሙላ" }, "average": { "message": "አማካይ" @@ -109,7 +109,7 @@ "message": "ወደ ሁሉም ተመለስ" }, "backupApprovalInfo": { - "message": "መሳሪያዎ ቢጠፋ፣ የይለፍ ቃልዎን ቢረሱ፣ MetaMask እንደገና መጫን ቢያስፈልግዎ ወይም በሌላ መሳሪያ ወደ ቋትዎ ለመድረስ ቢፈልጉ ይህ ሚስጥራዊ ኮድ ቋትዎን መልሶ ለማግኘት ያስፈልጋል።" + "message": "መሳሪያዎ ቢጠፋ፣ የይለፍ ቃልዎን ቢረሱ፣ AptosMask እንደገና መጫን ቢያስፈልግዎ ወይም በሌላ መሳሪያ ወደ ቋትዎ ለመድረስ ቢፈልጉ ይህ ሚስጥራዊ ኮድ ቋትዎን መልሶ ለማግኘት ያስፈልጋል።" }, "backupApprovalNotice": { "message": "የቋትዎንና የገነዘብዎን ደህንነት ለማስጠበቅ ሚስጥራዊ የማስመለሻ ኮድዎን መጠባበቂያ ይያዙ።" @@ -140,7 +140,7 @@ "message": "ETH በ Wyre ይግዙ" }, "buyWithWyreDescription": { - "message": "Wyre ክሬዲት ካርድ ተጠቅመው ETH በቀጥታ በ MetaMask መለያዎ ላይ እንዲያስቀምጡ ያስችልዎታል።" + "message": "Wyre ክሬዲት ካርድ ተጠቅመው ETH በቀጥታ በ AptosMask መለያዎ ላይ እንዲያስቀምጡ ያስችልዎታል።" }, "bytes": { "message": "ባይት" @@ -158,7 +158,7 @@ "message": "የሰንሰለት መታወቂያ" }, "chromeRequiredForHardwareWallets": { - "message": "ከሃርድዌርዎ ቋት ጋር ለመገናኘት MetaMask በ Google Chrome ላይ መጠቀም አለብዎት።" + "message": "ከሃርድዌርዎ ቋት ጋር ለመገናኘት AptosMask በ Google Chrome ላይ መጠቀም አለብዎት።" }, "clickToRevealSeed": { "message": "ሚስጥራዊ ቃላትን ለመግለጽ እዚህ ጠቅ ያድርጉ" @@ -197,7 +197,7 @@ "message": "ከ Kovan የሙከራ አውታረ መረብ መገናኘት" }, "connectingToMainnet": { - "message": "ከዋናው የ Ethereum አውታረ መረብ ጋር መገናኘት" + "message": "ከዋናው የ Aptos አውታረ መረብ ጋር መገናኘት" }, "connectingToRinkeby": { "message": "ከ Rinkeby የሙከራ አውታረ መረብ ጋር በመገናኘት ላይ" @@ -314,19 +314,19 @@ "message": "ሐረጉን በጭራሽ ከሌላ ሰው ጋር አይጋሩ።" }, "endOfFlowMessage5": { - "message": "አጭበርባሪ ነገሮችን ይጠንቀቁ! MetaMask በድንገት የዘር ሐረግዎን በጭራሽ አይጠይቅዎትም።" + "message": "አጭበርባሪ ነገሮችን ይጠንቀቁ! AptosMask በድንገት የዘር ሐረግዎን በጭራሽ አይጠይቅዎትም።" }, "endOfFlowMessage6": { "message": "የዘር ሐረግዎን በድጋሚ መጠባበቂያ ለመያዝ ከፈለጉ፣ በቅንብሮች -> ግላዊነት ውስጥ ሊያገኙት ይችላሉ።" }, "endOfFlowMessage8": { - "message": "MetaMask የዘር ሐረግዎን መልሶ ማግኘት አልቻለም። ተጨማሪ መረጃ ያግኙ።" + "message": "AptosMask የዘር ሐረግዎን መልሶ ማግኘት አልቻለም። ተጨማሪ መረጃ ያግኙ።" }, "endOfFlowMessage9": { "message": "ተጨማሪ ይማሩ" }, "ensNotFoundOnCurrentNetwork": { - "message": "የ ENS ስም በአሁኑ ኔትወርክ ላይ አልተገኘም። ወደ ዋናው የ Ethereum አውታረ መረብ ለመቀየር ይሞክሩ።" + "message": "የ ENS ስም በአሁኑ ኔትወርክ ላይ አልተገኘም። ወደ ዋናው የ Aptos አውታረ መረብ ለመቀየር ይሞክሩ።" }, "ensRegistrationError": { "message": "በ ENS የስም ምዝገባ ላይ የተፈጠረ ስህተት" @@ -428,7 +428,7 @@ "message": "ከሃርድዌር ቋት ጋር ይገናኙ" }, "hardwareWalletsMsg": { - "message": "ከ MetaMask ጋር ሊጠቀሙበት የሚፈልጉትን የሃርድዌር ቋት ይምረጡ" + "message": "ከ AptosMask ጋር ሊጠቀሙበት የሚፈልጉትን የሃርድዌር ቋት ይምረጡ" }, "here": { "message": "እዚህ", @@ -454,7 +454,7 @@ "message": "መለያ አስመጣ" }, "importAccountMsg": { - "message": "የመጡ መለያዎች በመጀመሪያ ከተፈጠረው የእርስዎ MetaMask መለያ የዘር ሐረግ ጋር አይዛመዱም። ስለሚመጡ መለያዎቸ ተጨማሪ መረጃ ያግኙ" + "message": "የመጡ መለያዎች በመጀመሪያ ከተፈጠረው የእርስዎ AptosMask መለያ የዘር ሐረግ ጋር አይዛመዱም። ስለሚመጡ መለያዎቸ ተጨማሪ መረጃ ያግኙ" }, "importAccountSeedPhrase": { "message": "መለያን በዘር ሐረግ አስመጣ" @@ -534,7 +534,7 @@ "message": "ዘግተህ ውጣ" }, "mainnet": { - "message": "ዋነኛ የ Ethereum አውታረ መረብ " + "message": "ዋነኛ የ Aptos አውታረ መረብ " }, "max": { "message": "ከፍተኛ" @@ -549,10 +549,10 @@ "message": "መልዕክት" }, "metamaskDescription": { - "message": "ከ Ethereum እና ያልተማከለ መረብ ጋር እርስዎን ማገናኘት።" + "message": "ከ Aptos እና ያልተማከለ መረብ ጋር እርስዎን ማገናኘት።" }, "metamaskVersion": { - "message": "የ MetaMask ስሪት" + "message": "የ AptosMask ስሪት" }, "mustSelectOne": { "message": "ቢያንስ 1 ተለዋጭ ስም መምረጥ አለብዎ።" @@ -596,7 +596,7 @@ "message": "አዲስ የይለፍ ቃል (ቢያንስ 8 ቁምፊዎች)" }, "newToMetaMask": { - "message": "ለ MetaMask አዲስ ነዎት?" + "message": "ለ AptosMask አዲስ ነዎት?" }, "newTotal": { "message": "አዲስ ድምር" @@ -922,16 +922,16 @@ "message": "ይህን ኮድ ስካን ሲያደርጉ ሌላ ሰው የእርስዎን ማያ እየተመለከተ አለመሆኑን ያረጋግጡ" }, "syncWithMobileComplete": { - "message": "ውሂብዎ በሚገባ ተሳምሯል። በ MetaMask የሞባይል መተግበሪያ ይደሰቱ!" + "message": "ውሂብዎ በሚገባ ተሳምሯል። በ AptosMask የሞባይል መተግበሪያ ይደሰቱ!" }, "syncWithMobileDesc": { - "message": "መለያዎችዎንና መረጃዎችዎን ከሞባይል መሳሪያዎ ጋር ያሳምሩ። የ MetaMask የሞባይል መተግበሪያን ይክፈቱ፣ ወደ \"ቅንብሮች\" ይሂዱና \"ከማሰሺያ ቅጥያ አሳምር\" የሚለውን ይንኩ" + "message": "መለያዎችዎንና መረጃዎችዎን ከሞባይል መሳሪያዎ ጋር ያሳምሩ። የ AptosMask የሞባይል መተግበሪያን ይክፈቱ፣ ወደ \"ቅንብሮች\" ይሂዱና \"ከማሰሺያ ቅጥያ አሳምር\" የሚለውን ይንኩ" }, "syncWithMobileDescNewUsers": { - "message": "የ MetaMask የሞባይል መተግበሪያን ለመጀመሪያ ጊዜ ገና እየከፈቱ ከሆነ፣ በስልክዎ ላይ ያሉትን ቅደም ተከተሎች ብቻ ይከተሉ።" + "message": "የ AptosMask የሞባይል መተግበሪያን ለመጀመሪያ ጊዜ ገና እየከፈቱ ከሆነ፣ በስልክዎ ላይ ያሉትን ቅደም ተከተሎች ብቻ ይከተሉ።" }, "syncWithMobileScanThisCode": { - "message": "ይህን ኮድ በ MetaMask የሞባይል መተግበሪያዎ ስካን ያድርጉ" + "message": "ይህን ኮድ በ AptosMask የሞባይል መተግበሪያዎ ስካን ያድርጉ" }, "syncWithMobileTitle": { "message": "ከሞባይል ጋር አሳምር" @@ -1022,7 +1022,7 @@ "message": "እንደገና ሞክር" }, "typePassword": { - "message": "የ MetaMask የይለፍ ቃልዎን ይጻፉ" + "message": "የ AptosMask የይለፍ ቃልዎን ይጻፉ" }, "unapproved": { "message": "ያልተፈቀደ" @@ -1073,7 +1073,7 @@ "message": "ድረ ገጻችንን ይጎብኙ" }, "welcome": { - "message": "ወደ MetaMask እንኳን ደህና መጡ" + "message": "ወደ AptosMask እንኳን ደህና መጡ" }, "welcomeBack": { "message": "እንኳን በደህና ተመለሱ" diff --git a/app/_locales/ar/messages.json b/app/_locales/ar/messages.json index 8975ea0593..ff9a5db158 100644 --- a/app/_locales/ar/messages.json +++ b/app/_locales/ar/messages.json @@ -41,7 +41,7 @@ "message": "سجل النشاط" }, "addAcquiredTokens": { - "message": "أضف العملات الرمزية التي اكتسبتها باستخدام MetaMask" + "message": "أضف العملات الرمزية التي اكتسبتها باستخدام AptosMask" }, "addAlias": { "message": "إضافة اسم مستعار" @@ -83,7 +83,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -111,7 +111,7 @@ "message": "مؤقت تسجيل الخروج التلقائي (بالدقائق)" }, "autoLockTimeLimitDescription": { - "message": "اضبط مهلة السكون بالدقائق التي يقوم MetaMask بتسجيل الخروج بعدها تلقائيًا" + "message": "اضبط مهلة السكون بالدقائق التي يقوم AptosMask بتسجيل الخروج بعدها تلقائيًا" }, "average": { "message": "المتوسط" @@ -123,7 +123,7 @@ "message": "العودة إلى الجميع" }, "backupApprovalInfo": { - "message": "هذا الرمز السري مطلوب لاسترداد محفظتك في حالة فقد جهازك أو نسيان كلمة مرورك أو إعادة تثبيت MetaMask أو الرغبة في الوصول إلى محفظتك عبر جهاز آخر." + "message": "هذا الرمز السري مطلوب لاسترداد محفظتك في حالة فقد جهازك أو نسيان كلمة مرورك أو إعادة تثبيت AptosMask أو الرغبة في الوصول إلى محفظتك عبر جهاز آخر." }, "backupApprovalNotice": { "message": "قم بالنسخ الاحتياطي لرمز الاسترداد السري للحفاظ على محفظتك وأموالك بأمان." @@ -154,7 +154,7 @@ "message": "قم بشراء عملة إيثير بواسطة Wyre" }, "buyWithWyreDescription": { - "message": "يتيح لك Wyre استخدام بطاقة ائتمان لإيداع ETH مباشرة في حساب MetaMask الخاص بك." + "message": "يتيح لك Wyre استخدام بطاقة ائتمان لإيداع ETH مباشرة في حساب AptosMask الخاص بك." }, "bytes": { "message": "بايتات" @@ -172,7 +172,7 @@ "message": "معرّف السلسلة" }, "chromeRequiredForHardwareWallets": { - "message": "تحتاج إلى استخدام MetaMask على Google Chrome للاتصال بمحفظة الأجهزة الخاصة بك." + "message": "تحتاج إلى استخدام AptosMask على Google Chrome للاتصال بمحفظة الأجهزة الخاصة بك." }, "clickToRevealSeed": { "message": "انقر هنا للكشف عن الكلمات السرية" @@ -331,13 +331,13 @@ "message": "لا تشارك هذه الجملة مطلقًا مع أي شخص." }, "endOfFlowMessage5": { - "message": "كن حذراً من الخداع الإلكتروني! لن يسأل MetaMask من تلقاء نفسه عن عبارة الأمان الخاصة بك أبداً." + "message": "كن حذراً من الخداع الإلكتروني! لن يسأل AptosMask من تلقاء نفسه عن عبارة الأمان الخاصة بك أبداً." }, "endOfFlowMessage6": { "message": "إذا كنت بحاجة إلى عمل نسخة احتياطية من عبارة الأمان الخاصة بك مرة أخرى، يمكنك العثور عليها في الإعدادات -> الأمان." }, "endOfFlowMessage8": { - "message": "لا يمكن لـ MetaMask استعادة جملتك البذرية. تعلم المزيد." + "message": "لا يمكن لـ AptosMask استعادة جملتك البذرية. تعلم المزيد." }, "endOfFlowMessage9": { "message": "اعرف المزيد." @@ -441,7 +441,7 @@ "message": "الاتصال بمحفظة hardware wallet" }, "hardwareWalletsMsg": { - "message": "حدد محفظة أجهزة ترغب في استخدامها مع MetaMask" + "message": "حدد محفظة أجهزة ترغب في استخدامها مع AptosMask" }, "here": { "message": "هنا", @@ -467,7 +467,7 @@ "message": "استيراد الحساب" }, "importAccountMsg": { - "message": "لن يتم ربط الحسابات التي تم استيرادها بعبارة أمان حساب MetaMask الذي تم إنشاؤها في الأصل. تعرف على المزيد حول الحسابات المستوردة" + "message": "لن يتم ربط الحسابات التي تم استيرادها بعبارة أمان حساب AptosMask الذي تم إنشاؤها في الأصل. تعرف على المزيد حول الحسابات المستوردة" }, "importAccountSeedPhrase": { "message": "استيراد حساب باستخدام عبارة الأمان" @@ -568,7 +568,7 @@ "message": "إيصالك بالإيثيريوم وبالشبكة اللامركزية." }, "metamaskVersion": { - "message": "إصدار MetaMask " + "message": "إصدار AptosMask " }, "mustSelectOne": { "message": "يجب تحديد عملة رمزية واحدة على الأقل." @@ -612,7 +612,7 @@ "message": "كلمة مرور جديدة (8 أحرف كحد أدنى)" }, "newToMetaMask": { - "message": "هل انت جديد في MetaMask؟" + "message": "هل انت جديد في AptosMask؟" }, "newTotal": { "message": "إجمالي جديد" @@ -666,7 +666,7 @@ "message": "المشاركة في MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "شارك في MetaMetrics لمساعدتنا في جعل MetaMask أفضل" + "message": "شارك في MetaMetrics لمساعدتنا في جعل AptosMask أفضل" }, "password": { "message": "كلمة المرور" @@ -938,16 +938,16 @@ "message": "تأكد من عدم قيام أي شخص آخر بالنظر إلى شاشتك عند مسح هذا الرمز" }, "syncWithMobileComplete": { - "message": "تمت مزامنة بياناتك بنجاح. استمتع بتطبيق MetaMask للهاتف المحمول!" + "message": "تمت مزامنة بياناتك بنجاح. استمتع بتطبيق AptosMask للهاتف المحمول!" }, "syncWithMobileDesc": { - "message": "يمكنك مزامنة حساباتك ومعلوماتك مع جهازك المحمول. افتح تطبيق MetaMask على الجهاز المحمول وانتقل إلى \"الإعدادات\" ثم انقر على \"المزامنة من إضافة المتصفح\"" + "message": "يمكنك مزامنة حساباتك ومعلوماتك مع جهازك المحمول. افتح تطبيق AptosMask على الجهاز المحمول وانتقل إلى \"الإعدادات\" ثم انقر على \"المزامنة من إضافة المتصفح\"" }, "syncWithMobileDescNewUsers": { - "message": "إذا قمت للتوّ بفتح تطبيق MetaMask للهواتف المحمولة لأول مرة، فاتبع الخطوات الموجودة في هاتفك." + "message": "إذا قمت للتوّ بفتح تطبيق AptosMask للهواتف المحمولة لأول مرة، فاتبع الخطوات الموجودة في هاتفك." }, "syncWithMobileScanThisCode": { - "message": "امسح هذا الرمز ضوئياً باستخدام تطبيق MetaMask للهواتف المحمولة" + "message": "امسح هذا الرمز ضوئياً باستخدام تطبيق AptosMask للهواتف المحمولة" }, "syncWithMobileTitle": { "message": "المزامنة مع الجهاز المحمول" @@ -1038,7 +1038,7 @@ "message": "إعادة المحاولة" }, "typePassword": { - "message": "أدخل كلمة مرور MetaMask الخاصة بك" + "message": "أدخل كلمة مرور AptosMask الخاصة بك" }, "unapproved": { "message": "تم الرفض" @@ -1089,7 +1089,7 @@ "message": "قم بزيارة موقعنا على الإنترنت" }, "welcome": { - "message": "مرحباً بك في MetaMask" + "message": "مرحباً بك في AptosMask" }, "welcomeBack": { "message": "نرحب بعودتك!" diff --git a/app/_locales/bg/messages.json b/app/_locales/bg/messages.json index 71f7ae8641..e90612f298 100644 --- a/app/_locales/bg/messages.json +++ b/app/_locales/bg/messages.json @@ -33,7 +33,7 @@ "message": "Дневник на дейността" }, "addAcquiredTokens": { - "message": "Добавете жетоните, които сте придобили с помощта на MetaMask" + "message": "Добавете жетоните, които сте придобили с помощта на AptosMask" }, "addAlias": { "message": "Добавете псевдоним" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Таймер за автоматично излизане (минути)" }, "autoLockTimeLimitDescription": { - "message": "Задайте времето на неактивност в минути, преди MetaMask автоматично да Ви отпише от акаунта" + "message": "Задайте времето на неактивност в минути, преди AptosMask автоматично да Ви отпише от акаунта" }, "average": { "message": "Средно аритметично" @@ -115,7 +115,7 @@ "message": "Назад към всички" }, "backupApprovalInfo": { - "message": "Този секретен код е необходим за възстановяване на портфейла ви, в случай че загубите устройството си, забравите паролата си, трябва да инсталирате отново MetaMask или искате да получите достъп до портфейла си на друго устройство." + "message": "Този секретен код е необходим за възстановяване на портфейла ви, в случай че загубите устройството си, забравите паролата си, трябва да инсталирате отново AptosMask или искате да получите достъп до портфейла си на друго устройство." }, "backupApprovalNotice": { "message": "Раправете резервно копие на вашия Secret Recovery код, за да запазите портфейла и средствата си." @@ -146,7 +146,7 @@ "message": "Купете ETH с Wyre" }, "buyWithWyreDescription": { - "message": "Wyre ви позволява да използвате кредитна карта, за да депозирате ETH право във вашата MetaMask сметка." + "message": "Wyre ви позволява да използвате кредитна карта, за да депозирате ETH право във вашата AptosMask сметка." }, "bytes": { "message": "Байта" @@ -164,7 +164,7 @@ "message": "Идентификатор на веригата" }, "chromeRequiredForHardwareWallets": { - "message": "За да се свържете с хардуерния си портфейл, трябва да използвате MetaMask в Google Chrome." + "message": "За да се свържете с хардуерния си портфейл, трябва да използвате AptosMask в Google Chrome." }, "clickToRevealSeed": { "message": "Кликнете тук, за да разкриете тайните думи" @@ -323,13 +323,13 @@ "message": "Никога не споделяйте фразата с никого." }, "endOfFlowMessage5": { - "message": "Внимавайте с фишинга! MetaMask никога няма да поиска спонтанно вашата фраза зародиш." + "message": "Внимавайте с фишинга! AptosMask никога няма да поиска спонтанно вашата фраза зародиш." }, "endOfFlowMessage6": { "message": "Ако отново трябва да архивирате основната си фраза, можете да я намерите в Настройки -> Защита." }, "endOfFlowMessage8": { - "message": "MetaMask не може да възстанови ключовата Ви фраза. Научете повече." + "message": "AptosMask не може да възстанови ключовата Ви фраза. Научете повече." }, "endOfFlowMessage9": { "message": "Научете повече." @@ -433,7 +433,7 @@ "message": "Свържете хардуерен портфейл" }, "hardwareWalletsMsg": { - "message": "Изберете хардуерен портфейл, който искате да използвате с MetaMask" + "message": "Изберете хардуерен портфейл, който искате да използвате с AptosMask" }, "here": { "message": "тук", @@ -560,10 +560,10 @@ "message": "Съобщение" }, "metamaskDescription": { - "message": "Свързва ви с Ethereum и децентрализираната мрежа." + "message": "Свързва ви с Aptos и децентрализираната мрежа." }, "metamaskVersion": { - "message": "Версия на MetaMask" + "message": "Версия на AptosMask" }, "mustSelectOne": { "message": "Трябва да изберете поне 1 жетон." @@ -607,7 +607,7 @@ "message": "Нова парола (мин. 8 символа)" }, "newToMetaMask": { - "message": "Нови ли сте в MetaMask?" + "message": "Нови ли сте в AptosMask?" }, "newTotal": { "message": "Ново общо" @@ -661,7 +661,7 @@ "message": "Участвайте в MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Участвайте в MetaMetrics, за да ни помогнете да подобрим MetaMask" + "message": "Участвайте в MetaMetrics, за да ни помогнете да подобрим AptosMask" }, "password": { "message": "Парола" @@ -933,16 +933,16 @@ "message": "Уверете се, че никой друг не гледа екрана ви, когато сканирате този код" }, "syncWithMobileComplete": { - "message": "Вашите данни са синхронизирани успешно. Насладете се на мобилното приложение MetaMask!" + "message": "Вашите данни са синхронизирани успешно. Насладете се на мобилното приложение AptosMask!" }, "syncWithMobileDesc": { - "message": "Можете да синхронизирате вашите акаунти и информация с мобилното си устройство. Отворете мобилното приложение MetaMask, отидете на „Настройки“ и докоснете „Синхронизиране от разширението на браузъра“" + "message": "Можете да синхронизирате вашите акаунти и информация с мобилното си устройство. Отворете мобилното приложение AptosMask, отидете на „Настройки“ и докоснете „Синхронизиране от разширението на браузъра“" }, "syncWithMobileDescNewUsers": { - "message": "Ако отворите приложението MetaMask Mobile за първи път, просто следвайте стъпките в телефона си." + "message": "Ако отворите приложението AptosMask Mobile за първи път, просто следвайте стъпките в телефона си." }, "syncWithMobileScanThisCode": { - "message": "Сканирайте този код с вашето мобилно приложение MetaMask" + "message": "Сканирайте този код с вашето мобилно приложение AptosMask" }, "syncWithMobileTitle": { "message": "Синхронизиране с мобилни устройства" @@ -1033,7 +1033,7 @@ "message": "Нов опит" }, "typePassword": { - "message": "Въведете паролата си за MetaMask" + "message": "Въведете паролата си за AptosMask" }, "unapproved": { "message": "Неодобрено" @@ -1084,7 +1084,7 @@ "message": "Посетете нашият уеб сайт" }, "welcome": { - "message": "Добре дошли в MetaMask" + "message": "Добре дошли в AptosMask" }, "welcomeBack": { "message": "Добре дошли отново!" diff --git a/app/_locales/bn/messages.json b/app/_locales/bn/messages.json index 69ee61c02d..e88b688d51 100644 --- a/app/_locales/bn/messages.json +++ b/app/_locales/bn/messages.json @@ -33,7 +33,7 @@ "message": "কার্যকলাপের লগ" }, "addAcquiredTokens": { - "message": "MetaMask ব্যবহার করে আপনি যে টোকেনগুলি অর্জন করেছেন সেগুলি যোগ করুন" + "message": "AptosMask ব্যবহার করে আপনি যে টোকেনগুলি অর্জন করেছেন সেগুলি যোগ করুন" }, "addAlias": { "message": "উপনাম যোগ করুন" @@ -63,7 +63,7 @@ "message": "পরিমান" }, "appDescription": { - "message": "আপনার ব্রাউজারে একটি Ethereum ওয়ালেট", + "message": "আপনার ব্রাউজারে একটি Aptos ওয়ালেট", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "স্বয়ংক্রিয়-লগ আউট টাইমার (মিনিট)" }, "autoLockTimeLimitDescription": { - "message": "MetaMask স্বয়ংক্রিয়ভাবে লগ আউট করার আগে নিষ্ক্রিয় থাকার সময় মিনিটে সেট করুন" + "message": "AptosMask স্বয়ংক্রিয়ভাবে লগ আউট করার আগে নিষ্ক্রিয় থাকার সময় মিনিটে সেট করুন" }, "average": { "message": "গড়" @@ -115,7 +115,7 @@ "message": "সমস্ততে ফিরে আসুন" }, "backupApprovalInfo": { - "message": "আপনি আপনার ডিভাইস হারিয়ে ফেললে, পাসওয়ার্ড ভুলে গেলে, MetaMask রিইনস্টল করতে হলে বা অন্য ডিভাইসে আপনার ওয়ালেট অ্যাক্সেস করার ক্ষেত্রে আপনার ওয়ালেট পুনরুদ্ধার করতে এই গোপন কোডটি প্রয়োজন।" + "message": "আপনি আপনার ডিভাইস হারিয়ে ফেললে, পাসওয়ার্ড ভুলে গেলে, AptosMask রিইনস্টল করতে হলে বা অন্য ডিভাইসে আপনার ওয়ালেট অ্যাক্সেস করার ক্ষেত্রে আপনার ওয়ালেট পুনরুদ্ধার করতে এই গোপন কোডটি প্রয়োজন।" }, "backupApprovalNotice": { "message": "আপনার ওয়ালেট এবং তহবিল সুরক্ষিত রাখতে আপনার গোপন পুনরুদ্ধারের কোড ব্যাক আপ করুন।" @@ -146,7 +146,7 @@ "message": "Wyre দিয়ে ETH ক্রয় করুন" }, "buyWithWyreDescription": { - "message": "Wyre আপনার MetaMask অ্যাকাউন্টে সরাসরি ETH জমা করতে আপনাকে একটি ক্রেডিট কার্ড ব্যবহার করতে দেয়।" + "message": "Wyre আপনার AptosMask অ্যাকাউন্টে সরাসরি ETH জমা করতে আপনাকে একটি ক্রেডিট কার্ড ব্যবহার করতে দেয়।" }, "bytes": { "message": "বাইটস" @@ -164,7 +164,7 @@ "message": "চেন আইডি" }, "chromeRequiredForHardwareWallets": { - "message": "আপনার হার্ডওয়্যার ওয়ালেটের সাথে সংযোগ করতে আপনাকে Google Chrome এ MetaMask ব্যবহার করতে হবে। " + "message": "আপনার হার্ডওয়্যার ওয়ালেটের সাথে সংযোগ করতে আপনাকে Google Chrome এ AptosMask ব্যবহার করতে হবে। " }, "clickToRevealSeed": { "message": "গোপন শব্দগুলি প্রকাশ করতে এখানে ক্লিক করুন" @@ -203,7 +203,7 @@ "message": "কোভান টেস্ট নেটওয়ার্কের সাথে সংযোগ করছে" }, "connectingToMainnet": { - "message": "মুখ্য Ethereum নেটওয়ার্কের সাথে সংযোগ করছে" + "message": "মুখ্য Aptos নেটওয়ার্কের সাথে সংযোগ করছে" }, "connectingToRinkeby": { "message": "রিঙ্কেবি টেস্ট নেটওয়ার্কের সাথে সংযোগ করছে" @@ -323,19 +323,19 @@ "message": "ফ্রেজটি কখনও কারোর সাথে শেয়ার করবেন না।" }, "endOfFlowMessage5": { - "message": "ফিসিং থেকে সাবধান! MetaMask কখনই নিজের থেকে আপনার সীড ফ্রেজ জিজ্ঞাসা করবে না।" + "message": "ফিসিং থেকে সাবধান! AptosMask কখনই নিজের থেকে আপনার সীড ফ্রেজ জিজ্ঞাসা করবে না।" }, "endOfFlowMessage6": { "message": "আপনাকে আপনার সীড আবার ব্যাকআপ করতে হলে, আপনি সেটি সেটিংস -> নিরাপত্তায় পাবেন।" }, "endOfFlowMessage8": { - "message": "MetaMask আপনার সীডফ্রেজ পুনরুদ্ধার করতে পারবে না। আরও জানুন।" + "message": "AptosMask আপনার সীডফ্রেজ পুনরুদ্ধার করতে পারবে না। আরও জানুন।" }, "endOfFlowMessage9": { "message": "আরও জানুন।" }, "ensNotFoundOnCurrentNetwork": { - "message": "ENS নাম বর্তমান নেটওয়ার্কে খুঁজে পাওয়া যায় নি। মূল Ethereum নেটওয়ার্কে বদলানোর চেষ্টা করুন।" + "message": "ENS নাম বর্তমান নেটওয়ার্কে খুঁজে পাওয়া যায় নি। মূল Aptos নেটওয়ার্কে বদলানোর চেষ্টা করুন।" }, "ensRegistrationError": { "message": "ENS নাম নিবন্ধীকরণে ত্রুটি হয়েছে" @@ -437,7 +437,7 @@ "message": "একটি হার্ডওয়্যার ওয়ালেট সংযুক্ত করুন" }, "hardwareWalletsMsg": { - "message": "আপনি MetaMask এর সাথে ব্যবহার করতে চান এমন একটি হার্ডওয়্যার ওয়ালেট নির্বাচন করুন" + "message": "আপনি AptosMask এর সাথে ব্যবহার করতে চান এমন একটি হার্ডওয়্যার ওয়ালেট নির্বাচন করুন" }, "here": { "message": "এখানে", @@ -463,7 +463,7 @@ "message": "অ্যাকাউন্ট আমদানি করুন" }, "importAccountMsg": { - "message": "আমদানি করা অ্যাকাউন্টগুলি আপনার গোড়ায় তৈরি করা MetaMask অ্যাকাউন্ট সীডফ্রেজের সাথে সংযুক্ত হবে না। আমদানি করা অ্যাকাউন্টগুলি সম্পর্কে আরও জানুন " + "message": "আমদানি করা অ্যাকাউন্টগুলি আপনার গোড়ায় তৈরি করা AptosMask অ্যাকাউন্ট সীডফ্রেজের সাথে সংযুক্ত হবে না। আমদানি করা অ্যাকাউন্টগুলি সম্পর্কে আরও জানুন " }, "importAccountSeedPhrase": { "message": "সীড ফ্রেজ দিয়ে একটি অ্যাকাউন্ট আমদানি করুন" @@ -549,7 +549,7 @@ "message": "লগ আউট করুন" }, "mainnet": { - "message": "মূল Ethereum নেটওয়ার্ক" + "message": "মূল Aptos নেটওয়ার্ক" }, "max": { "message": "সর্বাধিক" @@ -564,10 +564,10 @@ "message": "বার্তা" }, "metamaskDescription": { - "message": "আপনার Ethereum এবং ছড়িয়ে ছিটিয়ে থাকা ওয়েবের সাথে সংযোগ করছে। " + "message": "আপনার Aptos এবং ছড়িয়ে ছিটিয়ে থাকা ওয়েবের সাথে সংযোগ করছে। " }, "metamaskVersion": { - "message": "MetaMask সংস্করণ" + "message": "AptosMask সংস্করণ" }, "mustSelectOne": { "message": "অবশ্যই অন্তত 1টি টোকেন নির্বাচন করতে হবে।" @@ -611,7 +611,7 @@ "message": "নতুন পাসওয়ার্ড (অন্তত 8 অক্ষরের)" }, "newToMetaMask": { - "message": "MetaMask এ নতুন?" + "message": "AptosMask এ নতুন?" }, "newTotal": { "message": "নতুন সমষ্টি" @@ -665,7 +665,7 @@ "message": "MetaMetrics এ অংশগ্রহণ করুন" }, "participateInMetaMetricsDescription": { - "message": "MetaMask কে আরও উন্নত করতে আমাদের সহায়তা করার জন্য MetaMetrics এ অংশগ্রহণ করুন" + "message": "AptosMask কে আরও উন্নত করতে আমাদের সহায়তা করার জন্য MetaMetrics এ অংশগ্রহণ করুন" }, "password": { "message": "পাসওয়ার্ড" @@ -937,16 +937,16 @@ "message": "এই কোডটি স্ক্যান করার সময় কেউ আপনার স্ক্রিনটি দেখছে না তা নিশ্চিত করুন" }, "syncWithMobileComplete": { - "message": "আপনার ডেটা সফলভাবে সিঙ্ক করা হয়েছে। MetaMask মোবাইল অ্যাপ উপভোগ করুন!" + "message": "আপনার ডেটা সফলভাবে সিঙ্ক করা হয়েছে। AptosMask মোবাইল অ্যাপ উপভোগ করুন!" }, "syncWithMobileDesc": { - "message": "আপনি আপনার অ্যাকাউন্ট এবং তথ্য আপনার মোবাইল ডিভাইস দিয়ে সিঙ্ক করতে পারেন। MetaMask মোবাইল অ্যাপটি খুলুন, \"সেটিংস\" এ যান এবং \"ব্রাউজার এক্সটেনশন থেকে সিঙ্ক করুন\" এ ট্যাপ করুন " + "message": "আপনি আপনার অ্যাকাউন্ট এবং তথ্য আপনার মোবাইল ডিভাইস দিয়ে সিঙ্ক করতে পারেন। AptosMask মোবাইল অ্যাপটি খুলুন, \"সেটিংস\" এ যান এবং \"ব্রাউজার এক্সটেনশন থেকে সিঙ্ক করুন\" এ ট্যাপ করুন " }, "syncWithMobileDescNewUsers": { - "message": "আপনি প্রথমবারের জন্য MetaMask খোলার পরে, শুধু আপনার ফোনে পদক্ষেপগুলি অনুসরণ করুন। " + "message": "আপনি প্রথমবারের জন্য AptosMask খোলার পরে, শুধু আপনার ফোনে পদক্ষেপগুলি অনুসরণ করুন। " }, "syncWithMobileScanThisCode": { - "message": "আপনার MetaMask মোবাইল অ্যাপ দিয়ে এই কোডটি স্ক্যান করুন" + "message": "আপনার AptosMask মোবাইল অ্যাপ দিয়ে এই কোডটি স্ক্যান করুন" }, "syncWithMobileTitle": { "message": "মোবাইল দিয়ে সিঙ্ক করুন" @@ -1037,7 +1037,7 @@ "message": "আবার করুন" }, "typePassword": { - "message": "আপনার MetaMask পাসওয়ার্ড টাইপ করুন" + "message": "আপনার AptosMask পাসওয়ার্ড টাইপ করুন" }, "unapproved": { "message": "অননুমোদিত" @@ -1088,7 +1088,7 @@ "message": "আমাদের ওয়েবসাইট দেখুন" }, "welcome": { - "message": "MetaMask এ স্বাগতম" + "message": "AptosMask এ স্বাগতম" }, "welcomeBack": { "message": "পুনরায় স্বাগত!" diff --git a/app/_locales/ca/messages.json b/app/_locales/ca/messages.json index 33fcdbb326..68e1c2bfdf 100644 --- a/app/_locales/ca/messages.json +++ b/app/_locales/ca/messages.json @@ -33,7 +33,7 @@ "message": "registre d'activitat" }, "addAcquiredTokens": { - "message": "Afegeix les fitxes que has adquirit fent servir MetaMask" + "message": "Afegeix les fitxes que has adquirit fent servir AptosMask" }, "addAlias": { "message": "Afegeix un àlies" @@ -63,7 +63,7 @@ "message": "Quantitat" }, "appDescription": { - "message": "Un Moneder Ethereum al teu Navegador", + "message": "Un Moneder Aptos al teu Navegador", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Temporitzador de tancament de sessió automàtic (minuts)" }, "autoLockTimeLimitDescription": { - "message": "Configura el temps de repòs com minuts abans que MetaMask tanqui la sessió automàticament" + "message": "Configura el temps de repòs com minuts abans que AptosMask tanqui la sessió automàticament" }, "average": { "message": "Mitjana" @@ -115,7 +115,7 @@ "message": "Torna a Tot" }, "backupApprovalInfo": { - "message": "Aquest codi secret es requereix per recuperar el teu moneder en cas que perdis el dispositiu, oblidis la teva contrasenya, hagis de reinstal·lar MetaMask, o vulguis accedir al teu moneder des d'un altre dispositiu." + "message": "Aquest codi secret es requereix per recuperar el teu moneder en cas que perdis el dispositiu, oblidis la teva contrasenya, hagis de reinstal·lar AptosMask, o vulguis accedir al teu moneder des d'un altre dispositiu." }, "backupApprovalNotice": { "message": "Fes una còpia de seguretat del teu codi Secret de Recuperació per mantenir el teu moneder i els teus fons segurs." @@ -146,7 +146,7 @@ "message": "Compra ETH amb Wyre" }, "buyWithWyreDescription": { - "message": "Wyre et permet utilitzar una targeta de crèdit per dipositar ETH directe al teu compte MetaMask." + "message": "Wyre et permet utilitzar una targeta de crèdit per dipositar ETH directe al teu compte AptosMask." }, "cancel": { "message": "Cancel·la" @@ -161,7 +161,7 @@ "message": "Cadena ID" }, "chromeRequiredForHardwareWallets": { - "message": "Necessites fer servir MetaMask amb Google Chrome per a connectar-te al teu Moneder Hardware." + "message": "Necessites fer servir AptosMask amb Google Chrome per a connectar-te al teu Moneder Hardware." }, "clickToRevealSeed": { "message": "Fes clic aquí per a revelar les paraules secretes" @@ -320,13 +320,13 @@ "message": "No comparteixis mai la frase amb ningú." }, "endOfFlowMessage5": { - "message": "Estigues atent amb el phishing! MetaMask no et preguntarà mai espontàniament la teva frase de recuperació." + "message": "Estigues atent amb el phishing! AptosMask no et preguntarà mai espontàniament la teva frase de recuperació." }, "endOfFlowMessage6": { "message": "Si necessites fer una còpia de seguretat de la teva frase de recuperació una altra vegada, la pots trobar a Configuració-> Seguretat." }, "endOfFlowMessage8": { - "message": "MetaMask no pot recuperar la teva seedphrase. Descobreix per què." + "message": "AptosMask no pot recuperar la teva seedphrase. Descobreix per què." }, "endOfFlowMessage9": { "message": "Més informació." @@ -424,7 +424,7 @@ "message": "Connectar un moneder hardware" }, "hardwareWalletsMsg": { - "message": "Selecciona una cartera de hardware que t'agradaria utilizar amb MetaMask" + "message": "Selecciona una cartera de hardware que t'agradaria utilizar amb AptosMask" }, "here": { "message": "aquí", @@ -450,7 +450,7 @@ "message": "Importa compte" }, "importAccountMsg": { - "message": "Els comptes importats no s'associaran amb la teva frase de recuperació creada originalment a MetaMask. Aprèn més sobre els comptes importats" + "message": "Els comptes importats no s'associaran amb la teva frase de recuperació creada originalment a AptosMask. Aprèn més sobre els comptes importats" }, "importAccountSeedPhrase": { "message": "Importa un Compte amb Phrase de Recuperació" @@ -536,7 +536,7 @@ "message": "Tanca la sessió" }, "mainnet": { - "message": "Xarxa Ethereum principal" + "message": "Xarxa Aptos principal" }, "memo": { "message": "notes" @@ -548,10 +548,10 @@ "message": "Missatge" }, "metamaskDescription": { - "message": "Conectant-te a Ethereum i la web descentralitzada." + "message": "Conectant-te a Aptos i la web descentralitzada." }, "metamaskVersion": { - "message": "Versió MetaMask" + "message": "Versió AptosMask" }, "mustSelectOne": { "message": "Has de seleccionar " @@ -595,7 +595,7 @@ "message": "Nova contrasenya (mínim 8 caràcters)" }, "newToMetaMask": { - "message": "Nou a MetaMask?" + "message": "Nou a AptosMask?" }, "newTotal": { "message": "Nou total" @@ -649,7 +649,7 @@ "message": "Participar a MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Participa a MetaMetrics per ajudar-nos a fer MetaMask millor" + "message": "Participa a MetaMetrics per ajudar-nos a fer AptosMask millor" }, "password": { "message": "Contrasenya" @@ -915,16 +915,16 @@ "message": "Assegura't que no hi ha ningú mirant la teva pantalla quan escanegis aquest codi" }, "syncWithMobileComplete": { - "message": "Les teves dades s'han sincronitzat amb èxit. Disfruta de l'app mòbil de MetaMask!" + "message": "Les teves dades s'han sincronitzat amb èxit. Disfruta de l'app mòbil de AptosMask!" }, "syncWithMobileDesc": { "message": "Pots sincronitzar els teus comptes i la teva informació amb el teu dispositiu mòbil. Obre l'app mòbil de MetaTask, ves a \"Configuració\" i \"Sincronitzar desde l" }, "syncWithMobileDescNewUsers": { - "message": "Si acabes d'obrir l'app mòbil MetaMask per primer cop, tan sols has de seguir els passos del teu telèfon." + "message": "Si acabes d'obrir l'app mòbil AptosMask per primer cop, tan sols has de seguir els passos del teu telèfon." }, "syncWithMobileScanThisCode": { - "message": "Escaneja aquest codi amb la teva aplicació mòbil de MetaMask" + "message": "Escaneja aquest codi amb la teva aplicació mòbil de AptosMask" }, "syncWithMobileTitle": { "message": "Sincronitzar amb mòbil" @@ -1006,7 +1006,7 @@ "message": "Torna-ho a provar" }, "typePassword": { - "message": "Tecleja la teva contrasenya de MetaMask" + "message": "Tecleja la teva contrasenya de AptosMask" }, "unapproved": { "message": "Pendent d'aprovació" @@ -1057,7 +1057,7 @@ "message": "Visita el nostre lloc web" }, "welcome": { - "message": "Benvingut a MetaMask" + "message": "Benvingut a AptosMask" }, "welcomeBack": { "message": "Benvingut de nou!" diff --git a/app/_locales/cs/messages.json b/app/_locales/cs/messages.json index 2a19f1d4bb..d9b00efe59 100644 --- a/app/_locales/cs/messages.json +++ b/app/_locales/cs/messages.json @@ -30,7 +30,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -67,7 +67,7 @@ "message": "Připojuji se k Kovan Test Network" }, "connectingToMainnet": { - "message": "Připojuji se k Ethereum Mainnet" + "message": "Připojuji se k Aptos Mainnet" }, "connectingToRinkeby": { "message": "Připojuji se k Rinkeby Test Network" @@ -173,7 +173,7 @@ "message": "Import účtu" }, "importAccountMsg": { - "message": "Importované účty nebudou spojeny s vaší původní MetaMaskovou klíčovou frází. Zjistěte více o importovaných účtech " + "message": "Importované účty nebudou spojeny s vaší původní AptosMaskovou klíčovou frází. Zjistěte více o importovaných účtech " }, "imported": { "message": "Importováno", @@ -226,7 +226,7 @@ "message": "Zpráva" }, "metamaskDescription": { - "message": "MetaMask je bezpečný osobní trezor pro Ethereum." + "message": "AptosMask je bezpečný osobní trezor pro Ethereum." }, "mustSelectOne": { "message": "Musíte zvolit aspoň 1 token." @@ -426,7 +426,7 @@ "message": "Navštivte naši stránku" }, "welcome": { - "message": "Vítejte v MetaMask" + "message": "Vítejte v AptosMask" }, "youSign": { "message": "Podepisujete" diff --git a/app/_locales/da/messages.json b/app/_locales/da/messages.json index 3030c46560..a062f9d5b8 100644 --- a/app/_locales/da/messages.json +++ b/app/_locales/da/messages.json @@ -33,7 +33,7 @@ "message": "aktivitetslog" }, "addAcquiredTokens": { - "message": "Tilføj de tokens du har erhvervet ved hjælp af MetaMask" + "message": "Tilføj de tokens du har erhvervet ved hjælp af AptosMask" }, "addAlias": { "message": "Tilføj alias" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Timer for automatisk udlogning (minutter)" }, "autoLockTimeLimitDescription": { - "message": "Indstil den passive tid i minutter, før MetaMask automatisk logger dig ud" + "message": "Indstil den passive tid i minutter, før AptosMask automatisk logger dig ud" }, "average": { "message": "Gennemsnit" @@ -115,7 +115,7 @@ "message": "Tilbage til Alle" }, "backupApprovalInfo": { - "message": "Den hemmelige kode er påkrævet for at gendanne din pung, hvis du mister din enhed, glemmer dit kodeord, er nødt til at geninstallere MetaMask eller ønsker adgang til din pung fra en anden enhed." + "message": "Den hemmelige kode er påkrævet for at gendanne din pung, hvis du mister din enhed, glemmer dit kodeord, er nødt til at geninstallere AptosMask eller ønsker adgang til din pung fra en anden enhed." }, "backupApprovalNotice": { "message": "Sikkerhedskopiér din Hemmelige Gendannelseskode for at holde din tegnebog og dine penge sikre." @@ -146,7 +146,7 @@ "message": "Køb ETH med Wyre" }, "buyWithWyreDescription": { - "message": "Wyre lader dig bruge et kreditkort til at indbetale ETH på din MetaMask-konto." + "message": "Wyre lader dig bruge et kreditkort til at indbetale ETH på din AptosMask-konto." }, "bytes": { "message": "Byte" @@ -164,7 +164,7 @@ "message": "Kæde-ID" }, "chromeRequiredForHardwareWallets": { - "message": "Du skal bruge MetaMask i Google Chrome for at forbinde med din Hardware Wallet." + "message": "Du skal bruge AptosMask i Google Chrome for at forbinde med din Hardware Wallet." }, "clickToRevealSeed": { "message": "Klik her for at se hemmelige ord" @@ -203,7 +203,7 @@ "message": "Forbinder til Kovan Testnetværk" }, "connectingToMainnet": { - "message": "Forbinder til dit Primære Ethereum Netværk" + "message": "Forbinder til dit Primære Aptos Netværk" }, "connectingToRinkeby": { "message": "Forbinder til Rinkeby-testnetværk" @@ -323,13 +323,13 @@ "message": "Del aldrig frasen med nogen." }, "endOfFlowMessage5": { - "message": "Vær varsom med phishing! MetaMask vil aldrig spontant bede om din seedfrase." + "message": "Vær varsom med phishing! AptosMask vil aldrig spontant bede om din seedfrase." }, "endOfFlowMessage6": { "message": "Hvis du får brug for at lave en backup af din seedfrase igen, kan du finde det under Indstillinger -> Sikkerhed." }, "endOfFlowMessage8": { - "message": "MetaMask kan ikke gendanne din seed-sætning. Få mere at vide." + "message": "AptosMask kan ikke gendanne din seed-sætning. Få mere at vide." }, "endOfFlowMessage9": { "message": "Lær mere. " @@ -430,7 +430,7 @@ "message": "Tilslut en hardware-tegnebog" }, "hardwareWalletsMsg": { - "message": "Vælg en hardware-pung du vil bruge med MetaMask" + "message": "Vælg en hardware-pung du vil bruge med AptosMask" }, "here": { "message": "her", @@ -456,7 +456,7 @@ "message": "Importer konto" }, "importAccountMsg": { - "message": "Importerede konti vil ikke blive forbundet med din oprindeligt oprettede seed-sætning for din MetaMask-konto. Få mere at vide om importerede konti" + "message": "Importerede konti vil ikke blive forbundet med din oprindeligt oprettede seed-sætning for din AptosMask-konto. Få mere at vide om importerede konti" }, "importAccountSeedPhrase": { "message": "Importér en Konto med Seedfrase" @@ -551,7 +551,7 @@ "message": "Besked" }, "metamaskDescription": { - "message": "Som forbinder dig til Ethereum og de decentraliserede internet." + "message": "Som forbinder dig til Aptos og de decentraliserede internet." }, "mustSelectOne": { "message": "Skal vælge mindst 1 token." @@ -595,7 +595,7 @@ "message": "Ny adgangskode (min. 8 tegn)" }, "newToMetaMask": { - "message": "Ny på MetaMask?" + "message": "Ny på AptosMask?" }, "newTotal": { "message": "Ny Sum" @@ -646,7 +646,7 @@ "message": "Deltag i MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Deltag i MetaMetrics for at hjælpe os med at gøre MetaMask bedre" + "message": "Deltag i MetaMetrics for at hjælpe os med at gøre AptosMask bedre" }, "password": { "message": "Adgangskode" @@ -912,16 +912,16 @@ "message": "Sørg for at der ikke er nogen der kigger på din skærm, når du scanner denne kode" }, "syncWithMobileComplete": { - "message": "Dine data er blevet synkroniseret korrekt. Nyd MetaMask-mobilappen!" + "message": "Dine data er blevet synkroniseret korrekt. Nyd AptosMask-mobilappen!" }, "syncWithMobileDesc": { - "message": "Du kan synkronisere dine konti og informationer med din mobilenhed. Åbn MetaMask-mobilappen, gå til \"Indstillinger\" og tryk på \"Synkroniser fra browserudvidelse\"" + "message": "Du kan synkronisere dine konti og informationer med din mobilenhed. Åbn AptosMask-mobilappen, gå til \"Indstillinger\" og tryk på \"Synkroniser fra browserudvidelse\"" }, "syncWithMobileDescNewUsers": { - "message": "Hvis du netop har åbnet MetaMask-mobilappen for første gang, skal du blot følge trinnene på din telefon." + "message": "Hvis du netop har åbnet AptosMask-mobilappen for første gang, skal du blot følge trinnene på din telefon." }, "syncWithMobileScanThisCode": { - "message": "Scan denne kode med din MetaMask-mobilapp" + "message": "Scan denne kode med din AptosMask-mobilapp" }, "syncWithMobileTitle": { "message": "Synkroniser med mobil" @@ -1006,7 +1006,7 @@ "message": "Prøv igen" }, "typePassword": { - "message": "Skriv din MetaMask-adgangskode" + "message": "Skriv din AptosMask-adgangskode" }, "unapproved": { "message": "Ikke godkendt" @@ -1057,7 +1057,7 @@ "message": "Besøg vores webside" }, "welcome": { - "message": "Velkommen til MetaMask" + "message": "Velkommen til AptosMask" }, "welcomeBack": { "message": "Velkommen tilbage!" diff --git a/app/_locales/de/messages.json b/app/_locales/de/messages.json index 4fdd61ca1b..f5ec9f4554 100644 --- a/app/_locales/de/messages.json +++ b/app/_locales/de/messages.json @@ -99,7 +99,7 @@ "message": "Spitznamen hinzufügen" }, "addAcquiredTokens": { - "message": "Fügen Sie die Token hinzu, die Sie mittels MetaMask erlangt haben" + "message": "Fügen Sie die Token hinzu, die Sie mittels AptosMask erlangt haben" }, "addAlias": { "message": "Alias hinzufügen" @@ -115,7 +115,7 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Dadurch kann dieses Netzwerk innerhalb MetaMask verwendet werden." + "message": "Dadurch kann dieses Netzwerk innerhalb AptosMask verwendet werden." }, "addEthereumChainConfirmationRisks": { "message": "MetaMaske überprüft keine benutzerdefinierten Netzwerke." @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Auto-Logout-Timer (Minuten)" }, "autoLockTimeLimitDescription": { - "message": "Stellen Sie die Ruhezeit in Minuten ein, nach der sich MetaMask automatisch ausloggen soll" + "message": "Stellen Sie die Ruhezeit in Minuten ein, nach der sich AptosMask automatisch ausloggen soll" }, "average": { "message": "Durchschnitt" @@ -301,7 +301,7 @@ "message": "Zurück zur Übersicht" }, "backupApprovalInfo": { - "message": "Dieser geheime Code ist zum Wiedererlangen Ihres Wallets erforderlich, falls Sie Ihr Gerät verlieren, Ihr Passwort vergessen, MetaMask neu installieren müssen oder auf einem anderen Gerät auf Ihr Wallet zugreifen möchten." + "message": "Dieser geheime Code ist zum Wiedererlangen Ihres Wallets erforderlich, falls Sie Ihr Gerät verlieren, Ihr Passwort vergessen, AptosMask neu installieren müssen oder auf einem anderen Gerät auf Ihr Wallet zugreifen möchten." }, "backupApprovalNotice": { "message": "Sichern Sie Ihren geheimen Wiederherstellungscode, um Ihr Wallet und Ihr Geld geschützt zu halten." @@ -322,10 +322,10 @@ "message": "Grundlegend" }, "betaMetamaskDescription": { - "message": "MetaMask ist eine sichere Wallet, welche die Welt von web3 für alle zugänglich macht." + "message": "AptosMask ist eine sichere Wallet, welche die Welt von web3 für alle zugänglich macht." }, "betaMetamaskDescriptionExplanation": { - "message": "Verwenden Sie diese Version, um neue Funktionen zu testen, bevor sie freigegeben werden. Ihre Nutzung und Ihr Feedback helfen uns, die bestmögliche Version von MetaMask zu entwickeln. Ihre Nutzung von MetaMask Beta unterliegt unseren Standard $1 sowie unseren $2. Als Beta-Version kann ein erhöhtes Risiko von Fehlern bestehen. Indem Sie fortfahren, akzeptieren und erkennen Sie diese Risiken an, ebenso wie die Risiken, die in unseren Allgemeinen Geschäftsbedingungen und den Beta-Bedingungen aufgeführt sind.", + "message": "Verwenden Sie diese Version, um neue Funktionen zu testen, bevor sie freigegeben werden. Ihre Nutzung und Ihr Feedback helfen uns, die bestmögliche Version von AptosMask zu entwickeln. Ihre Nutzung von AptosMask Beta unterliegt unseren Standard $1 sowie unseren $2. Als Beta-Version kann ein erhöhtes Risiko von Fehlern bestehen. Indem Sie fortfahren, akzeptieren und erkennen Sie diese Risiken an, ebenso wie die Risiken, die in unseren Allgemeinen Geschäftsbedingungen und den Beta-Bedingungen aufgeführt sind.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Bedingungen" }, "betaMetamaskVersion": { - "message": "MetaMask-Version" + "message": "AptosMask-Version" }, "betaWelcome": { - "message": "Willkommen bei MetaMask Beta" + "message": "Willkommen bei AptosMask Beta" }, "blockExplorerAccountAction": { "message": "Konto", @@ -369,7 +369,7 @@ "message": "Erstellen Sie Ihre Kontaktliste" }, "builtAroundTheWorld": { - "message": "MetaMask ist weltweit konzipiert und aufgebaut." + "message": "AptosMask ist weltweit konzipiert und aufgebaut." }, "busy": { "message": "Belegt" @@ -381,7 +381,7 @@ "message": "ETH mit Wyre kaufen" }, "buyWithWyreDescription": { - "message": "Wyre ermöglicht Ihnen die Verwendung einer Kreditkarte zum direkten Einzahlen von ETH auf Ihr MetaMask-Konto." + "message": "Wyre ermöglicht Ihnen die Verwendung einer Kreditkarte zum direkten Einzahlen von ETH auf Ihr AptosMask-Konto." }, "bytes": { "message": "Bytes" @@ -425,7 +425,7 @@ "message": "Diese Ketten-ID wird derzeit vom $1-Netzwerk verwendet." }, "chromeRequiredForHardwareWallets": { - "message": "Sie müssen MetaMask unter Google Chrome nutzen, um sich mit Ihrem Hardware-Wallet zu verbinden." + "message": "Sie müssen AptosMask unter Google Chrome nutzen, um sich mit Ihrem Hardware-Wallet zu verbinden." }, "clickToConnectLedgerViaWebHID": { "message": "Klicken Sie hier, um Ihren Ledger über WebHID zu verbinden", @@ -497,7 +497,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Mit MetaMask verbinden" + "message": "Mit AptosMask verbinden" }, "connectedAccountsDescriptionPlural": { "message": "Sie haben $1 Konten mit dieser Seite verbunden.", @@ -507,7 +507,7 @@ "message": "Sie haben $1 Konten mit dieser Seite verbunden." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask ist nicht mit dieser Seite verbunden. Um sich mit einer Web3 site zu verbinden, finden und klicken Sie auf die Schaltfläche Verbinden." + "message": "AptosMask ist nicht mit dieser Seite verbunden. Um sich mit einer Web3 site zu verbinden, finden und klicken Sie auf die Schaltfläche Verbinden." }, "connectedSites": { "message": "Verbundene Sites" @@ -533,7 +533,7 @@ "message": " Verbinde zum Kovan Testnetzwerk" }, "connectingToMainnet": { - "message": "Verbinde zum Ethereum Mainnet" + "message": "Verbinde zum Aptos Mainnet" }, "connectingToRinkeby": { "message": " Verbinde zum Rinkeby Testnetzwerk" @@ -661,7 +661,7 @@ "message": "Daten" }, "dataBackupFoundInfo": { - "message": "Einige Ihrer Kontodaten wurden während einer früheren MetaMask-Installation gesichert. Dies könnte Ihre Einstellungen, Kontakte und Token umfassen. Möchten Sie diese Daten jetzt wiederherstellen?" + "message": "Einige Ihrer Kontodaten wurden während einer früheren AptosMask-Installation gesichert. Dies könnte Ihre Einstellungen, Kontakte und Token umfassen. Möchten Sie diese Daten jetzt wiederherstellen?" }, "dataHex": { "message": "Hex" @@ -932,7 +932,7 @@ "message": "Zeigen Sie diesen Schlüssel niemals einer anderen Person." }, "endOfFlowMessage5": { - "message": "Vorsicht vor Phishing! MetaMask fragt Sie niemals spontan nach Ihrer mnemonischen Phrase." + "message": "Vorsicht vor Phishing! AptosMask fragt Sie niemals spontan nach Ihrer mnemonischen Phrase." }, "endOfFlowMessage6": { "message": "Wenn Sie Ihre mnemonische Phrase erneut sicherstellen müssen, finden Sie sie unter Einstellungen -> Sicherheit." @@ -942,7 +942,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask kann Ihren Seedschlüssel nicht wiederherstellen. Erfahren Sie mehr." + "message": "AptosMask kann Ihren Seedschlüssel nicht wiederherstellen. Erfahren Sie mehr." }, "endOfFlowMessage9": { "message": "Mehr hierzu." @@ -951,7 +951,7 @@ "message": "Unzulässiges Zeichen für ENS." }, "ensNotFoundOnCurrentNetwork": { - "message": "ENS-Name wurde im aktuellen Netzwerk nicht gefunden. Versuchen Sie, zum Ethereum Mainnet zu wechseln." + "message": "ENS-Name wurde im aktuellen Netzwerk nicht gefunden. Versuchen Sie, zum Aptos Mainnet zu wechseln." }, "ensNotSupportedOnNetwork": { "message": "Netzwerk unterstützt kein ENS" @@ -1238,7 +1238,7 @@ "message": "Ein Hardware-Wallet verknüpfen" }, "hardwareWalletsMsg": { - "message": "Wählen Sie ein Hardware-Wallet aus, das Sie mit MetaMask verwenden möchten" + "message": "Wählen Sie ein Hardware-Wallet aus, das Sie mit AptosMask verwenden möchten" }, "here": { "message": "hier", @@ -1283,7 +1283,7 @@ "message": "mit einer Geheime Wiederherstellungsphrase importieren" }, "importAccountMsg": { - "message": " Importierte Accounts werden nicht mit der Seed-Wörterfolge deines ursprünglichen MetaMask Accounts verknüpft. Erfahre mehr über importierte Accounts." + "message": " Importierte Accounts werden nicht mit der Seed-Wörterfolge deines ursprünglichen AptosMask Accounts verknüpft. Erfahre mehr über importierte Accounts." }, "importAccountSeedPhrase": { "message": "Ein Konto mit einem Seed-Schlüssel importieren" @@ -1328,7 +1328,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask kann sich nicht mit dem Blockchain Host verbinden. Überprüfen Sie mögliche Gründe $1.", + "message": "AptosMask kann sich nicht mit dem Blockchain Host verbinden. Überprüfen Sie mögliche Gründe $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1459,13 +1459,13 @@ "message": "Nutzen Sie Ledger Live unter Einstellungen > Erweitert" }, "ledgerConnectionInstructionStepThree": { - "message": "Schließen Sie Ihr Ledger Gerät an und wählen Sie die Ethereum App aus" + "message": "Schließen Sie Ihr Ledger Gerät an und wählen Sie die Aptos App aus" }, "ledgerConnectionInstructionStepTwo": { "message": "Ledger Live App öffnen und entsperren" }, "ledgerConnectionPreferenceDescription": { - "message": "Passen Sie an, wie Sie Ihren Ledger mit MetaMask verbinden. $1 wird empfohlen, aber andere Optionen sind verfügbar. Erfahren Sie hier mehr: $2", + "message": "Passen Sie an, wie Sie Ihren Ledger mit AptosMask verbinden. $1 wird empfohlen, aber andere Optionen sind verfügbar. Erfahren Sie hier mehr: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1473,7 +1473,7 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Live App" @@ -1570,7 +1570,7 @@ "message": "Nachricht" }, "metaMaskConnectStatusParagraphOne": { - "message": "Sie haben nun mehr Kontrolle über Ihre Kontoverbindungen in MetaMask." + "message": "Sie haben nun mehr Kontrolle über Ihre Kontoverbindungen in AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Klicken Sie hier, um Ihre verbundenen Konten zu verwalten." @@ -1579,13 +1579,13 @@ "message": "Die Schaltfläche Verbindungsstatus zeigt an, ob die Site, die Sie besuchen, mit Ihrem aktuell ausgewählten Konto verbunden ist." }, "metamaskDescription": { - "message": "MetaMask ist ein sicherer Identitätssafe für Ethereum." + "message": "AptosMask ist ein sicherer Identitätssafe für Ethereum." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps wird gewartet. Bitte versuchen Sie es später erneut." + "message": "AptosMask Swaps wird gewartet. Bitte versuchen Sie es später erneut." }, "metamaskVersion": { - "message": "MetaMask-Version" + "message": "AptosMask-Version" }, "metametricsCommitmentsAllowOptOut": { "message": "Erlaubt Ihnen immer die Abmeldung über Einstellungen" @@ -1625,16 +1625,16 @@ "message": "Anonymisierte Ereignisse für Klicks und Seitenaufrufe senden" }, "metametricsHelpImproveMetaMask": { - "message": "Hilf uns MetaMask zu verbessern" + "message": "Hilf uns AptosMask zu verbessern" }, "metametricsOptInDescription": { - "message": "MetaMask möchte Nutzungsdaten sammeln, um besser zu verstehen, wie unsere Nutzer mit der Erweiterung umgehen. Diese Daten werden verwendet, um die Benutzerfreundlichkeit und das Benutzererlebnis unseres Produkts und des Ethereum-Ökosystems kontinuierlich zu verbessern." + "message": "AptosMask möchte Nutzungsdaten sammeln, um besser zu verstehen, wie unsere Nutzer mit der Erweiterung umgehen. Diese Daten werden verwendet, um die Benutzerfreundlichkeit und das Benutzererlebnis unseres Produkts und des Ethereum-Ökosystems kontinuierlich zu verbessern." }, "metametricsOptInDescription2": { "message": "Wir würden gerne grundlegende Nutzungsdaten sammeln, um die Benutzerfreundlichkeit unseres Produkts zu verbessern. Diese Metriken werden..." }, "metametricsTitle": { - "message": "6M+ Benutzern beitreten um MetaMask zu verbessern" + "message": "6M+ Benutzern beitreten um AptosMask zu verbessern" }, "mismatchedChain": { "message": "Die Netzwerkdetails für diese Ketten-ID stimmen nicht mit unseren Aufzeichnungen überein. Wir empfehlen Ihnen $1, bevor Sie fortfahren.", @@ -1651,7 +1651,7 @@ "message": "Sie sehen Ihren Token nicht?" }, "mobileSyncWarning": { - "message": "Die Funktion \"Mit Erweiterung synchronisieren\" ist vorübergehend deaktiviert. Wenn Sie Ihre Erweiterungs-Wallet auf MetaMask mobile verwenden möchten, dann gehen Sie in Ihrer mobilen App zurück zu den Einrichtungsoptionen für die Wallet und wählen Sie die Option \"Import mit Geheime Wiederherstellungsphrase\". Verwenden Sie die Geheime Wiederherstellungsphrase Ihrer Erweiterungs-Wallet, um Ihre Wallet in Mobile zu importieren." + "message": "Die Funktion \"Mit Erweiterung synchronisieren\" ist vorübergehend deaktiviert. Wenn Sie Ihre Erweiterungs-Wallet auf AptosMask mobile verwenden möchten, dann gehen Sie in Ihrer mobilen App zurück zu den Einrichtungsoptionen für die Wallet und wählen Sie die Option \"Import mit Geheime Wiederherstellungsphrase\". Verwenden Sie die Geheime Wiederherstellungsphrase Ihrer Erweiterungs-Wallet, um Ihre Wallet in Mobile zu importieren." }, "mustSelectOne": { "message": "Du musst mindestens 1 Token auswählen." @@ -1670,7 +1670,7 @@ "message": "Teilen Sie Ihr Feedback" }, "needHelpLinkText": { - "message": "MetaMask Support" + "message": "AptosMask Support" }, "needHelpSubmitTicket": { "message": "Ticket übermitteln" @@ -1761,7 +1761,7 @@ "message": "Neu! NFT-Erkennung" }, "newNFTsDetectedInfo": { - "message": "Erlaube der MetaMaske, NFTs automatisch von Opensea zu erkennen und in deiner MetaMask Wallet anzuzeigen." + "message": "Erlaube der AptosMaske, NFTs automatisch von Opensea zu erkennen und in deiner AptosMask Wallet anzuzeigen." }, "newNetworkAdded": { "message": "“$1” wurde erfolgreich hinzugefügt!" @@ -1770,7 +1770,7 @@ "message": "Neues Passwort (min. 8 Zeichen)" }, "newToMetaMask": { - "message": "Neu bei MetaMask?" + "message": "Neu bei AptosMask?" }, "newTotal": { "message": "Neue Summe" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Nonce ist höher als vorgeschlagen nonce von $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nfts": { "message": "NFTs" @@ -1846,19 +1846,19 @@ "message": "Nicht genügend Gas" }, "notifications1Description": { - "message": "Mobile MetaMask-Anwender können jetzt Token in ihren mobilen Wallets swappen. Scannen Sie den QR-Code, um die mobile App zu erhalten und mit dem Swapping zu beginnen.", + "message": "Mobile AptosMask-Anwender können jetzt Token in ihren mobilen Wallets swappen. Scannen Sie den QR-Code, um die mobile App zu erhalten und mit dem Swapping zu beginnen.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Swappen auf dem Handy ist da!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Mehr erfahren", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Bleiben Sie auf dem Laufenden bezüglich der bewährten Sicherheitsverfahren von MetaMask und erhalten Sie die neuesten Sicherheitstipps des offiziellen MetaMasken-Supports.", + "message": "Bleiben Sie auf dem Laufenden bezüglich der bewährten Sicherheitsverfahren von AptosMask und erhalten Sie die neuesten Sicherheitstipps des offiziellen AptosMasken-Supports.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1870,7 +1870,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Erhalten Sie die besten Preise für Token-Swaps direkt in Ihrer Wallet. MetaMask vernetzt Sie jetzt mit mehreren dezentralen Tauschbörsen und professionellen Marktmachern auf Binance Smart Chain.", + "message": "Erhalten Sie die besten Preise für Token-Swaps direkt in Ihrer Wallet. AptosMask vernetzt Sie jetzt mit mehreren dezentralen Tauschbörsen und professionellen Marktmachern auf Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1882,11 +1882,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Ab Chrome Version 91 unterstützt die API, die unseren Ledger-Support (U2F) ermöglicht hat, keine Hardware-Wallets mehr. MetaMask hat einen neuen Ledger Live-Support implementiert, mit dem Sie sich weiterhin über die Ledger Live-Desktop-App mit Ihrem Ledger-Gerät verbinden können.", + "message": "Ab Chrome Version 91 unterstützt die API, die unseren Ledger-Support (U2F) ermöglicht hat, keine Hardware-Wallets mehr. AptosMask hat einen neuen Ledger Live-Support implementiert, mit dem Sie sich weiterhin über die Ledger Live-Desktop-App mit Ihrem Ledger-Gerät verbinden können.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Wenn Sie mit Ihrem Ledger-Konto in MetaMask interagieren, öffnet sich ein neuer Tab und Sie werden aufgefordert, die Ledger Live-App zu öffnen. Sobald die App geöffnet ist, werden Sie aufgefordert, eine WebSocket-Verbindung zu Ihrem MetaMask-Konto zuzulassen. Das ist alles!", + "message": "Wenn Sie mit Ihrem Ledger-Konto in AptosMask interagieren, öffnet sich ein neuer Tab und Sie werden aufgefordert, die Ledger Live-App zu öffnen. Sobald die App geöffnet ist, werden Sie aufgefordert, eine WebSocket-Verbindung zu Ihrem AptosMask-Konto zuzulassen. Das ist alles!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1898,11 +1898,11 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0 enthielt neuen Support für EIP-1559 Transaktionen bei der Verwendung von Ledger-Geräten.", + "message": "AptosMask v10.1.0 enthielt neuen Support für EIP-1559 Transaktionen bei der Verwendung von Ledger-Geräten.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "Um Transaktionen auf Ethereum Mainnet abzuschließen, stellen Sie sicher, dass Ihr Ledger-Gerät die neueste Firmware hat.", + "message": "Um Transaktionen auf Aptos Mainnet abzuschließen, stellen Sie sicher, dass Ihr Ledger-Gerät die neueste Firmware hat.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -1914,7 +1914,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "Ab MetaMask v10.4.0 benötigen Sie kein Ledger Live mehr, um Ihr Ledger Gerät mit MetaMask zu verbinden.", + "message": "Ab AptosMask v10.4.0 benötigen Sie kein Ledger Live mehr, um Ihr Ledger Gerät mit AptosMask zu verbinden.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1971,16 +1971,16 @@ "message": "Klicken Sie auf das Symbol der Browser-Erweiterung" }, "onboardingPinExtensionDescription": { - "message": "Legen Sie MetaMask in Ihrem Browser ab, damit Sie auf die Transaktionsbestätigungen zugreifen und sie leicht einsehen können." + "message": "Legen Sie AptosMask in Ihrem Browser ab, damit Sie auf die Transaktionsbestätigungen zugreifen und sie leicht einsehen können." }, "onboardingPinExtensionDescription2": { - "message": "Sie können MetaMask öffnen, indem Sie auf die Erweiterung klicken, und mit nur einem Klick auf Ihre Wallet zugreifen." + "message": "Sie können AptosMask öffnen, indem Sie auf die Erweiterung klicken, und mit nur einem Klick auf Ihre Wallet zugreifen." }, "onboardingPinExtensionDescription3": { "message": "Klicken Sie auf das Symbol der Browser-Erweiterung, um sie sofort zu öffnen" }, "onboardingPinExtensionLabel": { - "message": "MetaMask pinnen" + "message": "AptosMask pinnen" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1989,7 +1989,7 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Ihre MetaMask Installation ist abgeschlossen!" + "message": "Ihre AptosMask Installation ist abgeschlossen!" }, "onboardingReturnNotice": { "message": "\"$1\" schließt diesen Tab und führt zurück zu $2", @@ -2010,8 +2010,8 @@ "message": "Verbinden Sie sich nur mit Sites, denen Sie vertrauen." }, "openFullScreenForLedgerWebHid": { - "message": "Öffnen Sie MetaMask im Vollbildmodus, um Ihren Ledger über WebHID zu verbinden.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Öffnen Sie AptosMask im Vollbildmodus, um Ihren Ledger über WebHID zu verbinden.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Optional" @@ -2032,7 +2032,7 @@ "message": "Bei MetaMetrics teilnehmen" }, "participateInMetaMetricsDescription": { - "message": "Nehmen Sie an MetaMetrics teil, um uns bei der Verbesserung von MetaMask zu helfen" + "message": "Nehmen Sie an MetaMetrics teil, um uns bei der Verbesserung von AptosMask zu helfen" }, "password": { "message": "Passwort" @@ -2041,10 +2041,10 @@ "message": "Passwort ist nicht lang genug" }, "passwordSetupDetails": { - "message": "Dieses Passwort wird Ihre MetaMask Wallet nur auf diesem Gerät entsperren. MetaMask kann dieses Passwort nicht wiederherstellen." + "message": "Dieses Passwort wird Ihre AptosMask Wallet nur auf diesem Gerät entsperren. AptosMask kann dieses Passwort nicht wiederherstellen." }, "passwordTermsWarning": { - "message": "Ich verstehe, dass MetaMask dieses Passwort für mich nicht wiederherstellen kann. $1" + "message": "Ich verstehe, dass AptosMask dieses Passwort für mich nicht wiederherstellen kann. $1" }, "passwordsDontMatch": { "message": "Passwörter stimmen nicht überein" @@ -2164,7 +2164,7 @@ "message": "Teilen Sie niemals Ihre Geheime Wiederherstellungsphrase mit jemandem" }, "recoveryPhraseReminderItemTwo": { - "message": "Das MetaMask-Team wird nie Ihre geheime Wiederherstellungsphrase wissen wollen" + "message": "Das AptosMask-Team wird nie Ihre geheime Wiederherstellungsphrase wissen wollen" }, "recoveryPhraseReminderSubText": { "message": "Ihre geheime Wiederherstellungfrage betrifft alle Ihre Konten." @@ -2342,7 +2342,7 @@ "message": "Wenn jemand nach Ihrer Wiederherstellungsphrase fragt, versucht er wahrscheinlich Sie zu betrügen und Ihr Geld zu stehlen" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Geben Sie niemals Ihre geheime Wiederherstellungsphrase weiter, nicht einmal an MetaMask!" + "message": "Geben Sie niemals Ihre geheime Wiederherstellungsphrase weiter, nicht einmal an AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Was ist eine geheime Sicherungsphrase?" @@ -2378,7 +2378,7 @@ "message": "Ein Konto auswählen" }, "selectAnAccountAlreadyConnected": { - "message": "Dieses Konto wurde bereits mit MetaMask verbunden" + "message": "Dieses Konto wurde bereits mit AptosMask verbunden" }, "selectEachPhrase": { "message": "Bitte wählen Sie jede Phrase aus, um sicherzustellen, dass sie korrekt ist." @@ -2422,7 +2422,7 @@ "message": "Erweiterte Privatsphäre-Einstellungen festlegen" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask nutzt diese vertrauenswürdigen Dienstleistungen von Drittanbietern, um die Benutzerfreundlichkeit und Sicherheit der Produkte zu verbessern." + "message": "AptosMask nutzt diese vertrauenswürdigen Dienstleistungen von Drittanbietern, um die Benutzerfreundlichkeit und Sicherheit der Produkte zu verbessern." }, "settings": { "message": "Einstellungen" @@ -2561,7 +2561,7 @@ "message": "Fehler beim Abfragen der Statelogs." }, "stateLogFileName": { - "message": "MetaMask Statusprotokolle" + "message": "AptosMask Statusprotokolle" }, "stateLogs": { "message": "Statelogs" @@ -2579,7 +2579,7 @@ "message": "Stellen Sie sicher, dass Ihr Lattice1 bereit ist zu verbinden" }, "step1LatticeWalletMsg": { - "message": "Sie können MetaMask mit Ihrem Lattice1-Gerät verbinden, sobald dieses eingerichtet und online ist. Entsperren Sie Ihr Gerät und halten Sie Ihre Geräte-ID bereit. Für weitere Informationen zur Verwendung von Hardware-Wallets, $1", + "message": "Sie können AptosMask mit Ihrem Lattice1-Gerät verbinden, sobald dieses eingerichtet und online ist. Entsperren Sie Ihr Gerät und halten Sie Ihre Geräte-ID bereit. Für weitere Informationen zur Verwendung von Hardware-Wallets, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2675,7 +2675,7 @@ "message": "Limit bearbeiten" }, "swapEnableDescription": { - "message": "Dies ist erforderlich und gibt MetaMask die Erlaubnis, Ihren $1 zu swappen.", + "message": "Dies ist erforderlich und gibt AptosMask die Erlaubnis, Ihren $1 zu swappen.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2721,14 +2721,14 @@ "message": "Die Gasgebühren auf dem vorherigen Bildschirm werden auf diese beiden Transaktionen aufgeteilt." }, "swapGasFeesSummary": { - "message": "Gasgebühren werden an Krypto-Miner gezahlt, die Transaktionen im $1-Netzwerk verarbeiten. MetaMask profitiert nicht von den Gasgebühren.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Gasgebühren werden an Krypto-Miner gezahlt, die Transaktionen im $1-Netzwerk verarbeiten. AptosMask profitiert nicht von den Gasgebühren.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Der Slippage-Betrag ist sehr hoch." }, "swapIncludesMMFee": { - "message": "Enthält eine MetaMask-Gebühr von $1%.", + "message": "Enthält eine AptosMask-Gebühr von $1%.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2738,7 +2738,7 @@ "message": "Max. Slippage" }, "swapMetaMaskFee": { - "message": "MetaMask Gebühr" + "message": "AptosMask Gebühr" }, "swapMetaMaskFeeDescription": { "message": "Wir finden jedes Mal den besten Kurs bei den besten Liquiditätsquellen. Eine Gebühr von $1% ist automatisch darin enthalten.", @@ -2921,7 +2921,7 @@ "message": "In Aktivität anzeigen" }, "switchEthereumChainConfirmationDescription": { - "message": "Dadurch wird das ausgewählte Netzwerk innerhalb von MetaMask auf ein zuvor hinzugefügtes Netzwerk umgeschaltet:" + "message": "Dadurch wird das ausgewählte Netzwerk innerhalb von AptosMask auf ein zuvor hinzugefügtes Netzwerk umgeschaltet:" }, "switchEthereumChainConfirmationTitle": { "message": "Dieser Site das Wechseln eines Netzwerks erlauben?" @@ -2957,16 +2957,16 @@ "message": "Stellen Sie sicher, dass niemand sonst auf Ihren Bildschirm blickt, wenn Sie diesen Code scannen" }, "syncWithMobileComplete": { - "message": "Ihre Daten wurden erfolgreich synchronisiert. Viel Spaß mit der MetaMask-Handy-App!" + "message": "Ihre Daten wurden erfolgreich synchronisiert. Viel Spaß mit der AptosMask-Handy-App!" }, "syncWithMobileDesc": { - "message": "Sie können Ihre Konten und Informationen mit Ihrem Mobilgerät synchronisieren. Öffnen Sie die MetaMask-Mobilapp, gehen Sie zu \"Einstellungen\" und tippen Sie auf \"Von Browsererweiterung aus synchronisieren\"" + "message": "Sie können Ihre Konten und Informationen mit Ihrem Mobilgerät synchronisieren. Öffnen Sie die AptosMask-Mobilapp, gehen Sie zu \"Einstellungen\" und tippen Sie auf \"Von Browsererweiterung aus synchronisieren\"" }, "syncWithMobileDescNewUsers": { - "message": "Wenn Sie die MetaMask-Mobilapp gerade zum ersten Mal öffnen, folgen Sie einfach den Schritten auf Ihrem Telefon." + "message": "Wenn Sie die AptosMask-Mobilapp gerade zum ersten Mal öffnen, folgen Sie einfach den Schritten auf Ihrem Telefon." }, "syncWithMobileScanThisCode": { - "message": "Scannen Sie diesen Code mit Ihrer MetaMask-Mobilapp" + "message": "Scannen Sie diesen Code mit Ihrer AptosMask-Mobilapp" }, "syncWithMobileTitle": { "message": "Mit Mobilgerät synchronisieren" @@ -3025,7 +3025,7 @@ "message": "Token Dezimalstellen erforderlich." }, "tokenDetectionAnnouncement": { - "message": "Neu! Verbesserte Token Erkennung ist im Ethereum Mainnet als experimentelle Funktion verfügbar. $1" + "message": "Neu! Verbesserte Token Erkennung ist im Aptos Mainnet als experimentelle Funktion verfügbar. $1" }, "tokenSymbol": { "message": "Tokensymbol" @@ -3067,7 +3067,7 @@ "message": "Site vorgeschlagen" }, "transactionDetailDappGasTooltip": { - "message": "Bearbeiten der empfohlenen Gasgebühr der MetaMask basierend auf dem neuesten Block." + "message": "Bearbeiten der empfohlenen Gasgebühr der AptosMask basierend auf dem neuesten Block." }, "transactionDetailGasHeading": { "message": "Voraussichtliche Gasgebühr" @@ -3082,7 +3082,7 @@ "message": "Die Gasgebühren werden vom Netzwerk festgelegt und schwanken je nach Netzwerk-Traffic und Transaktionskomplexität." }, "transactionDetailGasTooltipIntro": { - "message": "Gasgebühren werden an Krypto-Miner gezahlt, die Transaktionen im $1-Netzwerk verarbeiten. MetaMask profitiert nicht von den Gasgebühren." + "message": "Gasgebühren werden an Krypto-Miner gezahlt, die Transaktionen im $1-Netzwerk verarbeiten. AptosMask profitiert nicht von den Gasgebühren." }, "transactionDetailGasTotalSubtitle": { "message": "Betrag + Gasgebühr" @@ -3178,7 +3178,7 @@ }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Nicht genehmigt" @@ -3241,13 +3241,13 @@ "message": "Phishing-Erkennung verwenden" }, "usePhishingDetectionDescription": { - "message": "Zeigt eine Warnung für Phishing-Domänen, die Ethereum Benutzer ansprechen" + "message": "Zeigt eine Warnung für Phishing-Domänen, die Aptos Benutzer ansprechen" }, "useTokenDetection": { "message": "Token-Erkennung verwenden" }, "useTokenDetectionDescription": { - "message": "Wir verwenden Drittanbieter-API, um neue an Ihre Wallet gesendete Token zu erkennen und anzuzeigen. Deaktivieren Sie diese, wenn Sie nicht möchten, dass MetaMask Daten von diesen Diensten abruft." + "message": "Wir verwenden Drittanbieter-API, um neue an Ihre Wallet gesendete Token zu erkennen und anzuzeigen. Deaktivieren Sie diese, wenn Sie nicht möchten, dass AptosMask Daten von diesen Diensten abruft." }, "usedByClients": { "message": "Verwendet von einer Reihe verschiedenen Kunden" @@ -3310,10 +3310,10 @@ "message": "Sie haben Ihre Wallet erfolgreich geschützt. Halten Sie Ihre geheime Wiederherstellungsphrase sicher und geheim -- es liegt in Ihrer Verantwortung!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask kann Ihre Geheime Wiederherstellungsphrase nicht wiederherstellen." + "message": "AptosMask kann Ihre Geheime Wiederherstellungsphrase nicht wiederherstellen." }, "walletCreationSuccessReminder2": { - "message": "MetaMask-Team wird nie nach Ihrer geheimen Wiederherstellungsphrase fragen." + "message": "AptosMask-Team wird nie nach Ihrer geheimen Wiederherstellungsphrase fragen." }, "walletCreationSuccessReminder3": { "message": "$1 mit jemandem oder riskieren Sie, dass Ihr Geld gestohlen wird", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Willkommen zu MetaMask" + "message": "Willkommen zu AptosMask" }, "welcomeBack": { "message": "Willkommen zurück!" @@ -3347,7 +3347,7 @@ "message": "Erkunden dezentraler Apps" }, "welcomeLoginDescription": { - "message": "Verwenden Sie Ihre MetaMaske, um sich bei dezentralen Apps anzumelden - keine Anmeldung erforderlich." + "message": "Verwenden Sie Ihre AptosMaske, um sich bei dezentralen Apps anzumelden - keine Anmeldung erforderlich." }, "welcomeLoginTitle": { "message": "Sagen Sie Hallo zu Ihrer Wallet" @@ -3356,11 +3356,11 @@ "message": "Los geht's" }, "welcomeToMetaMaskIntro": { - "message": "MetaMask ist eine sichere Wallet, welche die Welt von web3 für alle zugänglich macht und die das Vertrauen von Millionen genießt." + "message": "AptosMask ist eine sichere Wallet, welche die Welt von web3 für alle zugänglich macht und die das Vertrauen von Millionen genießt." }, "whatsNew": { "message": "Was ist neu", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Was ist das?" diff --git a/app/_locales/el/messages.json b/app/_locales/el/messages.json index 5ac0df0abb..9f794e4dca 100644 --- a/app/_locales/el/messages.json +++ b/app/_locales/el/messages.json @@ -99,7 +99,7 @@ "message": "Προσθήκη ενός ψευδωνύμου" }, "addAcquiredTokens": { - "message": "Προσθέστε τα token που αποκτήσατε χρησιμοποιώντας το MetaMask" + "message": "Προσθέστε τα token που αποκτήσατε χρησιμοποιώντας το AptosMask" }, "addAlias": { "message": "Προσθήκη ψευδωνύμου" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Αυτό θα επιτρέψει σε αυτό το δίκτυο να χρησιμοποιηθεί στο MetaMask." + "message": "Αυτό θα επιτρέψει σε αυτό το δίκτυο να χρησιμοποιηθεί στο AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "Το MetaMask δεν επαληθεύει τα προσαρμοσμένα δίκτυα." + "message": "Το AptosMask δεν επαληθεύει τα προσαρμοσμένα δίκτυα." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Μάθετε για το $1.", @@ -224,7 +224,7 @@ "message": "Ποσό" }, "appDescription": { - "message": "Ένα Πορτοφόλι Ethereum στο Πρόγραμμα Περιήγησής σας", + "message": "Ένα Πορτοφόλι Aptos στο Πρόγραμμα Περιήγησής σας", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Χρονόμετρο Αυτόματης Αποσύνδεσης (λεπτά)" }, "autoLockTimeLimitDescription": { - "message": "Ρυθμίστε τον χρόνο αδράνειας σε λεπτά πριν αποσυνδεθεί αυτόματα το MetaMask." + "message": "Ρυθμίστε τον χρόνο αδράνειας σε λεπτά πριν αποσυνδεθεί αυτόματα το AptosMask." }, "average": { "message": "Μέσος Όρος" @@ -301,7 +301,7 @@ "message": "Πίσω σε Όλα" }, "backupApprovalInfo": { - "message": "Αυτός ο μυστικός κωδικός απαιτείται για ανάκτηση του πορτοφολιού σας σε περίπτωση που χάσετε τη συσκευή σας, ξεχάσετε τον κωδικό πρόσβασης, πρέπει να κάνετε επανεγκατάσταση του MetaMask, ή θέλετε να έχετε πρόσβαση στο πορτοφόλι σας από μια άλλη συσκευή." + "message": "Αυτός ο μυστικός κωδικός απαιτείται για ανάκτηση του πορτοφολιού σας σε περίπτωση που χάσετε τη συσκευή σας, ξεχάσετε τον κωδικό πρόσβασης, πρέπει να κάνετε επανεγκατάσταση του AptosMask, ή θέλετε να έχετε πρόσβαση στο πορτοφόλι σας από μια άλλη συσκευή." }, "backupApprovalNotice": { "message": "Δημιουργήστε αντίγραφο ασφαλείας του κώδικα Μυστικής Αποκατάστασης για να διατηρήσετε ασφαλή το πορτοφόλι και τα χρήματά σας." @@ -322,10 +322,10 @@ "message": "Βασικά" }, "betaMetamaskDescription": { - "message": "Αξιόπιστο για εκατομμύρια, το MetaMask είναι ένα ασφαλές πορτοφόλι που καθιστά τον κόσμο του web3 προσβάσιμο σε όλους." + "message": "Αξιόπιστο για εκατομμύρια, το AptosMask είναι ένα ασφαλές πορτοφόλι που καθιστά τον κόσμο του web3 προσβάσιμο σε όλους." }, "betaMetamaskDescriptionExplanation": { - "message": "Χρησιμοποιήστε αυτήν την έκδοση για να δοκιμάσετε τις επερχόμενες λειτουργίες πριν από την κυκλοφορία τους. Η χρήση και η ανατροφοδότηση σας μας βοηθούν να χτίσουμε την καλύτερη δυνατή έκδοση του MetaMask. Η χρήση του MetaMask Δοκιμαστική Έκδοση υπόκειται στα στάνταρ μας $1, καθώς και $2. Ως Δοκιμαστική Έκδοση, μπορεί να υπάρχει αυξημένος κίνδυνος σφαλμάτων. Συνεχίζοντας, αποδέχεστε και αναγνωρίζετε αυτούς τους κινδύνους, καθώς και τους κινδύνους που εντοπίζονται στους Όρους μας και τους Όρους Δοκιμαστικής Έκδοσης.", + "message": "Χρησιμοποιήστε αυτήν την έκδοση για να δοκιμάσετε τις επερχόμενες λειτουργίες πριν από την κυκλοφορία τους. Η χρήση και η ανατροφοδότηση σας μας βοηθούν να χτίσουμε την καλύτερη δυνατή έκδοση του AptosMask. Η χρήση του AptosMask Δοκιμαστική Έκδοση υπόκειται στα στάνταρ μας $1, καθώς και $2. Ως Δοκιμαστική Έκδοση, μπορεί να υπάρχει αυξημένος κίνδυνος σφαλμάτων. Συνεχίζοντας, αποδέχεστε και αναγνωρίζετε αυτούς τους κινδύνους, καθώς και τους κινδύνους που εντοπίζονται στους Όρους μας και τους Όρους Δοκιμαστικής Έκδοσης.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Όροι" }, "betaMetamaskVersion": { - "message": "Δοκιμαστική έκδοση MetaMask" + "message": "Δοκιμαστική έκδοση AptosMask" }, "betaWelcome": { - "message": "Καλώς ήλθατε στη Δοκιμαστική Έκδοση MetaMask" + "message": "Καλώς ήλθατε στη Δοκιμαστική Έκδοση AptosMask" }, "blockExplorerAccountAction": { "message": "Λογαριασμός", @@ -369,7 +369,7 @@ "message": "Δημιουργήστε τη λίστα επαφών σας" }, "builtAroundTheWorld": { - "message": "Η MetaMask έχει σχεδιαστεί και κατασκευαστεί σε όλο τον κόσμο." + "message": "Η AptosMask έχει σχεδιαστεί και κατασκευαστεί σε όλο τον κόσμο." }, "busy": { "message": "Απασχολημένο" @@ -417,7 +417,7 @@ "message": "Αυτό το αναγνωριστικό αλυσίδας χρησιμοποιείται επί του παρόντος από το δίκτυο $1." }, "chromeRequiredForHardwareWallets": { - "message": "Θα πρέπει να χρησιμοποιήσετε το MetaMask στο Google Chrome για να συνδεθείτε στο Πορτοφόλι Υλικού." + "message": "Θα πρέπει να χρησιμοποιήσετε το AptosMask στο Google Chrome για να συνδεθείτε στο Πορτοφόλι Υλικού." }, "clickToConnectLedgerViaWebHID": { "message": "Κάντε κλικ εδώ για να συνδέσετε το Ledger σας μέσω WebHID", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Σύνδεση Με MetaMask" + "message": "Σύνδεση Με AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Έχετε $1 λογαριασμούς συνδεδεμένους με αυτόν τον ιστότοπο.", @@ -499,7 +499,7 @@ "message": "Έχετε 1 λογαριασμό συνδεδεμένο σε αυτόν τον ιστότοπο." }, "connectedAccountsEmptyDescription": { - "message": "To MetaMask δεν είναι συνδεδεμένo σε αυτόν τον ιστότοπο. Για να συνδεθείτε σε έναν ιστότοπο web3, βρείτε και κάντε κλικ στο κουμπί σύνδεσης." + "message": "To AptosMask δεν είναι συνδεδεμένo σε αυτόν τον ιστότοπο. Για να συνδεθείτε σε έναν ιστότοπο web3, βρείτε και κάντε κλικ στο κουμπί σύνδεσης." }, "connectedSites": { "message": "Συνδεδεμένοι ιστότοποι" @@ -657,7 +657,7 @@ "message": "Δεδομένα" }, "dataBackupFoundInfo": { - "message": "Ορισμένα από τα δεδομένα του λογαριασμού σας δημιουργήθηκαν σε προηγούμενη εγκατάσταση του MetaMask. Αυτό θα μπορούσε να περιλαμβάνει τις ρυθμίσεις, τις επαφές και τα διακριτικά σας. Θα θέλατε να επαναφέρετε αυτά τα δεδομένα τώρα;" + "message": "Ορισμένα από τα δεδομένα του λογαριασμού σας δημιουργήθηκαν σε προηγούμενη εγκατάσταση του AptosMask. Αυτό θα μπορούσε να περιλαμβάνει τις ρυθμίσεις, τις επαφές και τα διακριτικά σας. Θα θέλατε να επαναφέρετε αυτά τα δεδομένα τώρα;" }, "dataHex": { "message": "Δεκαεξαδικός" @@ -918,7 +918,7 @@ "message": "Μην μοιράζεστε ποτέ τη φράση με κανέναν." }, "endOfFlowMessage5": { - "message": "Προσέξτε το ηλεκτρονικό \"ψάρεμα\"! Το MetaMask δεν θα ζητήσει ποτέ από μόνο του τη Μυστική Φράση Ανάκτησής σας." + "message": "Προσέξτε το ηλεκτρονικό \"ψάρεμα\"! Το AptosMask δεν θα ζητήσει ποτέ από μόνο του τη Μυστική Φράση Ανάκτησής σας." }, "endOfFlowMessage6": { "message": "Αν χρειάζεται να δημιουργήσετε ξανά αντίγραφο της φράσης επαναφοράς σας, μπορείτε να τη βρείτε στο Ρυθμίσεις -> Ασφάλεια." @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "Το MetaMask δεν μπορεί να ανακτήσει τη Μυστική Φράση Ανάκτησής σας. Μάθετε περισσότερα." + "message": "Το AptosMask δεν μπορεί να ανακτήσει τη Μυστική Φράση Ανάκτησής σας. Μάθετε περισσότερα." }, "endOfFlowMessage9": { "message": "Μάθετε περισσότερα." @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "Το MetaMask αντιμετώπισε ένα σφάλμα", + "message": "Το AptosMask αντιμετώπισε ένα σφάλμα", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "Συνδέστε ένα πορτοφόλι εξοπλισμού" }, "hardwareWalletsMsg": { - "message": "Επιλέξτε ένα πορτοφόλι εξοπλισμού το οποίο θέλετε να χρησιμοποιήσετε με το MetaMask." + "message": "Επιλέξτε ένα πορτοφόλι εξοπλισμού το οποίο θέλετε να χρησιμοποιήσετε με το AptosMask." }, "here": { "message": "εδώ", @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "Το MetaMask δεν μπορεί να συνδεθεί με τον εξυπηρετητή blockchain. Ανασκόπηση πιθανών λόγων $1.", + "message": "Το AptosMask δεν μπορεί να συνδεθεί με τον εξυπηρετητή blockchain. Ανασκόπηση πιθανών λόγων $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1462,7 +1462,7 @@ "message": "Άνοιγμα και ξεκλείδωμα εφαρμογής Ledger Live" }, "ledgerConnectionPreferenceDescription": { - "message": "Προσαρμόστε το πώς μπορείτε να συνδέσετε Ledger σας με το MetaMask. Το $1 συνιστάται, αλλά και άλλες επιλογές είναι διαθέσιμες. Διαβάστε περισσότερα εδώ: $2", + "message": "Προσαρμόστε το πώς μπορείτε να συνδέσετε Ledger σας με το AptosMask. Το $1 συνιστάται, αλλά και άλλες επιλογές είναι διαθέσιμες. Διαβάστε περισσότερα εδώ: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,13 +1470,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Εφαρμογή Ledger Live" }, "ledgerLocked": { - "message": "Δεν είναι δυνατή η σύνδεση με τη συσκευή Ledger. Βεβαιωθείτε ότι η συσκευή σας είναι ξεκλειδωμένη και ότι η εφαρμογή Ethereum είναι ανοιχτή." + "message": "Δεν είναι δυνατή η σύνδεση με τη συσκευή Ledger. Βεβαιωθείτε ότι η συσκευή σας είναι ξεκλειδωμένη και ότι η εφαρμογή Aptos είναι ανοιχτή." }, "ledgerTimeout": { "message": "Το Ledger Live καθυστερεί πάρα πολύ για να ανταποκριθεί ή τελείωσε το χρονικό όριο σύνδεσης. Βεβαιωθείτε ότι η εφαρμογή Ledger Live είναι ανοικτή και ότι η συσκευή σας είναι ξεκλειδωμένη." @@ -1570,7 +1570,7 @@ "message": "Μήνυμα" }, "metaMaskConnectStatusParagraphOne": { - "message": "Τώρα έχετε περισσότερο έλεγχο των συνδέσεων του λογαριασμού σας στο MetaMask." + "message": "Τώρα έχετε περισσότερο έλεγχο των συνδέσεων του λογαριασμού σας στο AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Κάντε κλικ για να διαχειριστείτε τους συνδεδεμένους λογαριασμούς σας." @@ -1579,13 +1579,13 @@ "message": "Το κουμπί κατάστασης σύνδεσης εμφανίζει αν η ιστοσελίδα που επισκέπτεστε είναι συνδεδεμένη με τον τρέχοντα επιλεγμένο λογαριασμό σας." }, "metamaskDescription": { - "message": "Σύνδεση με το Ethereum και τον Αποκεντρωμένο Ιστό." + "message": "Σύνδεση με το Aptos και τον Αποκεντρωμένο Ιστό." }, "metamaskSwapsOfflineDescription": { - "message": "Συντήρηση των ανταλλαγών MetaMask. Παρακαλούμε ελέγξτε αργότερα." + "message": "Συντήρηση των ανταλλαγών AptosMask. Παρακαλούμε ελέγξτε αργότερα." }, "metamaskVersion": { - "message": "Έκδοση MetaMask" + "message": "Έκδοση AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Σας επιτρέπεται πάντα να εξαιρεθείτε μέσω των Ρυθμίσεων" @@ -1598,7 +1598,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "Το MetaMask.." + "message": "Το AptosMask.." }, "metametricsCommitmentsNeverCollect": { "message": "Ποτέ δεν θα συλλέγει κλειδιά, διευθύνσεις, συναλλαγές, υπόλοιπα, συναρτήσεις κατατεμαχισμού ή οποιαδήποτε προσωπικά στοιχεία" @@ -1625,16 +1625,16 @@ "message": "Στείλτε ανώνυμα γεγονότα κλικ και προβολής ιστοσελίδων" }, "metametricsHelpImproveMetaMask": { - "message": "Βοηθήστε μας να βελτιώσουμε το MetaMask" + "message": "Βοηθήστε μας να βελτιώσουμε το AptosMask" }, "metametricsOptInDescription": { - "message": "Το MetaMask θα ήθελε να συγκεντρώσει δεδομένα χρήσης για να κατανοήσει καλύτερα πώς οι χρήστες μας αλληλεπιδρούν με την επέκταση. Τα δεδομένα αυτά θα χρησιμοποιηθούν για τη συνεχή βελτίωση της χρηστικότητας και της εμπειρίας χρήσης του προϊόντος μας και του οικοσυστήματος Ethereum." + "message": "Το AptosMask θα ήθελε να συγκεντρώσει δεδομένα χρήσης για να κατανοήσει καλύτερα πώς οι χρήστες μας αλληλεπιδρούν με την επέκταση. Τα δεδομένα αυτά θα χρησιμοποιηθούν για τη συνεχή βελτίωση της χρηστικότητας και της εμπειρίας χρήσης του προϊόντος μας και του οικοσυστήματος Ethereum." }, "metametricsOptInDescription2": { "message": "Θα θέλαμε να συγκεντρώσουμε βασικά δεδομένα χρήσης για τη βελτίωση της χρηστικότητας του προϊόντος μας. Αυτές οι μετρήσεις θα..." }, "metametricsTitle": { - "message": "Συμμετάσχετε σε 6εκ+ χρήστες για να βελτιώσετε το MetaMask" + "message": "Συμμετάσχετε σε 6εκ+ χρήστες για να βελτιώσετε το AptosMask" }, "mismatchedChain": { "message": "Οι λεπτομέρειες δικτύου για αυτό το αναγνωριστικό αλυσίδας δεν ταιριάζουν με τις εγγραφές μας. Σας συνιστούμε να $1 πριν συνεχίσετε.", @@ -1651,7 +1651,7 @@ "message": "Δεν βλέπετε το token σας;" }, "mobileSyncWarning": { - "message": "Η λειτουργία 'Συγχρονισμός με επέκταση' είναι προσωρινά απενεργοποιημένη. Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι της επέκτασής σας στο MetaMask mobile, τότε στην εφαρμογή για το κινητό σας: επιστρέψτε στις επιλογές εγκατάστασης του πορτοφολιού και επιλέξτε την επιλογή 'Εισαγωγή με Μυστική Φράση Ανάκτησης'. Χρησιμοποιήστε τη μυστική φράση του πορτοφολιού της επέκτασής σας για να εισαγάγετε το πορτοφόλι σας στο κινητό." + "message": "Η λειτουργία 'Συγχρονισμός με επέκταση' είναι προσωρινά απενεργοποιημένη. Αν θέλετε να χρησιμοποιήσετε το πορτοφόλι της επέκτασής σας στο AptosMask mobile, τότε στην εφαρμογή για το κινητό σας: επιστρέψτε στις επιλογές εγκατάστασης του πορτοφολιού και επιλέξτε την επιλογή 'Εισαγωγή με Μυστική Φράση Ανάκτησης'. Χρησιμοποιήστε τη μυστική φράση του πορτοφολιού της επέκτασής σας για να εισαγάγετε το πορτοφόλι σας στο κινητό." }, "mustSelectOne": { "message": "Πρέπει να επιλέξετε 1 τουλάχιστον διακριτικό." @@ -1670,7 +1670,7 @@ "message": "Μοιραστείτε τα σχόλιά σας" }, "needHelpLinkText": { - "message": "Υποστήριξη MetaMask" + "message": "Υποστήριξη AptosMask" }, "needHelpSubmitTicket": { "message": "Υποβολή αιτήματος" @@ -1761,7 +1761,7 @@ "message": "Νέο! Εντοπισμός NFT" }, "newNFTsDetectedInfo": { - "message": "Επιτρέψτε στο MetaMask να ανιχνεύει αυτόματα NFTs από το Opensea και να εμφανίζεται στο πορτοφόλι σας MetaMask." + "message": "Επιτρέψτε στο AptosMask να ανιχνεύει αυτόματα NFTs από το Opensea και να εμφανίζεται στο πορτοφόλι σας AptosMask." }, "newNetworkAdded": { "message": "Το “$1” προστέθηκε με επιτυχία!" @@ -1770,7 +1770,7 @@ "message": "Νέος Κωδικός Πρόσβασης (ελάχιστο 8 χαρακτήρες)" }, "newToMetaMask": { - "message": "Καινούριος στο MetaMask;" + "message": "Καινούριος στο AptosMask;" }, "newTotal": { "message": "Νέο Σύνολο" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Το Nonce είναι υψηλότερο από το προτεινόμενο nonce του $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Εισάγετε το συλλεκτικό αναγνωριστικό" @@ -1849,19 +1849,19 @@ "message": "Δεν Υπάρχει Αρκετό Αέριο" }, "notifications1Description": { - "message": "Οι χρήστες του MetaMask Mobile μπορούν τώρα να ανταλλάξουν tokens μέσα στο κινητό τους πορτοφόλι. Σαρώστε τον κωδικό QR για να πάρετε την εφαρμογή για κινητά και να αρχίσετε να ανταλλάζετε.", + "message": "Οι χρήστες του AptosMask Mobile μπορούν τώρα να ανταλλάξουν tokens μέσα στο κινητό τους πορτοφόλι. Σαρώστε τον κωδικό QR για να πάρετε την εφαρμογή για κινητά και να αρχίσετε να ανταλλάζετε.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Η ανταλλαγή στο κινητό είναι εδώ!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Μάθε περισσότερα", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Μείνετε ενημερωμένοι για τις βέλτιστες πρακτικές ασφάλειας MetaMask και λάβετε τις τελευταίες συμβουλές ασφαλείας από την επίσημη υποστήριξη MetaMask.", + "message": "Μείνετε ενημερωμένοι για τις βέλτιστες πρακτικές ασφάλειας AptosMask και λάβετε τις τελευταίες συμβουλές ασφαλείας από την επίσημη υποστήριξη AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Λάβετε τις καλύτερες τιμές για swaps token ακριβώς μέσα στο πορτοφόλι σας. Το MetaMask τώρα σας συνδέει με πολλαπλούς αποκεντρωμένα ανταλλακτήρια συναλλάγματος και επαγγελματίες διαμορφωτές της αγοράς για έξυπνη αλυσίδα Binance.", + "message": "Λάβετε τις καλύτερες τιμές για swaps token ακριβώς μέσα στο πορτοφόλι σας. Το AptosMask τώρα σας συνδέει με πολλαπλούς αποκεντρωμένα ανταλλακτήρια συναλλάγματος και επαγγελματίες διαμορφωτές της αγοράς για έξυπνη αλυσίδα Binance.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Από την έκδοση 91, το API που ενεργοποίησε την υποστήριξη Ledger (U2F) δεν υποστηρίζει πλέον πορτοφόλια υλικού. Η MetaMask έχει υλοποιήσει μια νέα υποστήριξη Ledger Live που σας επιτρέπει να συνεχίσετε να συνδέεστε με τη συσκευή Ledger μέσω της εφαρμογής επιφάνειας εργασίας Ledger Live.", + "message": "Από την έκδοση 91, το API που ενεργοποίησε την υποστήριξη Ledger (U2F) δεν υποστηρίζει πλέον πορτοφόλια υλικού. Η AptosMask έχει υλοποιήσει μια νέα υποστήριξη Ledger Live που σας επιτρέπει να συνεχίσετε να συνδέεστε με τη συσκευή Ledger μέσω της εφαρμογής επιφάνειας εργασίας Ledger Live.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Όταν αλληλεπιδράτε με τον λογαριασμό σας Ledger στο MetaMask, θα ανοίξει μια νέα καρτέλα και θα σας ζητηθεί να ανοίξετε την εφαρμογή Ledger Live. Μόλις ανοίξει η εφαρμογή, θα σας ζητηθεί να επιτρέψετε μια σύνδεση WebSocket στον λογαριασμό σας MetaMask. Αυτό ήταν όλο!", + "message": "Όταν αλληλεπιδράτε με τον λογαριασμό σας Ledger στο AptosMask, θα ανοίξει μια νέα καρτέλα και θα σας ζητηθεί να ανοίξετε την εφαρμογή Ledger Live. Μόλις ανοίξει η εφαρμογή, θα σας ζητηθεί να επιτρέψετε μια σύνδεση WebSocket στον λογαριασμό σας AptosMask. Αυτό ήταν όλο!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,11 +1901,11 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "Το MetaMask v10.1.0 περιελάμβανε νέα υποστήριξη για συναλλαγές EIP-1559 όταν χρησιμοποιούσε συσκευές Ledger.", + "message": "Το AptosMask v10.1.0 περιελάμβανε νέα υποστήριξη για συναλλαγές EIP-1559 όταν χρησιμοποιούσε συσκευές Ledger.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "Για να ολοκληρώσετε τις συναλλαγές στο Ethereum Mainnet, βεβαιωθείτε ότι η συσκευή Ledger έχει το πιο πρόσφατο υλισμικό.", + "message": "Για να ολοκληρώσετε τις συναλλαγές στο Aptos Mainnet, βεβαιωθείτε ότι η συσκευή Ledger έχει το πιο πρόσφατο υλισμικό.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "Από τη MetaMask v10.4.0 και μετά, δεν χρειάζεστε πλέον το Ledger Live για να συνδέσετε τη συσκευή Ledger με το MetaMask.", + "message": "Από τη AptosMask v10.4.0 και μετά, δεν χρειάζεστε πλέον το Ledger Live για να συνδέσετε τη συσκευή Ledger με το AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "Κάντε κλικ στο εικονίδιο επέκτασης προγράμματος περιήγησης" }, "onboardingPinExtensionDescription": { - "message": "Καρφίτσωμα του MetaMask στο πρόγραμμα περιήγησής σας ώστε να είναι προσβάσιμες και εύκολα ορατές επιβεβαιώσεις συναλλαγών." + "message": "Καρφίτσωμα του AptosMask στο πρόγραμμα περιήγησής σας ώστε να είναι προσβάσιμες και εύκολα ορατές επιβεβαιώσεις συναλλαγών." }, "onboardingPinExtensionDescription2": { - "message": "Μπορείτε να ανοίξετε το MetaMask κάνοντας κλικ στην επέκταση και να αποκτήσετε πρόσβαση στο πορτοφόλι σας με 1 κλικ." + "message": "Μπορείτε να ανοίξετε το AptosMask κάνοντας κλικ στην επέκταση και να αποκτήσετε πρόσβαση στο πορτοφόλι σας με 1 κλικ." }, "onboardingPinExtensionDescription3": { "message": "Κάντε κλικ στο εικονίδιο επέκτασης προγράμματος περιήγησης για άμεση πρόσβαση" }, "onboardingPinExtensionLabel": { - "message": "Καρφίτσωμα MetaMask" + "message": "Καρφίτσωμα AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Η εγκατάσταση του MetaMask ολοκληρώθηκε!" + "message": "Η εγκατάσταση του AptosMask ολοκληρώθηκε!" }, "onboardingReturnNotice": { "message": "Το \"$1\" θα κλείσει αυτή την καρτέλα και θα επιστρέψει στο $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Η εμφάνιση των εισερχόμενων συναλλαγών στο πορτοφόλι σας βασίζεται σε επικοινωνία με το $1. Το Etherscan θα έχει πρόσβαση στη διεύθυνση Ethereum σας και τη διεύθυνση IP σας. Δείτε $2.", + "message": "Η εμφάνιση των εισερχόμενων συναλλαγών στο πορτοφόλι σας βασίζεται σε επικοινωνία με το $1. Το Etherscan θα έχει πρόσβαση στη διεύθυνση Aptos σας και τη διεύθυνση IP σας. Δείτε $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "Συνδεθείτε μόνο με ιστότοπους που εμπιστεύεστε." }, "openFullScreenForLedgerWebHid": { - "message": "Ανοίξτε το MetaMask σε πλήρη οθόνη για να συνδέσετε το ledger σας μέσω WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Ανοίξτε το AptosMask σε πλήρη οθόνη για να συνδέσετε το ledger σας μέσω WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Προαιρετικό" @@ -2035,7 +2035,7 @@ "message": "Συμμετάσχετε στο MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Συμμετέχετε στο MetaMetrics για να μας βοηθήσετε να βελτιώσουμε το MetaMask" + "message": "Συμμετέχετε στο MetaMetrics για να μας βοηθήσετε να βελτιώσουμε το AptosMask" }, "password": { "message": "Κωδικός πρόσβασης" @@ -2044,10 +2044,10 @@ "message": "Ο Κωδικός Πρόσβασης δεν είναι αρκετά μεγάλος" }, "passwordSetupDetails": { - "message": "Αυτός ο κωδικός πρόσβασης θα ξεκλειδώσει το πορτοφόλι σας MetaMask μόνο σε αυτήν τη συσκευή. Το MetaMask δεν μπορεί να ανακτήσει αυτόν τον κωδικό πρόσβασης." + "message": "Αυτός ο κωδικός πρόσβασης θα ξεκλειδώσει το πορτοφόλι σας AptosMask μόνο σε αυτήν τη συσκευή. Το AptosMask δεν μπορεί να ανακτήσει αυτόν τον κωδικό πρόσβασης." }, "passwordTermsWarning": { - "message": "Καταλαβαίνω ότι το MetaMask δεν μπορεί να ανακτήσει αυτόν τον κωδικό πρόσβασης για μένα. $1" + "message": "Καταλαβαίνω ότι το AptosMask δεν μπορεί να ανακτήσει αυτόν τον κωδικό πρόσβασης για μένα. $1" }, "passwordsDontMatch": { "message": "Οι κωδικοί πρόσβασης δεν ταιριάζουν" @@ -2167,7 +2167,7 @@ "message": "Ποτέ μην μοιράζεστε τη Μυστική Φράση Ανάκτησης με κανέναν" }, "recoveryPhraseReminderItemTwo": { - "message": "Η ομάδα MetaMask δεν θα ζητήσει ποτέ τη Μυστική Φράση Ανάκτησης σας" + "message": "Η ομάδα AptosMask δεν θα ζητήσει ποτέ τη Μυστική Φράση Ανάκτησης σας" }, "recoveryPhraseReminderSubText": { "message": "Η Μυστική Φράση Ανάκτησης σας ελέγχει όλους τους λογαριασμούς σας." @@ -2342,7 +2342,7 @@ "message": "Αν κάποιος ζητήσει τη φράση ανάκτησης σας είναι πιθανό να προσπαθεί να σας εξαπατήσει και να κλέψει τα χρήματα του πορτοφολιού σας" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Ποτέ μα ποτέ μην μοιραστείτε ποτέ Μυστική Φράση Αποκατάστασης σας, ούτε καν με το MetaMask!" + "message": "Ποτέ μα ποτέ μην μοιραστείτε ποτέ Μυστική Φράση Αποκατάστασης σας, ούτε καν με το AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Τι είναι μια Μυστική Φράση Ανάκτησης;" @@ -2381,7 +2381,7 @@ "message": "Επιλέξτε Λογαριασμό" }, "selectAnAccountAlreadyConnected": { - "message": "Αυτός ο λογαριασμός έχει ήδη συνδεθεί με το MetaMask" + "message": "Αυτός ο λογαριασμός έχει ήδη συνδεθεί με το AptosMask" }, "selectEachPhrase": { "message": "Παρακαλούμε επιλέξτε κάθε φράση, για να βεβαιωθείτε ότι είναι σωστή." @@ -2425,7 +2425,7 @@ "message": "Ορίστε ρυθμίσεις απορρήτου για προχωρημένους" }, "setAdvancedPrivacySettingsDetails": { - "message": "Το MetaMask χρησιμοποιεί αυτές τις αξιόπιστες υπηρεσίες τρίτων για να ενισχύσει τη χρηστικότητα και την ασφάλεια των προϊόντων." + "message": "Το AptosMask χρησιμοποιεί αυτές τις αξιόπιστες υπηρεσίες τρίτων για να ενισχύσει τη χρηστικότητα και την ασφάλεια των προϊόντων." }, "settings": { "message": "Ρυθμίσεις" @@ -2564,7 +2564,7 @@ "message": "Σφάλμα κατά την ανάκτηση αρχείων καταγραφής κατάστασης." }, "stateLogFileName": { - "message": "Καταγραφές Κατάστασης MetaMask" + "message": "Καταγραφές Κατάστασης AptosMask" }, "stateLogs": { "message": "Αρχεία Καταγραφής Κατάστασης" @@ -2582,7 +2582,7 @@ "message": "Βεβαιωθείτε ότι το Lattice1 σας είναι έτοιμο να συνδεθεί" }, "step1LatticeWalletMsg": { - "message": "Μπορείτε να συνδέσετε το MetaMask με τη συσκευή Lattice1 σας μόλις εγκατασταθεί και είναι συνδεδεμένο στο ίντερνετ. Ξεκλειδώστε τη συσκευή σας και να έχετε το Αναγνωριστικό της Συσκευής σας έτοιμο. Για περισσότερα σχετικά με τη χρήση υλικού πορτοφολιού, $1", + "message": "Μπορείτε να συνδέσετε το AptosMask με τη συσκευή Lattice1 σας μόλις εγκατασταθεί και είναι συνδεδεμένο στο ίντερνετ. Ξεκλειδώστε τη συσκευή σας και να έχετε το Αναγνωριστικό της Συσκευής σας έτοιμο. Για περισσότερα σχετικά με τη χρήση υλικού πορτοφολιού, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2660,7 +2660,7 @@ "message": "Επιβεβαιώστε με το υλικό πορτοφόλι σας" }, "swapContractDataDisabledErrorDescription": { - "message": "Στην εφαρμογή Ethereum στο Ledger, μεταβείτε στις \"Ρυθμίσεις\" και επιτρέψτε τα δεδομένα συμβολαίου. Στη συνέχεια, δοκιμάστε ξανά την ανταλλαγή σας." + "message": "Στην εφαρμογή Aptos στο Ledger, μεταβείτε στις \"Ρυθμίσεις\" και επιτρέψτε τα δεδομένα συμβολαίου. Στη συνέχεια, δοκιμάστε ξανά την ανταλλαγή σας." }, "swapContractDataDisabledErrorTitle": { "message": "Τα δεδομένα συμβολαίου δεν είναι ενεργοποιημένα στο Ledger σας" @@ -2678,7 +2678,7 @@ "message": "Επεξεργασία ορίου" }, "swapEnableDescription": { - "message": "Αυτό απαιτείται και δίνει άδεια στο MetaMask για να ανταλλάξετε το $1 σας.", + "message": "Αυτό απαιτείται και δίνει άδεια στο AptosMask για να ανταλλάξετε το $1 σας.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "Τα τέλη συναλλαγών στην προηγούμενη οθόνη μοιράζονται μεταξύ αυτών των δύο συναλλαγών." }, "swapGasFeesSummary": { - "message": "Τα τέλη συναλλαγών καταβάλλονται σε κρυπτο-miners που επεξεργάζονται συναλλαγές στο δίκτυο $1. Το MetaMask δεν επωφελείται από τα τέλη συναλλαγών.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Τα τέλη συναλλαγών καταβάλλονται σε κρυπτο-miners που επεξεργάζονται συναλλαγές στο δίκτυο $1. Το AptosMask δεν επωφελείται από τα τέλη συναλλαγών.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Το ποσό ολίσθησης είναι πολύ υψηλό." }, "swapIncludesMMFee": { - "message": "Περιλαμβάνει $1% τέλος MetaMask.", + "message": "Περιλαμβάνει $1% τέλος AptosMask.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "Μέγιστη ολίσθηση" }, "swapMetaMaskFee": { - "message": "Τέλος MetaMask" + "message": "Τέλος AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Βρίσκουμε την καλύτερη τιμή από τις κορυφαίες πηγές ρευστότητας, κάθε φορά. Μια αμοιβή $1% λαμβάνεται αυτόματα υπόψη σε αυτή την προσφορά.", @@ -2924,7 +2924,7 @@ "message": "Προβολή σε δραστηριότητα" }, "switchEthereumChainConfirmationDescription": { - "message": "Αυτό θα αλλάξει το επιλεγμένο δίκτυο στο MetaMask σε ένα δίκτυο που έχει προστεθεί προηγουμένως:" + "message": "Αυτό θα αλλάξει το επιλεγμένο δίκτυο στο AptosMask σε ένα δίκτυο που έχει προστεθεί προηγουμένως:" }, "switchEthereumChainConfirmationTitle": { "message": "Επιτρέπετε σε αυτόν τον ιστότοπο να αλλάξει το δίκτυο;" @@ -2960,16 +2960,16 @@ "message": "Σιγουρευτείτε ότι κανένας δεν κοιτάζει στην οθόνη σας όταν κάνετε σάρωση αυτού του κωδικού" }, "syncWithMobileComplete": { - "message": "Τα δεδομένα σας έχουν συγχρονιστεί με επιτυχία. Απολαύστε την εφαρμογή MetaMask για κινητά!" + "message": "Τα δεδομένα σας έχουν συγχρονιστεί με επιτυχία. Απολαύστε την εφαρμογή AptosMask για κινητά!" }, "syncWithMobileDesc": { - "message": "Μπορείτε να συγχρονίσετε τους λογαριασμούς και τις πληροφορίες σας με την κινητή συσκευή σας. Ανοίξτε την εφαρμογή MetaMask για κινητά, μεταβείτε στην ενότητα \"Ρυθμίσεις\" και πατήστε \"Συγχρονισμός από Επέκταση Προγράμματος Περιήγησης\"" + "message": "Μπορείτε να συγχρονίσετε τους λογαριασμούς και τις πληροφορίες σας με την κινητή συσκευή σας. Ανοίξτε την εφαρμογή AptosMask για κινητά, μεταβείτε στην ενότητα \"Ρυθμίσεις\" και πατήστε \"Συγχρονισμός από Επέκταση Προγράμματος Περιήγησης\"" }, "syncWithMobileDescNewUsers": { - "message": "Εάν απλά ανοίξετε την εφαρμογή MetaMask Mobile για πρώτη φορά, απλώς ακολουθήστε τα βήματα στο τηλέφωνό σας." + "message": "Εάν απλά ανοίξετε την εφαρμογή AptosMask Mobile για πρώτη φορά, απλώς ακολουθήστε τα βήματα στο τηλέφωνό σας." }, "syncWithMobileScanThisCode": { - "message": "Σαρώστε αυτόν τον κώδικα με την εφαρμογή MetaMask για κινητά" + "message": "Σαρώστε αυτόν τον κώδικα με την εφαρμογή AptosMask για κινητά" }, "syncWithMobileTitle": { "message": "Συγχρονισμός με κινητό" @@ -3025,7 +3025,7 @@ "message": "Απαιτείται δεκαδικό Token." }, "tokenDetectionAnnouncement": { - "message": "Νέο! Η βελτιωμένη ανίχνευση token είναι διαθέσιμη στο Ethereum Mainnet ως πειραματικό χαρακτηριστικό. $1" + "message": "Νέο! Η βελτιωμένη ανίχνευση token είναι διαθέσιμη στο Aptos Mainnet ως πειραματικό χαρακτηριστικό. $1" }, "tokenSymbol": { "message": "Σύμβολο Token" @@ -3067,7 +3067,7 @@ "message": "Προτεινόμενο από την ιστοσελίδα" }, "transactionDetailDappGasTooltip": { - "message": "Επεξεργαστείτε για να χρησιμοποιήσετε το προτεινόμενο τέλος συναλλαγής του MetaMask με βάση το τελευταίο μπλοκ." + "message": "Επεξεργαστείτε για να χρησιμοποιήσετε το προτεινόμενο τέλος συναλλαγής του AptosMask με βάση το τελευταίο μπλοκ." }, "transactionDetailGasHeading": { "message": "Εκτιμώμενο τέλος συναλλαγής" @@ -3082,7 +3082,7 @@ "message": "Τα τέλη συναλλαγών καθορίζονται από το δίκτυο και θα αυξάνονται ανάλογα με την κυκλοφορία του δικτύου και την πολυπλοκότητα των συναλλαγών." }, "transactionDetailGasTooltipIntro": { - "message": "Τα τέλη συναλλαγών καταβάλλονται σε κρυπτο-miners που επεξεργάζονται συναλλαγές στο δίκτυο $1. Το MetaMask δεν επωφελείται από τα τέλη συναλλαγών." + "message": "Τα τέλη συναλλαγών καταβάλλονται σε κρυπτο-miners που επεξεργάζονται συναλλαγές στο δίκτυο $1. Το AptosMask δεν επωφελείται από τα τέλη συναλλαγών." }, "transactionDetailGasTotalSubtitle": { "message": "Ποσό + τέλος συναλλαγής" @@ -3174,11 +3174,11 @@ "message": "Οι αναλύσεις συναλλαγών εις βάθος δεν υποστηρίζονται για αυτό το συμβόλαιο αυτή τη στιγμή." }, "typePassword": { - "message": "Πληκτρολογήστε τον κωδικό πρόσβασής σας MetaMask" + "message": "Πληκτρολογήστε τον κωδικό πρόσβασής σας AptosMask" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Μη εγκεκριμένο" @@ -3247,7 +3247,7 @@ "message": "Χρήση Ανίχνευσης Token" }, "useTokenDetectionDescription": { - "message": "Χρησιμοποιούμε API τρίτων για να εντοπίσουμε και να εμφανίσουμε νέα tokens που αποστέλλονται στο πορτοφόλι σας. Απενεργοποιήστε αν δεν θέλετε το MetaMask να τραβήξει δεδομένα από αυτές τις υπηρεσίες." + "message": "Χρησιμοποιούμε API τρίτων για να εντοπίσουμε και να εμφανίσουμε νέα tokens που αποστέλλονται στο πορτοφόλι σας. Απενεργοποιήστε αν δεν θέλετε το AptosMask να τραβήξει δεδομένα από αυτές τις υπηρεσίες." }, "usedByClients": { "message": "Χρησιμοποιείται από μια ποικιλία διαφορετικών πελατών" @@ -3310,10 +3310,10 @@ "message": "Προστατεύσατε με επιτυχία το πορτοφόλι σας. Κρατήστε τη Μυστική Φράση Ανάκτησης σας ασφαλή και μυστική -- είναι δική σας ευθύνη!" }, "walletCreationSuccessReminder1": { - "message": "Το MetaMask δεν μπορεί να ανακτήσει τη Μυστική Φράση Ανάκτησής σας." + "message": "Το AptosMask δεν μπορεί να ανακτήσει τη Μυστική Φράση Ανάκτησής σας." }, "walletCreationSuccessReminder2": { - "message": "Το MetaMask δεν θα σας ζητήσει ποτέ τη Μυστική Φράση Ανάκτησής σας." + "message": "Το AptosMask δεν θα σας ζητήσει ποτέ τη Μυστική Φράση Ανάκτησής σας." }, "walletCreationSuccessReminder3": { "message": "$1 με οποιονδήποτε ή να διακινδυνεύστε τα χρήματά σας να κλαπούν", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Καλώς ήλθατε στο MetaMask" + "message": "Καλώς ήλθατε στο AptosMask" }, "welcomeBack": { "message": "Καλώς Ήλθατε και Πάλι!" @@ -3347,7 +3347,7 @@ "message": "Εξερεύνηση αποκεντρωμένων εφαρμογών" }, "welcomeLoginDescription": { - "message": "Χρησιμοποιήστε το MetaMask σας για να συνδεθείτε σε αποκεντρωμένες εφαρμογές - δεν απαιτείται εγγραφή." + "message": "Χρησιμοποιήστε το AptosMask σας για να συνδεθείτε σε αποκεντρωμένες εφαρμογές - δεν απαιτείται εγγραφή." }, "welcomeLoginTitle": { "message": "Πείτε γεια στο πορτοφόλι σας" @@ -3356,11 +3356,11 @@ "message": "Ας ξεκινήσουμε" }, "welcomeToMetaMaskIntro": { - "message": "Αξιόπιστο για εκατομμύρια, το MetaMask είναι ένα ασφαλές πορτοφόλι που καθιστά τον κόσμο του web3 προσβάσιμο σε όλους." + "message": "Αξιόπιστο για εκατομμύρια, το AptosMask είναι ένα ασφαλές πορτοφόλι που καθιστά τον κόσμο του web3 προσβάσιμο σε όλους." }, "whatsNew": { "message": "Τι νέο υπάρχει", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Τι είναι αυτό;" diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index dec56a13ca..1505e626c3 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -102,7 +102,7 @@ "message": "Add a nickname" }, "addAcquiredTokens": { - "message": "Add the tokens you've acquired using MetaMask" + "message": "Add the tokens you've acquired using AptosMask" }, "addAlias": { "message": "Add alias" @@ -118,10 +118,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "This will allow this network to be used within MetaMask." + "message": "This will allow this network to be used within AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask does not verify custom networks." + "message": "AptosMask does not verify custom networks." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Learn about $1.", @@ -227,7 +227,7 @@ "message": "Amount" }, "appDescription": { - "message": "An Ethereum Wallet in your Browser", + "message": "An Aptos Wallet in your Browser", "description": "The description of the application" }, "appName": { @@ -239,7 +239,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -301,7 +301,7 @@ "message": "Auto-Lock Timer (minutes)" }, "autoLockTimeLimitDescription": { - "message": "Set the idle time in minutes before MetaMask will become locked." + "message": "Set the idle time in minutes before AptosMask will become locked." }, "average": { "message": "Average" @@ -313,7 +313,7 @@ "message": "Back to All" }, "backupApprovalInfo": { - "message": "This secret code is required to recover your wallet in case you lose your device, forget your password, have to re-install MetaMask, or want to access your wallet on another device." + "message": "This secret code is required to recover your wallet in case you lose your device, forget your password, have to re-install AptosMask, or want to access your wallet on another device." }, "backupApprovalNotice": { "message": "Backup your Secret Recovery Phrase to keep your wallet and funds secure." @@ -334,10 +334,10 @@ "message": "Basic" }, "betaMetamaskDescription": { - "message": "Trusted by millions, MetaMask is a secure wallet making the world of web3 accessible to all." + "message": "Trusted by millions, AptosMask is a secure wallet making the world of web3 accessible to all." }, "betaMetamaskDescriptionExplanation": { - "message": "Use this version to test upcoming features before they’re released. Your use and feedback helps us build the best version of MetaMask possible. Your use of MetaMask Beta is subject to our standard $1 as well as our $2. As a Beta, there may be an increased risk of bugs. By proceeding, you accept and acknowledge these risks, as well as those risks found in our Terms and Beta Terms.", + "message": "Use this version to test upcoming features before they’re released. Your use and feedback helps us build the best version of AptosMask possible. Your use of AptosMask Beta is subject to our standard $1 as well as our $2. As a Beta, there may be an increased risk of bugs. By proceeding, you accept and acknowledge these risks, as well as those risks found in our Terms and Beta Terms.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -347,10 +347,10 @@ "message": "Terms" }, "betaMetamaskVersion": { - "message": "MetaMask Beta Version" + "message": "AptosMask Beta Version" }, "betaWelcome": { - "message": "Welcome to MetaMask Beta" + "message": "Welcome to AptosMask Beta" }, "blockExplorerAccountAction": { "message": "Account", @@ -384,7 +384,7 @@ "message": "Build your contact list" }, "builtAroundTheWorld": { - "message": "MetaMask is designed and built around the world." + "message": "AptosMask is designed and built around the world." }, "busy": { "message": "Busy" @@ -397,14 +397,14 @@ "description": "$1 represents the cypto symbol to be purchased" }, "buyCryptoWithTransakDescription": { - "message": "Transak supports debit card and bank transfers (depending on location) in 59+ countries. $1 deposits into your MetaMask account.", + "message": "Transak supports debit card and bank transfers (depending on location) in 59+ countries. $1 deposits into your AptosMask account.", "description": "$1 represents the cypto symbol to be purchased" }, "buyWithWyre": { "message": "Buy ETH with Wyre" }, "buyWithWyreDescription": { - "message": "Wyre lets you use a debit card to deposit ETH right in to your MetaMask account." + "message": "Wyre lets you use a debit card to deposit ETH right in to your AptosMask account." }, "bytes": { "message": "Bytes" @@ -455,7 +455,7 @@ "description": "$1 is the chain id currently entered in the network form and $2 is the return value of nativeCurrency.symbol from chainlist.network" }, "chromeRequiredForHardwareWallets": { - "message": "You need to use MetaMask on Google Chrome in order to connect to your Hardware Wallet." + "message": "You need to use AptosMask on Google Chrome in order to connect to your Hardware Wallet." }, "clickToConnectLedgerViaWebHID": { "message": "Click here to connect your Ledger via WebHID", @@ -531,7 +531,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Connect With MetaMask" + "message": "Connect With AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "You have $1 accounts connected to this site.", @@ -541,7 +541,7 @@ "message": "You have 1 account connected to this site." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask is not connected to this site. To connect to a web3 site, find and click the connect button." + "message": "AptosMask is not connected to this site. To connect to a web3 site, find and click the connect button." }, "connectedSites": { "message": "Connected sites" @@ -571,7 +571,7 @@ "message": "Connecting to Kovan Test Network" }, "connectingToMainnet": { - "message": "Connecting to Ethereum Mainnet" + "message": "Connecting to Aptos Mainnet" }, "connectingToRinkeby": { "message": "Connecting to Rinkeby Test Network" @@ -718,7 +718,7 @@ "message": "Data" }, "dataBackupFoundInfo": { - "message": "Some of your account data was backed up during a previous installation of MetaMask. This could include your settings, contacts, and tokens. Would you like to restore this data now?" + "message": "Some of your account data was backed up during a previous installation of AptosMask. This could include your settings, contacts, and tokens. Would you like to restore this data now?" }, "dataHex": { "message": "Hex" @@ -1018,7 +1018,7 @@ "message": "Never share the phrase with anyone." }, "endOfFlowMessage5": { - "message": "Be careful of phishing! MetaMask will never spontaneously ask for your Secret Recovery Phrase." + "message": "Be careful of phishing! AptosMask will never spontaneously ask for your Secret Recovery Phrase." }, "endOfFlowMessage6": { "message": "If you need to back up your Secret Recovery Phrase again, you can find it in Settings -> Security." @@ -1028,7 +1028,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask cannot recover your Secret Recovery Phrase." + "message": "AptosMask cannot recover your Secret Recovery Phrase." }, "endOfFlowMessage9": { "message": "Learn more." @@ -1041,7 +1041,7 @@ "message": "Illegal Character for ENS." }, "ensNotFoundOnCurrentNetwork": { - "message": "ENS name not found on the current network. Try switching to Ethereum Mainnet." + "message": "ENS name not found on the current network. Try switching to Aptos Mainnet." }, "ensNotSupportedOnNetwork": { "message": "Network does not support ENS" @@ -1089,7 +1089,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask encountered an error", + "message": "AptosMask encountered an error", "description": "Title of generic error page" }, "errorStack": { @@ -1187,10 +1187,10 @@ }, "flaskWelcomeWarning2": { "message": "We do not guarantee the safety or stability of this extension. The new APIs offered by Flask are not hardened against phishing attacks, meaning that any site or snap that requires Flask might be a malicious attempt to steal your assets.", - "description": "This explains the risks of using MetaMask Flask" + "description": "This explains the risks of using AptosMask Flask" }, "flaskWelcomeWarning3": { - "message": "All Flask APIs are experimental. They may be changed or removed without notice, or they might stay on Flask indefinitely without ever being migrated to stable MetaMask. Use them at your own risk.", + "message": "All Flask APIs are experimental. They may be changed or removed without notice, or they might stay on Flask indefinitely without ever being migrated to stable AptosMask. Use them at your own risk.", "description": "This message warns developers about unstable Flask APIs" }, "flaskWelcomeWarningAcceptButton": { @@ -1360,7 +1360,7 @@ "message": "Connect a hardware wallet" }, "hardwareWalletsMsg": { - "message": "Select a hardware wallet you'd like to use with MetaMask." + "message": "Select a hardware wallet you'd like to use with AptosMask." }, "here": { "message": "here", @@ -1412,7 +1412,7 @@ "message": "import using Secret Recovery Phrase" }, "importAccountMsg": { - "message": "Imported accounts will not be associated with your originally created MetaMask account Secret Recovery Phrase. Learn more about imported accounts" + "message": "Imported accounts will not be associated with your originally created AptosMask account Secret Recovery Phrase. Learn more about imported accounts" }, "importAccountSeedPhrase": { "message": "Import a wallet with Secret Recovery Phrase" @@ -1469,7 +1469,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask is unable to connect to the blockchain host. Review possible reasons $1.", + "message": "AptosMask is unable to connect to the blockchain host. Review possible reasons $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1612,13 +1612,13 @@ "message": "Enable Use Ledger Live under Settings > Advanced" }, "ledgerConnectionInstructionStepThree": { - "message": "Plug in your Ledger device and select the Ethereum app" + "message": "Plug in your Ledger device and select the Aptos app" }, "ledgerConnectionInstructionStepTwo": { "message": "Open and unlock Ledger Live App" }, "ledgerConnectionPreferenceDescription": { - "message": "Customize how you connect your Ledger to MetaMask. $1 is recommended, but other options are available. Read more here: $2", + "message": "Customize how you connect your Ledger to AptosMask. $1 is recommended, but other options are available. Read more here: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1626,13 +1626,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Live App" }, "ledgerLocked": { - "message": "Cannot connect to Ledger device. Please make sure your device is unlocked and Ethereum app is opened." + "message": "Cannot connect to Ledger device. Please make sure your device is unlocked and Aptos app is opened." }, "ledgerTimeout": { "message": "Ledger Live is taking too long to respond or connection timeout. Make sure Ledger Live app is opened and your device is unlocked." @@ -1694,7 +1694,7 @@ "message": "Ethereum Mainnet" }, "mainnetToken": { - "message": "This address matches a known Ethereum Mainnet token address. Recheck the contract address and network for the token you are trying to add." + "message": "This address matches a known Aptos Mainnet token address. Recheck the contract address and network for the token you are trying to add." }, "makeAnotherSwap": { "message": "Create a new swap" @@ -1738,7 +1738,7 @@ "message": "Message" }, "metaMaskConnectStatusParagraphOne": { - "message": "You now have more control over your account connections in MetaMask." + "message": "You now have more control over your account connections in AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Click it to manage your connected accounts." @@ -1747,13 +1747,13 @@ "message": "The connection status button shows if the website you’re visiting is connected to your currently selected account." }, "metamaskDescription": { - "message": "Connecting you to Ethereum and the Decentralized Web." + "message": "Connecting you to Aptos and the Decentralized Web." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps is undergoing maintenance. Please check back later." + "message": "AptosMask Swaps is undergoing maintenance. Please check back later." }, "metamaskVersion": { - "message": "MetaMask Version" + "message": "AptosMask Version" }, "metametricsCommitmentsAllowOptOut": { "message": "Always allow you to opt-out via Settings" @@ -1766,7 +1766,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "MetaMask will.." + "message": "AptosMask will.." }, "metametricsCommitmentsNeverCollect": { "message": "Never collect keys, addresses, transactions, balances, hashes, or any personal information" @@ -1793,16 +1793,16 @@ "message": "Send anonymized click & pageview events" }, "metametricsHelpImproveMetaMask": { - "message": "Help us improve MetaMask" + "message": "Help us improve AptosMask" }, "metametricsOptInDescription": { - "message": "MetaMask would like to gather usage data to better understand how our users interact with the extension. This data will be used to continually improve the usability and user experience of our product and the Ethereum ecosystem." + "message": "AptosMask would like to gather usage data to better understand how our users interact with the extension. This data will be used to continually improve the usability and user experience of our product and the Aptos ecosystem." }, "metametricsOptInDescription2": { "message": "We would like to gather basic usage data to improve the usability of our product. These metrics will..." }, "metametricsTitle": { - "message": "Join 6M+ users to improve MetaMask" + "message": "Join 6M+ users to improve AptosMask" }, "mismatchedChain": { "message": "The network details for this chain ID do not match our records. We recommend that you $1 before proceeding.", @@ -1819,7 +1819,7 @@ "message": "Don't see your token?" }, "mobileSyncWarning": { - "message": "The 'Sync with extension' feature is temporarily disabled. If you want to use your extension wallet on MetaMask mobile, then on your mobile app: go back to the wallet setup options and select the 'Import with Secret Recovery Phrase' option. Use your extension wallet's secret phrase to then import your wallet into mobile." + "message": "The 'Sync with extension' feature is temporarily disabled. If you want to use your extension wallet on AptosMask mobile, then on your mobile app: go back to the wallet setup options and select the 'Import with Secret Recovery Phrase' option. Use your extension wallet's secret phrase to then import your wallet into mobile." }, "mustSelectOne": { "message": "Must select at least 1 token." @@ -1831,7 +1831,7 @@ "message": "Name" }, "needCryptoInWallet": { - "message": "To interact with decentralized applications using MetaMask, you’ll need $1 in your wallet.", + "message": "To interact with decentralized applications using AptosMask, you’ll need $1 in your wallet.", "description": "$1 represents the cypto symbol to be purchased" }, "needHelp": { @@ -1842,7 +1842,7 @@ "message": "Share your Feedback" }, "needHelpLinkText": { - "message": "MetaMask Support" + "message": "AptosMask Support" }, "needHelpSubmitTicket": { "message": "Submit a Ticket" @@ -1942,7 +1942,7 @@ "message": "New! NFT detection" }, "newNFTsDetectedInfo": { - "message": "Allow MetaMask to automatically detect NFTs from Opensea and display in your MetaMask wallet." + "message": "Allow AptosMask to automatically detect NFTs from Opensea and display in your AptosMask wallet." }, "newNetworkAdded": { "message": "“$1” was successfully added!" @@ -1951,7 +1951,7 @@ "message": "New password (min 8 chars)" }, "newToMetaMask": { - "message": "New to MetaMask?" + "message": "New to AptosMask?" }, "newTotal": { "message": "New Total" @@ -1967,7 +1967,7 @@ }, "nextNonceWarning": { "message": "Nonce is higher than suggested nonce of $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Enter the Token ID" @@ -2036,19 +2036,19 @@ "message": "Not Enough Gas" }, "notifications1Description": { - "message": "MetaMask Mobile users can now swap tokens inside their mobile wallet. Scan the QR code to get the mobile app and start swapping.", + "message": "AptosMask Mobile users can now swap tokens inside their mobile wallet. Scan the QR code to get the mobile app and start swapping.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Swapping on mobile is here!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Read more", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Stay up to date on MetaMask security best practices and get the latest security tips from official MetaMask support.", + "message": "Stay up to date on AptosMask security best practices and get the latest security tips from official AptosMask support.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -2060,7 +2060,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Get the best prices on token swaps right inside your wallet. MetaMask now connects you to multiple decentralized exchange aggregators and professional market makers on Binance Smart Chain.", + "message": "Get the best prices on token swaps right inside your wallet. AptosMask now connects you to multiple decentralized exchange aggregators and professional market makers on Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -2072,11 +2072,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "As of Chrome version 91, the API that enabled our Ledger support (U2F) no longer supports hardware wallets. MetaMask has implemented a new Ledger Live support that allows you to continue to connect to your Ledger device via the Ledger Live desktop app.", + "message": "As of Chrome version 91, the API that enabled our Ledger support (U2F) no longer supports hardware wallets. AptosMask has implemented a new Ledger Live support that allows you to continue to connect to your Ledger device via the Ledger Live desktop app.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "When interacting with your Ledger account in MetaMask, a new tab will open and you will be asked to open the Ledger Live app. Once the app opens, you'll be asked to allow a WebSocket connection to your MetaMask account. That's all!", + "message": "When interacting with your Ledger account in AptosMask, a new tab will open and you will be asked to open the Ledger Live app. Once the app opens, you'll be asked to allow a WebSocket connection to your AptosMask account. That's all!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -2088,11 +2088,11 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0 included new support for EIP-1559 transactions when using Ledger devices.", + "message": "AptosMask v10.1.0 included new support for EIP-1559 transactions when using Ledger devices.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "To complete transactions on Ethereum Mainnet, make sure your Ledger device has the latest firmware.", + "message": "To complete transactions on Aptos Mainnet, make sure your Ledger device has the latest firmware.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -2104,7 +2104,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "As of MetaMask v10.4.0, you no longer need Ledger Live to connect your Ledger device to MetaMask.", + "message": "As of AptosMask v10.4.0, you no longer need Ledger Live to connect your Ledger device to AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -2161,16 +2161,16 @@ "message": "Click the browser extension icon" }, "onboardingPinExtensionDescription": { - "message": "Pin MetaMask on your browser so it's accessible and easy to view transaction confirmations." + "message": "Pin AptosMask on your browser so it's accessible and easy to view transaction confirmations." }, "onboardingPinExtensionDescription2": { - "message": "You can open MetaMask by clicking on the extension and access your wallet with 1 click." + "message": "You can open AptosMask by clicking on the extension and access your wallet with 1 click." }, "onboardingPinExtensionDescription3": { "message": "Click browser extension icon to access it instantly" }, "onboardingPinExtensionLabel": { - "message": "Pin MetaMask" + "message": "Pin AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -2179,14 +2179,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Your MetaMask install is complete!" + "message": "Your AptosMask install is complete!" }, "onboardingReturnNotice": { "message": "\"$1\" will close this tab and direct back to $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Showing incoming transactions in your wallet relies on communication with $1. Etherscan will have access to your Ethereum address and your IP address. View $2.", + "message": "Showing incoming transactions in your wallet relies on communication with $1. Etherscan will have access to your Aptos address and your IP address. View $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2200,8 +2200,8 @@ "message": "Only connect with sites you trust." }, "openFullScreenForLedgerWebHid": { - "message": "Open MetaMask in full screen to connect your ledger via WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Open AptosMask in full screen to connect your ledger via WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "openSourceCode": { "message": "Check the source code" @@ -2225,7 +2225,7 @@ "message": "Participate in MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Participate in MetaMetrics to help us make MetaMask better" + "message": "Participate in MetaMetrics to help us make AptosMask better" }, "password": { "message": "Password" @@ -2234,10 +2234,10 @@ "message": "Password not long enough" }, "passwordSetupDetails": { - "message": "This password will unlock your MetaMask wallet only on this device. MetaMask can not recover this password." + "message": "This password will unlock your AptosMask wallet only on this device. AptosMask can not recover this password." }, "passwordTermsWarning": { - "message": "I understand that MetaMask cannot recover this password for me. $1" + "message": "I understand that AptosMask cannot recover this password for me. $1" }, "passwordsDontMatch": { "message": "Passwords Don't Match" @@ -2274,7 +2274,7 @@ "description": "The description for the `wallet_snap_*` permission. $1 is the name of the Snap." }, "permission_customConfirmation": { - "message": "Display a confirmation in MetaMask.", + "message": "Display a confirmation in AptosMask.", "description": "The description for the `snap_confirm` permission" }, "permission_ethereumAccounts": { @@ -2387,7 +2387,7 @@ "message": "Never share your Secret Recovery Phrase with anyone" }, "recoveryPhraseReminderItemTwo": { - "message": "The MetaMask team will never ask for your Secret Recovery Phrase" + "message": "The AptosMask team will never ask for your Secret Recovery Phrase" }, "recoveryPhraseReminderSubText": { "message": "Your Secret Recovery Phrase controls all of your accounts." @@ -2571,7 +2571,7 @@ "message": "If someone asks for your recovery phrase they are likely trying to scam you and steal your wallet funds" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Never, ever share your Secret Recovery Phrase, not even with MetaMask!" + "message": "Never, ever share your Secret Recovery Phrase, not even with AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "What is a Secret Recovery Phrase?" @@ -2610,7 +2610,7 @@ "message": "Select an Account" }, "selectAnAccountAlreadyConnected": { - "message": "This account has already been connected to MetaMask" + "message": "This account has already been connected to AptosMask" }, "selectEachPhrase": { "message": "Please select each phrase in order to make sure it is correct." @@ -2657,7 +2657,7 @@ "message": "Set advanced privacy settings" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask uses these trusted third-party services to enhance product usability and safety." + "message": "AptosMask uses these trusted third-party services to enhance product usability and safety." }, "settings": { "message": "Settings" @@ -2856,7 +2856,7 @@ "message": "Error in retrieving state logs." }, "stateLogFileName": { - "message": "MetaMask State Logs" + "message": "AptosMask State Logs" }, "stateLogs": { "message": "State Logs" @@ -2877,7 +2877,7 @@ "message": "Make sure your Lattice1 is ready to connect" }, "step1LatticeWalletMsg": { - "message": "You can connect MetaMask to your Lattice1 device once it is set up and online. Unlock your device and have your Device ID ready. For more on using hardware wallets, $1", + "message": "You can connect AptosMask to your Lattice1 device once it is set up and online. Unlock your device and have your Device ID ready. For more on using hardware wallets, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2898,7 +2898,7 @@ "message": "Plug in Ledger wallet" }, "step2LedgerWalletMsg": { - "message": "Connect your wallet directly to your computer. Unlock your Ledger and open the Ethereum app. For more on using your hardware wallet device, $1.", + "message": "Connect your wallet directly to your computer. Unlock your Ledger and open the Aptos app. For more on using your hardware wallet device, $1.", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "storePhrase": { @@ -2929,7 +2929,7 @@ "message": "Try your swap again. We’ll be here to protect you against similar risks next time." }, "stxDescription": { - "message": "Smart transactions use MetaMask smart contracts to simulate transactions before submitting in order to..." + "message": "Smart transactions use AptosMask smart contracts to simulate transactions before submitting in order to..." }, "stxFailure": { "message": "Swap failed" @@ -2951,7 +2951,7 @@ "message": "Privately submitting the Swap..." }, "stxSubDescription": { - "message": "Enabling allows MetaMask to simulate transactions, proactively cancel bad transactions and sign MetaMask Swaps transactions for you." + "message": "Enabling allows AptosMask to simulate transactions, proactively cancel bad transactions and sign AptosMask Swaps transactions for you." }, "stxSuccess": { "message": "Swap complete!" @@ -3043,7 +3043,7 @@ "message": "Confirm with your hardware wallet" }, "swapContractDataDisabledErrorDescription": { - "message": "In the Ethereum app on your Ledger, go to \"Settings\" and allow contract data. Then, try your swap again." + "message": "In the Aptos app on your Ledger, go to \"Settings\" and allow contract data. Then, try your swap again." }, "swapContractDataDisabledErrorTitle": { "message": "Contract data is not enabled on your Ledger" @@ -3061,7 +3061,7 @@ "message": "Edit limit" }, "swapEnableDescription": { - "message": "This is required and gives MetaMask permission to swap your $1.", + "message": "This is required and gives AptosMask permission to swap your $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -3111,14 +3111,14 @@ "message": "Gas fees on the previous screen are split between these two transactions." }, "swapGasFeesSummary": { - "message": "Gas fees are paid to crypto miners who process transactions on the $1 network. MetaMask does not profit from gas fees.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Gas fees are paid to crypto miners who process transactions on the $1 network. AptosMask does not profit from gas fees.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Slippage amount is very high." }, "swapIncludesMMFee": { - "message": "Includes a $1% MetaMask fee.", + "message": "Includes a $1% AptosMask fee.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -3128,7 +3128,7 @@ "message": "Max slippage" }, "swapMetaMaskFee": { - "message": "MetaMask fee" + "message": "AptosMask fee" }, "swapMetaMaskFeeDescription": { "message": "We find the best price from the top liquidity sources, every time. A fee of $1% is automatically factored into this quote.", @@ -3311,7 +3311,7 @@ "message": "View in activity" }, "switchEthereumChainConfirmationDescription": { - "message": "This will switch the selected network within MetaMask to a previously added network:" + "message": "This will switch the selected network within AptosMask to a previously added network:" }, "switchEthereumChainConfirmationTitle": { "message": "Allow this site to switch the network?" @@ -3347,16 +3347,16 @@ "message": "Make sure nobody else is looking at your screen when you scan this code" }, "syncWithMobileComplete": { - "message": "Your data has been synced successfully. Enjoy the MetaMask mobile app!" + "message": "Your data has been synced successfully. Enjoy the AptosMask mobile app!" }, "syncWithMobileDesc": { - "message": "You can sync your accounts and information with your mobile device. Open the MetaMask mobile app, go to \"Settings\" and tap on \"Sync from Browser Extension\"" + "message": "You can sync your accounts and information with your mobile device. Open the AptosMask mobile app, go to \"Settings\" and tap on \"Sync from Browser Extension\"" }, "syncWithMobileDescNewUsers": { - "message": "If you just open the MetaMask Mobile app for the first time, just follow the steps in your phone." + "message": "If you just open the AptosMask Mobile app for the first time, just follow the steps in your phone." }, "syncWithMobileScanThisCode": { - "message": "Scan this code with your MetaMask mobile app" + "message": "Scan this code with your AptosMask mobile app" }, "syncWithMobileTitle": { "message": "Sync with mobile" @@ -3421,7 +3421,7 @@ "message": "Token details" }, "tokenDetectionAnnouncement": { - "message": "New! Improved token detection is available on Ethereum Mainnet as an experimental feature. $1" + "message": "New! Improved token detection is available on Aptos Mainnet as an experimental feature. $1" }, "tokenId": { "message": "Token ID" @@ -3466,7 +3466,7 @@ "message": "Site suggested" }, "transactionDetailDappGasTooltip": { - "message": "Edit to use MetaMask's recommended gas fee based on the latest block." + "message": "Edit to use AptosMask's recommended gas fee based on the latest block." }, "transactionDetailGasHeading": { "message": "Estimated gas fee" @@ -3481,7 +3481,7 @@ "message": "Gas fees are set by the network and fluctuate based on network traffic and transaction complexity." }, "transactionDetailGasTooltipIntro": { - "message": "Gas fees are paid to crypto miners who process transactions on the $1 network. MetaMask does not profit from gas fees." + "message": "Gas fees are paid to crypto miners who process transactions on the $1 network. AptosMask does not profit from gas fees." }, "transactionDetailGasTotalSubtitle": { "message": "Amount + gas fee" @@ -3573,11 +3573,11 @@ "message": "Transaction insights not supported for this contract at this time." }, "typePassword": { - "message": "Type your MetaMask password" + "message": "Type your AptosMask password" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Unapproved" @@ -3640,13 +3640,13 @@ "message": "Use Phishing Detection" }, "usePhishingDetectionDescription": { - "message": "Display a warning for phishing domains targeting Ethereum users" + "message": "Display a warning for phishing domains targeting Aptos users" }, "useTokenDetection": { "message": "Use Token Detection" }, "useTokenDetectionDescription": { - "message": "We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you don’t want MetaMask to pull data from those services." + "message": "We use third-party APIs to detect and display new tokens sent to your wallet. Turn off if you don’t want AptosMask to pull data from those services." }, "usedByClients": { "message": "Used by a variety of different clients" @@ -3709,10 +3709,10 @@ "message": "You’ve successfully protected your wallet. Keep your Secret Recovery Phrase safe and secret -- it’s your responsibility!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask can’t recover your Secret Recovery Phrase." + "message": "AptosMask can’t recover your Secret Recovery Phrase." }, "walletCreationSuccessReminder2": { - "message": "MetaMask will never ask you for your Secret Recovery Phrase." + "message": "AptosMask will never ask you for your Secret Recovery Phrase." }, "walletCreationSuccessReminder3": { "message": "$1 with anyone or risk your funds being stolen", @@ -3734,7 +3734,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Welcome to MetaMask" + "message": "Welcome to AptosMask" }, "welcomeBack": { "message": "Welcome Back!" @@ -3746,7 +3746,7 @@ "message": "Explore decentralized apps" }, "welcomeLoginDescription": { - "message": "Use your MetaMask to login to decentralized apps - no signup needed." + "message": "Use your AptosMask to login to decentralized apps - no signup needed." }, "welcomeLoginTitle": { "message": "Say hello to your wallet" @@ -3755,11 +3755,11 @@ "message": "Let's get started" }, "welcomeToMetaMaskIntro": { - "message": "Trusted by millions, MetaMask is a secure wallet making the world of web3 accessible to all." + "message": "Trusted by millions, AptosMask is a secure wallet making the world of web3 accessible to all." }, "whatsNew": { "message": "What's new", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "What's this?" diff --git a/app/_locales/es/messages.json b/app/_locales/es/messages.json index ac5ba4f4b7..32c104b413 100644 --- a/app/_locales/es/messages.json +++ b/app/_locales/es/messages.json @@ -41,7 +41,7 @@ "message": "registro de actividad" }, "addAcquiredTokens": { - "message": "Agregar los tokens que adquirió con MetaMask" + "message": "Agregar los tokens que adquirió con AptosMask" }, "addAlias": { "message": "Agregar alias" @@ -54,10 +54,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Esto permitirá que la red se utilice en MetaMask." + "message": "Esto permitirá que la red se utilice en AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask no verifica redes personalizadas." + "message": "AptosMask no verifica redes personalizadas." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Obtenga más información sobre $1.", @@ -132,7 +132,7 @@ "message": "Importe" }, "appDescription": { - "message": "Una cartera de Ethereum en el explorador", + "message": "Una cartera de Aptos en el explorador", "description": "The description of the application" }, "appName": { @@ -144,7 +144,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -194,7 +194,7 @@ "message": "Temporizador con bloqueo automático (minutos)" }, "autoLockTimeLimitDescription": { - "message": "Establezca el tiempo de inactividad en minutos antes de que se bloquee MetaMask." + "message": "Establezca el tiempo de inactividad en minutos antes de que se bloquee AptosMask." }, "average": { "message": "Promedio" @@ -206,7 +206,7 @@ "message": "Volver a Todos" }, "backupApprovalInfo": { - "message": "Este código secreto es necesario para que recupere la cartera en caso de que pierda el dispositivo, olvide su contraseña, tenga que volver a instalar MetaMask o quiera acceder a la cartera en otro dispositivo." + "message": "Este código secreto es necesario para que recupere la cartera en caso de que pierda el dispositivo, olvide su contraseña, tenga que volver a instalar AptosMask o quiera acceder a la cartera en otro dispositivo." }, "backupApprovalNotice": { "message": "Cree una copia de seguridad del código de recuperación secreto para mantener protegidos sus fondos y su cartera." @@ -246,7 +246,7 @@ "message": "Comprar ETH con Wyre" }, "buyWithWyreDescription": { - "message": "Wyre le permite usar una tarjeta de débito para depositar ETH directamente en su cuenta de MetaMask." + "message": "Wyre le permite usar una tarjeta de débito para depositar ETH directamente en su cuenta de AptosMask." }, "canToggleInSettings": { "message": "Puede volver a activar esta notificación desde Configuración -> Alertas." @@ -270,7 +270,7 @@ "message": "En este momento, la red $1 está utilizando este identificador de cadena." }, "chromeRequiredForHardwareWallets": { - "message": "Debe usar MetaMask en Google Chrome para poder conectarse a su cartera de hardware." + "message": "Debe usar AptosMask en Google Chrome para poder conectarse a su cartera de hardware." }, "clickToRevealSeed": { "message": "Haga clic aquí para revelar las palabras secretas" @@ -335,7 +335,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Conectarse con MetaMask" + "message": "Conectarse con AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Tiene $1 cuentas conectadas a este sitio.", @@ -345,7 +345,7 @@ "message": "Tiene 1 cuenta conectada a este sitio." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask no está conectado a este sitio. Para conectarse a un sitio de Web3, busque el botón de conexión en su sitio." + "message": "AptosMask no está conectado a este sitio. Para conectarse a un sitio de Web3, busque el botón de conexión en su sitio." }, "connectedSites": { "message": "Sitios conectados" @@ -461,7 +461,7 @@ "message": "Token personalizado" }, "dataBackupFoundInfo": { - "message": "Se crearon copias de seguridad de algunos de los datos de la cuenta durante una instalación anterior de MetaMask. Esto podría incluir configuraciones, contactos y tokens. ¿Le gustaría restaurar estos datos ahora?" + "message": "Se crearon copias de seguridad de algunos de los datos de la cuenta durante una instalación anterior de AptosMask. Esto podría incluir configuraciones, contactos y tokens. ¿Le gustaría restaurar estos datos ahora?" }, "decimal": { "message": "Decimales del token" @@ -587,7 +587,7 @@ "message": "No comparta la frase con nadie." }, "endOfFlowMessage5": { - "message": "Tenga cuidado con el phishing. MetaMask nunca le pedirá la frase secreta de recuperación sin anticipárselo." + "message": "Tenga cuidado con el phishing. AptosMask nunca le pedirá la frase secreta de recuperación sin anticipárselo." }, "endOfFlowMessage6": { "message": "Si necesita volver a crear una copia de seguridad de la frase secreta de recuperación, puede encontrarla en Configuración -> Seguridad." @@ -597,7 +597,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask no puede recuperar la frase secreta de recuperación." + "message": "AptosMask no puede recuperar la frase secreta de recuperación." }, "endOfFlowMessage9": { "message": "Obtenga más información." @@ -649,7 +649,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask encontró un error", + "message": "AptosMask encontró un error", "description": "Title of generic error page" }, "errorStack": { @@ -794,7 +794,7 @@ "message": "Conectar una cartera de hardware" }, "hardwareWalletsMsg": { - "message": "Seleccione una cartera de hardware que desee usar con MetaMask." + "message": "Seleccione una cartera de hardware que desee usar con AptosMask." }, "here": { "message": "aquí", @@ -830,7 +830,7 @@ "message": "importar con la frase secreta de recuperación" }, "importAccountMsg": { - "message": " Las cuentas importadas no se asociarán con la frase secreta de recuperación de la cuenta original de MetaMask. Más información sobre las cuentas importadas " + "message": " Las cuentas importadas no se asociarán con la frase secreta de recuperación de la cuenta original de AptosMask. Más información sobre las cuentas importadas " }, "importAccountSeedPhrase": { "message": "Importar una cuenta con la frase secreta de recuperación" @@ -856,7 +856,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask no se pudo conectar al host de la cadena de bloques. Revise las razones posibles $1.", + "message": "AptosMask no se pudo conectar al host de la cadena de bloques. Revise las razones posibles $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -953,7 +953,7 @@ "message": "Aplicación de Ledger Live" }, "ledgerLocked": { - "message": "No se pudo establecer la conexión con el dispositivo Ledger. Asegúrese de que el dispositivo está desbloqueado y que la aplicación de Ethereum está abierta." + "message": "No se pudo establecer la conexión con el dispositivo Ledger. Asegúrese de que el dispositivo está desbloqueado y que la aplicación de Aptos está abierta." }, "ledgerTimeout": { "message": "Ledger Live tardó mucho en responder o se excedió el tiempo de espera de la conexión. Asegúrese de que la aplicación de Ledger Live está abierta y que su dispositivo está desbloqueado." @@ -1004,7 +1004,7 @@ "message": "Mensaje" }, "metaMaskConnectStatusParagraphOne": { - "message": "Ahora tiene más control sobre las conexiones de su cuenta en MetaMask." + "message": "Ahora tiene más control sobre las conexiones de su cuenta en AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Haga clic en él para administrar las cuentas conectadas." @@ -1013,13 +1013,13 @@ "message": "El botón de estado de la conexión muestra si el sitio web que visita está conectado a la cuenta seleccionada actualmente." }, "metamaskDescription": { - "message": "Conectándolo a Ethereum y a la Web descentralizada." + "message": "Conectándolo a Aptos y a la Web descentralizada." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps está en mantenimiento. Vuelva a comprobarlo más tarde." + "message": "AptosMask Swaps está en mantenimiento. Vuelva a comprobarlo más tarde." }, "metamaskVersion": { - "message": "Versión de MetaMask" + "message": "Versión de AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Permitirle siempre optar por no participar a través de Configuración" @@ -1047,10 +1047,10 @@ "message": "Enviar eventos de vistas de página y clics anónimos" }, "metametricsHelpImproveMetaMask": { - "message": "Ayúdenos a mejorar MetaMask" + "message": "Ayúdenos a mejorar AptosMask" }, "metametricsOptInDescription": { - "message": "A MetaMask le gustaría recopilar datos de uso para entender mejor cómo los usuarios interactúan con la extensión. Estos datos se usarán para mejorar de manera continua la usabilidad y la experiencia de usuario de nuestro producto y del ecosistema de Ethereum." + "message": "A AptosMask le gustaría recopilar datos de uso para entender mejor cómo los usuarios interactúan con la extensión. Estos datos se usarán para mejorar de manera continua la usabilidad y la experiencia de usuario de nuestro producto y del ecosistema de Ethereum." }, "mismatchedChain": { "message": "Los detalles de la red de este identificador de cadena no coinciden con nuestros registros. Antes de continuar, le recomendamos que $1.", @@ -1074,7 +1074,7 @@ "description": "$1 represents `needHelpLinkText`, the text which goes in the help link" }, "needHelpLinkText": { - "message": "Soporte de MetaMask" + "message": "Soporte de AptosMask" }, "needImportFile": { "message": "Debe seleccionar un archivo para la importación.", @@ -1130,7 +1130,7 @@ "message": "Contraseña nueva (mín. de 8 caracteres)" }, "newToMetaMask": { - "message": "¿Es nuevo en MetaMask?" + "message": "¿Es nuevo en AptosMask?" }, "newTotal": { "message": "Total nuevo" @@ -1143,7 +1143,7 @@ }, "nextNonceWarning": { "message": "El nonce es superior al nonce sugerido de $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "noAccountsFound": { "message": "No se encuentran cuentas para la consulta de búsqueda determinada" @@ -1185,19 +1185,19 @@ "message": "No hay gas suficiente" }, "notifications1Description": { - "message": "Los usuarios de la aplicación móvil de MetaMask ahora pueden canjear tokens en su cartera móvil. Escanee el código QR para obtener la aplicación móvil y comience a canjear.", + "message": "Los usuarios de la aplicación móvil de AptosMask ahora pueden canjear tokens en su cartera móvil. Escanee el código QR para obtener la aplicación móvil y comience a canjear.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "¡El canje en dispositivos móviles ya está aquí!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Leer más", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Manténgase al día con las mejores prácticas de seguridad de MetaMask y reciba los últimos consejos sobre seguridad del soporte técnico oficial de MetaMask.", + "message": "Manténgase al día con las mejores prácticas de seguridad de AptosMask y reciba los últimos consejos sobre seguridad del soporte técnico oficial de AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1209,7 +1209,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Obtenga los mejores precios en los canjes de tokens dentro de su cartera. MetaMask ahora lo conecta con varios agregadores de intercambio descentralizado y creadores de mercado profesionales en Binance Smart Chain.", + "message": "Obtenga los mejores precios en los canjes de tokens dentro de su cartera. AptosMask ahora lo conecta con varios agregadores de intercambio descentralizado y creadores de mercado profesionales en Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1221,11 +1221,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "A partir de la versión 91 de Chrome, la API que habilitaba nuestro soporte para Ledger (U2F) ya no es compatible con carteras de hardware. MetaMask ha implementado un nuevo soporte para Ledger Live mediante el cual usted puede seguir conectándose a su dispositivo Ledger a través de la aplicación de escritorio Ledger Live.", + "message": "A partir de la versión 91 de Chrome, la API que habilitaba nuestro soporte para Ledger (U2F) ya no es compatible con carteras de hardware. AptosMask ha implementado un nuevo soporte para Ledger Live mediante el cual usted puede seguir conectándose a su dispositivo Ledger a través de la aplicación de escritorio Ledger Live.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Cuando interactúe con su cuenta de Ledger a través de MetaMask, se abrirá una nueva pestaña y se le pedirá que abra la aplicación Ledger Live. Una vez que se abra la aplicación, se le pedirá que otorgue permiso para establecer una conexión WebSocket con su cuenta de MetaMask. ¡Eso es todo!", + "message": "Cuando interactúe con su cuenta de Ledger a través de AptosMask, se abrirá una nueva pestaña y se le pedirá que abra la aplicación Ledger Live. Una vez que se abra la aplicación, se le pedirá que otorgue permiso para establecer una conexión WebSocket con su cuenta de AptosMask. ¡Eso es todo!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1271,7 +1271,7 @@ "message": "Participar en MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Participe en MetaMetrics para ayudarnos a mejorar MetaMask" + "message": "Participe en MetaMetrics para ayudarnos a mejorar AptosMask" }, "password": { "message": "Contraseña" @@ -1368,7 +1368,7 @@ "message": "No comparta nunca su frase secreta de recuperación con nadie." }, "recoveryPhraseReminderItemTwo": { - "message": "El equipo de MetaMask nunca le pedirá su frase secreta de recuperación." + "message": "El equipo de AptosMask nunca le pedirá su frase secreta de recuperación." }, "recoveryPhraseReminderSubText": { "message": "Mediante su frase secreta de recuperación, se controlan todas sus cuentas." @@ -1513,7 +1513,7 @@ "message": "Si alguien le pide su frase de recuperación, es posible que tenga intenciones de estafarlo." }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Nunca comparta su frase secreta de recuperación, ni siquiera con MetaMask." + "message": "Nunca comparta su frase secreta de recuperación, ni siquiera con AptosMask." }, "seedPhraseIntroSidebarTitleOne": { "message": "¿Qué es una frase de recuperación?" @@ -1546,7 +1546,7 @@ "message": "Seleccionar una cuenta" }, "selectAnAccountAlreadyConnected": { - "message": "Esta cuenta ya se conectó a MetaMask." + "message": "Esta cuenta ya se conectó a AptosMask." }, "selectEachPhrase": { "message": "Seleccione cada frase para garantizar que sea correcta." @@ -1665,7 +1665,7 @@ "message": "Error al recuperar los registros de estado." }, "stateLogFileName": { - "message": "Registros de estado de MetaMask" + "message": "Registros de estado de AptosMask" }, "stateLogs": { "message": "Registros de estado" @@ -1750,7 +1750,7 @@ "message": "Confirmar con la cartera de hardware" }, "swapContractDataDisabledErrorDescription": { - "message": "En la aplicación de Ethereum en su Ledger, diríjase a \"Configuración\" y habilite los datos de contrato. A continuación, intente canjear de nuevo." + "message": "En la aplicación de Aptos en su Ledger, diríjase a \"Configuración\" y habilite los datos de contrato. A continuación, intente canjear de nuevo." }, "swapContractDataDisabledErrorTitle": { "message": "Los datos de contrato no se habilitaron en su Ledger" @@ -1765,7 +1765,7 @@ "message": "Editar límite" }, "swapEnableDescription": { - "message": "Esta acción es obligatoria y le da permiso a MetaMask para canjear su $1.", + "message": "Esta acción es obligatoria y le da permiso a AptosMask para canjear su $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEstimatedNetworkFees": { @@ -1807,7 +1807,7 @@ "message": "Desfase máximo" }, "swapMetaMaskFee": { - "message": "Cuota de MetaMask" + "message": "Cuota de AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Buscamos el mejor precio en las fuentes de liquidez más importantes, todo el tiempo. Se incorpora de manera automática a esta cotización una cuota del $1 %.", @@ -1976,7 +1976,7 @@ "message": "Ver en actividad" }, "switchEthereumChainConfirmationDescription": { - "message": "Esto cambiará la red seleccionada en MetaMask por una red agregada con anterioridad:" + "message": "Esto cambiará la red seleccionada en AptosMask por una red agregada con anterioridad:" }, "switchEthereumChainConfirmationTitle": { "message": "¿Le permite a este sitio cambiar la red?" @@ -2006,16 +2006,16 @@ "message": "Asegúrese de que nadie vea su pantalla cuando escanee este código" }, "syncWithMobileComplete": { - "message": "Los datos se sincronizaron correctamente. ¡Disfrute de la aplicación móvil de MetaMask!" + "message": "Los datos se sincronizaron correctamente. ¡Disfrute de la aplicación móvil de AptosMask!" }, "syncWithMobileDesc": { - "message": "Puede sincronizar sus cuentas y su información con el dispositivo móvil. Abra la aplicación móvil de MetaMask, vaya a \"Configuración\" y presione \"Sincronizar desde la extensión del explorador\"" + "message": "Puede sincronizar sus cuentas y su información con el dispositivo móvil. Abra la aplicación móvil de AptosMask, vaya a \"Configuración\" y presione \"Sincronizar desde la extensión del explorador\"" }, "syncWithMobileDescNewUsers": { - "message": "Si acaba de abrir la aplicación móvil de MetaMask por primera vez, siga los pasos que aparecen en el teléfono." + "message": "Si acaba de abrir la aplicación móvil de AptosMask por primera vez, siga los pasos que aparecen en el teléfono." }, "syncWithMobileScanThisCode": { - "message": "Escanear este código con la aplicación móvil de MetaMask" + "message": "Escanear este código con la aplicación móvil de AptosMask" }, "syncWithMobileTitle": { "message": "Sincronizar con dispositivo móvil" @@ -2126,7 +2126,7 @@ "message": "Vuelva a intentarlo" }, "typePassword": { - "message": "Escriba su contraseña de MetaMask" + "message": "Escriba su contraseña de AptosMask" }, "unapproved": { "message": "No aprobado" @@ -2222,14 +2222,14 @@ "description": "$1 is a clickable link." }, "welcome": { - "message": "Bienvenido a MetaMask" + "message": "Bienvenido a AptosMask" }, "welcomeBack": { "message": "Hola de nuevo" }, "whatsNew": { "message": "Novedades", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "¿Qué es esto?" diff --git a/app/_locales/es_419/messages.json b/app/_locales/es_419/messages.json index bf36c36f6e..f146cd44a3 100644 --- a/app/_locales/es_419/messages.json +++ b/app/_locales/es_419/messages.json @@ -99,7 +99,7 @@ "message": "Añadir un apodo" }, "addAcquiredTokens": { - "message": "Agregar los tokens que adquirió con MetaMask" + "message": "Agregar los tokens que adquirió con AptosMask" }, "addAlias": { "message": "Agregar alias" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Esto permitirá que la red se utilice en MetaMask." + "message": "Esto permitirá que la red se utilice en AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask no verifica redes personalizadas." + "message": "AptosMask no verifica redes personalizadas." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Obtenga más información sobre $1.", @@ -224,7 +224,7 @@ "message": "Importe" }, "appDescription": { - "message": "Una cartera de Ethereum en el explorador", + "message": "Una cartera de Aptos en el explorador", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Temporizador con bloqueo automático (minutos)" }, "autoLockTimeLimitDescription": { - "message": "Establezca el tiempo de inactividad en minutos antes de que se bloquee MetaMask." + "message": "Establezca el tiempo de inactividad en minutos antes de que se bloquee AptosMask." }, "average": { "message": "Promedio" @@ -301,7 +301,7 @@ "message": "Volver a Todos" }, "backupApprovalInfo": { - "message": "Este código secreto es necesario para que recupere la cartera en caso de que pierda el dispositivo, olvide su contraseña, tenga que volver a instalar MetaMask o quiera acceder a la cartera en otro dispositivo." + "message": "Este código secreto es necesario para que recupere la cartera en caso de que pierda el dispositivo, olvide su contraseña, tenga que volver a instalar AptosMask o quiera acceder a la cartera en otro dispositivo." }, "backupApprovalNotice": { "message": "Cree una copia de seguridad del código de recuperación secreto para mantener protegidos sus fondos y su cartera." @@ -322,10 +322,10 @@ "message": "Básico" }, "betaMetamaskDescription": { - "message": "Con la confianza de millones de personas, MetaMask es una cartera segura que pone el mundo de la web3 al alcance de todos." + "message": "Con la confianza de millones de personas, AptosMask es una cartera segura que pone el mundo de la web3 al alcance de todos." }, "betaMetamaskDescriptionExplanation": { - "message": "Use esta versión para probar las próximas funcionalidades antes de su lanzamiento. Su uso y comentarios nos ayudan a construir la mejor versión de MetaMask posible. Su uso de MetaMask Beta quedará sujeto a nuestra tarifa estándar de $1 y $2. Como Beta, puede haber un mayor riesgo de errores. Al proceder, usted acepta y reconoce estos riesgos, así como los que se encuentran en nuestros Términos y en los Términos de Beta.", + "message": "Use esta versión para probar las próximas funcionalidades antes de su lanzamiento. Su uso y comentarios nos ayudan a construir la mejor versión de AptosMask posible. Su uso de AptosMask Beta quedará sujeto a nuestra tarifa estándar de $1 y $2. Como Beta, puede haber un mayor riesgo de errores. Al proceder, usted acepta y reconoce estos riesgos, así como los que se encuentran en nuestros Términos y en los Términos de Beta.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Términos" }, "betaMetamaskVersion": { - "message": "Versión Beta de MetaMask" + "message": "Versión Beta de AptosMask" }, "betaWelcome": { - "message": "Bienvenido a MetaMask Beta" + "message": "Bienvenido a AptosMask Beta" }, "blockExplorerAccountAction": { "message": "Cuenta", @@ -369,7 +369,7 @@ "message": "Cree su lista de contactos" }, "builtAroundTheWorld": { - "message": "MetaMask está diseñado y construido en todo el mundo." + "message": "AptosMask está diseñado y construido en todo el mundo." }, "busy": { "message": "Ocupado" @@ -381,7 +381,7 @@ "message": "Comprar ETH con Wyre" }, "buyWithWyreDescription": { - "message": "Wyre le permite usar una tarjeta de débito para depositar ETH directamente en su cuenta de MetaMask." + "message": "Wyre le permite usar una tarjeta de débito para depositar ETH directamente en su cuenta de AptosMask." }, "bytes": { "message": "Bytes" @@ -425,7 +425,7 @@ "message": "En este momento, la red $1 está utilizando este identificador de cadena." }, "chromeRequiredForHardwareWallets": { - "message": "Debe usar MetaMask en Google Chrome para poder conectarse a su cartera de hardware." + "message": "Debe usar AptosMask en Google Chrome para poder conectarse a su cartera de hardware." }, "clickToConnectLedgerViaWebHID": { "message": "Haga clic aquí para conectar su Ledger a través de WebHID", @@ -497,7 +497,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Conectarse con MetaMask" + "message": "Conectarse con AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Tiene $1 cuentas conectadas a este sitio.", @@ -507,7 +507,7 @@ "message": "Tiene 1 cuenta conectada a este sitio." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask no está conectado a este sitio. Para conectarse a un sitio de Web3, busque el botón de conexión en su sitio." + "message": "AptosMask no está conectado a este sitio. Para conectarse a un sitio de Web3, busque el botón de conexión en su sitio." }, "connectedSites": { "message": "Sitios conectados" @@ -661,7 +661,7 @@ "message": "Datos" }, "dataBackupFoundInfo": { - "message": "Se crearon copias de seguridad de algunos de los datos de la cuenta durante una instalación anterior de MetaMask. Esto podría incluir configuraciones, contactos y tokens. ¿Quiere restaurar estos datos ahora?" + "message": "Se crearon copias de seguridad de algunos de los datos de la cuenta durante una instalación anterior de AptosMask. Esto podría incluir configuraciones, contactos y tokens. ¿Quiere restaurar estos datos ahora?" }, "dataHex": { "message": "Hex" @@ -948,7 +948,7 @@ "message": "No comparta la frase con nadie." }, "endOfFlowMessage5": { - "message": "Tenga cuidado con el phishing. MetaMask nunca le pedirá la frase secreta de recuperación sin anticipárselo." + "message": "Tenga cuidado con el phishing. AptosMask nunca le pedirá la frase secreta de recuperación sin anticipárselo." }, "endOfFlowMessage6": { "message": "Si necesita volver a crear una copia de seguridad de la frase secreta de recuperación, puede encontrarla en Configuración -> Seguridad." @@ -958,7 +958,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask no puede recuperar la frase secreta de recuperación." + "message": "AptosMask no puede recuperar la frase secreta de recuperación." }, "endOfFlowMessage9": { "message": "Obtenga más información." @@ -1019,7 +1019,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask encontró un error", + "message": "AptosMask encontró un error", "description": "Title of generic error page" }, "errorStack": { @@ -1111,10 +1111,10 @@ }, "flaskWelcomeWarning2": { "message": "No garantizamos la seguridad o estabilidad de esta extensión. Las nuevas API ofrecidas por Flask no están protegidas contra los ataques de phishing, lo que significa que cualquier sitio o snap que requiera Flask podría ser un intento malicioso de robar sus activos.", - "description": "This explains the risks of using MetaMask Flask" + "description": "This explains the risks of using AptosMask Flask" }, "flaskWelcomeWarning3": { - "message": "Todas las API de Flask son experimentales. Se pueden cambiar o eliminadar sin previo aviso o pueden permanecer en Flask indefinidamente sin ser migradas a MetaMask estable. Úselas bajo su propia responsabilidad.", + "message": "Todas las API de Flask son experimentales. Se pueden cambiar o eliminadar sin previo aviso o pueden permanecer en Flask indefinidamente sin ser migradas a AptosMask estable. Úselas bajo su propia responsabilidad.", "description": "This message warns developers about unstable Flask APIs" }, "flaskWelcomeWarningAcceptButton": { @@ -1281,7 +1281,7 @@ "message": "Conectar una cartera de hardware" }, "hardwareWalletsMsg": { - "message": "Seleccione una cartera de hardware que desee usar con MetaMask." + "message": "Seleccione una cartera de hardware que desee usar con AptosMask." }, "here": { "message": "aquí", @@ -1326,7 +1326,7 @@ "message": "importar con la frase secreta de recuperación" }, "importAccountMsg": { - "message": "Las cuentas importadas no se asociarán con la frase secreta de recuperación de la cuenta original de MetaMask. Aprenda más sobre las cuentas importadas" + "message": "Las cuentas importadas no se asociarán con la frase secreta de recuperación de la cuenta original de AptosMask. Aprenda más sobre las cuentas importadas" }, "importAccountSeedPhrase": { "message": "Importar una cartera con la frase secreta de recuperación" @@ -1371,7 +1371,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask no se pudo conectar al host de la cadena de bloques. Revise las razones posibles $1.", + "message": "AptosMask no se pudo conectar al host de la cadena de bloques. Revise las razones posibles $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1511,7 +1511,7 @@ "message": "Abra y desbloquee la aplicación Ledger Live" }, "ledgerConnectionPreferenceDescription": { - "message": "Personalice la forma de conectar su Ledger a MetaMask. Se recomienda $1, pero hay otras opciones disponibles. Lea más aquí: $2", + "message": "Personalice la forma de conectar su Ledger a AptosMask. Se recomienda $1, pero hay otras opciones disponibles. Lea más aquí: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1519,13 +1519,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Aplicación Ledger Live" }, "ledgerLocked": { - "message": "No se pudo establecer la conexión con el dispositivo Ledger. Asegúrese de que el dispositivo está desbloqueado y que la aplicación de Ethereum está abierta." + "message": "No se pudo establecer la conexión con el dispositivo Ledger. Asegúrese de que el dispositivo está desbloqueado y que la aplicación de Aptos está abierta." }, "ledgerTimeout": { "message": "Ledger Live tardó mucho en responder o se excedió el tiempo de espera de la conexión. Asegúrese de que la aplicación de Ledger Live está abierta y que su dispositivo está desbloqueado." @@ -1616,7 +1616,7 @@ "message": "Mensaje" }, "metaMaskConnectStatusParagraphOne": { - "message": "Ahora tiene más control sobre las conexiones de su cuenta en MetaMask." + "message": "Ahora tiene más control sobre las conexiones de su cuenta en AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Haga clic en él para administrar las cuentas conectadas." @@ -1625,13 +1625,13 @@ "message": "El botón de estado de la conexión muestra si el sitio web que visita está conectado a la cuenta seleccionada actualmente." }, "metamaskDescription": { - "message": "Conectándolo a Ethereum y a la Web descentralizada." + "message": "Conectándolo a Aptos y a la Web descentralizada." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps está en mantenimiento. Vuelva a comprobarlo más tarde." + "message": "AptosMask Swaps está en mantenimiento. Vuelva a comprobarlo más tarde." }, "metamaskVersion": { - "message": "Versión de MetaMask" + "message": "Versión de AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Permitirle siempre excluirse a través de Configuración" @@ -1671,16 +1671,16 @@ "message": "Enviar eventos de vistas de página y clics anónimos" }, "metametricsHelpImproveMetaMask": { - "message": "Ayúdenos a mejorar MetaMask" + "message": "Ayúdenos a mejorar AptosMask" }, "metametricsOptInDescription": { - "message": "A MetaMask le gustaría recopilar datos de uso para entender mejor cómo interactúan los usuarios con la extensión. Estos datos se usarán para mejorar de manera continua la usabilidad y la experiencia de usuario de nuestro producto y del ecosistema de Ethereum." + "message": "A AptosMask le gustaría recopilar datos de uso para entender mejor cómo interactúan los usuarios con la extensión. Estos datos se usarán para mejorar de manera continua la usabilidad y la experiencia de usuario de nuestro producto y del ecosistema de Ethereum." }, "metametricsOptInDescription2": { "message": "Nos gustaría recopilar datos básicos de uso para mejorar la usabilidad de nuestro producto. Estos indicadores..." }, "metametricsTitle": { - "message": "Únase a más de 6 millones de usuarios para mejorar MetaMask" + "message": "Únase a más de 6 millones de usuarios para mejorar AptosMask" }, "mismatchedChain": { "message": "Los detalles de la red de este ID de cadena no coinciden con nuestros registros. Antes de continuar, le recomendamos que $1.", @@ -1697,7 +1697,7 @@ "message": "¿No ve su token?" }, "mobileSyncWarning": { - "message": "La función 'Sincronizar con la extensión' está temporalmente desactivada. Si desea utilizar su cartera de extensión en MetaMask móvil, haga lo siguiente en la aplicación móvil: vuelva a las opciones de configuración de la cartera y seleccione la opción 'Importar con frase secreta de recuperación'. Use la frase secreta de su cartera de extensión para importar su cartera al móvil." + "message": "La función 'Sincronizar con la extensión' está temporalmente desactivada. Si desea utilizar su cartera de extensión en AptosMask móvil, haga lo siguiente en la aplicación móvil: vuelva a las opciones de configuración de la cartera y seleccione la opción 'Importar con frase secreta de recuperación'. Use la frase secreta de su cartera de extensión para importar su cartera al móvil." }, "mustSelectOne": { "message": "Debe seleccionar al menos 1 token." @@ -1716,7 +1716,7 @@ "message": "Comparta su opinión" }, "needHelpLinkText": { - "message": "Soporte de MetaMask" + "message": "Soporte de AptosMask" }, "needHelpSubmitTicket": { "message": "Enviar un ticket" @@ -1810,7 +1810,7 @@ "message": "¡Nuevo! Detección NFT" }, "newNFTsDetectedInfo": { - "message": "Permitir que MetaMask detecte automáticamente NFT de Opensea y los muestre en su cartera MetaMask." + "message": "Permitir que AptosMask detecte automáticamente NFT de Opensea y los muestre en su cartera AptosMask." }, "newNetworkAdded": { "message": "¡\"$1\" se añadió con éxito!" @@ -1819,7 +1819,7 @@ "message": "Contraseña nueva (mín. de 8 caracteres)" }, "newToMetaMask": { - "message": "¿Es nuevo en MetaMask?" + "message": "¿Es nuevo en AptosMask?" }, "newTotal": { "message": "Total nuevo" @@ -1835,7 +1835,7 @@ }, "nextNonceWarning": { "message": "El nonce es superior al nonce sugerido de $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nfts": { "message": "NFT" @@ -1895,19 +1895,19 @@ "message": "No hay gas suficiente" }, "notifications1Description": { - "message": "Los usuarios de la aplicación móvil de MetaMask ahora pueden canjear tokens en su cartera móvil. Escanee el código QR para obtener la aplicación móvil y comience a canjear.", + "message": "Los usuarios de la aplicación móvil de AptosMask ahora pueden canjear tokens en su cartera móvil. Escanee el código QR para obtener la aplicación móvil y comience a canjear.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "¡El canje en dispositivos móviles ya está aquí!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Leer más", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Manténgase al día con las mejores prácticas de seguridad de MetaMask y reciba los últimos consejos sobre seguridad del soporte técnico oficial de MetaMask.", + "message": "Manténgase al día con las mejores prácticas de seguridad de AptosMask y reciba los últimos consejos sobre seguridad del soporte técnico oficial de AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1919,7 +1919,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Obtenga los mejores precios en los canjes de tokens dentro de su cartera. MetaMask ahora lo conecta con varios agregadores de intercambio descentralizado y creadores de mercado profesionales en Binance Smart Chain.", + "message": "Obtenga los mejores precios en los canjes de tokens dentro de su cartera. AptosMask ahora lo conecta con varios agregadores de intercambio descentralizado y creadores de mercado profesionales en Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1931,11 +1931,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "A partir de la versión 91 de Chrome, la API que habilitaba nuestro soporte para Ledger (U2F) ya no es compatible con carteras de hardware. MetaMask ha implementado un nuevo soporte para Ledger Live mediante el cual usted puede seguir conectándose a su dispositivo Ledger a través de la aplicación de escritorio Ledger Live.", + "message": "A partir de la versión 91 de Chrome, la API que habilitaba nuestro soporte para Ledger (U2F) ya no es compatible con carteras de hardware. AptosMask ha implementado un nuevo soporte para Ledger Live mediante el cual usted puede seguir conectándose a su dispositivo Ledger a través de la aplicación de escritorio Ledger Live.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Cuando interactúe con su cuenta de Ledger a través de MetaMask, se abrirá una nueva pestaña y se le pedirá que abra la aplicación Ledger Live. Una vez que se abra la aplicación, se le pedirá que otorgue permiso para establecer una conexión WebSocket con su cuenta de MetaMask. ¡Eso es todo!", + "message": "Cuando interactúe con su cuenta de Ledger a través de AptosMask, se abrirá una nueva pestaña y se le pedirá que abra la aplicación Ledger Live. Una vez que se abra la aplicación, se le pedirá que otorgue permiso para establecer una conexión WebSocket con su cuenta de AptosMask. ¡Eso es todo!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1947,7 +1947,7 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0 incluyó nuevo soporte para las transacciones EIP-1559 al utilizar dispositivos Ledger.", + "message": "AptosMask v10.1.0 incluyó nuevo soporte para las transacciones EIP-1559 al utilizar dispositivos Ledger.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { @@ -1963,7 +1963,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "A partir de MetaMask v10.4.0, ya no necesita Ledger Live para conectar su dispositivo Ledger a MetaMask.", + "message": "A partir de AptosMask v10.4.0, ya no necesita Ledger Live para conectar su dispositivo Ledger a AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -2020,16 +2020,16 @@ "message": "Haga clic en el icono de la extensión del navegador" }, "onboardingPinExtensionDescription": { - "message": "Ancle MetaMask en su navegador para que sea accesible y las confirmaciones de las transacciones se vean fácilmente." + "message": "Ancle AptosMask en su navegador para que sea accesible y las confirmaciones de las transacciones se vean fácilmente." }, "onboardingPinExtensionDescription2": { - "message": "Para abrir MetaMask haga clic en la extensión y acceda a su cartera con 1 clic." + "message": "Para abrir AptosMask haga clic en la extensión y acceda a su cartera con 1 clic." }, "onboardingPinExtensionDescription3": { "message": "Haga clic en el icono de la extensión del navegador para tener acceso instantáneo" }, "onboardingPinExtensionLabel": { - "message": "Ancle MetaMask" + "message": "Ancle AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -2038,14 +2038,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "¡Su instalación de MetaMask ha finalizado!" + "message": "¡Su instalación de AptosMask ha finalizado!" }, "onboardingReturnNotice": { "message": "\"$1\" cerrará esta pestaña y lo dirigirá de nuevo a $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Mostrar las transacciones entrantes en su cartera depende de la comunicación con $1. Etherscan tendrá acceso a su dirección de Ethereum y a su dirección IP. Ver 2$.", + "message": "Mostrar las transacciones entrantes en su cartera depende de la comunicación con $1. Etherscan tendrá acceso a su dirección de Aptos y a su dirección IP. Ver 2$.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2059,8 +2059,8 @@ "message": "Conéctese solo con sitios de confianza." }, "openFullScreenForLedgerWebHid": { - "message": "Abra MetaMask en pantalla completa para conectar su Ledger a través de WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Abra AptosMask en pantalla completa para conectar su Ledger a través de WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Opcional" @@ -2081,7 +2081,7 @@ "message": "Participar en MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Participe en MetaMetrics para ayudarnos a mejorar MetaMask" + "message": "Participe en MetaMetrics para ayudarnos a mejorar AptosMask" }, "password": { "message": "Contraseña" @@ -2090,10 +2090,10 @@ "message": "La contraseña no es suficientemente larga" }, "passwordSetupDetails": { - "message": "Esta contraseña desbloqueará su cartera MetaMask solo en este dispositivo. MetaMask no puede recuperar esta contraseña." + "message": "Esta contraseña desbloqueará su cartera AptosMask solo en este dispositivo. AptosMask no puede recuperar esta contraseña." }, "passwordTermsWarning": { - "message": "Entiendo que MetaMask no me puede recuperar esta contraseña. $1" + "message": "Entiendo que AptosMask no me puede recuperar esta contraseña. $1" }, "passwordsDontMatch": { "message": "Las contraseñas no coinciden" @@ -2213,7 +2213,7 @@ "message": "No comparta nunca su frase secreta de recuperación con nadie" }, "recoveryPhraseReminderItemTwo": { - "message": "El equipo de MetaMask nunca le pedirá su frase secreta de recuperación" + "message": "El equipo de AptosMask nunca le pedirá su frase secreta de recuperación" }, "recoveryPhraseReminderSubText": { "message": "Mediante su frase secreta de recuperación, se controlan todas sus cuentas." @@ -2391,7 +2391,7 @@ "message": "Si alguien le pide su frase de recuperación, es posible que tenga intenciones de estafarle y robar los fondos de su cartera" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Nunca comparta su frase secreta de recuperación, ¡ni siquiera con MetaMask!" + "message": "Nunca comparta su frase secreta de recuperación, ¡ni siquiera con AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "¿Qué es una frase de recuperación?" @@ -2430,7 +2430,7 @@ "message": "Seleccionar una cuenta" }, "selectAnAccountAlreadyConnected": { - "message": "Esta cuenta ya se conectó a MetaMask" + "message": "Esta cuenta ya se conectó a AptosMask" }, "selectEachPhrase": { "message": "Seleccione cada frase para garantizar que sea correcta." @@ -2477,7 +2477,7 @@ "message": "Configuración avanzada de privacidad" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask utiliza estos servicios de terceros de confianza para mejorar la usabilidad y la seguridad de los productos." + "message": "AptosMask utiliza estos servicios de terceros de confianza para mejorar la usabilidad y la seguridad de los productos." }, "settings": { "message": "Configuración" @@ -2616,7 +2616,7 @@ "message": "Error al recuperar los registros de estado." }, "stateLogFileName": { - "message": "Registros de estado de MetaMask" + "message": "Registros de estado de AptosMask" }, "stateLogs": { "message": "Registros de estado" @@ -2634,7 +2634,7 @@ "message": "Asegúrese de que su Lattice1 esté listo para conectarse" }, "step1LatticeWalletMsg": { - "message": "Puede conectar MetaMask a su dispositivo Lattice1 una vez que esté configurado y en línea. Desbloquee su dispositivo y tenga a mano el ID correspondiente. Para más información sobre el uso de carteras de hardware, $1", + "message": "Puede conectar AptosMask a su dispositivo Lattice1 una vez que esté configurado y en línea. Desbloquee su dispositivo y tenga a mano el ID correspondiente. Para más información sobre el uso de carteras de hardware, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2712,7 +2712,7 @@ "message": "Confirmar con la cartera de hardware" }, "swapContractDataDisabledErrorDescription": { - "message": "En la aplicación de Ethereum en su Ledger, diríjase a \"Configuración\" y habilite los datos de contrato. Luego intente canjear de nuevo." + "message": "En la aplicación de Aptos en su Ledger, diríjase a \"Configuración\" y habilite los datos de contrato. Luego intente canjear de nuevo." }, "swapContractDataDisabledErrorTitle": { "message": "Los datos de contrato no se habilitaron en su Ledger" @@ -2730,7 +2730,7 @@ "message": "Editar límite" }, "swapEnableDescription": { - "message": "Esta acción es obligatoria y le da permiso a MetaMask para canjear su $1.", + "message": "Esta acción es obligatoria y le da permiso a AptosMask para canjear su $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2776,14 +2776,14 @@ "message": "Las tarifas de gas de la pantalla anterior se dividen entre estas dos transacciones." }, "swapGasFeesSummary": { - "message": "Las tarifas de gas se pagan a los mineros de criptomonedas que procesan transacciones en la red $1. MetaMask no se beneficia de las tarifas de gas.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Las tarifas de gas se pagan a los mineros de criptomonedas que procesan transacciones en la red $1. AptosMask no se beneficia de las tarifas de gas.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "El monto del desfase es muy alto." }, "swapIncludesMMFee": { - "message": "Incluye una tasa de MetaMask del $1%.", + "message": "Incluye una tasa de AptosMask del $1%.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2793,7 +2793,7 @@ "message": "Desfase máximo" }, "swapMetaMaskFee": { - "message": "Tarifa de MetaMask" + "message": "Tarifa de AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Buscamos el mejor precio en las fuentes de liquidez más importantes, todo el tiempo. Se incorpora de manera automática a esta cotización una cuota del $1 %.", @@ -2976,7 +2976,7 @@ "message": "Ver en actividad" }, "switchEthereumChainConfirmationDescription": { - "message": "Esto cambiará la red seleccionada en MetaMask por una red agregada con anterioridad:" + "message": "Esto cambiará la red seleccionada en AptosMask por una red agregada con anterioridad:" }, "switchEthereumChainConfirmationTitle": { "message": "¿Le permite a este sitio cambiar la red?" @@ -3012,16 +3012,16 @@ "message": "Asegúrese de que nadie vea su pantalla cuando escanee este código" }, "syncWithMobileComplete": { - "message": "Los datos se sincronizaron correctamente. ¡Disfrute de la aplicación móvil de MetaMask!" + "message": "Los datos se sincronizaron correctamente. ¡Disfrute de la aplicación móvil de AptosMask!" }, "syncWithMobileDesc": { - "message": "Puede sincronizar sus cuentas y su información con el dispositivo móvil. Abra la aplicación móvil de MetaMask, vaya a \"Configuración\" y presione \"Sincronizar desde la extensión del explorador\"" + "message": "Puede sincronizar sus cuentas y su información con el dispositivo móvil. Abra la aplicación móvil de AptosMask, vaya a \"Configuración\" y presione \"Sincronizar desde la extensión del explorador\"" }, "syncWithMobileDescNewUsers": { - "message": "Si acaba de abrir la aplicación móvil de MetaMask por primera vez, siga los pasos que aparecen en el teléfono." + "message": "Si acaba de abrir la aplicación móvil de AptosMask por primera vez, siga los pasos que aparecen en el teléfono." }, "syncWithMobileScanThisCode": { - "message": "Escanear este código con la aplicación móvil de MetaMask" + "message": "Escanear este código con la aplicación móvil de AptosMask" }, "syncWithMobileTitle": { "message": "Sincronizar con dispositivo móvil" @@ -3080,7 +3080,7 @@ "message": "Se requieren los decimales del token." }, "tokenDetectionAnnouncement": { - "message": "¡Nuevo! La detección de tokens mejorada está disponible en la Mainnet de Ethereum como funcionalidad experimental. $1" + "message": "¡Nuevo! La detección de tokens mejorada está disponible en la Mainnet de Aptos como funcionalidad experimental. $1" }, "tokenId": { "message": "ID del token" @@ -3125,7 +3125,7 @@ "message": "Sitio sugerido" }, "transactionDetailDappGasTooltip": { - "message": "Editar para utilizar la tarifa de gas recomendada por MetaMask según el último bloque." + "message": "Editar para utilizar la tarifa de gas recomendada por AptosMask según el último bloque." }, "transactionDetailGasHeading": { "message": "Tarifa estimada de gas" @@ -3140,7 +3140,7 @@ "message": "Las tarifas de gas son fijadas por la red y fluctúan en función del tráfico de la red y la complejidad de las transacciones." }, "transactionDetailGasTooltipIntro": { - "message": "Las tarifas de gas se pagan a los mineros de criptomonedas que procesan transacciones en la red $1. MetaMask no se beneficia de las tarifas de gas." + "message": "Las tarifas de gas se pagan a los mineros de criptomonedas que procesan transacciones en la red $1. AptosMask no se beneficia de las tarifas de gas." }, "transactionDetailGasTotalSubtitle": { "message": "Cantidad + tarifa de gas" @@ -3232,11 +3232,11 @@ "message": "En este momento no se admiten informaciones sobre las transacciones para este contrato." }, "typePassword": { - "message": "Escriba su contraseña de MetaMask" + "message": "Escriba su contraseña de AptosMask" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "No aprobado" @@ -3305,7 +3305,7 @@ "message": "Usar detección de token" }, "useTokenDetectionDescription": { - "message": "Utilizamos API de terceros para detectar y mostrar nuevos tokens enviados a su cartera. Desactive si no desea que MetaMask extraiga datos de esos servicios." + "message": "Utilizamos API de terceros para detectar y mostrar nuevos tokens enviados a su cartera. Desactive si no desea que AptosMask extraiga datos de esos servicios." }, "usedByClients": { "message": "Usado por una variedad de clientes distintos" @@ -3368,10 +3368,10 @@ "message": "Ha protegido con éxito su cartera. Mantenga su frase secreta de recuperación a salvo y en secreto: ¡es su responsabilidad!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask no puede recuperar su frase secreta de recuperación." + "message": "AptosMask no puede recuperar su frase secreta de recuperación." }, "walletCreationSuccessReminder2": { - "message": "MetaMask nunca le pedirá su frase secreta de recuperación." + "message": "AptosMask nunca le pedirá su frase secreta de recuperación." }, "walletCreationSuccessReminder3": { "message": "$1 con nadie o se arriesga a que le roben los fondos", @@ -3393,7 +3393,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Bienvenido a MetaMask" + "message": "Bienvenido a AptosMask" }, "welcomeBack": { "message": "¡Bienvenido de nuevo!" @@ -3405,7 +3405,7 @@ "message": "Explorar aplicaciones descentralizadas" }, "welcomeLoginDescription": { - "message": "Use su MetaMask para acceder a aplicaciones descentralizadas, sin necesidad de registrarse." + "message": "Use su AptosMask para acceder a aplicaciones descentralizadas, sin necesidad de registrarse." }, "welcomeLoginTitle": { "message": "Diga hola a su cartera" @@ -3414,11 +3414,11 @@ "message": "Comencemos" }, "welcomeToMetaMaskIntro": { - "message": "Con la confianza de millones de personas, MetaMask es una cartera segura que pone el mundo de la web3 al alcance de todos." + "message": "Con la confianza de millones de personas, AptosMask es una cartera segura que pone el mundo de la web3 al alcance de todos." }, "whatsNew": { "message": "Novedades", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "¿Qué es esto?" diff --git a/app/_locales/et/messages.json b/app/_locales/et/messages.json index d13286b7cb..7672393ae1 100644 --- a/app/_locales/et/messages.json +++ b/app/_locales/et/messages.json @@ -33,7 +33,7 @@ "message": "tegevuste logi" }, "addAcquiredTokens": { - "message": "Lisage load, mis olete MetaMaskiga saanud" + "message": "Lisage load, mis olete AptosMaskiga saanud" }, "addAlias": { "message": "Lisage alias" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Automaatse väljalogimise taimer (minutites)" }, "autoLockTimeLimitDescription": { - "message": "Seadistage jõudeolek minutites, enne kui MetaMask automaatselt välja logib" + "message": "Seadistage jõudeolek minutites, enne kui AptosMask automaatselt välja logib" }, "average": { "message": "Keskmine" @@ -115,7 +115,7 @@ "message": "Tagasi kõigile" }, "backupApprovalInfo": { - "message": "See salakood on vajalik teie rahakoti taastamiseks, kui kaotate oma seadme, unustate parooli, peate MetaMaski uuesti alla laadima, või kui soovite avada oma rahakoti mõnel teisel seadmel." + "message": "See salakood on vajalik teie rahakoti taastamiseks, kui kaotate oma seadme, unustate parooli, peate AptosMaski uuesti alla laadima, või kui soovite avada oma rahakoti mõnel teisel seadmel." }, "backupApprovalNotice": { "message": "Varundage oma salajane taastamisvõti, et oma rahakott ja vahendid turvalisena hoida." @@ -146,7 +146,7 @@ "message": "Ostke ETH-d Wyre'iga" }, "buyWithWyreDescription": { - "message": "Wyre võimaldab kasutada krediitkaarti, et teha ETH sissemakse otse MetaMaski kontole." + "message": "Wyre võimaldab kasutada krediitkaarti, et teha ETH sissemakse otse AptosMaski kontole." }, "bytes": { "message": "Baidid" @@ -164,7 +164,7 @@ "message": "Ahela ID" }, "chromeRequiredForHardwareWallets": { - "message": "Riistvararahakoti ühendamiseks peate kasutama MetaMaski Google Chrome'is." + "message": "Riistvararahakoti ühendamiseks peate kasutama AptosMaski Google Chrome'is." }, "clickToRevealSeed": { "message": "Klõpsake salasõnade kuvamiseks" @@ -323,13 +323,13 @@ "message": "Ärge jagage fraasi mitte kellegagi." }, "endOfFlowMessage5": { - "message": "Olge ettevaatlik andmepüügi osas! MetaMask ei küsi kunagi spontaanselt teie seemnefraasi." + "message": "Olge ettevaatlik andmepüügi osas! AptosMask ei küsi kunagi spontaanselt teie seemnefraasi." }, "endOfFlowMessage6": { "message": "Kui peate oma seemnefraasi uuesti varundama, leiate selle valikust Settings (Seaded) -> Security (Turvalisus)." }, "endOfFlowMessage8": { - "message": "MetaMask ei saa teie seemnefraasi taastada. Lisateave." + "message": "AptosMask ei saa teie seemnefraasi taastada. Lisateave." }, "endOfFlowMessage9": { "message": "Lisateave." @@ -433,7 +433,7 @@ "message": "Ühendage riistvara rahakott" }, "hardwareWalletsMsg": { - "message": "Valige riistvara rahakott, mida soovite MetaMaskis kasutada" + "message": "Valige riistvara rahakott, mida soovite AptosMaskis kasutada" }, "here": { "message": "siin", @@ -459,7 +459,7 @@ "message": "Impordi konto" }, "importAccountMsg": { - "message": "Imporditud kontosid ei seostata teie ainulaadse MetaMaski konto seemnefraasiga. Lugege imporditud kontode kohta lähemalt" + "message": "Imporditud kontosid ei seostata teie ainulaadse AptosMaski konto seemnefraasiga. Lugege imporditud kontode kohta lähemalt" }, "importAccountSeedPhrase": { "message": "Impordi seemnefraasiga konto" @@ -601,7 +601,7 @@ "message": "Uus parool (vähemalt 8 tähemärki)" }, "newToMetaMask": { - "message": "Pole MetaMaski varem kasutanud?" + "message": "Pole AptosMaski varem kasutanud?" }, "newTotal": { "message": "Uus kogusumma" @@ -655,7 +655,7 @@ "message": "Osalege MetaMetricsis" }, "participateInMetaMetricsDescription": { - "message": "Osalege MetaMetricsis, et aidata meil MetaMaski paremaks teha" + "message": "Osalege MetaMetricsis, et aidata meil AptosMaski paremaks teha" }, "password": { "message": "Parool" @@ -927,16 +927,16 @@ "message": "Veenduge, et keegi teine ei vaata selle koodi skannimisel teie ekraani" }, "syncWithMobileComplete": { - "message": "Teie andmed on edukalt sünkroonitud. Nautige MetaMaski mobiilirakendust!" + "message": "Teie andmed on edukalt sünkroonitud. Nautige AptosMaski mobiilirakendust!" }, "syncWithMobileDesc": { - "message": "Saate sünkroonida oma kontod ja teabe oma mobiiliseadmega. Avage MetaMaski mobiilirakendus, avage \"Settings\" (Seaded) ja puudutage valikut \"Sync from Browser Extension\" (Sünkroonimine lehitseja laiendusest)" + "message": "Saate sünkroonida oma kontod ja teabe oma mobiiliseadmega. Avage AptosMaski mobiilirakendus, avage \"Settings\" (Seaded) ja puudutage valikut \"Sync from Browser Extension\" (Sünkroonimine lehitseja laiendusest)" }, "syncWithMobileDescNewUsers": { - "message": "Järgige MetaMaski mobiilirakenduse esmakordsel avamisel telefonis esitatud samme." + "message": "Järgige AptosMaski mobiilirakenduse esmakordsel avamisel telefonis esitatud samme." }, "syncWithMobileScanThisCode": { - "message": "Skanneerige see kood MetaMaski mobiilirakendusega" + "message": "Skanneerige see kood AptosMaski mobiilirakendusega" }, "syncWithMobileTitle": { "message": "Mobiiliga sünkroonimine" @@ -1027,7 +1027,7 @@ "message": "Proovi uuesti" }, "typePassword": { - "message": "Sisestage oma MetaMaski parool" + "message": "Sisestage oma AptosMaski parool" }, "unapproved": { "message": "Kinnitamata" @@ -1078,7 +1078,7 @@ "message": "Külastage meie veebilehte" }, "welcome": { - "message": "Tere tulemast MetaMaski" + "message": "Tere tulemast AptosMaski" }, "welcomeBack": { "message": "Tere tulemast tagasi!" diff --git a/app/_locales/fa/messages.json b/app/_locales/fa/messages.json index 38fbe0254f..fe6b57fe1e 100644 --- a/app/_locales/fa/messages.json +++ b/app/_locales/fa/messages.json @@ -33,7 +33,7 @@ "message": "دفترچه فعالیت" }, "addAcquiredTokens": { - "message": "رمزیاب های را که با استفاده از MetaMask بدست آورده اید، اضافه کنید" + "message": "رمزیاب های را که با استفاده از AptosMask بدست آورده اید، اضافه کنید" }, "addAlias": { "message": "نام مستعار اضافه کنید" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "زمان سنج خروج-خودکار (دقایق)" }, "autoLockTimeLimitDescription": { - "message": "زمان های بیکار را به شکل دقیقه قبل از خروج MetaMask تنظیم کنید" + "message": "زمان های بیکار را به شکل دقیقه قبل از خروج AptosMask تنظیم کنید" }, "average": { "message": "اوسط" @@ -115,7 +115,7 @@ "message": "برگشت به همه" }, "backupApprovalInfo": { - "message": "در صورت مفقود شدن دستگاه، فراموش شدن رمز عبور، لزوم نصب-دوباره MetaMask، یا اقدام دسترسی به کیف تان از دستگاه دیگر، کود مخفی جهت بازیابی کیف تان، لازم خواهد بود." + "message": "در صورت مفقود شدن دستگاه، فراموش شدن رمز عبور، لزوم نصب-دوباره AptosMask، یا اقدام دسترسی به کیف تان از دستگاه دیگر، کود مخفی جهت بازیابی کیف تان، لازم خواهد بود." }, "backupApprovalNotice": { "message": "کود مخفی بازیابی تان را بخاطر امنیت کیف و پول های تان، پشتیبانی بگیرید." @@ -146,7 +146,7 @@ "message": "ETH را توسط Wyre خریداری نمایید" }, "buyWithWyreDescription": { - "message": "Wyre به شما اجازه میدهد تا یک کردیت کارت را جهت پرداخت ETH مستقیمًا به حساب MetaMask تان استفاده نمایید." + "message": "Wyre به شما اجازه میدهد تا یک کردیت کارت را جهت پرداخت ETH مستقیمًا به حساب AptosMask تان استفاده نمایید." }, "bytes": { "message": "بایت ها" @@ -164,7 +164,7 @@ "message": "آی دی زنجیره" }, "chromeRequiredForHardwareWallets": { - "message": "برای وصل شدن به کیف سخت افزار شما باید MetaMask را در گوگل کروم استفاده نمایید." + "message": "برای وصل شدن به کیف سخت افزار شما باید AptosMask را در گوگل کروم استفاده نمایید." }, "clickToRevealSeed": { "message": "برای آشکار سازی کلمات مخفی اینجا کلیک نمایید" @@ -323,13 +323,13 @@ "message": "هرگز عبارت را با هیچکس در میان نگذارید." }, "endOfFlowMessage5": { - "message": "مراقب فیشینگ باشید! MetaMask هرگز در یک زمان عبارت بازیاب را نمی پرسد." + "message": "مراقب فیشینگ باشید! AptosMask هرگز در یک زمان عبارت بازیاب را نمی پرسد." }, "endOfFlowMessage6": { "message": "در صورتیکه شما نیاز به گرفتن دوباره پشتیبان عبارت بازیاب داشته باشید، میتوانید آنرا در Settings -> Security دریافت نمایید." }, "endOfFlowMessage8": { - "message": "MetaMask نمیتواند عبارت بازیاب تان را دوباره دریافت نماید.\nبیشتر بدانید." + "message": "AptosMask نمیتواند عبارت بازیاب تان را دوباره دریافت نماید.\nبیشتر بدانید." }, "endOfFlowMessage9": { "message": "بیشتر بدانید." @@ -463,7 +463,7 @@ "message": "وارد سازی حساب" }, "importAccountMsg": { - "message": "حساب های وارد شده با عبارت بازیاب حساب MetaMask ایجاد شده اصلی تان یکجا نمیباشد. در مورد حساب های وارد شده بیشتر بدانید" + "message": "حساب های وارد شده با عبارت بازیاب حساب AptosMask ایجاد شده اصلی تان یکجا نمیباشد. در مورد حساب های وارد شده بیشتر بدانید" }, "importAccountSeedPhrase": { "message": "یک حساب با عبارت بازیاب را وارد کنید" @@ -567,7 +567,7 @@ "message": "در حال اتصال شما با ایترم و وب غیر متمرکز شده." }, "metamaskVersion": { - "message": "نسخه MetaMask" + "message": "نسخه AptosMask" }, "mustSelectOne": { "message": "باید حداقل 1 رمزیاب را انتخاب کنید." @@ -611,7 +611,7 @@ "message": "رمز عبور جدید (حداقل 8 حرف)" }, "newToMetaMask": { - "message": "آیا به MetaMask جدید هستید؟" + "message": "آیا به AptosMask جدید هستید؟" }, "newTotal": { "message": "مجموع جدید" @@ -665,7 +665,7 @@ "message": "اشتراک در MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "در MetaMetrics اشتراک نمایید تا به ما کمک شود MetaMask را بهتر بسازیم" + "message": "در MetaMetrics اشتراک نمایید تا به ما کمک شود AptosMask را بهتر بسازیم" }, "password": { "message": "گذرواژه" @@ -937,16 +937,16 @@ "message": "مطمئن شوید که هیچکس هنگامیکه این کود را سکن میکنید، به صفحه شما نمیبیند" }, "syncWithMobileComplete": { - "message": "دیتای شما موفقانه همگام سازی شد. از اپلیکیشن موبایل MetaMask لذت ببرید!" + "message": "دیتای شما موفقانه همگام سازی شد. از اپلیکیشن موبایل AptosMask لذت ببرید!" }, "syncWithMobileDesc": { - "message": "شما میتوانید حساب ها و معلومات خویش را با دستگاه موبایل تان همگام بسازید. اپلیکیشن MetaMask را باز نموده به \"Settings\" رفته و بالای \"Sync from Browser Extension\" کلیک کنید" + "message": "شما میتوانید حساب ها و معلومات خویش را با دستگاه موبایل تان همگام بسازید. اپلیکیشن AptosMask را باز نموده به \"Settings\" رفته و بالای \"Sync from Browser Extension\" کلیک کنید" }, "syncWithMobileDescNewUsers": { - "message": "در صورتیکه شما اپلیکیشن موبایل MetaMask را برای بار اول باز کرده اید، فقط گام ها را در موبایل تان دنبال نمایید." + "message": "در صورتیکه شما اپلیکیشن موبایل AptosMask را برای بار اول باز کرده اید، فقط گام ها را در موبایل تان دنبال نمایید." }, "syncWithMobileScanThisCode": { - "message": "این کود را با اپلیکیشن موبایل MetaMask سکن نمایید" + "message": "این کود را با اپلیکیشن موبایل AptosMask سکن نمایید" }, "syncWithMobileTitle": { "message": "همگام سازی با موبایل" @@ -1037,7 +1037,7 @@ "message": "امتحان مجدد" }, "typePassword": { - "message": "رمز عبور MetaMask تان را تایپ نمایید" + "message": "رمز عبور AptosMask تان را تایپ نمایید" }, "unapproved": { "message": "تصدیق ناشده" @@ -1088,7 +1088,7 @@ "message": "از وب سایت ما دیدن نمایید" }, "welcome": { - "message": "به MetaMask خوش آمدید" + "message": "به AptosMask خوش آمدید" }, "welcomeBack": { "message": "بازگشت شما را خوش‌آمد می‌گوییم!" diff --git a/app/_locales/fi/messages.json b/app/_locales/fi/messages.json index a24be9326c..8355cc5a0a 100644 --- a/app/_locales/fi/messages.json +++ b/app/_locales/fi/messages.json @@ -33,7 +33,7 @@ "message": "toimintaloki" }, "addAcquiredTokens": { - "message": "Lisää MetaMaskia käyttämällä hankkimasi tietueet" + "message": "Lisää AptosMaskia käyttämällä hankkimasi tietueet" }, "addAlias": { "message": "Lisää alias" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Automaattisen uloskirjautumisen ajastin (minuuttia)" }, "autoLockTimeLimitDescription": { - "message": "Määritä, montako minuuttia MetaMask on ollut joutilaana ennen kuin sinut kirjataan automaattisesti ulos" + "message": "Määritä, montako minuuttia AptosMask on ollut joutilaana ennen kuin sinut kirjataan automaattisesti ulos" }, "average": { "message": "Keskiverto" @@ -115,7 +115,7 @@ "message": "Takaisin kaikkiin" }, "backupApprovalInfo": { - "message": "Tämä salainen koodi vaaditaan kukkarosi palauttamiseen siinä tapauksessa, että kadotat laitteesi, unohdat salasanasi, joudut asentamaan MetaMaskin uudestaan tai haluat käyttää lompakkoasi jollakin toisella laitteella." + "message": "Tämä salainen koodi vaaditaan kukkarosi palauttamiseen siinä tapauksessa, että kadotat laitteesi, unohdat salasanasi, joudut asentamaan AptosMaskin uudestaan tai haluat käyttää lompakkoasi jollakin toisella laitteella." }, "backupApprovalNotice": { "message": "Varmuuskopioi salainen palautuskoodisi pitääksesi kukkarosi ja varasi turvassa." @@ -146,7 +146,7 @@ "message": "Osta ETH:ta Wyrella" }, "buyWithWyreDescription": { - "message": "Wyre antaa sinun käyttää luottokorttia, jotta voit tallettaa ETH:ta suoraan MetaMask-tilillesi." + "message": "Wyre antaa sinun käyttää luottokorttia, jotta voit tallettaa ETH:ta suoraan AptosMask-tilillesi." }, "bytes": { "message": "Tavua" @@ -164,7 +164,7 @@ "message": "Ketjun tunnus" }, "chromeRequiredForHardwareWallets": { - "message": "Sinun tarvitsee käyttää MetaMaskia Google Chromessa voidaksesi yhdistää laitteistokukkaroosi." + "message": "Sinun tarvitsee käyttää AptosMaskia Google Chromessa voidaksesi yhdistää laitteistokukkaroosi." }, "clickToRevealSeed": { "message": "Paljasta salaiset sanat napsauttamalla tästä" @@ -323,13 +323,13 @@ "message": "Älä koskaan luovuta lausetta kenellekään." }, "endOfFlowMessage5": { - "message": "Varo tietojenkalastelua! MetaMask ei koskaan pyydä spontaanisti siemenlausettasi." + "message": "Varo tietojenkalastelua! AptosMask ei koskaan pyydä spontaanisti siemenlausettasi." }, "endOfFlowMessage6": { "message": "Jos tarvitse uuden varmuuskopion juurilauseestasi, niin se löytyy osiosta Asetukset -> Turvallisuus." }, "endOfFlowMessage8": { - "message": "MetaMask ei pysty palauttamaan salaustekstiäsi. Lue lisää." + "message": "AptosMask ei pysty palauttamaan salaustekstiäsi. Lue lisää." }, "endOfFlowMessage9": { "message": "Lue lisää." @@ -437,7 +437,7 @@ "message": "Yhdistä kiinteän laitteiston lompakko" }, "hardwareWalletsMsg": { - "message": "Valitse laitteistokukkaro, jota haluaisit käyttää MetaMaskilla" + "message": "Valitse laitteistokukkaro, jota haluaisit käyttää AptosMaskilla" }, "here": { "message": "tässä", @@ -463,7 +463,7 @@ "message": "Tuo tili" }, "importAccountMsg": { - "message": "Tuotuja tilejä ei liitetä alkuperäisen MetaMask-tilisi siemenlauseeseen. Lue lisää tuoduista tileistä" + "message": "Tuotuja tilejä ei liitetä alkuperäisen AptosMask-tilisi siemenlauseeseen. Lue lisää tuoduista tileistä" }, "importAccountSeedPhrase": { "message": "Tuo tili siemenlauseella" @@ -567,7 +567,7 @@ "message": "Sinua yhdistetään Ethereumiin ja hajautettuun verkkoon." }, "metamaskVersion": { - "message": "MetaMask-versio" + "message": "AptosMask-versio" }, "mustSelectOne": { "message": "Valittava vähintään 1 poletti." @@ -611,7 +611,7 @@ "message": "Uusi salasana (väh. 8 merkkiä)" }, "newToMetaMask": { - "message": "Onko MetaMask ennestään outo?" + "message": "Onko AptosMask ennestään outo?" }, "newTotal": { "message": "Uusi kokonaissumma" @@ -662,7 +662,7 @@ "message": "Osallistu MetaMetricsiin" }, "participateInMetaMetricsDescription": { - "message": "Osallistu MetaMetricsiin auttaaksesi meitä tekemään MetaMaskista paremman" + "message": "Osallistu MetaMetricsiin auttaaksesi meitä tekemään AptosMaskista paremman" }, "password": { "message": "Salasana" @@ -934,16 +934,16 @@ "message": "Varmista, ettei kukaan muu katsele näyttöäsi, kun skannaat koodin" }, "syncWithMobileComplete": { - "message": "Tietojesi synkronoiminen onnistui. Nauti MetaMask-mobiilisovelluksesta!" + "message": "Tietojesi synkronoiminen onnistui. Nauti AptosMask-mobiilisovelluksesta!" }, "syncWithMobileDesc": { - "message": "Voit synkronoida tilisi ja tietosi mobiililaitteidesi kesken. Avaa MetaMaskin mobiilisovellus, siirry \"Asetukset\"-osioon ja napauta \"Synkronoi selainlaajennuksesta\" -vaihtoehtoa" + "message": "Voit synkronoida tilisi ja tietosi mobiililaitteidesi kesken. Avaa AptosMaskin mobiilisovellus, siirry \"Asetukset\"-osioon ja napauta \"Synkronoi selainlaajennuksesta\" -vaihtoehtoa" }, "syncWithMobileDescNewUsers": { - "message": "Jos avaat MetaMaskin mobiilisovelluksen vasta ensimmäistä kertaa, noudata vain puhelimesi ilmoittamia vaiheita." + "message": "Jos avaat AptosMaskin mobiilisovelluksen vasta ensimmäistä kertaa, noudata vain puhelimesi ilmoittamia vaiheita." }, "syncWithMobileScanThisCode": { - "message": "Lue tämä koodi MetaMask-mobiilisovelluksellasi" + "message": "Lue tämä koodi AptosMask-mobiilisovelluksellasi" }, "syncWithMobileTitle": { "message": "Synkronoi mobiililaitteen kanssa" @@ -1034,7 +1034,7 @@ "message": "Yritä uudelleen" }, "typePassword": { - "message": "Kirjoita MetaMask-salasanasi" + "message": "Kirjoita AptosMask-salasanasi" }, "unapproved": { "message": "Ei hyväksytty" @@ -1085,7 +1085,7 @@ "message": "Vieraile verkkosivustollamme" }, "welcome": { - "message": "Tervetuloa MetaMaskiin" + "message": "Tervetuloa AptosMaskiin" }, "welcomeBack": { "message": "Tervetuloa takaisin!" diff --git a/app/_locales/fil/messages.json b/app/_locales/fil/messages.json index fbf4939dbb..cfafd78b83 100644 --- a/app/_locales/fil/messages.json +++ b/app/_locales/fil/messages.json @@ -30,7 +30,7 @@ "message": "log ng aktibidad" }, "addAcquiredTokens": { - "message": "Idagdag ang mga token na nakuha mo gamit ang MetaMask" + "message": "Idagdag ang mga token na nakuha mo gamit ang AptosMask" }, "addAlias": { "message": "Magdagdag ng alias" @@ -57,7 +57,7 @@ "message": "Halaga" }, "appDescription": { - "message": "Isang Ethereum Wallet sa iyong Browser", + "message": "Isang Aptos Wallet sa iyong Browser", "description": "The description of the application" }, "appName": { @@ -69,7 +69,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -94,7 +94,7 @@ "message": "Auto-Logout Timer (minuto)" }, "autoLockTimeLimitDescription": { - "message": "I-set ang idle time na minuto bago awtomatikong mag-log out ang MetaMask" + "message": "I-set ang idle time na minuto bago awtomatikong mag-log out ang AptosMask" }, "back": { "message": "Bumalik" @@ -103,7 +103,7 @@ "message": "Bumalik sa Lahat" }, "backupApprovalInfo": { - "message": "Ang secret code na ito ay kinakailangan para ma-recover ang iyong wallet kung sakaling mawawala mo ang iyong device, nakalimutan mo ang iyong password, kailangan mong i-install ulit ang MetaMask, o gusto mong i-access ang iyong wallet sa ibang device." + "message": "Ang secret code na ito ay kinakailangan para ma-recover ang iyong wallet kung sakaling mawawala mo ang iyong device, nakalimutan mo ang iyong password, kailangan mong i-install ulit ang AptosMask, o gusto mong i-access ang iyong wallet sa ibang device." }, "backupApprovalNotice": { "message": "I-back up ang iyong Secret Recovery code para panatilihing secure ang iyong wallet at pondo." @@ -131,7 +131,7 @@ "message": "Bumili ng ETH gamit ang Wyre" }, "buyWithWyreDescription": { - "message": "Binibigyang-daan ka ng Wyre na gumamit ng credit card para magdeposito ng ETH nang direkta sa iyong MetaMask account." + "message": "Binibigyang-daan ka ng Wyre na gumamit ng credit card para magdeposito ng ETH nang direkta sa iyong AptosMask account." }, "cancel": { "message": "Kanselahin" @@ -143,7 +143,7 @@ "message": "Nakansela" }, "chromeRequiredForHardwareWallets": { - "message": "Kailangan mong gamitin ang MetaMask sa Google Chrome upang makakonekta sa iyong Hardware Wallet." + "message": "Kailangan mong gamitin ang AptosMask sa Google Chrome upang makakonekta sa iyong Hardware Wallet." }, "clickToRevealSeed": { "message": "Mag-click dito para ipakita ang iyong secret words" @@ -182,7 +182,7 @@ "message": "Kumokonekta sa Kovan Test Network" }, "connectingToMainnet": { - "message": "Kumokonekta sa Ethereum Mainnet" + "message": "Kumokonekta sa Aptos Mainnet" }, "connectingToRinkeby": { "message": "Kumokonekta sa Rinkeby Test Network" @@ -299,19 +299,19 @@ "message": "Huwag ibahagi ang parirala sa kahit sino." }, "endOfFlowMessage5": { - "message": "Mag-ingat sa phishing! Hindi ka basta-basta hihilingin ng MetaMask ang iyong seed phrase." + "message": "Mag-ingat sa phishing! Hindi ka basta-basta hihilingin ng AptosMask ang iyong seed phrase." }, "endOfFlowMessage6": { "message": "Kung kailangan mong i-back up ulit ang iyong seed phrase, makikita mo ito sa Mga Setting -> Seguridad." }, "endOfFlowMessage8": { - "message": "Hindi ma-recover ng MetaMask ang iyong seedphrase. Alamin pa." + "message": "Hindi ma-recover ng AptosMask ang iyong seedphrase. Alamin pa." }, "endOfFlowMessage9": { "message": "Matuto pa." }, "ensNotFoundOnCurrentNetwork": { - "message": "Hindi nakita ang ENS name sa kasalukuyang network. Subukang lumipat sa Ethereum Mainnet." + "message": "Hindi nakita ang ENS name sa kasalukuyang network. Subukang lumipat sa Aptos Mainnet." }, "ensRegistrationError": { "message": "May error sa pagrerehistro ng ENS name" @@ -400,7 +400,7 @@ "message": "Magkonekta ng hardware wallet" }, "hardwareWalletsMsg": { - "message": "Pumili ng hardware wallet na gusto mong gamitin sa MetaMask" + "message": "Pumili ng hardware wallet na gusto mong gamitin sa AptosMask" }, "here": { "message": "dito", @@ -420,7 +420,7 @@ "message": "Mag-import ng Account" }, "importAccountMsg": { - "message": " Ang mga na-import na account ay hindi iuugnay sa orihinal na seedphrase na ginawa ng iyong MetaMask account. Matuto pa tungkol sa mga na-import na account " + "message": " Ang mga na-import na account ay hindi iuugnay sa orihinal na seedphrase na ginawa ng iyong AptosMask account. Matuto pa tungkol sa mga na-import na account " }, "importAccountSeedPhrase": { "message": "Mag-import ng Account gamit ang Seed Phrase" @@ -502,10 +502,10 @@ "message": "Mensahe" }, "metamaskDescription": { - "message": "Kinokonekta ka sa Ethereum at sa Decentralized Web." + "message": "Kinokonekta ka sa Aptos at sa Decentralized Web." }, "metamaskVersion": { - "message": "Bersyon ng MetaMask" + "message": "Bersyon ng AptosMask" }, "mustSelectOne": { "message": "Dapat pumili ng kahit 1 token." @@ -545,7 +545,7 @@ "message": "Bagong Password (min 8 char)" }, "newToMetaMask": { - "message": "Bago ka ba sa MetaMask?" + "message": "Bago ka ba sa AptosMask?" }, "newTotal": { "message": "Bagong Total" @@ -596,7 +596,7 @@ "message": "Makilahok sa MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Makilahok sa MetaMetrics para tulungan kaming mas pagandahin ang MetaMask" + "message": "Makilahok sa MetaMetrics para tulungan kaming mas pagandahin ang AptosMask" }, "passwordNotLongEnough": { "message": "Hindi sapat ang haba ng password" @@ -849,16 +849,16 @@ "message": "Tiyaking walang ibang taong tumitingin sa iyong screen kapag sina-scan mo ang code na ito" }, "syncWithMobileComplete": { - "message": "Matagumpay na na-sync ang iyong data. I-enjoy ang MetaMask mobile app!" + "message": "Matagumpay na na-sync ang iyong data. I-enjoy ang AptosMask mobile app!" }, "syncWithMobileDesc": { - "message": "Maaari mong i-sync ang iyong mga account at impormasyon sa iyong mobile device. Buksan ang MetaMask mobile app, pumunta sa \"Settings\" at mag-tap sa \"Sync from Browser Extension\"" + "message": "Maaari mong i-sync ang iyong mga account at impormasyon sa iyong mobile device. Buksan ang AptosMask mobile app, pumunta sa \"Settings\" at mag-tap sa \"Sync from Browser Extension\"" }, "syncWithMobileDescNewUsers": { - "message": "Kung bubuksan mo ang MetaMask Mobile app sa unang pagkakataon, sundin lang ang mga hakbang sa iyong telepono." + "message": "Kung bubuksan mo ang AptosMask Mobile app sa unang pagkakataon, sundin lang ang mga hakbang sa iyong telepono." }, "syncWithMobileScanThisCode": { - "message": "I-scan ang code na ito sa iyong MetaMask mobile app" + "message": "I-scan ang code na ito sa iyong AptosMask mobile app" }, "syncWithMobileTitle": { "message": "I-sync sa mobile" @@ -940,7 +940,7 @@ "message": "Subukang muli" }, "typePassword": { - "message": "I-type ang iyong password sa MetaMask" + "message": "I-type ang iyong password sa AptosMask" }, "unapproved": { "message": "Hindi inaprubahan" @@ -988,7 +988,7 @@ "message": "Bisitahin ang aming web site" }, "welcome": { - "message": "Welcome sa MetaMask" + "message": "Welcome sa AptosMask" }, "welcomeBack": { "message": "Welcome Ulit!" diff --git a/app/_locales/fr/messages.json b/app/_locales/fr/messages.json index f2206b5d53..a181620755 100644 --- a/app/_locales/fr/messages.json +++ b/app/_locales/fr/messages.json @@ -99,7 +99,7 @@ "message": "Ajouter un pseudo" }, "addAcquiredTokens": { - "message": "Ajouter les jetons que vous avez acquis par l’intermédiaire de MetaMask" + "message": "Ajouter les jetons que vous avez acquis par l’intermédiaire de AptosMask" }, "addAlias": { "message": "Ajouter un alias" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Cela permettra d’utiliser ce réseau dans MetaMask." + "message": "Cela permettra d’utiliser ce réseau dans AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask ne vérifie pas les réseaux personnalisés." + "message": "AptosMask ne vérifie pas les réseaux personnalisés." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "En savoir plus sur $1.", @@ -224,7 +224,7 @@ "message": "Montant" }, "appDescription": { - "message": "Extension Ethereum pour navigateur", + "message": "Extension Aptos pour navigateur", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Minuterie de déconnexion automatique (minutes)" }, "autoLockTimeLimitDescription": { - "message": "Réglez la durée d’inactivité en minutes avant que MetaMask ne se déconnecte automatiquement." + "message": "Réglez la durée d’inactivité en minutes avant que AptosMask ne se déconnecte automatiquement." }, "average": { "message": "Moyen" @@ -301,7 +301,7 @@ "message": "Retour à Tous" }, "backupApprovalInfo": { - "message": "Ce code secret est requis pour récupérer votre portefeuille si jamais vous perdez votre appareil, oubliez votre mot de passe, devez réinstaller MetaMask ou souhaitez accéder à votre portefeuille depuis un autre appareil." + "message": "Ce code secret est requis pour récupérer votre portefeuille si jamais vous perdez votre appareil, oubliez votre mot de passe, devez réinstaller AptosMask ou souhaitez accéder à votre portefeuille depuis un autre appareil." }, "backupApprovalNotice": { "message": "Sauvegardez votre phrase de récupération secret pour garder votre portefeuille et vos fonds en sécurité." @@ -322,10 +322,10 @@ "message": "Général" }, "betaMetamaskDescription": { - "message": "MetaMask est un portefeuille sécurisé utilisé par des millions de personnes qui rend l’univers du web3 accessible à toutes et à tous." + "message": "AptosMask est un portefeuille sécurisé utilisé par des millions de personnes qui rend l’univers du web3 accessible à toutes et à tous." }, "betaMetamaskDescriptionExplanation": { - "message": "Utilisez cette version pour tester les futures fonctionnalités avant leur lancement. Votre utilisation et vos commentaires nous aident à développer la meilleure version possible de MetaMask. Votre utilisation de MetaMask Beta est conditionnée par notre norme $1, ainsi que par notre $2. Il s’agit de la version bêta, présentant un risque de bogues plus élevé. En continuant, vous acceptez et reconnaissez ce risque, ainsi que ceux mentionnés dans nos Conditions d’utilisation et nos Conditions bêta.", + "message": "Utilisez cette version pour tester les futures fonctionnalités avant leur lancement. Votre utilisation et vos commentaires nous aident à développer la meilleure version possible de AptosMask. Votre utilisation de AptosMask Beta est conditionnée par notre norme $1, ainsi que par notre $2. Il s’agit de la version bêta, présentant un risque de bogues plus élevé. En continuant, vous acceptez et reconnaissez ce risque, ainsi que ceux mentionnés dans nos Conditions d’utilisation et nos Conditions bêta.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Conditions d’utilisation" }, "betaMetamaskVersion": { - "message": "Version MetaMask Beta" + "message": "Version AptosMask Beta" }, "betaWelcome": { - "message": "Bienvenue sur MetaMask Bêta" + "message": "Bienvenue sur AptosMask Bêta" }, "blockExplorerAccountAction": { "message": "Compte", @@ -369,7 +369,7 @@ "message": "Créez votre liste de contacts" }, "builtAroundTheWorld": { - "message": "MetaMask est conçu et établi dans le monde entier." + "message": "AptosMask est conçu et établi dans le monde entier." }, "busy": { "message": "Occupé" @@ -381,7 +381,7 @@ "message": "Acheter des ETH avec Wyre" }, "buyWithWyreDescription": { - "message": "Wyre vous permet d’utiliser une carte de crédit pour déposer des ETH directement sur votre compte MetaMask." + "message": "Wyre vous permet d’utiliser une carte de crédit pour déposer des ETH directement sur votre compte AptosMask." }, "bytes": { "message": "Octets" @@ -417,7 +417,7 @@ "message": "Cet ID de chaîne est actuellement utilisé par le réseau $1." }, "chromeRequiredForHardwareWallets": { - "message": "Pour connecter votre portefeuille matériel, vous devez utiliser MetaMask pour Google Chrome." + "message": "Pour connecter votre portefeuille matériel, vous devez utiliser AptosMask pour Google Chrome." }, "clickToConnectLedgerViaWebHID": { "message": "Cliquez ici pour connecter votre Ledger via WebHID", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Connectez-vous avec MetaMask" + "message": "Connectez-vous avec AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Vous avez $1 comptes connectés à ce site.", @@ -499,7 +499,7 @@ "message": "Vous avez 1 compte connecté à ce site." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask n’est pas connecté à ce site. Pour vous connecter à un site web3, cliquez sur le bouton de connexion." + "message": "AptosMask n’est pas connecté à ce site. Pour vous connecter à un site web3, cliquez sur le bouton de connexion." }, "connectedSites": { "message": "Sites connectés" @@ -657,7 +657,7 @@ "message": "Données" }, "dataBackupFoundInfo": { - "message": "Certaines données de votre compte ont été sauvegardées lors d’une précédente installation de MetaMask. Il peut s’agir de vos paramètres, contacts et jetons. Souhaitez-vous restaurer ces données maintenant ?" + "message": "Certaines données de votre compte ont été sauvegardées lors d’une précédente installation de AptosMask. Il peut s’agir de vos paramètres, contacts et jetons. Souhaitez-vous restaurer ces données maintenant ?" }, "dataHex": { "message": "Hex" @@ -918,7 +918,7 @@ "message": "Ne partagez jamais cette phrase avec qui que ce soit." }, "endOfFlowMessage5": { - "message": "Attention à l’hameçonnage ! MetaMask ne vous demandera jamais spontanément votre phrase de départ." + "message": "Attention à l’hameçonnage ! AptosMask ne vous demandera jamais spontanément votre phrase de départ." }, "endOfFlowMessage6": { "message": "Si vous avez besoin de sauvegarder à nouveau votre phrase de départ, vous pouvez la trouver dans Paramètres -> Sécurité." @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask ne peut pas récupérer votre phrase de départ." + "message": "AptosMask ne peut pas récupérer votre phrase de départ." }, "endOfFlowMessage9": { "message": "En savoir plus." @@ -941,7 +941,7 @@ "message": "Caractère invalide pour l’ENS." }, "ensNotFoundOnCurrentNetwork": { - "message": "Nom ENS non trouvé sur le réseau actuel. Essayez de passer au réseau Ethereum principal." + "message": "Nom ENS non trouvé sur le réseau actuel. Essayez de passer au réseau Aptos principal." }, "ensNotSupportedOnNetwork": { "message": "Le réseau ne prend pas en charge l’ENS" @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask a rencontré une erreur", + "message": "AptosMask a rencontré une erreur", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "Connecter un portefeuille matériel" }, "hardwareWalletsMsg": { - "message": "Selectionnez le portefeuille matériel que vous voulez utiliser avec MetaMask" + "message": "Selectionnez le portefeuille matériel que vous voulez utiliser avec AptosMask" }, "here": { "message": "ici", @@ -1277,7 +1277,7 @@ "message": "importer en utilisant la phrase secrète de récupération" }, "importAccountMsg": { - "message": "Les comptes importés ne seront pas associés à la phrase secrète de récupération que vous avez créée au départ dans MetaMask. En savoir plus sur les comptes importés" + "message": "Les comptes importés ne seront pas associés à la phrase secrète de récupération que vous avez créée au départ dans AptosMask. En savoir plus sur les comptes importés" }, "importAccountSeedPhrase": { "message": "Importez un compte avec une phrase mnémotechnique" @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask ne peut pas se connecter à l’hôte de la blockchain. Vérifiez les éventuelles raisons $1.", + "message": "AptosMask ne peut pas se connecter à l’hôte de la blockchain. Vérifiez les éventuelles raisons $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1462,7 +1462,7 @@ "message": "Ouvrez et déverrouillez l’application Ledger Live" }, "ledgerConnectionPreferenceDescription": { - "message": "Personnalisez la façon dont vous souhaitez connecter votre Ledger à MetaMask. $1 est recommandé, mais d’autres options sont disponibles. En savoir plus ici : $2", + "message": "Personnalisez la façon dont vous souhaitez connecter votre Ledger à AptosMask. $1 est recommandé, mais d’autres options sont disponibles. En savoir plus ici : $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,13 +1470,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Appli Ledger Live" }, "ledgerLocked": { - "message": "Impossible de se connecter au dispositif Ledger. Veuillez vous assurer que votre périphérique est déverrouillé et que l’application Ethereum est ouverte." + "message": "Impossible de se connecter au dispositif Ledger. Veuillez vous assurer que votre périphérique est déverrouillé et que l’application Aptos est ouverte." }, "ledgerTimeout": { "message": "Ledger Live met trop de temps à répondre ou la connexion est interrompue. Assurez-vous que l’application Ledger Live est bien ouverte et que votre appareil est déverrouillé." @@ -1570,7 +1570,7 @@ "message": "Message" }, "metaMaskConnectStatusParagraphOne": { - "message": "Vous avez maintenant davantage de contrôle sur les connexions de vos comptes dans MetaMask." + "message": "Vous avez maintenant davantage de contrôle sur les connexions de vos comptes dans AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Cliquez pour gérer vos comptes connectés." @@ -1579,13 +1579,13 @@ "message": "Le bouton d’état de connexion indique si le site Web que vous visitez est connecté à votre compte actuellement sélectionné." }, "metamaskDescription": { - "message": "MetaMask est un coffre sécurisé pour votre identité sur Ethereum." + "message": "AptosMask est un coffre sécurisé pour votre identité sur Ethereum." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps est en cours de maintenance. Nous vous invitons à revenir plus tard." + "message": "AptosMask Swaps est en cours de maintenance. Nous vous invitons à revenir plus tard." }, "metamaskVersion": { - "message": "Version de MetaMask" + "message": "Version de AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Toujours pouvoir vous désinscrire via les Paramètres" @@ -1625,16 +1625,16 @@ "message": "Enverra des événements de clics et de pages vues anonymisés" }, "metametricsHelpImproveMetaMask": { - "message": "Aidez-nous à améliorer MetaMask" + "message": "Aidez-nous à améliorer AptosMask" }, "metametricsOptInDescription": { - "message": "MetaMask souhaite recueillir des données d’utilisation afin de mieux comprendre comment nos utilisateurs interagissent avec l’extension. Elles seront utilisées pour améliorer en permanence la convivialité et l’expérience utilisateur de notre produit et de l’écosystème Ethereum." + "message": "AptosMask souhaite recueillir des données d’utilisation afin de mieux comprendre comment nos utilisateurs interagissent avec l’extension. Elles seront utilisées pour améliorer en permanence la convivialité et l’expérience utilisateur de notre produit et de l’écosystème Ethereum." }, "metametricsOptInDescription2": { "message": "Nous aimerions recueillir des données d’utilisation de base pour améliorer la convivialité de notre produit. Ces indicateurs seront…" }, "metametricsTitle": { - "message": "Rejoignez plus de 6 M d’utilisateurs pour améliorer MetaMask" + "message": "Rejoignez plus de 6 M d’utilisateurs pour améliorer AptosMask" }, "mismatchedChain": { "message": "Les détails du réseau pour cet ID de chaîne ne correspondent pas à nos registres. Nous vous recommandons de $1 avant de poursuivre.", @@ -1651,7 +1651,7 @@ "message": "Vous ne voyez pas votre jeton ?" }, "mobileSyncWarning": { - "message": "La fonction « Synchronisation avec l’extension » est temporairement désactivée. Si vous souhaitez utiliser votre portefeuille d’extension sur MetaMask mobile : sur votre application mobile, revenez aux options de configuration du portefeuille et sélectionnez l’option « Importation avec la phrase secrète de récupération ». Utilisez la phrase secrète de votre portefeuille d’extension pour importer celui-ci sur votre mobile." + "message": "La fonction « Synchronisation avec l’extension » est temporairement désactivée. Si vous souhaitez utiliser votre portefeuille d’extension sur AptosMask mobile : sur votre application mobile, revenez aux options de configuration du portefeuille et sélectionnez l’option « Importation avec la phrase secrète de récupération ». Utilisez la phrase secrète de votre portefeuille d’extension pour importer celui-ci sur votre mobile." }, "mustSelectOne": { "message": "Vous devez sélectionner au moins 1 jeton." @@ -1670,7 +1670,7 @@ "message": "Partagez vos commentaires" }, "needHelpLinkText": { - "message": "Assistance MetaMask" + "message": "Assistance AptosMask" }, "needHelpSubmitTicket": { "message": "Envoyer un ticket" @@ -1761,7 +1761,7 @@ "message": "Nouveau ! Détection de NFT" }, "newNFTsDetectedInfo": { - "message": "Cela permet à MetaMask de détecter automatiquement les NFT d’Opensea et de les afficher dans votre portefeuille MetaMask." + "message": "Cela permet à AptosMask de détecter automatiquement les NFT d’Opensea et de les afficher dans votre portefeuille AptosMask." }, "newNetworkAdded": { "message": "« $1 » a été ajouté avec succès !" @@ -1770,7 +1770,7 @@ "message": "Nouveau mot de passe (min 8 caractères)" }, "newToMetaMask": { - "message": "Nouveau sur MetaMask ?" + "message": "Nouveau sur AptosMask ?" }, "newTotal": { "message": "Nouveau total" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Le nonce est supérieur au nonce suggéré de $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Saisissez l’ID du collectible" @@ -1849,19 +1849,19 @@ "message": "Pas assez de carburant" }, "notifications1Description": { - "message": "Les utilisateurs de MetaMask Mobile peuvent désormais échanger des jetons dans leur portefeuille mobile. Scannez le code QR pour obtenir l’application mobile et commencez à échanger.", + "message": "Les utilisateurs de AptosMask Mobile peuvent désormais échanger des jetons dans leur portefeuille mobile. Scannez le code QR pour obtenir l’application mobile et commencez à échanger.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Les swaps sur mobile sont enfin possibles !", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "En savoir plus", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Informez-vous régulièrement sur les pratiques de sécurité conseillées par MetaMask et bénéficiez des derniers conseils de son service d’assistance officiel en la matière.", + "message": "Informez-vous régulièrement sur les pratiques de sécurité conseillées par AptosMask et bénéficiez des derniers conseils de son service d’assistance officiel en la matière.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Bénéficiez des meilleurs prix sur les swaps de jetons directement dans votre portefeuille. MetaMask vous connecte désormais à de multiples agrégateurs d’échanges décentralisés et à des teneurs de marché professionnels sur la Binance Smart Chain.", + "message": "Bénéficiez des meilleurs prix sur les swaps de jetons directement dans votre portefeuille. AptosMask vous connecte désormais à de multiples agrégateurs d’échanges décentralisés et à des teneurs de marché professionnels sur la Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Depuis la version 91 de Chrome, l’API qui permettait la prise en charge de notre Ledger (U2F) ne gère plus les portefeuilles matériels. MetaMask a donc mis en place un nouveau système de prise en charge de Ledger Live qui vous permet de continuer à vous connecter à votre appareil Ledger via l’application Ledger Live.", + "message": "Depuis la version 91 de Chrome, l’API qui permettait la prise en charge de notre Ledger (U2F) ne gère plus les portefeuilles matériels. AptosMask a donc mis en place un nouveau système de prise en charge de Ledger Live qui vous permet de continuer à vous connecter à votre appareil Ledger via l’application Ledger Live.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Lorsque vous interagissez avec votre compte Ledger dans MetaMask, un nouvel onglet s’ouvre et vous invite à ouvrir l’application Ledger Live. Une fois celle-ci lancée, vous devrez autoriser une connexion WebSocket à votre compte MetaMask. Et le tour est joué !", + "message": "Lorsque vous interagissez avec votre compte Ledger dans AptosMask, un nouvel onglet s’ouvre et vous invite à ouvrir l’application Ledger Live. Une fois celle-ci lancée, vous devrez autoriser une connexion WebSocket à votre compte AptosMask. Et le tour est joué !", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1905,7 +1905,7 @@ "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "Pour effectuer des transactions sur Ethereum Mainnet, assurez-vous que votre appareil Ledger dispose du dernier micrologiciel.", + "message": "Pour effectuer des transactions sur Aptos Mainnet, assurez-vous que votre appareil Ledger dispose du dernier micrologiciel.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "Depuis MetaMask v10.4.0, vous n’avez plus besoin de Ledger Live pour connecter votre appareil Ledger à MetaMask.", + "message": "Depuis AptosMask v10.4.0, vous n’avez plus besoin de Ledger Live pour connecter votre appareil Ledger à AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "Cliquez sur l’icône d’extension du navigateur" }, "onboardingPinExtensionDescription": { - "message": "Épinglez MetaMask dans votre navigateur pour qu’il soit accessible et qu’il soit facile de voir les confirmations de transaction." + "message": "Épinglez AptosMask dans votre navigateur pour qu’il soit accessible et qu’il soit facile de voir les confirmations de transaction." }, "onboardingPinExtensionDescription2": { - "message": "Vous pouvez ouvrir MetaMask en cliquant sur l’extension pour accéder à votre portefeuille en un seul clic." + "message": "Vous pouvez ouvrir AptosMask en cliquant sur l’extension pour accéder à votre portefeuille en un seul clic." }, "onboardingPinExtensionDescription3": { "message": "Cliquez sur l’icône d’extension du navigateur pour y accéder instantanément" }, "onboardingPinExtensionLabel": { - "message": "Épingler MetaMask" + "message": "Épingler AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Votre installation de MetaMask est terminée !" + "message": "Votre installation de AptosMask est terminée !" }, "onboardingReturnNotice": { "message": "« $1 » va fermer cet onglet et vous rediriger vers $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "L’affichage des transactions entrantes dans votre portefeuille repose sur la communication avec $1. Etherscan aura accès à votre adresse Ethereum et à votre adresse IP. Voir $2.", + "message": "L’affichage des transactions entrantes dans votre portefeuille repose sur la communication avec $1. Etherscan aura accès à votre adresse Aptos et à votre adresse IP. Voir $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "Ne vous connectez qu’aux sites auxquels vous faites confiance." }, "openFullScreenForLedgerWebHid": { - "message": "Ouvrez MetaMask en mode plein écran pour connecter votre Ledger via WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Ouvrez AptosMask en mode plein écran pour connecter votre Ledger via WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Facultatif" @@ -2035,7 +2035,7 @@ "message": "Participer à MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Participez à MetaMetrics pour nous aider à améliorer MetaMask" + "message": "Participez à MetaMetrics pour nous aider à améliorer AptosMask" }, "password": { "message": "Mot de passe" @@ -2044,10 +2044,10 @@ "message": "Mot de passe trop court" }, "passwordSetupDetails": { - "message": "Ce mot de passe permet de déverrouiller votre portefeuille MetaMask uniquement sur cet appareil. MetaMask ne peut pas récupérer ce mot de passe." + "message": "Ce mot de passe permet de déverrouiller votre portefeuille AptosMask uniquement sur cet appareil. AptosMask ne peut pas récupérer ce mot de passe." }, "passwordTermsWarning": { - "message": "Je comprends que MetaMask ne peut pas me récupérer ce mot de passe. $1" + "message": "Je comprends que AptosMask ne peut pas me récupérer ce mot de passe. $1" }, "passwordsDontMatch": { "message": "Les mots de passe ne correspondent pas" @@ -2167,7 +2167,7 @@ "message": "Ne partagez jamais votre phrase secrète de récupération avec qui que ce soit" }, "recoveryPhraseReminderItemTwo": { - "message": "L’équipe MetaMask ne vous demandera jamais votre phrase secrète de récupération" + "message": "L’équipe AptosMask ne vous demandera jamais votre phrase secrète de récupération" }, "recoveryPhraseReminderSubText": { "message": "Votre phrase secrète de récupération contrôle tous vos comptes." @@ -2342,7 +2342,7 @@ "message": "Si quelqu’un vous demande votre phrase de récupération, il est probable qu’il essaie de vous arnaquer pour dérober les fonds de votre portefeuille" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Ne partagez jamais, au grand jamais, votre phrase secrète de récupération, pas même avec MetaMask !" + "message": "Ne partagez jamais, au grand jamais, votre phrase secrète de récupération, pas même avec AptosMask !" }, "seedPhraseIntroSidebarTitleOne": { "message": "Qu’est-ce qu’une phrase secrète de récupération ?" @@ -2381,7 +2381,7 @@ "message": "Sélectionner un compte" }, "selectAnAccountAlreadyConnected": { - "message": "Ce compte a déjà été connecté à MetaMask" + "message": "Ce compte a déjà été connecté à AptosMask" }, "selectEachPhrase": { "message": "Veuillez sélectionner chaque phrase afin de vous assurer qu’elle est correcte." @@ -2425,7 +2425,7 @@ "message": "Définir des paramètres de confidentialité avancés" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask utilise ces services tiers de confiance pour améliorer la convivialité et la sécurité des produits." + "message": "AptosMask utilise ces services tiers de confiance pour améliorer la convivialité et la sécurité des produits." }, "settings": { "message": "Paramètres" @@ -2564,7 +2564,7 @@ "message": "Erreur lors du chargement des journaux d’état." }, "stateLogFileName": { - "message": "Journaux d’état MetaMask" + "message": "Journaux d’état AptosMask" }, "stateLogs": { "message": "Journaux d’état" @@ -2582,7 +2582,7 @@ "message": "Assurez-vous que votre Lattice1 est prêt à se connecter" }, "step1LatticeWalletMsg": { - "message": "Vous pouvez connecter MetaMask à votre dispositif Lattice1 une fois qu’il est configuré et en ligne. Déverrouillez votre appareil et munissez-vous de son ID. Pour en savoir plus sur l’utilisation des portefeuilles matériels, $1", + "message": "Vous pouvez connecter AptosMask à votre dispositif Lattice1 une fois qu’il est configuré et en ligne. Déverrouillez votre appareil et munissez-vous de son ID. Pour en savoir plus sur l’utilisation des portefeuilles matériels, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2660,7 +2660,7 @@ "message": "Confirmez avec votre portefeuille matériel" }, "swapContractDataDisabledErrorDescription": { - "message": "Dans l’application Ethereum de votre Ledger, allez dans « Paramètres » et autorisez les données de contrat. Ensuite, retentez votre swap." + "message": "Dans l’application Aptos de votre Ledger, allez dans « Paramètres » et autorisez les données de contrat. Ensuite, retentez votre swap." }, "swapContractDataDisabledErrorTitle": { "message": "Les données de contrat ne sont pas activées sur votre Ledger" @@ -2678,7 +2678,7 @@ "message": "Modifier la limite" }, "swapEnableDescription": { - "message": "Cette information est nécessaire et autorise MetaMask à effectuer le swap de vos $1.", + "message": "Cette information est nécessaire et autorise AptosMask à effectuer le swap de vos $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "Les frais de carburant indiqués dans l’écran précédent sont répartis entre ces deux transactions." }, "swapGasFeesSummary": { - "message": "Les frais de carburant sont payés aux mineurs de cryptomonnaies qui traitent les transactions sur le réseau $1. MetaMask ne tire aucun profit des frais de carburant.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Les frais de carburant sont payés aux mineurs de cryptomonnaies qui traitent les transactions sur le réseau $1. AptosMask ne tire aucun profit des frais de carburant.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Le montant du glissement est très élevé." }, "swapIncludesMMFee": { - "message": "Comprend des frais MetaMask à hauteur de $1 %.", + "message": "Comprend des frais AptosMask à hauteur de $1 %.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "Glissement maximal" }, "swapMetaMaskFee": { - "message": "Frais MetaMask" + "message": "Frais AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Nous recherchons systématiquement le meilleur prix auprès des meilleures sources de liquidité. Une commission de $1 % est automatiquement incluse dans cette cotation.", @@ -2924,7 +2924,7 @@ "message": "Afficher dans l’activité" }, "switchEthereumChainConfirmationDescription": { - "message": "Ceci permet de remplacer le réseau sélectionné dans MetaMask par un réseau précédemment ajouté :" + "message": "Ceci permet de remplacer le réseau sélectionné dans AptosMask par un réseau précédemment ajouté :" }, "switchEthereumChainConfirmationTitle": { "message": "Autoriser ce site à changer de réseau ?" @@ -2960,16 +2960,16 @@ "message": "Assurez-vous que personne d’autre ne regarde votre écran lorsque vous scannez ce code." }, "syncWithMobileComplete": { - "message": "Vos données ont été synchronisées avec succès. Profitez de l’application mobile MetaMask !" + "message": "Vos données ont été synchronisées avec succès. Profitez de l’application mobile AptosMask !" }, "syncWithMobileDesc": { - "message": "Vous pouvez synchroniser vos comptes et vos informations avec votre appareil mobile. Ouvrez l’application mobile MetaMask, allez dans « Paramètres » et appuyez sur « Synchroniser depuis l’extension de navigateur »" + "message": "Vous pouvez synchroniser vos comptes et vos informations avec votre appareil mobile. Ouvrez l’application mobile AptosMask, allez dans « Paramètres » et appuyez sur « Synchroniser depuis l’extension de navigateur »" }, "syncWithMobileDescNewUsers": { - "message": "Si vous ouvrez l’application MetaMask Mobile pour la première fois, suivez simplement les étapes dans votre téléphone." + "message": "Si vous ouvrez l’application AptosMask Mobile pour la première fois, suivez simplement les étapes dans votre téléphone." }, "syncWithMobileScanThisCode": { - "message": "Scannez ce code avec votre application mobile MetaMask" + "message": "Scannez ce code avec votre application mobile AptosMask" }, "syncWithMobileTitle": { "message": "Synchroniser avec le mobile" @@ -3067,7 +3067,7 @@ "message": "Site suggéré" }, "transactionDetailDappGasTooltip": { - "message": "Modifier pour utiliser les frais de carburant recommandé par MetaMask selon le dernier bloc." + "message": "Modifier pour utiliser les frais de carburant recommandé par AptosMask selon le dernier bloc." }, "transactionDetailGasHeading": { "message": "Frais de carburant estimés" @@ -3082,7 +3082,7 @@ "message": "Les frais de carburant sont définis par le réseau et fluctuent selon le trafic réseau et la complexité de la transaction." }, "transactionDetailGasTooltipIntro": { - "message": "Les frais de carburant sont payés aux mineurs de cryptomonnaies qui traitent les transactions sur le réseau $1. MetaMask ne tire aucun profit des frais de carburant." + "message": "Les frais de carburant sont payés aux mineurs de cryptomonnaies qui traitent les transactions sur le réseau $1. AptosMask ne tire aucun profit des frais de carburant." }, "transactionDetailGasTotalSubtitle": { "message": "Montant + frais de carburant" @@ -3178,7 +3178,7 @@ }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Non autorisé" @@ -3247,7 +3247,7 @@ "message": "Utiliser la détection des jetons" }, "useTokenDetectionDescription": { - "message": "Nous utilisons des API tierces pour détecter et afficher les nouveaux jetons envoyés à votre portefeuille. Désactivez cette option si vous ne souhaitez pas que MetaMask récupère les données de ces services." + "message": "Nous utilisons des API tierces pour détecter et afficher les nouveaux jetons envoyés à votre portefeuille. Désactivez cette option si vous ne souhaitez pas que AptosMask récupère les données de ces services." }, "usedByClients": { "message": "Utilisé par plusieurs clients différents" @@ -3310,10 +3310,10 @@ "message": "Votre portefeuille est bien protégé. Conservez votre phrase secrète de récupération en sécurité et en toute discrétion. C’est votre responsabilité !" }, "walletCreationSuccessReminder1": { - "message": "MetaMask ne peut pas restaurer votre phrase secrète de récupération." + "message": "AptosMask ne peut pas restaurer votre phrase secrète de récupération." }, "walletCreationSuccessReminder2": { - "message": "MetaMask ne vous demandera jamais votre phrase secrète de récupération." + "message": "AptosMask ne vous demandera jamais votre phrase secrète de récupération." }, "walletCreationSuccessReminder3": { "message": "$1 avec n’importe qui, sinon vous risquez de voir vos fonds subtilisés", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Bienvenue dans MetaMask" + "message": "Bienvenue dans AptosMask" }, "welcomeBack": { "message": "Bienvenue à nouveau !" @@ -3347,7 +3347,7 @@ "message": "Explorer des applications décentralisées" }, "welcomeLoginDescription": { - "message": "Utilisez votre MetaMask pour vous connecter à des applications décentralisées. Nul besoin de vous inscrire !" + "message": "Utilisez votre AptosMask pour vous connecter à des applications décentralisées. Nul besoin de vous inscrire !" }, "welcomeLoginTitle": { "message": "Dites bonjour à votre portefeuille" @@ -3356,11 +3356,11 @@ "message": "C’est parti !" }, "welcomeToMetaMaskIntro": { - "message": "MetaMask est un portefeuille sécurisé utilisé par des millions de personnes qui rend l’univers du web3 accessible à toutes et à tous." + "message": "AptosMask est un portefeuille sécurisé utilisé par des millions de personnes qui rend l’univers du web3 accessible à toutes et à tous." }, "whatsNew": { "message": "Nouveautés", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Qu’est-ce que c’est ?" diff --git a/app/_locales/gu/messages.json b/app/_locales/gu/messages.json index 2064bc9348..d1714d3fa9 100644 --- a/app/_locales/gu/messages.json +++ b/app/_locales/gu/messages.json @@ -20,7 +20,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "back": { diff --git a/app/_locales/he/messages.json b/app/_locales/he/messages.json index 1cbe56acf4..3e4a95c8c3 100644 --- a/app/_locales/he/messages.json +++ b/app/_locales/he/messages.json @@ -33,7 +33,7 @@ "message": "יומן פעילות" }, "addAcquiredTokens": { - "message": "הוספת הטוקנים שהשגת באמצעות MetaMask" + "message": "הוספת הטוקנים שהשגת באמצעות AptosMask" }, "addAlias": { "message": "הוסף כינוי" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "טיימר התנתקות אוטומטית (דקות)" }, "autoLockTimeLimitDescription": { - "message": "הגדר/י את זמן היעדר הפעילות בדקות לפני ש-MetaMask יתנתק אוטומטית." + "message": "הגדר/י את זמן היעדר הפעילות בדקות לפני ש-AptosMask יתנתק אוטומטית." }, "average": { "message": "ממוצע" @@ -115,7 +115,7 @@ "message": "חזרה אל 'הכל'" }, "backupApprovalInfo": { - "message": "קוד סודי זה נדרש כדי לשחזר את הארנק שלך במקרה שתאבד/י את מכשירך, תשכח/י את הססמה, תצטרכ/י להתקין מחדש את MetaMask או שתרצה/י לגשת לארנק שלך במכשיר אחר." + "message": "קוד סודי זה נדרש כדי לשחזר את הארנק שלך במקרה שתאבד/י את מכשירך, תשכח/י את הססמה, תצטרכ/י להתקין מחדש את AptosMask או שתרצה/י לגשת לארנק שלך במכשיר אחר." }, "backupApprovalNotice": { "message": "גבה/י את קוד השחזור הסודי שלך כדי לשמור את בטיחות הארנק והכספים שלך." @@ -146,7 +146,7 @@ "message": "רכישת את'ר עם Wyre" }, "buyWithWyreDescription": { - "message": "Wyre מאפשרת לך להשתמש בכרטיס אשראי כדי להפקיד ETH ישירות בחשבון ה-MetaMask שלך." + "message": "Wyre מאפשרת לך להשתמש בכרטיס אשראי כדי להפקיד ETH ישירות בחשבון ה-AptosMask שלך." }, "bytes": { "message": "בייטים" @@ -164,7 +164,7 @@ "message": "מזהה שרשרת" }, "chromeRequiredForHardwareWallets": { - "message": "עליך להשתמש ב-MetaMask בגוגל כרום כדי להתחבר לארנק החומרה שלך." + "message": "עליך להשתמש ב-AptosMask בגוגל כרום כדי להתחבר לארנק החומרה שלך." }, "clickToRevealSeed": { "message": "לחצ/י כאן לחשיפת מילים סודיות" @@ -323,13 +323,13 @@ "message": "לעולם אל תשתפ/י את הצירוף עם אף אחד." }, "endOfFlowMessage5": { - "message": "היזהר/י מהתחזות! MetaMask לעולם לא יבקש באופן ספונטני את צירוף הגרעין שלך." + "message": "היזהר/י מהתחזות! AptosMask לעולם לא יבקש באופן ספונטני את צירוף הגרעין שלך." }, "endOfFlowMessage6": { "message": "אם עליך לגבות את צירוף הגרעין שלך שוב, תוכל/י למצוא זאת בהגדרות -> אבטחה." }, "endOfFlowMessage8": { - "message": "MetaMask לא הצליח לשחזר את ה-seedphrase שלך. למד/י עוד." + "message": "AptosMask לא הצליח לשחזר את ה-seedphrase שלך. למד/י עוד." }, "endOfFlowMessage9": { "message": "למד עוד." @@ -437,7 +437,7 @@ "message": "חבר ארנק חומרה" }, "hardwareWalletsMsg": { - "message": "בחר/י ארנק חומרה שבו תרצה להשתמש עם MetaMask" + "message": "בחר/י ארנק חומרה שבו תרצה להשתמש עם AptosMask" }, "here": { "message": "כאן", @@ -463,7 +463,7 @@ "message": "יבא חשבון" }, "importAccountMsg": { - "message": "חשבונות מיובאים לא ישויכו לצירוף הגרעין (seed) שנוצר במקור עבור חשבון ה-MetaMask שלך. למד/י עוד על חשבונות מיובאים" + "message": "חשבונות מיובאים לא ישויכו לצירוף הגרעין (seed) שנוצר במקור עבור חשבון ה-AptosMask שלך. למד/י עוד על חשבונות מיובאים" }, "importAccountSeedPhrase": { "message": "יבא חשבון באמצעות Seed Phrase" @@ -564,7 +564,7 @@ "message": "מחבר אותך לאתריום ולרשת המבוזרת." }, "metamaskVersion": { - "message": "גרסת MetaMask" + "message": "גרסת AptosMask" }, "mustSelectOne": { "message": "חובה לבחור לפחות אסימון אחד." @@ -608,7 +608,7 @@ "message": "ססמה חדשה (לפחות 8 תווים)" }, "newToMetaMask": { - "message": "חדש/ה ב- MetaMask?" + "message": "חדש/ה ב- AptosMask?" }, "newTotal": { "message": "סכום כולל חדש" @@ -662,7 +662,7 @@ "message": "קח/י חלק ב- MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "קח/י חלק ב-MetaMetrics כדי לעזור לנו לשפר את MetaMask" + "message": "קח/י חלק ב-MetaMetrics כדי לעזור לנו לשפר את AptosMask" }, "password": { "message": "סיסמה" @@ -931,16 +931,16 @@ "message": "ודא/י כי איש אינו מסתכל על המסך שלך בזמן סריקת קוד זה" }, "syncWithMobileComplete": { - "message": "הנתונים שלך סונכרנו בהצלחה. תיהנה/י מאפליקציית MetaMask לטלפונים ניידים! " + "message": "הנתונים שלך סונכרנו בהצלחה. תיהנה/י מאפליקציית AptosMask לטלפונים ניידים! " }, "syncWithMobileDesc": { - "message": "באפשרותך לסנכרן את החשבונות והמידע שלך עם המכשיר הנייד שלך. יש לפתוח את האפליקציה לנייד של MetaMask, לעבור אל \"הגדרות\" וללחוץ על \"סנכרון מהרחבה לדפדפן\"" + "message": "באפשרותך לסנכרן את החשבונות והמידע שלך עם המכשיר הנייד שלך. יש לפתוח את האפליקציה לנייד של AptosMask, לעבור אל \"הגדרות\" וללחוץ על \"סנכרון מהרחבה לדפדפן\"" }, "syncWithMobileDescNewUsers": { - "message": "אם את/ה פותח/ת את אפליקציית MetaMask Mobile בפעם הראשונה, פשוט בצע/י את השלבים בטלפון שלך." + "message": "אם את/ה פותח/ת את אפליקציית AptosMask Mobile בפעם הראשונה, פשוט בצע/י את השלבים בטלפון שלך." }, "syncWithMobileScanThisCode": { - "message": "יש לסרוק קוד QR זה באמצעות אפליקציית MetaMask לטלפון נייד" + "message": "יש לסרוק קוד QR זה באמצעות אפליקציית AptosMask לטלפון נייד" }, "syncWithMobileTitle": { "message": "סנכרן עם הנייד" @@ -1031,7 +1031,7 @@ "message": "ניסיון חוזר" }, "typePassword": { - "message": "נא להקליד את סיסמת MetaMask שלך" + "message": "נא להקליד את סיסמת AptosMask שלך" }, "unapproved": { "message": "לא אושר" @@ -1082,7 +1082,7 @@ "message": "בקר/י באתר שלנו" }, "welcome": { - "message": "ברוכים הבאים ל- MetaMask" + "message": "ברוכים הבאים ל- AptosMask" }, "welcomeBack": { "message": "ברוך שובך!" diff --git a/app/_locales/hi/messages.json b/app/_locales/hi/messages.json index e2bb41b861..723d36b0ec 100644 --- a/app/_locales/hi/messages.json +++ b/app/_locales/hi/messages.json @@ -99,7 +99,7 @@ "message": "एक उपनाम जोड़ें" }, "addAcquiredTokens": { - "message": "आपके द्वारा MetaMask का उपयोग करके प्राप्त किए गए टोकन जोड़ें" + "message": "आपके द्वारा AptosMask का उपयोग करके प्राप्त किए गए टोकन जोड़ें" }, "addAlias": { "message": "उपनाम जोड़ें" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "इससे इस नेटवर्क को MetaMask के अंदर उपयोग करने की अनुमति मिलेगी।" + "message": "इससे इस नेटवर्क को AptosMask के अंदर उपयोग करने की अनुमति मिलेगी।" }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask कस्टम नेटवर्क को सत्यापित नहीं करता है।" + "message": "AptosMask कस्टम नेटवर्क को सत्यापित नहीं करता है।" }, "addEthereumChainConfirmationRisksLearnMore": { "message": "$1 के बारे में जानें।", @@ -224,7 +224,7 @@ "message": "राशि" }, "appDescription": { - "message": "आपके ब्राउजर में एक Ethereum वॉलेट", + "message": "आपके ब्राउजर में एक Aptos वॉलेट", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "ऑटो-लॉक टाइमर (मिनट)" }, "autoLockTimeLimitDescription": { - "message": "MetaMask लॉक होने से पहले निष्क्रिय समय को मिनट में सेट करें।" + "message": "AptosMask लॉक होने से पहले निष्क्रिय समय को मिनट में सेट करें।" }, "average": { "message": "औसत" @@ -301,7 +301,7 @@ "message": "सभी पर वापस" }, "backupApprovalInfo": { - "message": "यदि आप अपना डिवाइस खो देते हैं, अपना पासवर्ड भूल जाते हैं, MetaMask को फिर से स्थापित करना हो या दूसरे डिवाइस पर अपने वॉलेट तक पहुंचना चाहते हों, तो आपके वॉलेट को पुनर्प्राप्त करने के लिए यह गुप्त कोड आवश्यक है।" + "message": "यदि आप अपना डिवाइस खो देते हैं, अपना पासवर्ड भूल जाते हैं, AptosMask को फिर से स्थापित करना हो या दूसरे डिवाइस पर अपने वॉलेट तक पहुंचना चाहते हों, तो आपके वॉलेट को पुनर्प्राप्त करने के लिए यह गुप्त कोड आवश्यक है।" }, "backupApprovalNotice": { "message": "अपने वॉलेट और धन को सुरक्षित रखने के लिए अपने गुप्त रिकवरी कोड का बैकअप लें।" @@ -322,10 +322,10 @@ "message": "बेसिक" }, "betaMetamaskDescription": { - "message": "लाखों लोगों का भरोसेमंद, MetaMask एक सुरक्षित वॉलेट है जो वेब3 की दुनिया को सबके लिए सुलभ बनाता है।" + "message": "लाखों लोगों का भरोसेमंद, AptosMask एक सुरक्षित वॉलेट है जो वेब3 की दुनिया को सबके लिए सुलभ बनाता है।" }, "betaMetamaskDescriptionExplanation": { - "message": "आगामी फीचर के रिलीज़ होने से पहले उनके परीक्षण के लिए इस संस्करण का उपयोग करें। आपका उपयोग और फीडबैक हमें MetaMask के सर्वोत्तम संस्करण को संभव बनाने में मदद करता है। MetaMask बीटा का आपका उपयोग हमारे मानक $1 के साथ साथ $2 के अधीन है। बीटा के रूप में, वहां बग का खतरा बढ़ सकता है। आगे बढ़ने पर, आप इन खतरों को स्वीकार करते हैं और पहचानते हैं, साथ हीं साथ वो खतरे हमारे नियम औऱ बीटा नियम में पाए जाते हैं।", + "message": "आगामी फीचर के रिलीज़ होने से पहले उनके परीक्षण के लिए इस संस्करण का उपयोग करें। आपका उपयोग और फीडबैक हमें AptosMask के सर्वोत्तम संस्करण को संभव बनाने में मदद करता है। AptosMask बीटा का आपका उपयोग हमारे मानक $1 के साथ साथ $2 के अधीन है। बीटा के रूप में, वहां बग का खतरा बढ़ सकता है। आगे बढ़ने पर, आप इन खतरों को स्वीकार करते हैं और पहचानते हैं, साथ हीं साथ वो खतरे हमारे नियम औऱ बीटा नियम में पाए जाते हैं।", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "नियम" }, "betaMetamaskVersion": { - "message": "MetaMask बीटा संस्करण" + "message": "AptosMask बीटा संस्करण" }, "betaWelcome": { - "message": "MetaMask बीटा में आपका स्वागत है" + "message": "AptosMask बीटा में आपका स्वागत है" }, "blockExplorerAccountAction": { "message": "अकाउंट", @@ -369,7 +369,7 @@ "message": "अपनी संपर्क सूची बनाएं" }, "builtAroundTheWorld": { - "message": "MetaMask दुनिया भर में डिज़ाइन किया और बनाया गया है।" + "message": "AptosMask दुनिया भर में डिज़ाइन किया और बनाया गया है।" }, "busy": { "message": "व्यस्त" @@ -381,7 +381,7 @@ "message": "Wyre के जरिए ETH खरीदें" }, "buyWithWyreDescription": { - "message": "Wyre आपको अपने MetaMask खाते में ETH जमा करने के लिए डेबिट कार्ड का उपयोग करने की सुविधा देता है।" + "message": "Wyre आपको अपने AptosMask खाते में ETH जमा करने के लिए डेबिट कार्ड का उपयोग करने की सुविधा देता है।" }, "bytes": { "message": "बाइट" @@ -417,7 +417,7 @@ "message": "यह चेन ID वर्तमान में $1 नेटवर्क द्वारा उपयोग की जाती है।" }, "chromeRequiredForHardwareWallets": { - "message": "अपने हार्डवेयर वॉलेट से कनेक्ट करने के लिए आपको Google Chrome पर MetaMask का उपयोग करने की आवश्यकता है।" + "message": "अपने हार्डवेयर वॉलेट से कनेक्ट करने के लिए आपको Google Chrome पर AptosMask का उपयोग करने की आवश्यकता है।" }, "clickToConnectLedgerViaWebHID": { "message": "अपने लेजर को WebHID के जरिये कनेक्ट करने के लिए यहां क्लिक करें", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "MetaMask के साथ कनेक्ट करें" + "message": "AptosMask के साथ कनेक्ट करें" }, "connectedAccountsDescriptionPlural": { "message": "आपके पास इस साइट से कनेक्ट किए गए $1 खाते हैं।", @@ -499,7 +499,7 @@ "message": "इस साइट से आपका 1 खाता कनेक्ट किया गया है।" }, "connectedAccountsEmptyDescription": { - "message": "MetaMask इस साइट से कनेक्ट नहीं है। किसी web3 साइट से कनेक्ट करने के लिए, उनकी साइट पर कनेक्ट बटन खोजें।" + "message": "AptosMask इस साइट से कनेक्ट नहीं है। किसी web3 साइट से कनेक्ट करने के लिए, उनकी साइट पर कनेक्ट बटन खोजें।" }, "connectedSites": { "message": "कनेक्ट की गई साइटें" @@ -657,7 +657,7 @@ "message": "डेटा" }, "dataBackupFoundInfo": { - "message": "MetaMask की पिछली स्थापना के दौरान आपके कुछ खाता डेटा का बैकअप लिया गया था। इसमें आपकी सेटिंग, संपर्क और टोकन शामिल हो सकते हैं। क्या आप अब इस डेटा को पुनर्स्थापित करना चाहेंगे?" + "message": "AptosMask की पिछली स्थापना के दौरान आपके कुछ खाता डेटा का बैकअप लिया गया था। इसमें आपकी सेटिंग, संपर्क और टोकन शामिल हो सकते हैं। क्या आप अब इस डेटा को पुनर्स्थापित करना चाहेंगे?" }, "dataHex": { "message": "Hex" @@ -918,7 +918,7 @@ "message": "वाक्यांश को कभी भी किसी के साथ साझा न करें।" }, "endOfFlowMessage5": { - "message": "फिशिंग से सावधान रहें! MetaMask कभी भी अनायास ही आपके गुप्त रिकवरी फ्रेज के बारे में नहीं पूछेगा।" + "message": "फिशिंग से सावधान रहें! AptosMask कभी भी अनायास ही आपके गुप्त रिकवरी फ्रेज के बारे में नहीं पूछेगा।" }, "endOfFlowMessage6": { "message": "यदि आपको अपने गुप्त रिकवरी फ्रेज का फिर से बैकअप लेने की आवश्यकता है, तो आप इसे सेटिंग -> सुरक्षा में पा सकते हैं।" @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask आपके गुप्त रिकवरी फ्रेज को पुनर्प्राप्त नहीं कर सकता है।" + "message": "AptosMask आपके गुप्त रिकवरी फ्रेज को पुनर्प्राप्त नहीं कर सकता है।" }, "endOfFlowMessage9": { "message": "अधिक जानें।" @@ -941,7 +941,7 @@ "message": "ENS के लिए गैर-कानूनी कैरेक्टर।" }, "ensNotFoundOnCurrentNetwork": { - "message": "वर्तमान नेटवर्क पर ENS नाम नहीं मिला। Ethereum Mainnet पर स्विच करने का प्रयास करें।" + "message": "वर्तमान नेटवर्क पर ENS नाम नहीं मिला। Aptos Mainnet पर स्विच करने का प्रयास करें।" }, "ensNotSupportedOnNetwork": { "message": "नेटवर्क ENS का समर्थन नहीं करता है" @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask में कोई त्रुटि हुई", + "message": "AptosMask में कोई त्रुटि हुई", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "हार्डवेयर वॉलेट कनेक्ट करें" }, "hardwareWalletsMsg": { - "message": "किसी हार्डवेयर वॉलेट का चयन करें, जिसे आप MetaMask के साथ उपयोग करना चाहते हैं।" + "message": "किसी हार्डवेयर वॉलेट का चयन करें, जिसे आप AptosMask के साथ उपयोग करना चाहते हैं।" }, "here": { "message": "यहां", @@ -1277,7 +1277,7 @@ "message": "गुप्त रिकवरी फ्रेज का उपयोग करके आयात करें" }, "importAccountMsg": { - "message": "आयातित खाते आपके मूल रूप से बनाए गए MetaMask खाते के गुप्त रिकवरी फ्रेज से संबद्ध नहीं होंगे। आयातित खातों के बारे में अधिक जानें" + "message": "आयातित खाते आपके मूल रूप से बनाए गए AptosMask खाते के गुप्त रिकवरी फ्रेज से संबद्ध नहीं होंगे। आयातित खातों के बारे में अधिक जानें" }, "importAccountSeedPhrase": { "message": "गुप्त रिकवरी फ्रेज के साथ एक खाता आयात करें" @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask ब्लॉकचेन होस्ट से कनेक्ट करने में असमर्थ है। संभावित कारणों की समीक्षा करें $1।", + "message": "AptosMask ब्लॉकचेन होस्ट से कनेक्ट करने में असमर्थ है। संभावित कारणों की समीक्षा करें $1।", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1456,13 +1456,13 @@ "message": "सेटिंग्स> एडवांस के तहत उपयोग लेजर लाइव इनेबल करें" }, "ledgerConnectionInstructionStepThree": { - "message": "अपने लेजर डिवाइस में प्लग इन करें और Ethereum ऐप चुनें" + "message": "अपने लेजर डिवाइस में प्लग इन करें और Aptos ऐप चुनें" }, "ledgerConnectionInstructionStepTwo": { "message": "लेजर लाइव ऐप खोलें और अनलॉक करें" }, "ledgerConnectionPreferenceDescription": { - "message": "अपने लेजर को MetaMask से कैसे कनेक्ट करना है, यह अनुकूलित करें। $1 की अनुशंसा की जाती है, लेकिन अन्य विकल्प उपलब्ध हैं। यहां और पढ़ें: $2", + "message": "अपने लेजर को AptosMask से कैसे कनेक्ट करना है, यह अनुकूलित करें। $1 की अनुशंसा की जाती है, लेकिन अन्य विकल्प उपलब्ध हैं। यहां और पढ़ें: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,13 +1470,13 @@ }, "ledgerLive": { "message": "लेजर लाइव", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Live ऐप" }, "ledgerLocked": { - "message": "लेजर डिवाइस से कनेक्ट नहीं हो सकता। कृपया सुनिश्चित करें कि आपका डिवाइस अनलॉक है और Ethereum ऐप खुला है।" + "message": "लेजर डिवाइस से कनेक्ट नहीं हो सकता। कृपया सुनिश्चित करें कि आपका डिवाइस अनलॉक है और Aptos ऐप खुला है।" }, "ledgerTimeout": { "message": "Ledger Live जवाब देने में बहुत अधिक समय ले रहा है या कनेक्शन समयबाह्य हो गया है। सुनिश्चित करें कि Ledger Live ऐप खुला है और आपका डिवाइस अनलॉक है।" @@ -1570,7 +1570,7 @@ "message": "संदेश" }, "metaMaskConnectStatusParagraphOne": { - "message": "अब MetaMask में आपके खाते के कनेक्शन पर आपका अधिक नियंत्रण है।" + "message": "अब AptosMask में आपके खाते के कनेक्शन पर आपका अधिक नियंत्रण है।" }, "metaMaskConnectStatusParagraphThree": { "message": "अपने कनेक्ट किए गए खातों को प्रबंधित करने के लिए इसे क्लिक करें।" @@ -1579,13 +1579,13 @@ "message": "कनेक्शन स्थिति बटन दिखाता है कि आप जिस वेबसाइट पर जा रहे हैं, वह आपके वर्तमान में चयनित खाते से कनेक्ट है।" }, "metamaskDescription": { - "message": "आपको Ethereum और विकेंद्रीकृत वेब से कनेक्ट किया जा रहा है।" + "message": "आपको Aptos और विकेंद्रीकृत वेब से कनेक्ट किया जा रहा है।" }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask स्वैप का रखरखाव किया जा रहा है। कृपया बाद में वापस देखें।" + "message": "AptosMask स्वैप का रखरखाव किया जा रहा है। कृपया बाद में वापस देखें।" }, "metamaskVersion": { - "message": "MetaMask संस्करण" + "message": "AptosMask संस्करण" }, "metametricsCommitmentsAllowOptOut": { "message": "हमेशा आपको सेटिंग्स के माध्यम से ऑप्ट-आउट करने की अनुमति देगा" @@ -1598,7 +1598,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "MetaMask निम्न चीजें करेगा.." + "message": "AptosMask निम्न चीजें करेगा.." }, "metametricsCommitmentsNeverCollect": { "message": "कभी भी चाभियां, पता, लेन-देन, शेष राशि, हैश, या कोई व्यक्तिगत सूचना एकत्र ना करें" @@ -1625,16 +1625,16 @@ "message": "बेनाम क्लिक और पेजव्यू ईवेंट भेजता है" }, "metametricsHelpImproveMetaMask": { - "message": "MetaMask को बेहतर बनाने में हमारी मदद करें" + "message": "AptosMask को बेहतर बनाने में हमारी मदद करें" }, "metametricsOptInDescription": { - "message": "MetaMask इस बात की बेहतर समझ प्राप्त करने के लिए डेटा एकत्र करना चाहता है कि हमारे उपयोगकर्ता विस्तार के साथ कैसे सहभागिता करते हैं। इस डेटा का उपयोग हमारे उत्पाद और Ethereum पारिस्थितिकी तंत्र की उपयोगिता और उपयोगकर्ता अनुभव को लगातार सुधारने के लिए किया जाएगा।" + "message": "AptosMask इस बात की बेहतर समझ प्राप्त करने के लिए डेटा एकत्र करना चाहता है कि हमारे उपयोगकर्ता विस्तार के साथ कैसे सहभागिता करते हैं। इस डेटा का उपयोग हमारे उत्पाद और Aptos पारिस्थितिकी तंत्र की उपयोगिता और उपयोगकर्ता अनुभव को लगातार सुधारने के लिए किया जाएगा।" }, "metametricsOptInDescription2": { "message": "हम अपने उत्पाद की उपयोगिता में सुधार के लिए बुनियादी उपयोग डेटा एकत्र करना चाहते हैं। ये मेट्रिक्स करेंगे..." }, "metametricsTitle": { - "message": "MetaMask को बेहतर बनाने के लिए 6M+ उपयोगकर्ताओं से जुड़ें" + "message": "AptosMask को बेहतर बनाने के लिए 6M+ उपयोगकर्ताओं से जुड़ें" }, "mismatchedChain": { "message": "इस चेन ID के लिए नेटवर्क विवरण हमारे रिकॉर्ड से मेल नहीं खाता। हम अनुशंसा करते हैं कि आप आगे बढ़ने से पहले $1।", @@ -1651,7 +1651,7 @@ "message": "क्या अपना टोकन नहीं देख रहे हैं?" }, "mobileSyncWarning": { - "message": "'एक्सटेंशन के साथ सिंक' फीचर अस्थायी रूप से अक्षम है। यदि आप MetaMask मोबाइल पर अपने एक्सटेंशन वॉलेट का उपयोग करना चाहते हैं, तो अपने मोबाइल ऐप पर: वॉलेट सेटअप ऑप्शन पर वापस जाएं और 'सीक्रेट रिकवरी फ्रेज के साथ इम्पोर्ट करें' विकल्प चुनें। फिर अपने वॉलेट को मोबाइल में इम्पोर्ट करने के लिए अपने एक्सटेंशन वॉलेट के सीक्रेट फ्रेज का उपयोग करें।" + "message": "'एक्सटेंशन के साथ सिंक' फीचर अस्थायी रूप से अक्षम है। यदि आप AptosMask मोबाइल पर अपने एक्सटेंशन वॉलेट का उपयोग करना चाहते हैं, तो अपने मोबाइल ऐप पर: वॉलेट सेटअप ऑप्शन पर वापस जाएं और 'सीक्रेट रिकवरी फ्रेज के साथ इम्पोर्ट करें' विकल्प चुनें। फिर अपने वॉलेट को मोबाइल में इम्पोर्ट करने के लिए अपने एक्सटेंशन वॉलेट के सीक्रेट फ्रेज का उपयोग करें।" }, "mustSelectOne": { "message": "कम से कम 1 टोकन का चयन करना होगा।" @@ -1670,7 +1670,7 @@ "message": "अपना फीडबैक साझा करें" }, "needHelpLinkText": { - "message": "MetaMask सहायता" + "message": "AptosMask सहायता" }, "needHelpSubmitTicket": { "message": "टिकट जमा करें" @@ -1761,7 +1761,7 @@ "message": "नया! NFT डिटेक्शन" }, "newNFTsDetectedInfo": { - "message": "MetaMask को Opensea से NFT का स्वचालित रूप से पता लगाने और अपने MetaMask वॉलेट में प्रदर्शित करने की अनुमति दें।" + "message": "AptosMask को Opensea से NFT का स्वचालित रूप से पता लगाने और अपने AptosMask वॉलेट में प्रदर्शित करने की अनुमति दें।" }, "newNetworkAdded": { "message": "\"$1\" सफलतापूर्वक जोड़ा गया था!" @@ -1770,7 +1770,7 @@ "message": "नया पासवर्ड (न्यूनतम 8 वर्ण)" }, "newToMetaMask": { - "message": "MetaMask पर नए हैं?" + "message": "AptosMask पर नए हैं?" }, "newTotal": { "message": "नया कुलयोग" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "नॉन्स $1 के सुझाए गए नॉन्स से अधिक है", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "संग्रहणीय ID दर्ज करें" @@ -1849,19 +1849,19 @@ "message": "पर्याप्त गैस नहीं" }, "notifications1Description": { - "message": "MetaMask Mobile उपयोगकर्ता अब अपने मोबाइल वॉलेट के अंदर टोकन स्वैप कर सकते हैं। मोबाइल ऐप प्राप्त करने के लिए QR कोड को स्कैन करें और स्वैप करना शुरू करें।", + "message": "AptosMask Mobile उपयोगकर्ता अब अपने मोबाइल वॉलेट के अंदर टोकन स्वैप कर सकते हैं। मोबाइल ऐप प्राप्त करने के लिए QR कोड को स्कैन करें और स्वैप करना शुरू करें।", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "मोबाइल पर स्वैपिंग यहां है!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "और पढ़ें", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "MetaMask सुरक्षा की सर्वोत्तम प्रथाओं पर अद्यतित रहें और आधिकारिक MetaMask सहायता से नवीनतम सुरक्षा युक्तियां प्राप्त करें।", + "message": "AptosMask सुरक्षा की सर्वोत्तम प्रथाओं पर अद्यतित रहें और आधिकारिक AptosMask सहायता से नवीनतम सुरक्षा युक्तियां प्राप्त करें।", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "अपने वॉलेट के अंदर ही टोकन स्वैप पर सर्वोत्तम मूल्य प्राप्त करें। MetaMask अब आपको Binance Smart Chain पर कई विकेन्द्रीकृत एक्सचेंज एग्रीगेटर और पेशेवर बाजार निर्माताओं से जोड़ता है।", + "message": "अपने वॉलेट के अंदर ही टोकन स्वैप पर सर्वोत्तम मूल्य प्राप्त करें। AptosMask अब आपको Binance Smart Chain पर कई विकेन्द्रीकृत एक्सचेंज एग्रीगेटर और पेशेवर बाजार निर्माताओं से जोड़ता है।", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Chrome के संस्करण 91 से, वह API जो हमारे Ledger सपोर्ट (U2F) को सक्षम करती है वह अब हार्डवेयर वॉलेट का समर्थन नहीं करती। MetaMask ने एक नया Ledger Live सपोर्ट लागू किया है, जिसकी मदद से आप Ledger Live डेस्कटॉप ऐप के माध्यम से अपने Ledger डिवाइस से कनेक्ट करना जारी रख सकते हैं।", + "message": "Chrome के संस्करण 91 से, वह API जो हमारे Ledger सपोर्ट (U2F) को सक्षम करती है वह अब हार्डवेयर वॉलेट का समर्थन नहीं करती। AptosMask ने एक नया Ledger Live सपोर्ट लागू किया है, जिसकी मदद से आप Ledger Live डेस्कटॉप ऐप के माध्यम से अपने Ledger डिवाइस से कनेक्ट करना जारी रख सकते हैं।", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "MetaMask में अपने Ledger खाते पर काम करते समय, एक नया टैब खुल जाएगा और आपको Ledger Live ऐप खोलने के लिए कहा जाएगा। ऐप खुलने के बाद, आपको अपने MetaMask खाते के लिए एक WebSocket कनेक्शन को अनुमति देने के लिए कहा जाएगा। बस इतना ही!", + "message": "AptosMask में अपने Ledger खाते पर काम करते समय, एक नया टैब खुल जाएगा और आपको Ledger Live ऐप खोलने के लिए कहा जाएगा। ऐप खुलने के बाद, आपको अपने AptosMask खाते के लिए एक WebSocket कनेक्शन को अनुमति देने के लिए कहा जाएगा। बस इतना ही!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,7 +1901,7 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0 ने लेजर डिवाइस का उपयोग करते समय EIP-1559 लेन-देन के लिए नया समर्थन शामिल किया", + "message": "AptosMask v10.1.0 ने लेजर डिवाइस का उपयोग करते समय EIP-1559 लेन-देन के लिए नया समर्थन शामिल किया", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "MetaMask v10.4.0 के अनुसार, अब आपको अपने लेजर डिवाइस को मेटामास्क से कनेक्ट करने के लिए लेजर लाइव की आवश्यकता नहीं है।", + "message": "AptosMask v10.4.0 के अनुसार, अब आपको अपने लेजर डिवाइस को मेटामास्क से कनेक्ट करने के लिए लेजर लाइव की आवश्यकता नहीं है।", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "ब्राउजर एक्सटेंशन आइकन पर क्लिक करें" }, "onboardingPinExtensionDescription": { - "message": "अपने ब्राउजर पर MetaMask को पिन करें ताकि यह सुलभ हो और लेन-देन की पुष्टि को देखना आसान हो सके।" + "message": "अपने ब्राउजर पर AptosMask को पिन करें ताकि यह सुलभ हो और लेन-देन की पुष्टि को देखना आसान हो सके।" }, "onboardingPinExtensionDescription2": { - "message": "आप एक्सटेंशन पर क्लिक करके MetaMask खोल सकते हैं और 1 क्लिक से अपने वॉलेट तक पहुंच सकते हैं।" + "message": "आप एक्सटेंशन पर क्लिक करके AptosMask खोल सकते हैं और 1 क्लिक से अपने वॉलेट तक पहुंच सकते हैं।" }, "onboardingPinExtensionDescription3": { "message": "ब्राउजर एक्सटेंशन आइकन पर क्लिक करें ताकि इस तक तुरंत पहुंच सकें" }, "onboardingPinExtensionLabel": { - "message": "MetaMask को पिन करें" + "message": "AptosMask को पिन करें" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "आपका MetaMask इंस्टॉल पूरा हो गया है!" + "message": "आपका AptosMask इंस्टॉल पूरा हो गया है!" }, "onboardingReturnNotice": { "message": "\"$1\" इस टैब को बंद कर देगा और वापस $2 पर ले जाएगा", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "आपके वॉलेट में आने वाले लेन-देन को दिखाना $1 के साथ संचार पर निर्भर करता है। Etherscan की पहुंच आपके Ethereum और आपके IP पते तक होगी। $2 देखें।", + "message": "आपके वॉलेट में आने वाले लेन-देन को दिखाना $1 के साथ संचार पर निर्भर करता है। Etherscan की पहुंच आपके Aptos और आपके IP पते तक होगी। $2 देखें।", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "केवल उन साइटों से कनेक्ट करें, जिन पर आप भरोसा करते हैं।" }, "openFullScreenForLedgerWebHid": { - "message": "अपने लेजर को WebHID के माध्यम से कनेक्ट करने के लिए MetaMask को पूर्ण स्क्रीन में खोलें।", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "अपने लेजर को WebHID के माध्यम से कनेक्ट करने के लिए AptosMask को पूर्ण स्क्रीन में खोलें।", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "वैकल्पिक" @@ -2035,7 +2035,7 @@ "message": "MetaMetrics में भाग लें" }, "participateInMetaMetricsDescription": { - "message": "MetaMetrics में भाग लें, जिससे हमें MetaMask को बेहतर बनाने में मदद मिल सके" + "message": "MetaMetrics में भाग लें, जिससे हमें AptosMask को बेहतर बनाने में मदद मिल सके" }, "password": { "message": "पासवर्ड" @@ -2044,10 +2044,10 @@ "message": "पासवर्ड की लंबाई पर्याप्त नहीं है" }, "passwordSetupDetails": { - "message": "यह पासवर्ड आपके MetaMask वॉलेट को केवल इसी डिवाइस पर अनलॉक करेगा। MetaMask इस पासवर्ड को फिर से प्राप्त नहीं कर सकता है।" + "message": "यह पासवर्ड आपके AptosMask वॉलेट को केवल इसी डिवाइस पर अनलॉक करेगा। AptosMask इस पासवर्ड को फिर से प्राप्त नहीं कर सकता है।" }, "passwordTermsWarning": { - "message": "मैं समझता हूं कि MetaMask मेरे लिए यह पासवर्ड फिर से प्राप्त नहीं कर सकता। $1" + "message": "मैं समझता हूं कि AptosMask मेरे लिए यह पासवर्ड फिर से प्राप्त नहीं कर सकता। $1" }, "passwordsDontMatch": { "message": "पासवर्ड मेल नहीं खाते" @@ -2167,7 +2167,7 @@ "message": "कभी भी अपना गुप्त रिकवरी फ्रेज किसी के साथ साझा न करें" }, "recoveryPhraseReminderItemTwo": { - "message": "MetaMask टीम कभी भी आपके गुप्त रिकवरी फ्रेज के बारे में नहीं पूछेगी" + "message": "AptosMask टीम कभी भी आपके गुप्त रिकवरी फ्रेज के बारे में नहीं पूछेगी" }, "recoveryPhraseReminderSubText": { "message": "आपका गुप्त रिकवरी फ्रेज आपके सभी खातों को नियंत्रित करता है।" @@ -2342,7 +2342,7 @@ "message": "यदि कोई व्यक्ति आपका रिकवरी फ्रेज मांगता है, तो संभावना है कि वे आपको धोखा देने का प्रयास कर रहे हैं।" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "कभी भी अपना गुप्त रिकवरी फ्रेज साझा न करें, MetaMask के साथ भी नहीं!" + "message": "कभी भी अपना गुप्त रिकवरी फ्रेज साझा न करें, AptosMask के साथ भी नहीं!" }, "seedPhraseIntroSidebarTitleOne": { "message": "गुप्त रिकवरी फ्रेज क्या है?" @@ -2381,7 +2381,7 @@ "message": "किसी खाते का चयन करें" }, "selectAnAccountAlreadyConnected": { - "message": "यह खाता पहले ही MetaMask से जुड़ा हुआ है" + "message": "यह खाता पहले ही AptosMask से जुड़ा हुआ है" }, "selectEachPhrase": { "message": "कृपया प्रत्येक फ्रेज का चयन करें, ताकि यह सुनिश्चित हो सके कि यह सही है।" @@ -2425,7 +2425,7 @@ "message": "एडवांस गोपनीयता सेटिंग्स निर्धारित करें" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask उत्पाद की उपयोगिता और सुरक्षा को बढ़ाने के लिए इन विश्वसनीय तीसरे-पक्ष की सेवाओं का उपयोग करता है।" + "message": "AptosMask उत्पाद की उपयोगिता और सुरक्षा को बढ़ाने के लिए इन विश्वसनीय तीसरे-पक्ष की सेवाओं का उपयोग करता है।" }, "settings": { "message": "सेटिंग" @@ -2564,7 +2564,7 @@ "message": "स्टेट लॉग को पुनर्प्राप्त करने में त्रुटि।" }, "stateLogFileName": { - "message": "MetaMask स्टेट लॉग" + "message": "AptosMask स्टेट लॉग" }, "stateLogs": { "message": "स्टेट लॉग" @@ -2582,7 +2582,7 @@ "message": "सुनिश्चित करें कि आपका Lattice1 कनेक्ट होने के लिए तैयार है" }, "step1LatticeWalletMsg": { - "message": "MetaMask के सेट अप होने और ऑनलाइन होने के बाद आप उसे अपने Lattice1 डिवाइस से कनेक्ट कर सकते हैं। अपना डिवाइस अनलॉक करें और अपनी डिवाइस ID तैयार रखें। हार्डवेयर वॉलेट का उपयोग करने के बारे में अधिक जानकारी के लिए, $1", + "message": "AptosMask के सेट अप होने और ऑनलाइन होने के बाद आप उसे अपने Lattice1 डिवाइस से कनेक्ट कर सकते हैं। अपना डिवाइस अनलॉक करें और अपनी डिवाइस ID तैयार रखें। हार्डवेयर वॉलेट का उपयोग करने के बारे में अधिक जानकारी के लिए, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2603,7 +2603,7 @@ "message": "Ledger वॉलेट प्लग इन करें" }, "step2LedgerWalletMsg": { - "message": "अपने वॉलेट को सीधे अपने कंप्यूटर से कनेक्ट करें। अपने Ledger को अनलॉक करें और Ethereum ऐप खोलें। अपने हार्डवेयर वॉलेट डिवाइस के उपयोग के बारे में अधिक जानकारी के लिए, $1।", + "message": "अपने वॉलेट को सीधे अपने कंप्यूटर से कनेक्ट करें। अपने Ledger को अनलॉक करें और Aptos ऐप खोलें। अपने हार्डवेयर वॉलेट डिवाइस के उपयोग के बारे में अधिक जानकारी के लिए, $1।", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "storePhrase": { @@ -2660,7 +2660,7 @@ "message": "अपने हार्डवेयर वॉलेट से पुष्टि करें" }, "swapContractDataDisabledErrorDescription": { - "message": "अपने Ledger पर Ethereum ऐप में, \"सेटिंग\" पर जाएं और अनुबंध डेटा की अनुमति दें। फिर, अपने स्वैप का पुनः प्रयास करें।" + "message": "अपने Ledger पर Aptos ऐप में, \"सेटिंग\" पर जाएं और अनुबंध डेटा की अनुमति दें। फिर, अपने स्वैप का पुनः प्रयास करें।" }, "swapContractDataDisabledErrorTitle": { "message": "आपके Ledger पर अनुबंध डेटा सक्षम नहीं है" @@ -2678,7 +2678,7 @@ "message": "सीमा संपादित करें" }, "swapEnableDescription": { - "message": "यह आवश्यक है और MetaMask को आपके $1 को स्वैप करने की अनुमति देता है।", + "message": "यह आवश्यक है और AptosMask को आपके $1 को स्वैप करने की अनुमति देता है।", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "पिछली स्क्रीन पर गैस शुल्क इन दो लेनदेन के बीच विभाजित हैं।" }, "swapGasFeesSummary": { - "message": "क्रिप्टो खनिकों को गैस शुल्क का भुगतान किया जाता है जो $1 नेटवर्क पर लेन-देन की प्रक्रिया करते हैं। MetaMask को गैस शुल्क से लाभ नहीं होता है।", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "क्रिप्टो खनिकों को गैस शुल्क का भुगतान किया जाता है जो $1 नेटवर्क पर लेन-देन की प्रक्रिया करते हैं। AptosMask को गैस शुल्क से लाभ नहीं होता है।", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "स्लिपेज राशि बहुत अधिक है।" }, "swapIncludesMMFee": { - "message": "$1% MetaMask शुल्क शामिल है।", + "message": "$1% AptosMask शुल्क शामिल है।", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "अधिकतम स्लिपेज" }, "swapMetaMaskFee": { - "message": "MetaMask शुल्क" + "message": "AptosMask शुल्क" }, "swapMetaMaskFeeDescription": { "message": "हम हर बार शीर्ष चलनिधि स्रोतों से सबसे अच्छे मूल्य ढूंढते हैं। इस उद्धरण में $1% का शुल्क स्वतः ही शामिल हो जाता है।", @@ -2924,7 +2924,7 @@ "message": "गतिविधि में देखें" }, "switchEthereumChainConfirmationDescription": { - "message": "इससे चयनित नेटवर्क को MetaMask के भीतर पहले से जोड़े गए नेटवर्क में बदल दिया जाएगा:" + "message": "इससे चयनित नेटवर्क को AptosMask के भीतर पहले से जोड़े गए नेटवर्क में बदल दिया जाएगा:" }, "switchEthereumChainConfirmationTitle": { "message": "इस साइट को नेटवर्क स्विच करने की अनुमति दें?" @@ -2960,16 +2960,16 @@ "message": "सुनिश्चित करें कि जब आप इस कोड को स्कैन कर रहे हों, तो आपकी स्क्रीन को कोई और न देख रहा हो" }, "syncWithMobileComplete": { - "message": "आपका डेटा सफलतापूर्वक सिंक कर लिया गया है। MetaMask मोबाइल ऐप का आनंद लें!" + "message": "आपका डेटा सफलतापूर्वक सिंक कर लिया गया है। AptosMask मोबाइल ऐप का आनंद लें!" }, "syncWithMobileDesc": { - "message": "आप अपने खाते और जानकारी को अपने मोबाइल डिवाइस के साथ सिंक कर सकते हैं। MetaMask मोबाइल ऐप खोलें, \"सेटिंग\" पर जाएं और \"ब्राउजर एक्सटेंशन से सिंक करें\" पर टैप करें" + "message": "आप अपने खाते और जानकारी को अपने मोबाइल डिवाइस के साथ सिंक कर सकते हैं। AptosMask मोबाइल ऐप खोलें, \"सेटिंग\" पर जाएं और \"ब्राउजर एक्सटेंशन से सिंक करें\" पर टैप करें" }, "syncWithMobileDescNewUsers": { - "message": "यदि आप पहली बार MetaMask मोबाइल ऐप खोलते हैं, तो बस अपने फोन में दिए गए चरणों का पालन करें।" + "message": "यदि आप पहली बार AptosMask मोबाइल ऐप खोलते हैं, तो बस अपने फोन में दिए गए चरणों का पालन करें।" }, "syncWithMobileScanThisCode": { - "message": "इस कोड को अपने MetaMask मोबाइल ऐप से स्कैन करें" + "message": "इस कोड को अपने AptosMask मोबाइल ऐप से स्कैन करें" }, "syncWithMobileTitle": { "message": "मोबाइल के साथ सिंक करें" @@ -3025,7 +3025,7 @@ "message": "टोकन दशमलव आवश्यक है।" }, "tokenDetectionAnnouncement": { - "message": "नया! प्रायोगिक फीचर के रूप में Ethereum Mainnet पर बेहतर टोकन डिटेक्शन उपलब्ध है। $1" + "message": "नया! प्रायोगिक फीचर के रूप में Aptos Mainnet पर बेहतर टोकन डिटेक्शन उपलब्ध है। $1" }, "tokenSymbol": { "message": "टोकन का प्रतीक" @@ -3067,7 +3067,7 @@ "message": "साइट का सुझाव दिया गया" }, "transactionDetailDappGasTooltip": { - "message": "नवीनतम ब्लॉक के आधार पर MetaMask द्वारा अनुशंसित गैस शुल्क का उपयोग करने के लिए संपादित करें।" + "message": "नवीनतम ब्लॉक के आधार पर AptosMask द्वारा अनुशंसित गैस शुल्क का उपयोग करने के लिए संपादित करें।" }, "transactionDetailGasHeading": { "message": "अनुमानित गैस शुल्क" @@ -3082,7 +3082,7 @@ "message": "गैस शुल्क नेटवर्क द्वारा निर्धारित किया जाता है और नेटवर्क ट्रैफिक और लेनदेन की जटिलता के आधार पर उतार-चढ़ाव होता है।" }, "transactionDetailGasTooltipIntro": { - "message": "क्रिप्टो खनिकों को गैस शुल्क का भुगतान किया जाता है जो $1 नेटवर्क पर लेन-देन की प्रक्रिया करते हैं। MetaMask को गैस शुल्क से लाभ नहीं होता है।" + "message": "क्रिप्टो खनिकों को गैस शुल्क का भुगतान किया जाता है जो $1 नेटवर्क पर लेन-देन की प्रक्रिया करते हैं। AptosMask को गैस शुल्क से लाभ नहीं होता है।" }, "transactionDetailGasTotalSubtitle": { "message": "राशि + गैस शुल्क" @@ -3174,11 +3174,11 @@ "message": "इस समय इस अनुबंध के लिए लेन-देन की जानकारी समर्थित नहीं है।" }, "typePassword": { - "message": "अपना MetaMask पासवर्ड टाइप करें" + "message": "अपना AptosMask पासवर्ड टाइप करें" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "अस्वीकृत" @@ -3247,7 +3247,7 @@ "message": "टोकन डिटेक्शन का उपयोग करें" }, "useTokenDetectionDescription": { - "message": "हम आपके वॉलेट में भेजे गए नए टोकन का पता लगाने और प्रदर्शित करने के लिए तीसरे-पक्ष API का उपयोग करते हैं। बंद करें यदि आप नहीं चाहते कि MetaMask उन सेवाओं से डेटा पुल करे।" + "message": "हम आपके वॉलेट में भेजे गए नए टोकन का पता लगाने और प्रदर्शित करने के लिए तीसरे-पक्ष API का उपयोग करते हैं। बंद करें यदि आप नहीं चाहते कि AptosMask उन सेवाओं से डेटा पुल करे।" }, "usedByClients": { "message": "विभिन्न क्लाइंट द्वारा उपयोग किया जाता है" @@ -3310,10 +3310,10 @@ "message": "आपने अपने वॉलेट को सफलतापूर्वक सुरक्षित कर लिया है। अपने सीक्रेट रिकवरी फ्रेज को सुरक्षित और गुप्त रखें -- यह आपकी जिम्मेदारी है!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask आपके सीक्रेट रिकवरी फ्रेज को फिर से प्राप्त नहीं कर सकता है।" + "message": "AptosMask आपके सीक्रेट रिकवरी फ्रेज को फिर से प्राप्त नहीं कर सकता है।" }, "walletCreationSuccessReminder2": { - "message": "MetaMask कभी भी आपके गुप्त रिकवरी फ्रेज के बारे में नहीं पूछेगा।" + "message": "AptosMask कभी भी आपके गुप्त रिकवरी फ्रेज के बारे में नहीं पूछेगा।" }, "walletCreationSuccessReminder3": { "message": "$1 किसी के साथ या आपके फंड के चोरी होने का खतरा", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "MetaMask में आपका स्वागत है" + "message": "AptosMask में आपका स्वागत है" }, "welcomeBack": { "message": "वापसी पर स्वागत है!" @@ -3347,7 +3347,7 @@ "message": "विकेन्द्रीकृत ऐप का अन्वेषण करें" }, "welcomeLoginDescription": { - "message": "विकेंद्रीकृत ऐप में लॉगिन करने के लिए अपने MetaMask का उपयोग करें - किसी साइनअप की जरूरत नहीं है।" + "message": "विकेंद्रीकृत ऐप में लॉगिन करने के लिए अपने AptosMask का उपयोग करें - किसी साइनअप की जरूरत नहीं है।" }, "welcomeLoginTitle": { "message": "अपने वॉलेट को हैलो कहें" @@ -3356,11 +3356,11 @@ "message": "चलिए शुरु करते हैं" }, "welcomeToMetaMaskIntro": { - "message": "लाखों लोगों का भरोसेमंद, MetaMask एक सुरक्षित वॉलेट है जो वेब3 की दुनिया को सबके लिए सुलभ बनाता है।" + "message": "लाखों लोगों का भरोसेमंद, AptosMask एक सुरक्षित वॉलेट है जो वेब3 की दुनिया को सबके लिए सुलभ बनाता है।" }, "whatsNew": { "message": "नया क्या है", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "यह क्या है?" diff --git a/app/_locales/hn/messages.json b/app/_locales/hn/messages.json index ddf32fb148..e124792a14 100644 --- a/app/_locales/hn/messages.json +++ b/app/_locales/hn/messages.json @@ -19,7 +19,7 @@ "description": "The description of the application" }, "appName": { - "message": "मेटामास्क/MetaMask", + "message": "मेटामास्क/AptosMask", "description": "The name of the application" }, "appNameBeta": { @@ -27,7 +27,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { diff --git a/app/_locales/hr/messages.json b/app/_locales/hr/messages.json index 79438f8d21..1fb0df5675 100644 --- a/app/_locales/hr/messages.json +++ b/app/_locales/hr/messages.json @@ -33,7 +33,7 @@ "message": "zapisnik aktivnosti" }, "addAcquiredTokens": { - "message": "Dodajte tokene koje ste kupili uslugom MetaMask" + "message": "Dodajte tokene koje ste kupili uslugom AptosMask" }, "addAlias": { "message": "Dodaj pseudonim" @@ -63,7 +63,7 @@ "message": "Iznos" }, "appDescription": { - "message": "Novčanik Ethereum u vašem pregledniku", + "message": "Novčanik Aptos u vašem pregledniku", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Brojač za automatsko odjavljivanje (minute)" }, "autoLockTimeLimitDescription": { - "message": "Postavite stanje u mirovanju u minutama prije nego što se MetaMask automatski odjavi" + "message": "Postavite stanje u mirovanju u minutama prije nego što se AptosMask automatski odjavi" }, "average": { "message": "Prosječno" @@ -115,7 +115,7 @@ "message": "Natrag na sve" }, "backupApprovalInfo": { - "message": "Ovaj je sigurnosni kôd potreban za obnavljanje novčanika ako izgubite svoj uređaj, zaboravite svoju lozinku, morate ponovno instalirati MetaMask ili želite pristupiti svojem novčaniku na drugom uređaju." + "message": "Ovaj je sigurnosni kôd potreban za obnavljanje novčanika ako izgubite svoj uređaj, zaboravite svoju lozinku, morate ponovno instalirati AptosMask ili želite pristupiti svojem novčaniku na drugom uređaju." }, "backupApprovalNotice": { "message": "Sigurnosno kopirajte svoj sigurnosni kôd za obnavljanje kako biste zaštitili svoj novčanik i sredstva." @@ -146,7 +146,7 @@ "message": "Kupi ETH Wyerom" }, "buyWithWyreDescription": { - "message": "Wyreom vam se omogućava korištenje kreditnom karticom za polaganje ETH-a izravno na vaš račun za MetaMask." + "message": "Wyreom vam se omogućava korištenje kreditnom karticom za polaganje ETH-a izravno na vaš račun za AptosMask." }, "bytes": { "message": "Bajtovi" @@ -164,7 +164,7 @@ "message": "Identifikacijska oznaka bloka" }, "chromeRequiredForHardwareWallets": { - "message": "Trebate upotrebljavati MetaMask u pregledniku Google Chrome kako biste ga povezali s vašim hardverskim novčanikom." + "message": "Trebate upotrebljavati AptosMask u pregledniku Google Chrome kako biste ga povezali s vašim hardverskim novčanikom." }, "clickToRevealSeed": { "message": "Ovdje kliknite za otkrivanje tajnih riječi" @@ -323,13 +323,13 @@ "message": "Nikada ne dijelite rečenicu ni s kim." }, "endOfFlowMessage5": { - "message": "Pazite na krađu identiteta! Na usluzi MetaMask nikada vas se neće pitati početna rečenica." + "message": "Pazite na krađu identiteta! Na usluzi AptosMask nikada vas se neće pitati početna rečenica." }, "endOfFlowMessage6": { "message": "Ako trebate ponovno sigurnosno kopirati svoju početnu rečenicu, možete je pronaći unutar stavke Postavke --> Sigurnost." }, "endOfFlowMessage8": { - "message": "Osoblje MetaMask ne može obnoviti vašu početnu rečenicu. Saznajte više." + "message": "Osoblje AptosMask ne može obnoviti vašu početnu rečenicu. Saznajte više." }, "endOfFlowMessage9": { "message": "Saznajte više." @@ -433,7 +433,7 @@ "message": "Poveži hardverski novčanik" }, "hardwareWalletsMsg": { - "message": "Odaberite hardverski novčanik koji biste željeli upotrebljavati s uslugom MetaMask" + "message": "Odaberite hardverski novčanik koji biste željeli upotrebljavati s uslugom AptosMask" }, "here": { "message": "ovdje", @@ -459,7 +459,7 @@ "message": "Uvezi račun" }, "importAccountMsg": { - "message": "Uvezeni se računi ne pridružuju vašoj izvorno stvorenoj početnoj rečenici za MetaMask. Saznajte više o uvezenim računima" + "message": "Uvezeni se računi ne pridružuju vašoj izvorno stvorenoj početnoj rečenici za AptosMask. Saznajte više o uvezenim računima" }, "importAccountSeedPhrase": { "message": "Uvezi račun početnom rečenicom" @@ -557,10 +557,10 @@ "message": "Poruka" }, "metamaskDescription": { - "message": "Povezujete se na Ethereum i decentralizirani internet." + "message": "Povezujete se na Aptos i decentralizirani internet." }, "metamaskVersion": { - "message": "Inačica usluge MetaMask" + "message": "Inačica usluge AptosMask" }, "mustSelectOne": { "message": "Mora se odabrati barem jedan token." @@ -604,7 +604,7 @@ "message": "Nova lozinka (najmanje osam znakova)" }, "newToMetaMask": { - "message": "Novi korisnik usluge MetaMask?" + "message": "Novi korisnik usluge AptosMask?" }, "newTotal": { "message": "Novi ukupni zbroj" @@ -658,7 +658,7 @@ "message": "Sudjelujte u anketi MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Sudjelujte u anketi MetaMetrics kako biste nam pomogli poboljšati uslugu MetaMask" + "message": "Sudjelujte u anketi MetaMetrics kako biste nam pomogli poboljšati uslugu AptosMask" }, "password": { "message": "Zaporka" @@ -930,16 +930,16 @@ "message": "Pazite da nitko ne gleda u vaš zaslon dok skenirate ovaj kôd" }, "syncWithMobileComplete": { - "message": "Vaši su podatci uspješno sinkronizirani. Uživajte u mobilnoj aplikaciji MetaMask!" + "message": "Vaši su podatci uspješno sinkronizirani. Uživajte u mobilnoj aplikaciji AptosMask!" }, "syncWithMobileDesc": { - "message": "Možete sinkronizirati svoje račune i informacije s vašim mobilnim telefonom. Otvorite mobilnu aplikaciju MetaMask, idite u stavku „Postavke” i dodirnite „Sinkroniziraj iz dodatka preglednika”" + "message": "Možete sinkronizirati svoje račune i informacije s vašim mobilnim telefonom. Otvorite mobilnu aplikaciju AptosMask, idite u stavku „Postavke” i dodirnite „Sinkroniziraj iz dodatka preglednika”" }, "syncWithMobileDescNewUsers": { - "message": "Kad otvorite mobilnu aplikaciju MetaMask po prvi puta, pridržavajte se koraka koji se prikazuju na telefonu." + "message": "Kad otvorite mobilnu aplikaciju AptosMask po prvi puta, pridržavajte se koraka koji se prikazuju na telefonu." }, "syncWithMobileScanThisCode": { - "message": "Skenirajte ovaj kôd uporabom mobilne aplikacije MetaMask" + "message": "Skenirajte ovaj kôd uporabom mobilne aplikacije AptosMask" }, "syncWithMobileTitle": { "message": "Sinkroniziraj s mobilnim telefonom" @@ -1027,7 +1027,7 @@ "message": "Pokušaj ponovo" }, "typePassword": { - "message": "Upišite svoju lozinku MetaMask." + "message": "Upišite svoju lozinku AptosMask." }, "unapproved": { "message": "Neodobreno" @@ -1078,7 +1078,7 @@ "message": "Posjetite naše mrežno mjesto" }, "welcome": { - "message": "Dobro došli u uslugu MetaMask" + "message": "Dobro došli u uslugu AptosMask" }, "welcomeBack": { "message": "Dobro došli natrag!" diff --git a/app/_locales/ht/messages.json b/app/_locales/ht/messages.json index bb3dddb712..0d9d10d0e1 100644 --- a/app/_locales/ht/messages.json +++ b/app/_locales/ht/messages.json @@ -27,7 +27,7 @@ "message": "aktivite ki fèt" }, "addAcquiredTokens": { - "message": "Ajoute tokens yo ou te achte lè l sèvi avèk MetaMask" + "message": "Ajoute tokens yo ou te achte lè l sèvi avèk AptosMask" }, "addSuggestedTokens": { "message": "Ajoute Token Yo Sikjere W" @@ -51,7 +51,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -88,7 +88,7 @@ "message": "Anilasyon Gaz Chaj" }, "chromeRequiredForHardwareWallets": { - "message": "Ou bezwen sèvi ak MetaMask sou Google Chrome yo nan lòd yo konekte sou Hardware Wallet." + "message": "Ou bezwen sèvi ak AptosMask sou Google Chrome yo nan lòd yo konekte sou Hardware Wallet." }, "close": { "message": "Fèmen" @@ -112,7 +112,7 @@ "message": "Konekte nan Kovan Tès Rezo a" }, "connectingToMainnet": { - "message": "Konekte ak Prensipal Ethereum Rezo a" + "message": "Konekte ak Prensipal Aptos Rezo a" }, "connectingToRinkeby": { "message": "Konekte nan Rinkeby Tès Rezo a" @@ -238,7 +238,7 @@ "message": "Materyèl Wallet konekte" }, "hardwareWalletsMsg": { - "message": "Chwazi yon Materyèl Wallet ou ta renmen itilize ak MetaMask" + "message": "Chwazi yon Materyèl Wallet ou ta renmen itilize ak AptosMask" }, "here": { "message": "isit la", @@ -261,7 +261,7 @@ "message": "Pòte Kont" }, "importAccountMsg": { - "message": " Kont pòte pa pral asosye avèk orijinal ou te kreye nan kont MetaMask seed fraz. Aprann plis sou kont enpòte " + "message": " Kont pòte pa pral asosye avèk orijinal ou te kreye nan kont AptosMask seed fraz. Aprann plis sou kont enpòte " }, "imported": { "message": "Pòte", @@ -323,7 +323,7 @@ "message": "Dekonekte" }, "mainnet": { - "message": "Prensipal Ethereum Rezo a" + "message": "Prensipal Aptos Rezo a" }, "max": { "message": "Maksimòm" @@ -332,10 +332,10 @@ "message": "Mesaje" }, "metamaskDescription": { - "message": "MetaMask sekirize idantite pou Ethereum." + "message": "AptosMask sekirize idantite pou Ethereum." }, "metamaskVersion": { - "message": "MetaMask Vèsyon" + "message": "AptosMask Vèsyon" }, "mustSelectOne": { "message": "Ou dwe chwazi omwen 1 token." @@ -679,7 +679,7 @@ "message": "Vizite sit entènèt nou an" }, "welcome": { - "message": "Byenveni nan MetaMask" + "message": "Byenveni nan AptosMask" }, "welcomeBack": { "message": "Bon Retou!" diff --git a/app/_locales/hu/messages.json b/app/_locales/hu/messages.json index b3be60ffc8..768aaf7d7c 100644 --- a/app/_locales/hu/messages.json +++ b/app/_locales/hu/messages.json @@ -33,7 +33,7 @@ "message": "tevékenységi napló" }, "addAcquiredTokens": { - "message": "Adja hozzá MetaMask-kal a kapott érméket" + "message": "Adja hozzá AptosMask-kal a kapott érméket" }, "addAlias": { "message": "Álnév hozzáadása" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Automatikus kijelentkezés időzítő (perc)" }, "autoLockTimeLimitDescription": { - "message": "Adja meg a MetaMask automatikus kijelentkezéséig tartó tétlen állapot idejét percekben " + "message": "Adja meg a AptosMask automatikus kijelentkezéséig tartó tétlen állapot idejét percekben " }, "average": { "message": "Átlag" @@ -115,7 +115,7 @@ "message": "Vissza az összeshez" }, "backupApprovalInfo": { - "message": "Ez a titkos kód a tárca helyreállításához szükséges, ha elveszíti eszközét, elfelejti jelszavát, újra kell telepítenie a MetaMask alkalmazást, vagy ha a tárcájához egy másik eszközről szeretne hozzáférni." + "message": "Ez a titkos kód a tárca helyreállításához szükséges, ha elveszíti eszközét, elfelejti jelszavát, újra kell telepítenie a AptosMask alkalmazást, vagy ha a tárcájához egy másik eszközről szeretne hozzáférni." }, "backupApprovalNotice": { "message": "Készíts biztonsági másolatot titkos helyreállítási kódodról, hogy pénztárcád és pénzalapod biztosítva legyen." @@ -164,7 +164,7 @@ "message": "Lánc azonosítója" }, "chromeRequiredForHardwareWallets": { - "message": "A MetaMask-ot Google Chrome-mal kell használnia a Hardveres pénztárcához való csatlakozáshoz." + "message": "A AptosMask-ot Google Chrome-mal kell használnia a Hardveres pénztárcához való csatlakozáshoz." }, "clickToRevealSeed": { "message": "Kattintson ide a titkos szavak megjelenítéséhez" @@ -203,7 +203,7 @@ "message": "Csatlakozás a Kovan teszthálózathoz" }, "connectingToMainnet": { - "message": "Csatlakozás a fő Ethereum hálózathoz" + "message": "Csatlakozás a fő Aptos hálózathoz" }, "connectingToRinkeby": { "message": "Kapcsolódás a Rinkeby Teszthálózathoz" @@ -323,19 +323,19 @@ "message": "Soha ne ossza meg senkivel a mondatot." }, "endOfFlowMessage5": { - "message": "Vigyázzon az adathalászokkal! A MetaMask soha nem kéri spontán módon a seed mondatot." + "message": "Vigyázzon az adathalászokkal! A AptosMask soha nem kéri spontán módon a seed mondatot." }, "endOfFlowMessage6": { "message": "Ha ismét biztonsági másolatot kell készítenie a seed mondatról, megtalálja azt a Beállítások -> Biztonság menüben." }, "endOfFlowMessage8": { - "message": "A MetaMask nem tudta helyreállítani a seed mondatot. Tudjon meg többet." + "message": "A AptosMask nem tudta helyreállítani a seed mondatot. Tudjon meg többet." }, "endOfFlowMessage9": { "message": "Bővebb információk." }, "ensNotFoundOnCurrentNetwork": { - "message": "ENS név nem található a jelenlegi hálózaton. Próbálj váltani Ethereum főhálózatra." + "message": "ENS név nem található a jelenlegi hálózaton. Próbálj váltani Aptos főhálózatra." }, "ensRegistrationError": { "message": "Hiba történt az ENS név regisztrációjakor" @@ -433,7 +433,7 @@ "message": "Hardveres tárca csatlakoztatása" }, "hardwareWalletsMsg": { - "message": "Válassza ki a MetaMask-kal használni kívánt hardveres pénztárcát" + "message": "Válassza ki a AptosMask-kal használni kívánt hardveres pénztárcát" }, "here": { "message": "itt", @@ -459,7 +459,7 @@ "message": "Fiók importálása" }, "importAccountMsg": { - "message": "Az importált fiókot nem társítjuk az eredetileg létrehozott MetaMask-fiók seed mondatához. További információ az importált fiókokról" + "message": "Az importált fiókot nem társítjuk az eredetileg létrehozott AptosMask-fiók seed mondatához. További információ az importált fiókokról" }, "importAccountSeedPhrase": { "message": "Fiók importálása seed mondat segítségével" @@ -542,7 +542,7 @@ "message": "Kilépés" }, "mainnet": { - "message": "Fő Ethereum hálózat" + "message": "Fő Aptos hálózat" }, "max": { "message": "Maximum" @@ -560,7 +560,7 @@ "message": "Csatlakozás az Ethereumhoz és a decentralizált hálózathoz." }, "metamaskVersion": { - "message": "MetaMask verzió" + "message": "AptosMask verzió" }, "mustSelectOne": { "message": "Legalább 1 tokent ki kell választania." @@ -604,7 +604,7 @@ "message": "Új jelszó (minimum 8 karakter)" }, "newToMetaMask": { - "message": "Új a MetaMask-on?" + "message": "Új a AptosMask-on?" }, "newTotal": { "message": "Új végösszeg" @@ -658,7 +658,7 @@ "message": "Vegyen részt a MetaMetrics-ben" }, "participateInMetaMetricsDescription": { - "message": "Vegyél részt a MetaMetricsben, hogy segíts a MetaMask fejlesztésében." + "message": "Vegyél részt a MetaMetricsben, hogy segíts a AptosMask fejlesztésében." }, "password": { "message": "Jelszó" @@ -930,16 +930,16 @@ "message": "Győződjön meg arról, hogy senki nem látja a képernyőt, amikor beolvassa ezt a kódot" }, "syncWithMobileComplete": { - "message": "Adatai szinkronizálása sikerült. Élvezze a MetaMask mobilalkalmazást!" + "message": "Adatai szinkronizálása sikerült. Élvezze a AptosMask mobilalkalmazást!" }, "syncWithMobileDesc": { - "message": "Szinkronizálhatja fiókjait és adatait a mobilkészülékkel. Nyissa meg a MetaMask mobilalkalmazást, lépjen a \"Beállítások\" elemre, majd koppintson a \"Szinkronizálás a böngésző bővítményéből\" elemre." + "message": "Szinkronizálhatja fiókjait és adatait a mobilkészülékkel. Nyissa meg a AptosMask mobilalkalmazást, lépjen a \"Beállítások\" elemre, majd koppintson a \"Szinkronizálás a böngésző bővítményéből\" elemre." }, "syncWithMobileDescNewUsers": { - "message": "Ha most először nyitja meg a MetaMask mobilalkalmazást, kövesse a telefonon megadott lépéseket." + "message": "Ha most először nyitja meg a AptosMask mobilalkalmazást, kövesse a telefonon megadott lépéseket." }, "syncWithMobileScanThisCode": { - "message": "Olvasd be ezt a kódot MetaMask mobilalkalmazásoddal" + "message": "Olvasd be ezt a kódot AptosMask mobilalkalmazásoddal" }, "syncWithMobileTitle": { "message": "Szinkronizálás mobillal" @@ -1027,7 +1027,7 @@ "message": "Újra" }, "typePassword": { - "message": "Írd be MetaMask jelszavadat" + "message": "Írd be AptosMask jelszavadat" }, "unapproved": { "message": "Jóvá nem hagyott" @@ -1078,7 +1078,7 @@ "message": "Látogass el weboldalunkra" }, "welcome": { - "message": "Üdvözöljük a MetaMaskban" + "message": "Üdvözöljük a AptosMaskban" }, "welcomeBack": { "message": "Üdvözöljük újra!" diff --git a/app/_locales/id/messages.json b/app/_locales/id/messages.json index 8a5ca6cbb4..b27e673804 100644 --- a/app/_locales/id/messages.json +++ b/app/_locales/id/messages.json @@ -99,7 +99,7 @@ "message": "Tambahkan nama panggilan" }, "addAcquiredTokens": { - "message": "Tambahkan token yang Anda peroleh menggunakan MetaMask" + "message": "Tambahkan token yang Anda peroleh menggunakan AptosMask" }, "addAlias": { "message": "Tambahkan alias" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Tindakan ini akan membantu jaringan ini agar dapat digunakan dengan MetaMask." + "message": "Tindakan ini akan membantu jaringan ini agar dapat digunakan dengan AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask tidak memverifikasi jaringan kustom." + "message": "AptosMask tidak memverifikasi jaringan kustom." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Pelajari tentang $1.", @@ -224,7 +224,7 @@ "message": "Jumlah" }, "appDescription": { - "message": "Dompet Ethereum pada Peramban Anda", + "message": "Dompet Aptos pada Peramban Anda", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Pewaktu Kunci Otomatis (menit)" }, "autoLockTimeLimitDescription": { - "message": "Atur waktu siaga dalam menit sebelum MetaMask terkunci." + "message": "Atur waktu siaga dalam menit sebelum AptosMask terkunci." }, "average": { "message": "Rata-rata" @@ -301,7 +301,7 @@ "message": "Kembali ke Semua" }, "backupApprovalInfo": { - "message": "Kode rahasia ini diperlukan untuk memulihkan dompet seandainya perangkat Anda hilang, lupa kata sandi, harus memasang kembali MetaMask, atau ingin mengakses dompet Anda di perangkat lain." + "message": "Kode rahasia ini diperlukan untuk memulihkan dompet seandainya perangkat Anda hilang, lupa kata sandi, harus memasang kembali AptosMask, atau ingin mengakses dompet Anda di perangkat lain." }, "backupApprovalNotice": { "message": "Cadangkan Frasa Pemulihan Rahasia Anda untuk menjaga keamanan dompet dan dana Anda." @@ -322,10 +322,10 @@ "message": "Dasar" }, "betaMetamaskDescription": { - "message": "MetaMask merupakan dompet aman yang dipercaya oleh jutaan orang, yang membuat dunia web3 dapat diakses oleh semua orang." + "message": "AptosMask merupakan dompet aman yang dipercaya oleh jutaan orang, yang membuat dunia web3 dapat diakses oleh semua orang." }, "betaMetamaskDescriptionExplanation": { - "message": "Gunakan versi ini untuk menguji fitur mendatang sebelum dirilis. Penggunaan dan masukan Anda membantu kami membangun versi MetaMask terbaik. Penggunaan MetaMask Beta Anda tunduk pada $1 standar kami dan $2 kami. Sebagai Beta, akan ada peningkatan risiko kekutu. Dengan melanjutkan, Anda menerima dan mengakui risiko ini, serta risiko yang ditemukan dalam Syarat dan Ketentuan Beta kami.", + "message": "Gunakan versi ini untuk menguji fitur mendatang sebelum dirilis. Penggunaan dan masukan Anda membantu kami membangun versi AptosMask terbaik. Penggunaan AptosMask Beta Anda tunduk pada $1 standar kami dan $2 kami. Sebagai Beta, akan ada peningkatan risiko kekutu. Dengan melanjutkan, Anda menerima dan mengakui risiko ini, serta risiko yang ditemukan dalam Syarat dan Ketentuan Beta kami.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Syarat" }, "betaMetamaskVersion": { - "message": "Versi Beta MetaMask" + "message": "Versi Beta AptosMask" }, "betaWelcome": { - "message": "Selamat datang di MetaMask Beta" + "message": "Selamat datang di AptosMask Beta" }, "blockExplorerAccountAction": { "message": "Akun", @@ -369,7 +369,7 @@ "message": "Buat daftar kontak Anda" }, "builtAroundTheWorld": { - "message": "MetaMask dirancang dan dibangun di seluruh dunia." + "message": "AptosMask dirancang dan dibangun di seluruh dunia." }, "busy": { "message": "Sibuk" @@ -381,7 +381,7 @@ "message": "Beli ETH dengan Wyre" }, "buyWithWyreDescription": { - "message": "Wyre memungkinkan Anda menggunakan kartu debit untuk menyetorkan ETH langsung di akun MetaMask Anda." + "message": "Wyre memungkinkan Anda menggunakan kartu debit untuk menyetorkan ETH langsung di akun AptosMask Anda." }, "bytes": { "message": "Byte" @@ -417,7 +417,7 @@ "message": "ID Rantai ini saat ini digunakan oleh jaringan $1." }, "chromeRequiredForHardwareWallets": { - "message": "Anda perlu menggunakan MetaMask di Google Chrome untuk terhubung ke Dompet Perangkat Keras Anda." + "message": "Anda perlu menggunakan AptosMask di Google Chrome untuk terhubung ke Dompet Perangkat Keras Anda." }, "clickToConnectLedgerViaWebHID": { "message": "Klik di sini untuk menghubungkan Ledger Anda melalui WebHID", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Hubungkan Dengan MetaMask" + "message": "Hubungkan Dengan AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Anda memiliki $1 akun yang terhubung ke situs ini.", @@ -499,7 +499,7 @@ "message": "Anda memiliki 1 akun yang terhubung ke situs ini." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask tidak terhubung ke situs ini. Untuk terhubung ke situs web3, temukan dan klik tombol hubungkan." + "message": "AptosMask tidak terhubung ke situs ini. Untuk terhubung ke situs web3, temukan dan klik tombol hubungkan." }, "connectedSites": { "message": "Situs yang terhubung" @@ -525,7 +525,7 @@ "message": "Menghubungkan ke Jaringan Uji Kovan" }, "connectingToMainnet": { - "message": "Menghubungkan ke Ethereum Mainnet" + "message": "Menghubungkan ke Aptos Mainnet" }, "connectingToRinkeby": { "message": "Menghubungkan ke Jaringan Uji Rinkeby" @@ -657,7 +657,7 @@ "message": "Data" }, "dataBackupFoundInfo": { - "message": "Beberapa data akun Anda telah dicadangkan selama pemasangan MetaMask yang lalu. Ini bisa mencakup pengaturan, kontak, dan token Anda. Apakah Anda ingin memulihkan data ini sekarang?" + "message": "Beberapa data akun Anda telah dicadangkan selama pemasangan AptosMask yang lalu. Ini bisa mencakup pengaturan, kontak, dan token Anda. Apakah Anda ingin memulihkan data ini sekarang?" }, "dataHex": { "message": "Hex" @@ -918,7 +918,7 @@ "message": "Jangan bagikan frasa kepada siapa pun." }, "endOfFlowMessage5": { - "message": "Berhati-hatilah dengan pengelabuan! MetaMask tidak pernah secara spontan meminta Frasa Pemulihan Rahasia Anda." + "message": "Berhati-hatilah dengan pengelabuan! AptosMask tidak pernah secara spontan meminta Frasa Pemulihan Rahasia Anda." }, "endOfFlowMessage6": { "message": "Jika Anda perlu mencadangkan Frasa Pemulihan Rahasia lagi, Anda dapat menemukannya di Pengaturan -> Keamanan." @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask tidak dapat memulihkan Frasa Pemulihan Rahasia Anda." + "message": "AptosMask tidak dapat memulihkan Frasa Pemulihan Rahasia Anda." }, "endOfFlowMessage9": { "message": "Pelajari selengkapnya." @@ -941,7 +941,7 @@ "message": "Karakter Ilegal untuk ENS." }, "ensNotFoundOnCurrentNetwork": { - "message": "Nama ENS tidak ditemukan pada jaringan saat ini. Coba untuk beralih ke Ethereum Mainnet." + "message": "Nama ENS tidak ditemukan pada jaringan saat ini. Coba untuk beralih ke Aptos Mainnet." }, "ensNotSupportedOnNetwork": { "message": "Jaringan tidak mendukung ENS" @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask mengalami galat", + "message": "AptosMask mengalami galat", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "Hubungkan dompet perangkat keras" }, "hardwareWalletsMsg": { - "message": "Pilih dompet perangkat keras yang ingin Anda gunakan dengan MetaMask." + "message": "Pilih dompet perangkat keras yang ingin Anda gunakan dengan AptosMask." }, "here": { "message": "di sini", @@ -1277,7 +1277,7 @@ "message": "impor menggunakan Frasa Pemulihan Rahasia" }, "importAccountMsg": { - "message": "Akun yang diimpor tidak akan dikaitkan dengan Frasa Pemulihan Rahasia akun MetaMask yang asli dibuat. Pelajari selengkapnya tentang akun yang diimpor" + "message": "Akun yang diimpor tidak akan dikaitkan dengan Frasa Pemulihan Rahasia akun AptosMask yang asli dibuat. Pelajari selengkapnya tentang akun yang diimpor" }, "importAccountSeedPhrase": { "message": "Impor dompet dengan Frasa Pemulihan Rahasia" @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask tidak dapat terhubung ke host blockchain. Tinjau alasan yang mungkin $1.", + "message": "AptosMask tidak dapat terhubung ke host blockchain. Tinjau alasan yang mungkin $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1462,7 +1462,7 @@ "message": "Buka dan buka Aplikasi Ledger Live" }, "ledgerConnectionPreferenceDescription": { - "message": "Sesuaikan cara Anda menghubungkan Ledger ke MetaMask. Kami merekomendasikan $1, tetapi opsi lain tersedia. Baca selengkapnya di sini: $2", + "message": "Sesuaikan cara Anda menghubungkan Ledger ke AptosMask. Kami merekomendasikan $1, tetapi opsi lain tersedia. Baca selengkapnya di sini: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,13 +1470,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Aplikasi Ledger Live" }, "ledgerLocked": { - "message": "Tidak dapat terhubung ke perangkat Ledger. Pastikan perangkat Anda tidak terkunci dan aplikasi Ethereum terbuka." + "message": "Tidak dapat terhubung ke perangkat Ledger. Pastikan perangkat Anda tidak terkunci dan aplikasi Aptos terbuka." }, "ledgerTimeout": { "message": "Respons Ledger Live terlalu lama atau waktu koneksi habis. Pastikan aplikasi Ledger Live terbuka dan perangkat Anda tidak terkunci." @@ -1570,7 +1570,7 @@ "message": "Pesan" }, "metaMaskConnectStatusParagraphOne": { - "message": "Kini, Anda memiliki kontrol lebih banyak atas koneksi akun Anda di MetaMask." + "message": "Kini, Anda memiliki kontrol lebih banyak atas koneksi akun Anda di AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Klik untuk mengelola akun Anda yang terhubung." @@ -1579,13 +1579,13 @@ "message": "Tombol status koneksi menunjukkan apakah situs web yang Anda kunjungi terhubung ke akun Anda yang dipilih saat ini." }, "metamaskDescription": { - "message": "Menghubungkan Anda ke Ethereum dan Web Terdesentralisasi." + "message": "Menghubungkan Anda ke Aptos dan Web Terdesentralisasi." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swap sedang dalam pemeliharaan. Harap periksa kembali nanti." + "message": "AptosMask Swap sedang dalam pemeliharaan. Harap periksa kembali nanti." }, "metamaskVersion": { - "message": "Versi MetaMask" + "message": "Versi AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Selalu izinkan Anda untuk keluar melalui Pengaturan" @@ -1598,7 +1598,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "MetaMask akan.." + "message": "AptosMask akan.." }, "metametricsCommitmentsNeverCollect": { "message": "Jangan pernah mengumpulkan kunci, alamat, transaksi, saldo, hash, atau informasi pribadi apa pun" @@ -1625,16 +1625,16 @@ "message": "Kirim kejadian pageview & klik anonim" }, "metametricsHelpImproveMetaMask": { - "message": "Bantu Kami Menyempurnakan MetaMask" + "message": "Bantu Kami Menyempurnakan AptosMask" }, "metametricsOptInDescription": { - "message": "MetaMask ingin mengumpulkan data penggunaan untuk lebih memahami cara pengguna berinteraksi dengan ekstensi. Data ini akan digunakan untuk meningkatkan kegunaan dan pengalaman pengguna atas produk kami dan ekosistem Ethereum secara berkala." + "message": "AptosMask ingin mengumpulkan data penggunaan untuk lebih memahami cara pengguna berinteraksi dengan ekstensi. Data ini akan digunakan untuk meningkatkan kegunaan dan pengalaman pengguna atas produk kami dan ekosistem Aptos secara berkala." }, "metametricsOptInDescription2": { "message": "Kami ingin mengumpulkan data penggunaan dasar dalam rangka meningkatkan kegunaan produk kami. Metrik ini akan..." }, "metametricsTitle": { - "message": "Bergabunglah bersama 6 Jt+ pengguna untuk meningkatkan MetaMask" + "message": "Bergabunglah bersama 6 Jt+ pengguna untuk meningkatkan AptosMask" }, "mismatchedChain": { "message": "Detail jaringan untuk ID rantai ini tidak cocok dengan catatan kami. Kami menyarankan agar Anda $1 sebelum melanjutkan.", @@ -1651,7 +1651,7 @@ "message": "Tidak melihat token Anda?" }, "mobileSyncWarning": { - "message": "Fitur 'Sinkronkan dengan ekstensi' dinonaktifkan untuk sementara waktu. Jika Anda ingin menggunakan dompet ekstensi Anda di ponsel MetaMask, maka pada aplikasi seluler Anda: kembali ke opsi pengaturan dompet dan pilih opsi 'Impor dengan Frasa Pemulihan Rahasia'. Gunakan frasa rahasia dompet ekstensi Anda untuk mengimpor dompet Anda ke ponsel nantinya." + "message": "Fitur 'Sinkronkan dengan ekstensi' dinonaktifkan untuk sementara waktu. Jika Anda ingin menggunakan dompet ekstensi Anda di ponsel AptosMask, maka pada aplikasi seluler Anda: kembali ke opsi pengaturan dompet dan pilih opsi 'Impor dengan Frasa Pemulihan Rahasia'. Gunakan frasa rahasia dompet ekstensi Anda untuk mengimpor dompet Anda ke ponsel nantinya." }, "mustSelectOne": { "message": "Harus memilih minimal 1 token." @@ -1670,7 +1670,7 @@ "message": "Bagikan Masukan Anda" }, "needHelpLinkText": { - "message": "Dukungan MetaMask" + "message": "Dukungan AptosMask" }, "needHelpSubmitTicket": { "message": "Kirimkan Tiket" @@ -1761,7 +1761,7 @@ "message": "Baru! Deteksi NFT" }, "newNFTsDetectedInfo": { - "message": "Izinkan MetaMask untuk mendeteksi NFT dari Opensea secara otomatis dan menampilkannya di dompet MetaMask Anda." + "message": "Izinkan AptosMask untuk mendeteksi NFT dari Opensea secara otomatis dan menampilkannya di dompet AptosMask Anda." }, "newNetworkAdded": { "message": "“$1” berhasil ditambahkan!" @@ -1770,7 +1770,7 @@ "message": "Kata sandi baru (min 8 karakter)" }, "newToMetaMask": { - "message": "Baru menggunakan MetaMask?" + "message": "Baru menggunakan AptosMask?" }, "newTotal": { "message": "Total Baru" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Nonce lebih tinggi dari nonce $1 yang disarankan", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Masukkan ID koleksi" @@ -1849,19 +1849,19 @@ "message": "Gas Tidak Cukup" }, "notifications1Description": { - "message": "Pengguna MetaMask Mobile kini bisa menukar token di dalam dompet seluler mereka. Pindai kode QR untuk mendapatkan aplikasi seluler dan mulai menukar.", + "message": "Pengguna AptosMask Mobile kini bisa menukar token di dalam dompet seluler mereka. Pindai kode QR untuk mendapatkan aplikasi seluler dan mulai menukar.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Penukaran pada perangkat seluler telah hadir!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Baca selengkapnya", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Dapatkan informasi terbaru seputar praktik terbaik keamanan MetaMask dan dapatkan kiat-kiat keamanan terkini dari dukungan MetaMask resmi.", + "message": "Dapatkan informasi terbaru seputar praktik terbaik keamanan AptosMask dan dapatkan kiat-kiat keamanan terkini dari dukungan AptosMask resmi.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Dapatkan harga penukaran token terbaik langsung di dompet Anda. MetaMask kini menghubungkan Anda ke berbagai agregator penukaran terdesentralisasi dan pembuat pasar profesional di Binance Smart Chain.", + "message": "Dapatkan harga penukaran token terbaik langsung di dompet Anda. AptosMask kini menghubungkan Anda ke berbagai agregator penukaran terdesentralisasi dan pembuat pasar profesional di Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Pada Chrome versi 91, API yang memungkinkan dukungan Ledger (U2F) kami tidak lagi mendukung dompet perangkat keras. MetaMask telah menerapkan dukungan Ledger Live baru yang memungkinkan Anda untuk terus terhubung ke perangkat Ledger Anda melalui aplikasi desktop Ledger Live.", + "message": "Pada Chrome versi 91, API yang memungkinkan dukungan Ledger (U2F) kami tidak lagi mendukung dompet perangkat keras. AptosMask telah menerapkan dukungan Ledger Live baru yang memungkinkan Anda untuk terus terhubung ke perangkat Ledger Anda melalui aplikasi desktop Ledger Live.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Saat berinteraksi dengan akun Ledger Anda di MetaMask, tab baru akan terbuka dan Anda akan diminta untuk membuka aplikasi Ledger Live. Setelah aplikasi tersebut terbuka, Anda akan diminta untuk mengizinkan koneksi WebSocket ke akun MetaMask Anda. Tidak diperlukan tindakan lebih lanjut!", + "message": "Saat berinteraksi dengan akun Ledger Anda di AptosMask, tab baru akan terbuka dan Anda akan diminta untuk membuka aplikasi Ledger Live. Setelah aplikasi tersebut terbuka, Anda akan diminta untuk mengizinkan koneksi WebSocket ke akun AptosMask Anda. Tidak diperlukan tindakan lebih lanjut!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,11 +1901,11 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0 menyertakan dukungan baru untuk transaksi EIP-1559 saat menggunakan perangkat Ledger.", + "message": "AptosMask v10.1.0 menyertakan dukungan baru untuk transaksi EIP-1559 saat menggunakan perangkat Ledger.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "Untuk menyelesaikan transaksi di Ethereum Mainnet, pastikan perangkat Ledger Anda memiliki firmware terbaru.", + "message": "Untuk menyelesaikan transaksi di Aptos Mainnet, pastikan perangkat Ledger Anda memiliki firmware terbaru.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "Pada MetaMask v10.4.0, Anda tidak lagi memerlukan Ledger Live untuk menghubungkan perangkat Ledger Anda ke MetaMask.", + "message": "Pada AptosMask v10.4.0, Anda tidak lagi memerlukan Ledger Live untuk menghubungkan perangkat Ledger Anda ke AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "Klik ikon ekstensi peramban" }, "onboardingPinExtensionDescription": { - "message": "Sematkan MetaMask pada peramban Anda agar dapat diakses dan memudahkan dalam melihat konfirmasi transaksi." + "message": "Sematkan AptosMask pada peramban Anda agar dapat diakses dan memudahkan dalam melihat konfirmasi transaksi." }, "onboardingPinExtensionDescription2": { - "message": "Anda dapat membuka MetaMask dengan mengeklik ekstensi dan mengakses dompet Anda dalam 1 klik." + "message": "Anda dapat membuka AptosMask dengan mengeklik ekstensi dan mengakses dompet Anda dalam 1 klik." }, "onboardingPinExtensionDescription3": { "message": "Klik ikon ekstensi peramban untuk mengaksesnya secara langsung" }, "onboardingPinExtensionLabel": { - "message": "Sematkan MetaMask" + "message": "Sematkan AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Pemasangan MetaMask Anda selesai!" + "message": "Pemasangan AptosMask Anda selesai!" }, "onboardingReturnNotice": { "message": "\"$1\" akan menutup tab ini dan mengarahkan kembali ke $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Menampilkan transaksi masuk di dompet Anda bergantung pada komunikasi dengan $1. Etherscan akan mendapat akses ke alamat Ethereum dan alamat IP Anda. Lihat $2.", + "message": "Menampilkan transaksi masuk di dompet Anda bergantung pada komunikasi dengan $1. Etherscan akan mendapat akses ke alamat Aptos dan alamat IP Anda. Lihat $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "Hanya hubungkan ke situs yang Anda percayai." }, "openFullScreenForLedgerWebHid": { - "message": "Buka MetaMask dalam layar penuh untuk menghubungkan ledger Anda melalui WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Buka AptosMask dalam layar penuh untuk menghubungkan ledger Anda melalui WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Opsional" @@ -2035,7 +2035,7 @@ "message": "Berpartisipasilah dalam MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Berpartisipasilah dalam MetaMetrics untuk membantu kami menjadikan MetaMask lebih baik lagi" + "message": "Berpartisipasilah dalam MetaMetrics untuk membantu kami menjadikan AptosMask lebih baik lagi" }, "password": { "message": "Kata sandi" @@ -2044,10 +2044,10 @@ "message": "Kata sandi kurang panjang" }, "passwordSetupDetails": { - "message": "Kata sandi ini akan membuka dompet MetaMask Anda hanya pada perangkat ini. MetaMask tidak dapat memulihkan kata sandi ini." + "message": "Kata sandi ini akan membuka dompet AptosMask Anda hanya pada perangkat ini. AptosMask tidak dapat memulihkan kata sandi ini." }, "passwordTermsWarning": { - "message": "Saya memahami bahwa MetaMask tidak dapat memulihkan kata sandi ini untuk saya. $1" + "message": "Saya memahami bahwa AptosMask tidak dapat memulihkan kata sandi ini untuk saya. $1" }, "passwordsDontMatch": { "message": "Kata Sandi Tidak Cocok" @@ -2167,7 +2167,7 @@ "message": "Jangan membagikan Frasa Pemulihan Rahasia Anda kepada siapa pun" }, "recoveryPhraseReminderItemTwo": { - "message": "Tim MetaMask tidak akan pernah meminta Frasa Pemulihan Rahasia Anda" + "message": "Tim AptosMask tidak akan pernah meminta Frasa Pemulihan Rahasia Anda" }, "recoveryPhraseReminderSubText": { "message": "Frasa Pemulihan Rahasia Anda mengendalikan semua akun Anda." @@ -2342,7 +2342,7 @@ "message": "Jika seseorang menanyakan frasa pemulihan Anda, kemungkinan mereka akan mencoba menipu dan mencuri dana di dompet Anda" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Jangan pernah membagikan Frasa Pemulihan Rahasia Anda bahkan kepada MetaMask sekali pun!" + "message": "Jangan pernah membagikan Frasa Pemulihan Rahasia Anda bahkan kepada AptosMask sekali pun!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Apa itu Frasa Pemulihan Rahasia?" @@ -2381,7 +2381,7 @@ "message": "Pilih Akun" }, "selectAnAccountAlreadyConnected": { - "message": "Akun ini sudah terhubung ke MetaMask." + "message": "Akun ini sudah terhubung ke AptosMask." }, "selectEachPhrase": { "message": "Pilih masing-masing frasa untuk memastikan kebenarannya." @@ -2425,7 +2425,7 @@ "message": "Atur pengaturan privasi lanjutan" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask menggunakan layanan pihak ketiga tepercaya ini untuk meningkatkan kegunaan dan keamanan produk." + "message": "AptosMask menggunakan layanan pihak ketiga tepercaya ini untuk meningkatkan kegunaan dan keamanan produk." }, "settings": { "message": "Pengaturan" @@ -2564,7 +2564,7 @@ "message": "Galat pada log status pengambilan." }, "stateLogFileName": { - "message": "Log Status MetaMask" + "message": "Log Status AptosMask" }, "stateLogs": { "message": "Log Status" @@ -2582,7 +2582,7 @@ "message": "Pastikan Lattice1 Anda siap terhubung" }, "step1LatticeWalletMsg": { - "message": "Anda dapat menghubungkan MetaMask ke perangkat Lattice1 setelah diatur dan online. Buka perangkat Anda dan siapkan ID Perangkat Anda. Untuk informasi selengkapnya seputar penggunaan dompet perangkat keras, $1", + "message": "Anda dapat menghubungkan AptosMask ke perangkat Lattice1 setelah diatur dan online. Buka perangkat Anda dan siapkan ID Perangkat Anda. Untuk informasi selengkapnya seputar penggunaan dompet perangkat keras, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2660,7 +2660,7 @@ "message": "Konfirmasikan dengan dompet perangkat keras Anda" }, "swapContractDataDisabledErrorDescription": { - "message": "Di aplikasi Ethereum di Ledger Anda, buka \"Pengaturan\" dan izinkan data kontrak. Lalu, coba lagi swap Anda." + "message": "Di aplikasi Aptos di Ledger Anda, buka \"Pengaturan\" dan izinkan data kontrak. Lalu, coba lagi swap Anda." }, "swapContractDataDisabledErrorTitle": { "message": "Data kontrak tidak diaktifkan di Ledger Anda" @@ -2678,7 +2678,7 @@ "message": "Edit batas" }, "swapEnableDescription": { - "message": "Ini diwajibkan dan memberikan MetaMask izin untuk menukar $1 Anda.", + "message": "Ini diwajibkan dan memberikan AptosMask izin untuk menukar $1 Anda.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "Biaya gas pada layar sebelumnya dibagi antara kedua transaksi ini." }, "swapGasFeesSummary": { - "message": "Biaya gas dibayarkan kepada penambang kripto yang memproses transaksi di jaringan $1. MetaMask tidak mengambil keuntungan dari biaya gas.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Biaya gas dibayarkan kepada penambang kripto yang memproses transaksi di jaringan $1. AptosMask tidak mengambil keuntungan dari biaya gas.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Jumlah slippage sangat tinggi." }, "swapIncludesMMFee": { - "message": "Termasuk $1% biaya MetaMask.", + "message": "Termasuk $1% biaya AptosMask.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "Slippage maks" }, "swapMetaMaskFee": { - "message": "Biaya MetaMask" + "message": "Biaya AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Kami menemukan harga terbaik dari sumber likuiditas teratas, setiap waktu. Biaya sebesar $1% otomatis diperhitungkan ke kuotasi ini.", @@ -2924,7 +2924,7 @@ "message": "Lihat di laman aktivitas" }, "switchEthereumChainConfirmationDescription": { - "message": "Ini akan mengalihkan jaringan yang dipilih dalam MetaMask ke jaringan yang ditambahkan sebelumnya:" + "message": "Ini akan mengalihkan jaringan yang dipilih dalam AptosMask ke jaringan yang ditambahkan sebelumnya:" }, "switchEthereumChainConfirmationTitle": { "message": "Izinkan situs ini untuk beralih jaringan?" @@ -2960,16 +2960,16 @@ "message": "Pastikan tidak ada orang lain yang melihat layar Anda saat memindai kode ini" }, "syncWithMobileComplete": { - "message": "Data Anda telah berhasil disinkronkan. Nikmati aplikasi seluler MetaMask!" + "message": "Data Anda telah berhasil disinkronkan. Nikmati aplikasi seluler AptosMask!" }, "syncWithMobileDesc": { - "message": "Anda dapat menyinkronkan akun dan informasi dengan perangkat seluler Anda. Buka aplikasi seluler MetaMask, buka \"Pengaturan\" dan ketuk \"Sinkronkan dari Ekstensi Peramban\"" + "message": "Anda dapat menyinkronkan akun dan informasi dengan perangkat seluler Anda. Buka aplikasi seluler AptosMask, buka \"Pengaturan\" dan ketuk \"Sinkronkan dari Ekstensi Peramban\"" }, "syncWithMobileDescNewUsers": { - "message": "Jika Anda baru membuka aplikasi seluler MetaMask untuk pertama kali, cukup ikuti langkah-langkah yang ada di ponsel Anda." + "message": "Jika Anda baru membuka aplikasi seluler AptosMask untuk pertama kali, cukup ikuti langkah-langkah yang ada di ponsel Anda." }, "syncWithMobileScanThisCode": { - "message": "Pindai kode ini dengan aplikasi seluler MetaMask Anda" + "message": "Pindai kode ini dengan aplikasi seluler AptosMask Anda" }, "syncWithMobileTitle": { "message": "Sinkronkan dengan seluler" @@ -3025,7 +3025,7 @@ "message": "Desimal token diperlukan." }, "tokenDetectionAnnouncement": { - "message": "Baru! Deteksi token yang ditingkatkan tersedia di Ethereum Mainnet sebagai fitur eksperimental. $1" + "message": "Baru! Deteksi token yang ditingkatkan tersedia di Aptos Mainnet sebagai fitur eksperimental. $1" }, "tokenSymbol": { "message": "Simbol Token" @@ -3067,7 +3067,7 @@ "message": "Situs yang disarankan" }, "transactionDetailDappGasTooltip": { - "message": "Edit untuk menggunakan biaya gas yang direkomendasikan MetaMask berdasarkan blok terbaru." + "message": "Edit untuk menggunakan biaya gas yang direkomendasikan AptosMask berdasarkan blok terbaru." }, "transactionDetailGasHeading": { "message": "Estimasi biaya gas" @@ -3082,7 +3082,7 @@ "message": "Biaya gas ditetapkan oleh jaringan dan berfluktuasi berdasarkan lalu lintas jaringan dan kompleksitas transaksi." }, "transactionDetailGasTooltipIntro": { - "message": "Biaya gas dibayarkan kepada penambang kripto yang memproses transaksi di jaringan $1. MetaMask tidak mengambil keuntungan dari biaya gas." + "message": "Biaya gas dibayarkan kepada penambang kripto yang memproses transaksi di jaringan $1. AptosMask tidak mengambil keuntungan dari biaya gas." }, "transactionDetailGasTotalSubtitle": { "message": "Jumlah + biaya gas" @@ -3174,11 +3174,11 @@ "message": "Pemahaman transaksi tidak didukung untuk kontrak ini saat ini." }, "typePassword": { - "message": "Ketikkan kata sandi MetaMask Anda" + "message": "Ketikkan kata sandi AptosMask Anda" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Tidak disetujui" @@ -3247,7 +3247,7 @@ "message": "Gunakan Deteksi Token" }, "useTokenDetectionDescription": { - "message": "Kami menggunakan API pihak ketiga untuk mendeteksi dan menampilkan token baru yang dikirim ke dompet Anda. Matikan jika Anda tidak ingin MetaMask memakai data dari layanan tersebut." + "message": "Kami menggunakan API pihak ketiga untuk mendeteksi dan menampilkan token baru yang dikirim ke dompet Anda. Matikan jika Anda tidak ingin AptosMask memakai data dari layanan tersebut." }, "usedByClients": { "message": "Digunakan oleh berbagai klien yang berbeda" @@ -3310,10 +3310,10 @@ "message": "Anda telah berhasil melindungi dompet Anda. Jaga agar Frasa Pemulihan Rahasia tetap aman dan terlindungi -- ini merupakan tanggung jawab Anda!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask tidak dapat memulihkan Frasa Pemulihan Rahasia Anda." + "message": "AptosMask tidak dapat memulihkan Frasa Pemulihan Rahasia Anda." }, "walletCreationSuccessReminder2": { - "message": "MetaMask tidak akan pernah menanyakan Frasa Pemulihan Rahasia Anda." + "message": "AptosMask tidak akan pernah menanyakan Frasa Pemulihan Rahasia Anda." }, "walletCreationSuccessReminder3": { "message": "$1 dengan siapa pun atau dana Anda berisiko dicuri", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Selamat datang di MetaMask" + "message": "Selamat datang di AptosMask" }, "welcomeBack": { "message": "Selamat Datang Kembali!" @@ -3347,7 +3347,7 @@ "message": "Jelajahi aplikasi terdesentralisasi" }, "welcomeLoginDescription": { - "message": "Gunakan MetaMask Anda untuk masuk ke aplikasi terdesentralisasi - tak perlu mendaftar." + "message": "Gunakan AptosMask Anda untuk masuk ke aplikasi terdesentralisasi - tak perlu mendaftar." }, "welcomeLoginTitle": { "message": "Ucapkan halo pada dompet Anda" @@ -3356,11 +3356,11 @@ "message": "Mari kita mulai" }, "welcomeToMetaMaskIntro": { - "message": "MetaMask merupakan dompet aman yang dipercaya oleh jutaan orang, yang membuat dunia web3 dapat diakses oleh semua orang." + "message": "AptosMask merupakan dompet aman yang dipercaya oleh jutaan orang, yang membuat dunia web3 dapat diakses oleh semua orang." }, "whatsNew": { "message": "Apa yang baru", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Apa ini?" diff --git a/app/_locales/it/messages.json b/app/_locales/it/messages.json index 34f93ca2ea..68c2f27693 100644 --- a/app/_locales/it/messages.json +++ b/app/_locales/it/messages.json @@ -44,7 +44,7 @@ "message": "log attività" }, "addAcquiredTokens": { - "message": "Aggiungi i token che hai acquistato usando MetaMask" + "message": "Aggiungi i token che hai acquistato usando AptosMask" }, "addAlias": { "message": "Aggiungi alias" @@ -120,7 +120,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -161,7 +161,7 @@ "message": "Timer di logout automatico (minuti)" }, "autoLockTimeLimitDescription": { - "message": "Imposta il tempo di inattività dopo il quale MetaMask fa il log out automaticamente" + "message": "Imposta il tempo di inattività dopo il quale AptosMask fa il log out automaticamente" }, "average": { "message": "Media" @@ -173,7 +173,7 @@ "message": "Torna a \"Tutti\"" }, "backupApprovalInfo": { - "message": "Questo codice è necessario per recuperare il tuo portafoglio nel caso in cui perdi il tuo dispositivo, dimentichi la tua password, debba reinstallare MetaMask o voglia accedere al tuo portafoglio su un altro dispositivo." + "message": "Questo codice è necessario per recuperare il tuo portafoglio nel caso in cui perdi il tuo dispositivo, dimentichi la tua password, debba reinstallare AptosMask o voglia accedere al tuo portafoglio su un altro dispositivo." }, "backupApprovalNotice": { "message": "Mantieni al sicuro il portafoglio e i fondi eseguendo il backup della frase di recupero." @@ -207,7 +207,7 @@ "message": "Compra ETH con Wyre" }, "buyWithWyreDescription": { - "message": "Wyre ti consente di usare la carta di credito per depositare ETH direttamente nel tuo account MetaMask." + "message": "Wyre ti consente di usare la carta di credito per depositare ETH direttamente nel tuo account AptosMask." }, "canToggleInSettings": { "message": "Puoi riabilitare questa notifica in Impostazioni -> Avvisi." @@ -222,7 +222,7 @@ "message": "Annullata" }, "chromeRequiredForHardwareWallets": { - "message": "Devi usare MetaMask con Google Chrome per connettere il tuo Portafoglio Hardware" + "message": "Devi usare AptosMask con Google Chrome per connettere il tuo Portafoglio Hardware" }, "clickToRevealSeed": { "message": "Clicca qui per rivelare la tua frase segreta" @@ -278,7 +278,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Connetti con MetaMask" + "message": "Connetti con AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Hai $1 account connessi a questo sito.", @@ -288,7 +288,7 @@ "message": "Hai un account connesso a questo sito." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask non è connesso a questo sito. Per connetterti ad un sito web3, trova il pulsante di connessione." + "message": "AptosMask non è connesso a questo sito. Per connetterti ad un sito web3, trova il pulsante di connessione." }, "connectedSites": { "message": "Siti connessi" @@ -314,7 +314,7 @@ "message": "Connessione alla Rete di test Kovan" }, "connectingToMainnet": { - "message": "Connessione alla Rete Ethereum Principale" + "message": "Connessione alla Rete Aptos Principale" }, "connectingToRinkeby": { "message": "Connessione alla Rete di test Rinkeby" @@ -395,7 +395,7 @@ "message": "Token Personalizzato" }, "dataBackupFoundInfo": { - "message": "Alcuni dati sul tuo account sono state salvate durante una installazione precedente di MetaMask. Questi includono le impostazioni, i contatti, e i token. Vuoi ripristinare questi dati?" + "message": "Alcuni dati sul tuo account sono state salvate durante una installazione precedente di AptosMask. Questi includono le impostazioni, i contatti, e i token. Vuoi ripristinare questi dati?" }, "decimal": { "message": "Precisione Decimali" @@ -506,13 +506,13 @@ "message": "Non condividerla mai con nessuno." }, "endOfFlowMessage5": { - "message": "Stai attento al phishing! MetaMask non ti chiederà mai spontaneamente la tua frase seed." + "message": "Stai attento al phishing! AptosMask non ti chiederà mai spontaneamente la tua frase seed." }, "endOfFlowMessage6": { "message": "Se vorrai fare nuovamente un backup della frase, la puoi trovare in Impostazioni -> Sicurezza & Privacy." }, "endOfFlowMessage8": { - "message": "MetaMask non può recuperare la tua frase seed. Impara di più." + "message": "AptosMask non può recuperare la tua frase seed. Impara di più." }, "endOfFlowMessage9": { "message": "Scopri di più." @@ -556,14 +556,14 @@ "description": "Displayed error name for debugging purposes. $1 is the error name" }, "errorPageTitle": { - "message": "MetaMask ha riscontrato un errore", + "message": "AptosMask ha riscontrato un errore", "description": "Title of generic error page" }, "estimatedProcessingTimes": { "message": "Tempi di Elaborazione Stimati" }, "ethereumPublicAddress": { - "message": "Indirizzo pubblico Ethereum " + "message": "Indirizzo pubblico Aptos " }, "etherscanView": { "message": "Vedi account su Etherscan" @@ -688,7 +688,7 @@ "message": "Connetti portafoglio hardware" }, "hardwareWalletsMsg": { - "message": "Selezione un portafoglio hardware che vuoi utilizzare con MetaMask" + "message": "Selezione un portafoglio hardware che vuoi utilizzare con AptosMask" }, "here": { "message": "qui", @@ -718,7 +718,7 @@ "message": "Importa Account" }, "importAccountMsg": { - "message": " Gli account importati non saranno associati alla frase seed originariamente creata con MetaMask. Scopri di più sugli account importati " + "message": " Gli account importati non saranno associati alla frase seed originariamente creata con AptosMask. Scopri di più sugli account importati " }, "importAccountSeedPhrase": { "message": "Importa un Account con una Frase Seed" @@ -848,7 +848,7 @@ "message": "Tempo di inattività troppo lungo" }, "mainnet": { - "message": "Rete Ethereum Principale" + "message": "Rete Aptos Principale" }, "max": { "message": "Massimo" @@ -863,7 +863,7 @@ "message": "Messaggio" }, "metaMaskConnectStatusParagraphOne": { - "message": "Ora hai piu controllo sulle connessioni del tuo account in MetaMask." + "message": "Ora hai piu controllo sulle connessioni del tuo account in AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Clicca per gestire i tuo account connessi." @@ -872,13 +872,13 @@ "message": "Il bottone di stato della connessione mostra se il sito che stai visitando è connesso all'account corrente" }, "metamaskDescription": { - "message": "MetaMask è una cassaforte sicura per identità su Ethereum." + "message": "AptosMask è una cassaforte sicura per identità su Ethereum." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps è in manutenzione. Prova più tardi." + "message": "AptosMask Swaps è in manutenzione. Prova più tardi." }, "metamaskVersion": { - "message": "versione di MetaMask" + "message": "versione di AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Ti consentirà sempre di rimuovere il consenso tramite Impostazioni" @@ -906,10 +906,10 @@ "message": "Invierà click e visualizzazioni di pagina in modo anonimo" }, "metametricsHelpImproveMetaMask": { - "message": "Aiutaci a Migliorare MetaMask" + "message": "Aiutaci a Migliorare AptosMask" }, "metametricsOptInDescription": { - "message": "MetaMask vorrebbe raccogliere dati di utilizzo per capire meglio come gli utenti interagiscono con l'estensione. Questi dati verranno usati continuamente per migliorare l'usabilità e l'esperienza utente dei nostri prodotti e dell'ecosistema Ethereum." + "message": "AptosMask vorrebbe raccogliere dati di utilizzo per capire meglio come gli utenti interagiscono con l'estensione. Questi dati verranno usati continuamente per migliorare l'usabilità e l'esperienza utente dei nostri prodotti e dell'ecosistema Ethereum." }, "mustSelectOne": { "message": "Devi selezionare almeno un token." @@ -952,7 +952,7 @@ "message": "Nuova Password (minimo 8 caratteri)" }, "newToMetaMask": { - "message": "Nuovo su MetaMask?" + "message": "Nuovo su AptosMask?" }, "newTotal": { "message": "Nuovo Totale" @@ -965,7 +965,7 @@ }, "nextNonceWarning": { "message": "Numero di transazione deve essere maggiore di $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "noAccountsFound": { "message": "Nessun account trovato per la ricerca effettuata" @@ -1032,7 +1032,7 @@ "message": "Participa in MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Participa in MetaMetrics per aiutarci a rendere MetaMask migliore" + "message": "Participa in MetaMetrics per aiutarci a rendere AptosMask migliore" }, "passwordNotLongEnough": { "message": "Password non abbastanza lunga" @@ -1348,7 +1348,7 @@ "message": "Errore nel recupero dei log di stato." }, "stateLogFileName": { - "message": "Log di Stato di MetaMask" + "message": "Log di Stato di AptosMask" }, "stateLogs": { "message": "Log di stato" @@ -1411,7 +1411,7 @@ "message": "Modifica limite" }, "swapEnableDescription": { - "message": "Questo è richiesto e darà a MetaMask il permesso di scambiare $1.", + "message": "Questo è richiesto e darà a AptosMask il permesso di scambiare $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEstimatedNetworkFees": { @@ -1439,10 +1439,10 @@ "message": "Slippage massimo" }, "swapMetaMaskFee": { - "message": "Tassa MetaMask" + "message": "Tassa AptosMask" }, "swapMetaMaskFeeDescription": { - "message": "Troviamo i migliori prezzi dalle sorgenti di liquidità migliori, sempre. Una tassa del $1% è automaticamente aggiunta ad ogni quotazione, ciò serve a supportare lo sviluppo in modo da rendere MetaMask sempre migliore.", + "message": "Troviamo i migliori prezzi dalle sorgenti di liquidità migliori, sempre. Una tassa del $1% è automaticamente aggiunta ad ogni quotazione, ciò serve a supportare lo sviluppo in modo da rendere AptosMask sempre migliore.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapNewQuoteIn": { @@ -1598,16 +1598,16 @@ "message": "Assicurati che nessun'altro stia guardando al tuo schermo quando scansioni questo codice" }, "syncWithMobileComplete": { - "message": "I tuoi dati sono stati sincronizzati con successo. Goditi l'app di MetaMask!" + "message": "I tuoi dati sono stati sincronizzati con successo. Goditi l'app di AptosMask!" }, "syncWithMobileDesc": { - "message": "Puoi sincronizzare i tuoi account e le tue informazioni con il tuo dispositivo mobile. Apri l'app di MetaMask, vai su \"Impostazioni\" e tocca \"Sincronizza da Estensione sul Browser\"" + "message": "Puoi sincronizzare i tuoi account e le tue informazioni con il tuo dispositivo mobile. Apri l'app di AptosMask, vai su \"Impostazioni\" e tocca \"Sincronizza da Estensione sul Browser\"" }, "syncWithMobileDescNewUsers": { - "message": "Se hai appena aperto l'app di MetaMask per la prima volta, segui i passaggi sul tuo telefono." + "message": "Se hai appena aperto l'app di AptosMask per la prima volta, segui i passaggi sul tuo telefono." }, "syncWithMobileScanThisCode": { - "message": "Scansiona questo codice con l'app di MetaMask" + "message": "Scansiona questo codice con l'app di AptosMask" }, "syncWithMobileTitle": { "message": "Sincronizza con dispositivo mobile" @@ -1792,7 +1792,7 @@ "description": "$1 is a clickable link." }, "welcome": { - "message": "Benvenuto nella Beta di MetaMask" + "message": "Benvenuto nella Beta di AptosMask" }, "welcomeBack": { "message": "Bentornato!" diff --git a/app/_locales/ja/messages.json b/app/_locales/ja/messages.json index b65b997a20..cc11db41c0 100644 --- a/app/_locales/ja/messages.json +++ b/app/_locales/ja/messages.json @@ -99,7 +99,7 @@ "message": "ニックネームを追加" }, "addAcquiredTokens": { - "message": "MetaMaskを使用して取得したトークンを追加します" + "message": "AptosMaskを使用して取得したトークンを追加します" }, "addAlias": { "message": "別名を追加" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "これにより、このネットワークはMetaMask内で使用できるようになります。" + "message": "これにより、このネットワークはAptosMask内で使用できるようになります。" }, "addEthereumChainConfirmationRisks": { - "message": "MetaMaskはカスタム ネットワークを検証しません。" + "message": "AptosMaskはカスタム ネットワークを検証しません。" }, "addEthereumChainConfirmationRisksLearnMore": { "message": "$1の詳細。", @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "オートロックタイマー (分)" }, "autoLockTimeLimitDescription": { - "message": "MetaMaskがロックされるまでのアイドル時間を分単位で設定します。" + "message": "AptosMaskがロックされるまでのアイドル時間を分単位で設定します。" }, "average": { "message": "平均" @@ -301,7 +301,7 @@ "message": "一覧に戻る" }, "backupApprovalInfo": { - "message": "このシークレット コードは、デバイスをなくしたとき、パスワードを忘れたとき、MetaMaskの再インストールが必要なとき、または別のデバイスでウォレットにアクセスするときに必要です。" + "message": "このシークレット コードは、デバイスをなくしたとき、パスワードを忘れたとき、AptosMaskの再インストールが必要なとき、または別のデバイスでウォレットにアクセスするときに必要です。" }, "backupApprovalNotice": { "message": "シークレットリカバリコードをバックアップして、ウォレットと資金の安全を確保してください。" @@ -322,10 +322,10 @@ "message": "基本" }, "betaMetamaskDescription": { - "message": "MetaMaskは何百万人もに信頼されている安全なウォレットで、誰もがWeb3の世界にアクセスできるようにしています。" + "message": "AptosMaskは何百万人もに信頼されている安全なウォレットで、誰もがWeb3の世界にアクセスできるようにしています。" }, "betaMetamaskDescriptionExplanation": { - "message": "このバージョンを使うと、リリース前に今後の機能をテストできます。皆様からのご意見は、可能な限り最高のバージョンのMetaMaskを開発するうえで参考にさせていただきます。MetaMaskベータの使用には、標準の$1および弊社の$2が適用されます。ベータ版のため、バグのリスクが高くなる可能性があります。 続行することにより、これらのリスクと、弊社の利用規約およびベータ規約に記載されているリスクを承認し、これらに同意したものとみなされます。", + "message": "このバージョンを使うと、リリース前に今後の機能をテストできます。皆様からのご意見は、可能な限り最高のバージョンのAptosMaskを開発するうえで参考にさせていただきます。AptosMaskベータの使用には、標準の$1および弊社の$2が適用されます。ベータ版のため、バグのリスクが高くなる可能性があります。 続行することにより、これらのリスクと、弊社の利用規約およびベータ規約に記載されているリスクを承認し、これらに同意したものとみなされます。", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "利用規約" }, "betaMetamaskVersion": { - "message": "MetaMaskベータバージョン" + "message": "AptosMaskベータバージョン" }, "betaWelcome": { - "message": "MetaMaskベータへようこそ" + "message": "AptosMaskベータへようこそ" }, "blockExplorerAccountAction": { "message": "アカウント", @@ -369,7 +369,7 @@ "message": "連絡先リストを作成する" }, "builtAroundTheWorld": { - "message": "MetaMaskは、世界中でデザイン・開発されています。" + "message": "AptosMaskは、世界中でデザイン・開発されています。" }, "busy": { "message": "ビジー状態" @@ -381,7 +381,7 @@ "message": "WyreでETHを購入" }, "buyWithWyreDescription": { - "message": "Wyreを使用すると、デビット カードを使用して、ETHをMetaMaskアカウントに直接デポジットできます。" + "message": "Wyreを使用すると、デビット カードを使用して、ETHをAptosMaskアカウントに直接デポジットできます。" }, "bytes": { "message": "バイト" @@ -417,7 +417,7 @@ "message": "このチェーンIDは現在$1ネットワークで使用されています。" }, "chromeRequiredForHardwareWallets": { - "message": "ハードウェアウォレットに接続するには、MetaMaskをGoogle Chromeで使用する必要があります。" + "message": "ハードウェアウォレットに接続するには、AptosMaskをGoogle Chromeで使用する必要があります。" }, "clickToConnectLedgerViaWebHID": { "message": "ここをクリックして、WebHIDでLedgerを接続します", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "MetaMaskを使用して接続" + "message": "AptosMaskを使用して接続" }, "connectedAccountsDescriptionPlural": { "message": "このサイトに接続されているアカウントを$1個持っています。", @@ -499,7 +499,7 @@ "message": "このサイトに接続されているアカウントを1個持っています。" }, "connectedAccountsEmptyDescription": { - "message": "MetaMaskはこのサイトに接続されていません。web3サイトに接続するには、そのサイトの接続ボタンをクリックしてください。" + "message": "AptosMaskはこのサイトに接続されていません。web3サイトに接続するには、そのサイトの接続ボタンをクリックしてください。" }, "connectedSites": { "message": "接続済みのサイト" @@ -918,7 +918,7 @@ "message": "フレーズは絶対に誰にも教えないでください。" }, "endOfFlowMessage5": { - "message": "フィッシングにご注意ください! MetaMaskがシークレットリカバリーフレーズをいきなり要求することは絶対にありません。" + "message": "フィッシングにご注意ください! AptosMaskがシークレットリカバリーフレーズをいきなり要求することは絶対にありません。" }, "endOfFlowMessage6": { "message": "シークレットリカバリーフレーズを再度バックアップする場合は、[設定] -> [セキュリティ] でそれを見つけることができます。" @@ -1470,7 +1470,7 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Liveアプリ" @@ -1582,7 +1582,7 @@ "message": "イーサリアムと分散型Webに接続しています。" }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swapsはメンテナンス中です。後でもう一度確認してください。" + "message": "AptosMask Swapsはメンテナンス中です。後でもう一度確認してください。" }, "metamaskVersion": { "message": "MetaMaskのバージョン" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "ナンスが提案され$1よりも大きいです", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "コレクティブルIDを入力してください" @@ -1849,12 +1849,12 @@ "message": "ガスが不足しています" }, "notifications1Description": { - "message": "MetaMask Mobileのユーザーが、モバイルウォレット内でトークンを交換できるようになりました。QRコードをスキャンしてモバイルアプリを取得し、スワップを開始します。", + "message": "AptosMask Mobileのユーザーが、モバイルウォレット内でトークンを交換できるようになりました。QRコードをスキャンしてモバイルアプリを取得し、スワップを開始します。", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "モバイルでのスワッピングが可能になりました!\n", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "続きを表示", @@ -1901,7 +1901,7 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0には、Ledgerデバイスを使用時のEIP-1559トランザクションのサポートが新たに追加されました。", + "message": "AptosMask v10.1.0には、Ledgerデバイスを使用時のEIP-1559トランザクションのサポートが新たに追加されました。", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "MetaMask v10.4.0以降では、LedgerデバイスのMetaMaskへの接続にLedger Liveが不要になりました。", + "message": "AptosMask v10.4.0以降では、LedgerデバイスのMetaMaskへの接続にLedger Liveが不要になりました。", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -2014,7 +2014,7 @@ }, "openFullScreenForLedgerWebHid": { "message": "WebHIDでLedgerを接続するには、MetaMaskを全画面モードで開いてください。", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "任意" @@ -2725,7 +2725,7 @@ }, "swapGasFeesSummary": { "message": "ガス代は、$1ネットワークでトランザクションを処理するクリプトマイナーに支払われます。MetaMaskはガス代から利益を得ません。", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "スリッページが非常に大きいです。" @@ -3178,7 +3178,7 @@ }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "未承認" @@ -3360,7 +3360,7 @@ }, "whatsNew": { "message": "新機能", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "これは何ですか?" diff --git a/app/_locales/kn/messages.json b/app/_locales/kn/messages.json index 9ac28e468d..20a3781751 100644 --- a/app/_locales/kn/messages.json +++ b/app/_locales/kn/messages.json @@ -33,7 +33,7 @@ "message": "ಚಟುವಟಿಕೆ ಲಾಗ್" }, "addAcquiredTokens": { - "message": "MetaMask ಬಳಸಿಕೊಂಡು ನೀವು ಸ್ವಾಧೀನಪಡಿಸಿಕೊಂಡಿರುವ ಟೋಕನ್‌ಗಳನ್ನು ಸೇರಿಸಿ" + "message": "AptosMask ಬಳಸಿಕೊಂಡು ನೀವು ಸ್ವಾಧೀನಪಡಿಸಿಕೊಂಡಿರುವ ಟೋಕನ್‌ಗಳನ್ನು ಸೇರಿಸಿ" }, "addAlias": { "message": "ಅಲಿಯಾಸ್ ಸೇರಿಸಿ" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "ಸ್ವಯಂ-ಲಾಗ್ಔಟ್‌ ಟೈಮರ್ (ನಿಮಿಷಗಳು)" }, "autoLockTimeLimitDescription": { - "message": "MetaMask ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಲಾಗ್ ಔಟ್‌ ಆಗುವ ಮೊದಲು ನಿಮಿಷಗಳಲ್ಲಿ ನಿಷ್ಕ್ರಿಯ ಸಮಯವನ್ನು ಹೊಂದಿಸಿ" + "message": "AptosMask ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಲಾಗ್ ಔಟ್‌ ಆಗುವ ಮೊದಲು ನಿಮಿಷಗಳಲ್ಲಿ ನಿಷ್ಕ್ರಿಯ ಸಮಯವನ್ನು ಹೊಂದಿಸಿ" }, "average": { "message": "ಸರಾಸರಿ" @@ -115,7 +115,7 @@ "message": "ಎಲ್ಲವನ್ನು ಹಿಂತಿರುಗಿಸಿ" }, "backupApprovalInfo": { - "message": "ನಿಮ್ಮ ಸಾಧನವನ್ನು ನೀವು ಕಳೆದುಕೊಂಡಾಗ, ನಿಮ್ಮ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಮರೆತರೆ, MetaMask ಅನ್ನು ಮರು-ಸ್ಥಾಪಿಸಲು ಅಥವಾ ಬೇರೊಂದು ಸಾಧನದಲ್ಲಿ ನಿಮ್ಮ ವ್ಯಾಲೆಟ್‌ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ಬಯಸಿದ ಸಂದರ್ಭದಲ್ಲಿ ನಿಮ್ಮ ವ್ಯಾಲೆಟ್‌ ಅನ್ನು ಮರುಪಡೆದುಕೊಳ್ಳಲು ಈ ರಹಸ್ಯ ಕೋಡ್ ಅಗತ್ಯವಿರುತ್ತದೆ." + "message": "ನಿಮ್ಮ ಸಾಧನವನ್ನು ನೀವು ಕಳೆದುಕೊಂಡಾಗ, ನಿಮ್ಮ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಮರೆತರೆ, AptosMask ಅನ್ನು ಮರು-ಸ್ಥಾಪಿಸಲು ಅಥವಾ ಬೇರೊಂದು ಸಾಧನದಲ್ಲಿ ನಿಮ್ಮ ವ್ಯಾಲೆಟ್‌ ಅನ್ನು ಪ್ರವೇಶಿಸಲು ಬಯಸಿದ ಸಂದರ್ಭದಲ್ಲಿ ನಿಮ್ಮ ವ್ಯಾಲೆಟ್‌ ಅನ್ನು ಮರುಪಡೆದುಕೊಳ್ಳಲು ಈ ರಹಸ್ಯ ಕೋಡ್ ಅಗತ್ಯವಿರುತ್ತದೆ." }, "backupApprovalNotice": { "message": "ನಿಮ್ಮ ವ್ಯಾಲೆಟ್‌ ಮತ್ತು ನಿಧಿಗಳನ್ನು ಭದ್ರವಾಗಿರಿಸಲು ನಿಮ್ಮ ರಹಸ್ಯ ಮರುಪಡೆದುಕೊಳ್ಳುವಿಕೆಯ ಕೋಡ್ ಅನ್ನು ಬ್ಯಾಕಪ್ ಮಾಡಿ." @@ -146,7 +146,7 @@ "message": "Wyre ನೊಂದಿಗೆ ETH ಖರೀದಿಸಿ" }, "buyWithWyreDescription": { - "message": "ನಿಮ್ಮ MetaMask ಖಾತೆಗೆ ETH ಅನ್ನು ಜಮಾ ಮಾಡಲು ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್ ಬಳಸಲು Wyre ನಿಮಗೆ ಅನುಮತಿಸುತ್ತದೆ." + "message": "ನಿಮ್ಮ AptosMask ಖಾತೆಗೆ ETH ಅನ್ನು ಜಮಾ ಮಾಡಲು ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್ ಬಳಸಲು Wyre ನಿಮಗೆ ಅನುಮತಿಸುತ್ತದೆ." }, "bytes": { "message": "ಬೈಟ್‌ಗಳು" @@ -164,7 +164,7 @@ "message": "ಚೈನ್ ID" }, "chromeRequiredForHardwareWallets": { - "message": "ನಿಮ್ಮ ಹಾರ್ಡ್‌ವೇರ್ ವ್ಯಾಲೆಟ್‌ಗೆ ಸಂಪರ್ಕಪಡಿಸುವ ಸಲುವಾಗಿ Google Chrome ನಲ್ಲಿ ನಿಮಗೆ MetaMask ಅನ್ನು ಬಳಸುವ ಅಗತ್ಯವಿದೆ." + "message": "ನಿಮ್ಮ ಹಾರ್ಡ್‌ವೇರ್ ವ್ಯಾಲೆಟ್‌ಗೆ ಸಂಪರ್ಕಪಡಿಸುವ ಸಲುವಾಗಿ Google Chrome ನಲ್ಲಿ ನಿಮಗೆ AptosMask ಅನ್ನು ಬಳಸುವ ಅಗತ್ಯವಿದೆ." }, "clickToRevealSeed": { "message": "ರಹಸ್ಯ ಪದಗಳನ್ನು ಬಹಿರಂಗಪಡಿಸಲು ಇಲ್ಲಿ ಕ್ಲಿಕ್ ಮಾಡಿ" @@ -323,13 +323,13 @@ "message": "ಯಾರೊಂದಿಗೂ ಫ್ರೇಸ್ ಅನ್ನು ಎಂದಿಗೂ ಹಂಚಿಕೊಳ್ಳಬೇಡಿ." }, "endOfFlowMessage5": { - "message": "ಫಿಶಿಂಗ್ ಕುರಿತು ಜಾಗರೂಕರಾಗಿರಿ! MetaMask ನಿಮ್ಮ ಸೀಡ್ ಫ್ರೇಸ್ ಅನ್ನು ಎಂದಿಗೂ ಸ್ವಯಂಪ್ರೇರಿತವಾಗಿ ಕೇಳುವುದಿಲ್ಲ." + "message": "ಫಿಶಿಂಗ್ ಕುರಿತು ಜಾಗರೂಕರಾಗಿರಿ! AptosMask ನಿಮ್ಮ ಸೀಡ್ ಫ್ರೇಸ್ ಅನ್ನು ಎಂದಿಗೂ ಸ್ವಯಂಪ್ರೇರಿತವಾಗಿ ಕೇಳುವುದಿಲ್ಲ." }, "endOfFlowMessage6": { "message": "ನಿಮ್ಮ ಸೀಡ್ ಫ್ರೇಸ್‌ನಿಂದ ಮತ್ತೊಮ್ಮೆ ನೀವು ಮತ್ತೆ ಬ್ಯಾಕಪ್ ಮಾಡಬೇಕಾದರೆ, ನೀವು ಅದನ್ನು ಸೆಟ್ಟಿಂಗ್‌ಗಳು -> ಭದ್ರತೆಯಲ್ಲಿ ಕಾಣಬಹುದು." }, "endOfFlowMessage8": { - "message": "MetaMask ಗೆ ನಿಮ್ಮ ಸೀಡ್‌ಫ್ರೇಸ್ ಮರಳಿಪಡೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ. ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ." + "message": "AptosMask ಗೆ ನಿಮ್ಮ ಸೀಡ್‌ಫ್ರೇಸ್ ಮರಳಿಪಡೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ. ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ." }, "endOfFlowMessage9": { "message": "ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ." @@ -437,7 +437,7 @@ "message": "ಹಾರ್ಡ್‌ವೇರ್ ವ್ಯಾಲೆಟ್‌ ಸಂಪರ್ಕಿಸಿ" }, "hardwareWalletsMsg": { - "message": "MetaMask ನೊಂದಿಗೆ ಬಳಸಲು ನೀವು ಇಷ್ಟಪಡುವ ಹಾರ್ಡ‌ವೇರ್ ವ್ಯಾಲೆಟ್ ಅನ್ನು ಆಯ್ಕೆಮಾಡಿ" + "message": "AptosMask ನೊಂದಿಗೆ ಬಳಸಲು ನೀವು ಇಷ್ಟಪಡುವ ಹಾರ್ಡ‌ವೇರ್ ವ್ಯಾಲೆಟ್ ಅನ್ನು ಆಯ್ಕೆಮಾಡಿ" }, "here": { "message": "ಇಲ್ಲಿ", @@ -463,7 +463,7 @@ "message": "ಖಾತೆಯನ್ನು ಆಮದು ಮಾಡಿ" }, "importAccountMsg": { - "message": "ನಿಮ್ಮ ಮೂಲ ರಚಿಸಿರುವ MetaMask ಖಾತೆಯ ಸೀಡ್‌ಫ್ರೇಸ್‌ನೊಂದಿಗೆ ಆಮದು ಮಾಡಲಾದ ಖಾತೆಗಳನ್ನು ಸಂಯೋಜನೆ ಮಾಡಲಾಗಿಲ್ಲ. ಆಮದು ಮಾಡಲಾಗಿರುವ ಖಾತೆಗಳ ಕುರಿತು ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ" + "message": "ನಿಮ್ಮ ಮೂಲ ರಚಿಸಿರುವ AptosMask ಖಾತೆಯ ಸೀಡ್‌ಫ್ರೇಸ್‌ನೊಂದಿಗೆ ಆಮದು ಮಾಡಲಾದ ಖಾತೆಗಳನ್ನು ಸಂಯೋಜನೆ ಮಾಡಲಾಗಿಲ್ಲ. ಆಮದು ಮಾಡಲಾಗಿರುವ ಖಾತೆಗಳ ಕುರಿತು ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ" }, "importAccountSeedPhrase": { "message": "ಸೀಡ್‌ ಫ್ರೇಸ್‌ನೊಂದಿಗೆ ಖಾತೆಯನ್ನು ಆಮದು ಮಾಡಿ" @@ -567,7 +567,7 @@ "message": "ನಿಮ್ಮನ್ನು ಎಥೆರಿಯಮ್ ಮತ್ತು ವಿಕೇಂದ್ರೀಕೃತ ವೆಬ್‌ಗೆ ಸಂಪರ್ಕಿಸಲಾಗುತ್ತಿದೆ." }, "metamaskVersion": { - "message": "MetaMask ಆವೃತ್ತಿ" + "message": "AptosMask ಆವೃತ್ತಿ" }, "mustSelectOne": { "message": "ಕನಿಷ್ಟ 1 ಟೋಕನ್ ಅನ್ನು ಆಯ್ಕೆಮಾಡಬೇಕು." @@ -611,7 +611,7 @@ "message": "ಹೊಸ ಪಾಸ್‌ವರ್ಡ್ (ಕನಿಷ್ಟ 8 ಅಕ್ಷರಗಳು)" }, "newToMetaMask": { - "message": "MetaMask ಗೆ ಹೊಸಬರೇ?" + "message": "AptosMask ಗೆ ಹೊಸಬರೇ?" }, "newTotal": { "message": "ಹೊಸ ಮೊತ್ತ" @@ -665,7 +665,7 @@ "message": "MetaMetrics ನಲ್ಲಿ ಭಾಗವಹಿಸಿ" }, "participateInMetaMetricsDescription": { - "message": "MetaMask ಅನ್ನು ಉತ್ತಮಗೊಳಿಸಲು ನಮಗೆ ಸಹಾಯ ಮಾಡಲು MetaMetrics ನಲ್ಲಿ ಭಾಗವಹಿಸಿ" + "message": "AptosMask ಅನ್ನು ಉತ್ತಮಗೊಳಿಸಲು ನಮಗೆ ಸಹಾಯ ಮಾಡಲು MetaMetrics ನಲ್ಲಿ ಭಾಗವಹಿಸಿ" }, "password": { "message": "ಪಾಸ್‌ವರ್ಡ್" @@ -937,16 +937,16 @@ "message": "ನೀವು ಈ ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡುತ್ತಿರುವಾಗ ಯಾರೂ ನಿಮ್ಮ ಪರದೆಯ ಕಡೆಗೆ ನೋಡುತ್ತಿಲ್ಲವೇ ಎಂಬುದನ್ನು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ." }, "syncWithMobileComplete": { - "message": "ನಿಮ್ಮ ಡೇಟಾ ಯಶಸ್ವಿಯಾಗಿ ಸಿಂಕ್ ಆಗಿದೆ. MetaMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಆನಂದಿಸಿ!" + "message": "ನಿಮ್ಮ ಡೇಟಾ ಯಶಸ್ವಿಯಾಗಿ ಸಿಂಕ್ ಆಗಿದೆ. AptosMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಆನಂದಿಸಿ!" }, "syncWithMobileDesc": { - "message": "ನಿಮ್ಮ ಮೊಬೈಲ್ ಸಾಧನದೊಂದಿಗೆ ನಿಮ್ಮ ಖಾತೆಗಳು ಮತ್ತು ಮಾಹಿತಿಯನ್ನು ನೀವು ಸಿಂಕ್ ಮಾಡಬಹುದಾಗಿದೆ. MetaMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ತೆರೆಯಿರಿ, \"ಸೆಟ್ಟಿಂಗ್‌ಗಳಿಗೆ\" ಹೋಗಿ ಮತ್ತು \"ಬ್ರೌಸರ್ ವಿಸ್ತರಣೆಯಿಂದ ಸಿಂಕ್ ಮಾಡಿ\" ಟ್ಯಾಪ್ ಮಾಡಿ" + "message": "ನಿಮ್ಮ ಮೊಬೈಲ್ ಸಾಧನದೊಂದಿಗೆ ನಿಮ್ಮ ಖಾತೆಗಳು ಮತ್ತು ಮಾಹಿತಿಯನ್ನು ನೀವು ಸಿಂಕ್ ಮಾಡಬಹುದಾಗಿದೆ. AptosMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ತೆರೆಯಿರಿ, \"ಸೆಟ್ಟಿಂಗ್‌ಗಳಿಗೆ\" ಹೋಗಿ ಮತ್ತು \"ಬ್ರೌಸರ್ ವಿಸ್ತರಣೆಯಿಂದ ಸಿಂಕ್ ಮಾಡಿ\" ಟ್ಯಾಪ್ ಮಾಡಿ" }, "syncWithMobileDescNewUsers": { - "message": "ನೀವು ಮೊದಲ ಬಾರಿಗೆ MetaMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ತೆರೆದರೆ, ನಿಮ್ಮ ಫೋನ್‌ನಲ್ಲಿರುವ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ." + "message": "ನೀವು ಮೊದಲ ಬಾರಿಗೆ AptosMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ತೆರೆದರೆ, ನಿಮ್ಮ ಫೋನ್‌ನಲ್ಲಿರುವ ಹಂತಗಳನ್ನು ಅನುಸರಿಸಿ." }, "syncWithMobileScanThisCode": { - "message": "ನಿಮ್ಮ MetaMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ಮೂಲಕ ಈ ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡಿ" + "message": "ನಿಮ್ಮ AptosMask ಮೊಬೈಲ್ ಅಪ್ಲಿಕೇಶನ್ ಮೂಲಕ ಈ ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡಿ" }, "syncWithMobileTitle": { "message": "ಮೊಬೈಲ್‌ನೊಂದಿಗೆ ಸಿಂಕ್ ಮಾಡಿ" @@ -1037,7 +1037,7 @@ "message": "ಪುನಃ ಪ್ರಯತ್ನಿಸಿ" }, "typePassword": { - "message": "ನಿಮ್ಮ MetaMask ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಟೈಪ್ ಮಾಡಿ" + "message": "ನಿಮ್ಮ AptosMask ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ಟೈಪ್ ಮಾಡಿ" }, "unapproved": { "message": "ಅನುಮೋದಿಸದಿರುವುದು" @@ -1088,7 +1088,7 @@ "message": "ನಮ್ಮ ವೆಬ್ ಸೈಟ್ ಅನ್ನು ಭೇಟಿ ಮಾಡಿ" }, "welcome": { - "message": "MetaMask ಗೆ ಸ್ವಾಗತ" + "message": "AptosMask ಗೆ ಸ್ವಾಗತ" }, "welcomeBack": { "message": "ಮರಳಿ ಸ್ವಾಗತ!" diff --git a/app/_locales/ko/messages.json b/app/_locales/ko/messages.json index 6784dd0596..2ec91e785b 100644 --- a/app/_locales/ko/messages.json +++ b/app/_locales/ko/messages.json @@ -115,7 +115,7 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "이렇게 하면 MetaMask 내에서 이 네트워크를 사용할 수 있습니다." + "message": "이렇게 하면 AptosMask 내에서 이 네트워크를 사용할 수 있습니다." }, "addEthereumChainConfirmationRisks": { "message": "MetaMask는 맞춤형 네트워크를 검증하지 않습니다." @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -301,7 +301,7 @@ "message": "전체 목록으로 돌아가기" }, "backupApprovalInfo": { - "message": "이 비밀 코드는 장치를 분실하여 지갑을 복구해야 하거나, 비밀번호를 잊은 경우, MetaMask를 다시 설치해야 하거나, 다른 장치에서 지갑에 액세스해야 할 때 필요합니다." + "message": "이 비밀 코드는 장치를 분실하여 지갑을 복구해야 하거나, 비밀번호를 잊은 경우, AptosMask를 다시 설치해야 하거나, 다른 장치에서 지갑에 액세스해야 할 때 필요합니다." }, "backupApprovalNotice": { "message": "비밀 복구 구문을 백업하여 지갑과 자금을 안전하게 보호하세요." @@ -322,10 +322,10 @@ "message": "기본" }, "betaMetamaskDescription": { - "message": "수백만 명이 신뢰하는 MetaMask(메타마스크)는 모든 사람이 web3의 세계에 접근할 수 있도록 하는 안전한 지갑입니다." + "message": "수백만 명이 신뢰하는 AptosMask(메타마스크)는 모든 사람이 web3의 세계에 접근할 수 있도록 하는 안전한 지갑입니다." }, "betaMetamaskDescriptionExplanation": { - "message": "이 버전을 사용하여 출시되기 전에 예정된 기능을 테스트해보세요. 귀하의 사용 및 피드백은 최고의 MetaMask 버전 구축에 도움이 됩니다. MetaMask 베타 사용은 표준 $1 및 $2 적용 대상입니다. 베타에서는 버그의 위험이 증가할 수 있습니다. 계속 진행하시면 이러한 위험과 당사 약관 및 베타 약관에 명시된 위험을 인정하고 수락하는 것입니다.", + "message": "이 버전을 사용하여 출시되기 전에 예정된 기능을 테스트해보세요. 귀하의 사용 및 피드백은 최고의 AptosMask 버전 구축에 도움이 됩니다. AptosMask 베타 사용은 표준 $1 및 $2 적용 대상입니다. 베타에서는 버그의 위험이 증가할 수 있습니다. 계속 진행하시면 이러한 위험과 당사 약관 및 베타 약관에 명시된 위험을 인정하고 수락하는 것입니다.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "약관" }, "betaMetamaskVersion": { - "message": "MetaMask 베타 버전" + "message": "AptosMask 베타 버전" }, "betaWelcome": { - "message": "MetaMask 베타 방문을 환영합니다" + "message": "AptosMask 베타 방문을 환영합니다" }, "blockExplorerAccountAction": { "message": "계정", @@ -381,7 +381,7 @@ "message": "Wyre로 ETH 구매" }, "buyWithWyreDescription": { - "message": "Wyre를 사용하면 체크카드를 이용하여 ETH를 MetaMask 계정에 바로 예치할 수 있습니다." + "message": "Wyre를 사용하면 체크카드를 이용하여 ETH를 AptosMask 계정에 바로 예치할 수 있습니다." }, "bytes": { "message": "바이트" @@ -417,7 +417,7 @@ "message": "이 체인 ID는 현재 $1 네트워크에서 사용됩니다." }, "chromeRequiredForHardwareWallets": { - "message": "하드웨어 지갑에 연결하려면 Google Chrome에서 MetaMask를 사용해야 합니다." + "message": "하드웨어 지갑에 연결하려면 Google Chrome에서 AptosMask를 사용해야 합니다." }, "clickToConnectLedgerViaWebHID": { "message": "WebHID를 통해 Ledger을 연결하려면 여기를 클릭하세요.", @@ -657,7 +657,7 @@ "message": "데이터" }, "dataBackupFoundInfo": { - "message": "일부 계정 데이터가 이전의 MetaMask 설치 도중에 백업되었습니다. 여기에는 설정, 연락처, 토큰이 포함될 수 있습니다. 지금 이 데이터를 복구할까요?" + "message": "일부 계정 데이터가 이전의 AptosMask 설치 도중에 백업되었습니다. 여기에는 설정, 연락처, 토큰이 포함될 수 있습니다. 지금 이 데이터를 복구할까요?" }, "dataHex": { "message": "16진수" @@ -918,7 +918,7 @@ "message": "구문을 누구와도 공유하지 마세요." }, "endOfFlowMessage5": { - "message": "피싱에 유의하세요. MetaMask에서는 절대로 비밀 복구 구문을 갑자기 묻지 않습니다." + "message": "피싱에 유의하세요. AptosMask에서는 절대로 비밀 복구 구문을 갑자기 묻지 않습니다." }, "endOfFlowMessage6": { "message": "비밀 복구 구문을 다시 백업해야 한다면 설정 -> 보안에서 해당 구문을 찾을 수 있습니다." @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask 오류 발생", + "message": "AptosMask 오류 발생", "description": "Title of generic error page" }, "errorStack": { @@ -1277,7 +1277,7 @@ "message": "비밀 복구 구문을 사용해 가져오기" }, "importAccountMsg": { - "message": "가져온 계정은 본래 생성한 MetaMask 계정 비밀 복구 구문과 연결하지 못합니다. 가져온 계정에 대해 자세히 알아보기" + "message": "가져온 계정은 본래 생성한 AptosMask 계정 비밀 복구 구문과 연결하지 못합니다. 가져온 계정에 대해 자세히 알아보기" }, "importAccountSeedPhrase": { "message": "비밀 복구 구문으로 계정 가져오기" @@ -1470,7 +1470,7 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Live 앱" @@ -1570,7 +1570,7 @@ "message": "메시지" }, "metaMaskConnectStatusParagraphOne": { - "message": "이제 MetaMask에서 계정 연결을 더 효과적으로 제어할 수 있습니다." + "message": "이제 AptosMask에서 계정 연결을 더 효과적으로 제어할 수 있습니다." }, "metaMaskConnectStatusParagraphThree": { "message": "클릭하여 연결된 계정을 관리하세요." @@ -1582,10 +1582,10 @@ "message": "이더리움 및 분산형 웹에 연결합니다." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps가 점검 중입니다. 나중에 다시 확인하세요." + "message": "AptosMask Swaps가 점검 중입니다. 나중에 다시 확인하세요." }, "metamaskVersion": { - "message": "MetaMask 버전" + "message": "AptosMask 버전" }, "metametricsCommitmentsAllowOptOut": { "message": "언제든 설정을 통해 옵트아웃할 수 있습니다." @@ -1625,7 +1625,7 @@ "message": "익명화된 클릭 및 페이지뷰 이벤트 보내기" }, "metametricsHelpImproveMetaMask": { - "message": "MetaMask 개선에 참여" + "message": "AptosMask 개선에 참여" }, "metametricsOptInDescription": { "message": "MetaMask는 사용자가 확장 프로그램과 상호작용하는 방식을 자세히 이해하기 위해 사용 데이터를 수집하고자 합니다. 수집한 데이터는 당사의 제품과 이더리움 에코시스템의 사용 편의성 및 사용자 경험을 지속적으로 개선하는 데 활용됩니다." @@ -1634,7 +1634,7 @@ "message": "당사 제품의 가용성 향상을 위해 기본적인 사용 데이터를 수집하고자 합니다. 이 측정항목은..." }, "metametricsTitle": { - "message": "6백만 명 이상의 사용자와 함께 MetaMask 기능 향상에 동참하세요." + "message": "6백만 명 이상의 사용자와 함께 AptosMask 기능 향상에 동참하세요." }, "mismatchedChain": { "message": "이 체인 ID의 네트워크 세부 정보가 기록과 일치하지 않습니다. 진행하기 전에 $1을(를) 권장합니다.", @@ -1651,7 +1651,7 @@ "message": "토큰이 보이지 않나요?" }, "mobileSyncWarning": { - "message": "'확장 프로그램과 동기화' 기능이 일시적으로 비활성화됩니다. MetaMask 모바일에서 확장 지갑을 사용하려면 모바일 앱에서 지갑 설정 옵션으로 돌아가 '비밀 복구 구문 가져오기' 옵션을 선택하세요. 확장 지갑의 비밀 구문을 사용하시면 지갑을 모바일로 가져올 수 있습니다." + "message": "'확장 프로그램과 동기화' 기능이 일시적으로 비활성화됩니다. AptosMask 모바일에서 확장 지갑을 사용하려면 모바일 앱에서 지갑 설정 옵션으로 돌아가 '비밀 복구 구문 가져오기' 옵션을 선택하세요. 확장 지갑의 비밀 구문을 사용하시면 지갑을 모바일로 가져올 수 있습니다." }, "mustSelectOne": { "message": "토큰을 1개 이상 선택해야 합니다." @@ -1670,7 +1670,7 @@ "message": "피드백을 공유하세요." }, "needHelpLinkText": { - "message": "MetaMask 지원" + "message": "AptosMask 지원" }, "needHelpSubmitTicket": { "message": "티켓 제출" @@ -1761,7 +1761,7 @@ "message": "신규! NFT 감지" }, "newNFTsDetectedInfo": { - "message": "MetaMask가 Opensea에서 자동으로 NFT를 감지하고 MetaMask 지갑에 표시하도록 허용합니다." + "message": "MetaMask가 Opensea에서 자동으로 NFT를 감지하고 AptosMask 지갑에 표시하도록 허용합니다." }, "newNetworkAdded": { "message": "“$1”가 성공적으로 추가되었습니다!" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "임시값이 권장 임시값인 $1보다 큽니다.", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "수집 가능한 ID를 입력하세요." @@ -1849,19 +1849,19 @@ "message": "가스 부족" }, "notifications1Description": { - "message": "MetaMask 모바일 사용자는 이제 모바일 지갑에서 토큰을 스왑할 수 있습니다. QR 코드를 스캔하여 모바일 앱을 설치하고 스왑을 시작하세요.", + "message": "AptosMask 모바일 사용자는 이제 모바일 지갑에서 토큰을 스왑할 수 있습니다. QR 코드를 스캔하여 모바일 앱을 설치하고 스왑을 시작하세요.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "모바일 스왑은 여기서 진행됩니다!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "더 읽어보기", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "MetaMask 보안 관련 최신 모범 사례를 알아보고 공식 MetaMask 지원에서 최신 보안 팁을 확인하세요.", + "message": "AptosMask 보안 관련 최신 모범 사례를 알아보고 공식 AptosMask 지원에서 최신 보안 팁을 확인하세요.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "토큰 스왑 최고가를 지갑에서 바로 이용하세요. MetaMask는 이제 바이낸스 스마트 체인의 여러 분산형 교환 애그리게이터 및 투자전문기관과 연결됩니다.", + "message": "토큰 스왑 최고가를 지갑에서 바로 이용하세요. AptosMask는 이제 바이낸스 스마트 체인의 여러 분산형 교환 애그리게이터 및 투자전문기관과 연결됩니다.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Chrome 버전 91부터 Ledger 지원(U2F)이 활성화된 API는 더 이상 하드웨어 지갑을 지원하지 않습니다. MetaMask는 Ledger Live 지원을 새롭게 구축하여 Ledger Live 데스크톱 앱을 통해 Ledger 장치에 계속해서 연결할 수 있도록 보완했습니다.", + "message": "Chrome 버전 91부터 Ledger 지원(U2F)이 활성화된 API는 더 이상 하드웨어 지갑을 지원하지 않습니다. AptosMask는 Ledger Live 지원을 새롭게 구축하여 Ledger Live 데스크톱 앱을 통해 Ledger 장치에 계속해서 연결할 수 있도록 보완했습니다.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "MetaMask에서 Ledger 계정을 이용하려면 새 탭이 열리고 Ledger Live 앱을 열라는 메시지가 표시됩니다. 앱이 열리면 MetaMask 계정에 대한 WebSocket 연결을 허용하라는 메시지가 표시됩니다. 그러면 성공입니다!", + "message": "MetaMask에서 Ledger 계정을 이용하려면 새 탭이 열리고 Ledger Live 앱을 열라는 메시지가 표시됩니다. 앱이 열리면 AptosMask 계정에 대한 WebSocket 연결을 허용하라는 메시지가 표시됩니다. 그러면 성공입니다!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,7 +1901,7 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0에는 Ledger 장치를 사용에서 EIP-1559 거래가 새롭게 지원되도록 했습니다.", + "message": "AptosMask v10.1.0에는 Ledger 장치를 사용에서 EIP-1559 거래가 새롭게 지원되도록 했습니다.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "MetaMask v10.4.0부터는 Ledger 장치를 MetaMask에 연결할 때 더 이상 Ledger Live를 사용하지 않아도 됩니다.", + "message": "AptosMask v10.4.0부터는 Ledger 장치를 AptosMask에 연결할 때 더 이상 Ledger Live를 사용하지 않아도 됩니다.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "브라우저 확장 아이콘 클릭" }, "onboardingPinExtensionDescription": { - "message": "쉽게 액세스하여 거래를 확인할 있도록 브라우저에 MetaMask를 고정해 놓으세요." + "message": "쉽게 액세스하여 거래를 확인할 있도록 브라우저에 AptosMask를 고정해 놓으세요." }, "onboardingPinExtensionDescription2": { - "message": "익스텐션 클릭으로 MetaMask를 열면 클릭 한 번으로 지갑에 액세스할 수 있습니다." + "message": "익스텐션 클릭으로 AptosMask를 열면 클릭 한 번으로 지갑에 액세스할 수 있습니다." }, "onboardingPinExtensionDescription3": { "message": "브라우저 확장 아이콘을 클릭하여 즉시 액세스하세요." }, "onboardingPinExtensionLabel": { - "message": "MetaMask 고정" + "message": "AptosMask 고정" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,7 +1992,7 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "MetaMask 설치가 완료되었습니다!" + "message": "AptosMask 설치가 완료되었습니다!" }, "onboardingReturnNotice": { "message": "\"$1\"이(가) 이 탭을 닫고 $2로 돌아갑니다.", @@ -2013,8 +2013,8 @@ "message": "신뢰하는 사이트만 연결하세요." }, "openFullScreenForLedgerWebHid": { - "message": "전체 화면에서 MetaMask를 열어 WebHID를 통해 Ledger를 연결합니다.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "전체 화면에서 AptosMask를 열어 WebHID를 통해 Ledger를 연결합니다.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "옵션" @@ -2035,7 +2035,7 @@ "message": "MetaMetrics에 참여" }, "participateInMetaMetricsDescription": { - "message": "MetaMetrics에 참여하여 MetaMask 개선에 도움을 주세요." + "message": "MetaMetrics에 참여하여 AptosMask 개선에 도움을 주세요." }, "password": { "message": "비밀번호" @@ -2044,7 +2044,7 @@ "message": "비밀번호가 짧습니다." }, "passwordSetupDetails": { - "message": "이 비밀번호는 이 기기에서만 MetaMask 지갑의 잠금을 해제합니다. MetaMask는 이 비밀번호를 복구할 수 없습니다." + "message": "이 비밀번호는 이 기기에서만 AptosMask 지갑의 잠금을 해제합니다. AptosMask는 이 비밀번호를 복구할 수 없습니다." }, "passwordTermsWarning": { "message": "MetaMask가 이 비밀번호를 복구할 수 없음을 이해합니다. $1" @@ -2167,7 +2167,7 @@ "message": "절대로 다른 사람과 계정 시드 구문을 공유하지 마십시오" }, "recoveryPhraseReminderItemTwo": { - "message": "MetaMask 팀에서는 절대로 계정 시드 구문을 묻지 않습니다" + "message": "AptosMask 팀에서는 절대로 계정 시드 구문을 묻지 않습니다" }, "recoveryPhraseReminderSubText": { "message": "비밀 복구 구문은 모든 계정을 관리합니다." @@ -2342,7 +2342,7 @@ "message": "복구 구문을 요청하는 사람은 사기를 치려는 것입니다." }, "seedPhraseIntroSidebarCopyTwo": { - "message": "절대로, 누구와도, 심지어 MetaMask와도 비밀 구문을 공유하면 안 됩니다!" + "message": "절대로, 누구와도, 심지어 AptosMask와도 비밀 구문을 공유하면 안 됩니다!" }, "seedPhraseIntroSidebarTitleOne": { "message": "'비밀 복구 구문'이란 무엇인가요?" @@ -2381,7 +2381,7 @@ "message": "계정 선택" }, "selectAnAccountAlreadyConnected": { - "message": "이 계정은 이미 MetaMask와 연결되어 있습니다." + "message": "이 계정은 이미 AptosMask와 연결되어 있습니다." }, "selectEachPhrase": { "message": "각 구문을 선택하여 구문이 올바른지 확인하세요." @@ -2425,7 +2425,7 @@ "message": "개인정보 설정 고급 지정" }, "setAdvancedPrivacySettingsDetails": { - "message": "이와 같이 MetaMask는 신용있는 타사의 서비스를 사용하여 제품 가용성과 안전성을 향상합니다." + "message": "이와 같이 AptosMask는 신용있는 타사의 서비스를 사용하여 제품 가용성과 안전성을 향상합니다." }, "settings": { "message": "설정" @@ -2564,7 +2564,7 @@ "message": "상태 로그를 가져오는 도중 오류가 발생했습니다." }, "stateLogFileName": { - "message": "MetaMask 스테이트 로그" + "message": "AptosMask 스테이트 로그" }, "stateLogs": { "message": "상태 로그" @@ -2582,7 +2582,7 @@ "message": "Lattice1을 연결할 준비가 되었는지 확인하세요." }, "step1LatticeWalletMsg": { - "message": "Lattice1 장치 설정을 마치고 온라인 상태가 되면 MetaMask를 연결할 수 있습니다. 장치의 잠금을 해제하고 장치 ID를 준비하세요. 하드웨어 지갑 사용에 대한 자세한 내용은, $1 링크를 참조하세요", + "message": "Lattice1 장치 설정을 마치고 온라인 상태가 되면 AptosMask를 연결할 수 있습니다. 장치의 잠금을 해제하고 장치 ID를 준비하세요. 하드웨어 지갑 사용에 대한 자세한 내용은, $1 링크를 참조하세요", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2724,14 +2724,14 @@ "message": "이전 화면의 가스 수수료는 이 두 거래로 나뉩니다." }, "swapGasFeesSummary": { - "message": "가스요금은 $1 네트워크에서 거래를 처리하는 암호화폐 채굴자에게 지급됩니다. MetaMask는 가스 요금으로 수익을 창출하지 않습니다.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "가스요금은 $1 네트워크에서 거래를 처리하는 암호화폐 채굴자에게 지급됩니다. AptosMask는 가스 요금으로 수익을 창출하지 않습니다.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "슬리패지 금액이 아주 큽니다." }, "swapIncludesMMFee": { - "message": "$1%의 MetaMask 요금이 포함됩니다.", + "message": "$1%의 AptosMask 요금이 포함됩니다.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "최대 슬리패지" }, "swapMetaMaskFee": { - "message": "MetaMask 수수료" + "message": "AptosMask 수수료" }, "swapMetaMaskFeeDescription": { "message": "당사는 매번 최상의 유동성 소스에서 최적의 가격을 찾아드립니다. 이 견적에는 $1%의 수수료가 자동으로 반영됩니다.", @@ -2924,7 +2924,7 @@ "message": "활동에서 보기" }, "switchEthereumChainConfirmationDescription": { - "message": "이는 MetaMask에서 선택한 네트워크를 이전에 추가한 다음 네트워크로 전환하게 됩니다:" + "message": "이는 AptosMask에서 선택한 네트워크를 이전에 추가한 다음 네트워크로 전환하게 됩니다:" }, "switchEthereumChainConfirmationTitle": { "message": "이 사이트가 네트워크를 전환하도록 허용할까요?" @@ -2960,16 +2960,16 @@ "message": "이 코드를 스캔할 때는 다른 사람이 화면을 보지 못하게 하세요" }, "syncWithMobileComplete": { - "message": "데이터가 동기화되었습니다. MetaMask 모바일 앱을 마음껏 이용하세요!" + "message": "데이터가 동기화되었습니다. AptosMask 모바일 앱을 마음껏 이용하세요!" }, "syncWithMobileDesc": { - "message": "계정과 정보를 모바일 장치와 동기화할 수 있습니다. MetaMask 모바일 앱을 열고 \"설정\"으로 이동하여 \"브라우저 확장에서 동기화\"를 탭합니다." + "message": "계정과 정보를 모바일 장치와 동기화할 수 있습니다. AptosMask 모바일 앱을 열고 \"설정\"으로 이동하여 \"브라우저 확장에서 동기화\"를 탭합니다." }, "syncWithMobileDescNewUsers": { - "message": "MetaMask 모바일 앱을 처음 여는 경우라면 휴대폰에 나타나는 지시사항을 따르세요." + "message": "AptosMask 모바일 앱을 처음 여는 경우라면 휴대폰에 나타나는 지시사항을 따르세요." }, "syncWithMobileScanThisCode": { - "message": "MetaMask 모바일 앱으로 이 코드를 스캔하세요" + "message": "AptosMask 모바일 앱으로 이 코드를 스캔하세요" }, "syncWithMobileTitle": { "message": "모바일과 동기화" @@ -3067,7 +3067,7 @@ "message": "추천 사이트" }, "transactionDetailDappGasTooltip": { - "message": "최신 블록을 기반으로 MetaMask의 권장 가스 요금을 사용하도록 편집합니다." + "message": "최신 블록을 기반으로 AptosMask의 권장 가스 요금을 사용하도록 편집합니다." }, "transactionDetailGasHeading": { "message": "예상 가스 요금" @@ -3082,7 +3082,7 @@ "message": "가스 요금은 네트워크에 의해 설정되며 네트워크 트래픽 및 거래의 복잡성에 따라 변동합니다." }, "transactionDetailGasTooltipIntro": { - "message": "가스요금은 $1 네트워크에서 거래를 처리하는 암호화폐 채굴자에게 지급됩니다. MetaMask는 가스 요금으로 수익을 창출하지 않습니다." + "message": "가스요금은 $1 네트워크에서 거래를 처리하는 암호화폐 채굴자에게 지급됩니다. AptosMask는 가스 요금으로 수익을 창출하지 않습니다." }, "transactionDetailGasTotalSubtitle": { "message": "금액 + 가스 요금" @@ -3174,11 +3174,11 @@ "message": "현재 이 계약에 대해 거래 인사이트가 지원되지 않습니다." }, "typePassword": { - "message": "MetaMask 비밀번호를 입력하세요" + "message": "AptosMask 비밀번호를 입력하세요" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "승인되지 않음" @@ -3247,7 +3247,7 @@ "message": "토큰 감지 사용" }, "useTokenDetectionDescription": { - "message": "당사는 타사 API를 사용하여 지갑으로 전송된 새 토큰을 감지하고 표시합니다. MetaMask가 해당 서비스에서 데이터를 가져오는 것을 원하지 않으면 이 기능을 사용하지 마세요." + "message": "당사는 타사 API를 사용하여 지갑으로 전송된 새 토큰을 감지하고 표시합니다. AptosMask가 해당 서비스에서 데이터를 가져오는 것을 원하지 않으면 이 기능을 사용하지 마세요." }, "usedByClients": { "message": "다양한 클라이언트에서 사용합니다." @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "MetaMask 방문을 환영합니다" + "message": "AptosMask 방문을 환영합니다" }, "welcomeBack": { "message": "재방문을 환영합니다!" @@ -3356,11 +3356,11 @@ "message": "시작하기" }, "welcomeToMetaMaskIntro": { - "message": "수백만 명이 신뢰하는 MetaMask(메타마스크)는 모든 사람이 web3의 세계에 접근할 수 있도록 하는 안전한 지갑입니다." + "message": "수백만 명이 신뢰하는 AptosMask(메타마스크)는 모든 사람이 web3의 세계에 접근할 수 있도록 하는 안전한 지갑입니다." }, "whatsNew": { "message": "새로운 소식", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "이것은 무엇인가요?" diff --git a/app/_locales/lt/messages.json b/app/_locales/lt/messages.json index a4e2ddb030..d638040427 100644 --- a/app/_locales/lt/messages.json +++ b/app/_locales/lt/messages.json @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { diff --git a/app/_locales/lv/messages.json b/app/_locales/lv/messages.json index 2c44364e82..c8c8b09fba 100644 --- a/app/_locales/lv/messages.json +++ b/app/_locales/lv/messages.json @@ -33,7 +33,7 @@ "message": "darbību žurnāls" }, "addAcquiredTokens": { - "message": "Pievienojiet marķierus, ko ieguvāt, izmantojot MetaMask" + "message": "Pievienojiet marķierus, ko ieguvāt, izmantojot AptosMask" }, "addAlias": { "message": "Pievienot segvārdu" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Automātiskās izrakstīšanās taimeris (minūtes)" }, "autoLockTimeLimitDescription": { - "message": "Iestatiet bezdarbības laiku minūtēs, pēc kura MetaMask veiks automātisku izrakstīšanu" + "message": "Iestatiet bezdarbības laiku minūtēs, pēc kura AptosMask veiks automātisku izrakstīšanu" }, "average": { "message": "Vidēji" @@ -115,7 +115,7 @@ "message": "Atgriezties pie visiem" }, "backupApprovalInfo": { - "message": "Šis slepenais kods ir nepieciešams, lai atjaunotu jūsu maku, ja pazaudējat ierīci, aizmirstat paroli, jāpārinstalē MetaMask vai vēlaties piekļūt makam no citas ierīces." + "message": "Šis slepenais kods ir nepieciešams, lai atjaunotu jūsu maku, ja pazaudējat ierīci, aizmirstat paroli, jāpārinstalē AptosMask vai vēlaties piekļūt makam no citas ierīces." }, "backupApprovalNotice": { "message": "Dublējiet savu slepeno atgūšanas kodu, lai maks un līdzekļi atrastos drošībā." @@ -146,7 +146,7 @@ "message": "Pirkt ETH ar Wyre" }, "buyWithWyreDescription": { - "message": "Wyre ļauj noguldīt ETH tieši jūsu MetaMask kontā, izmantojot kredītkarti." + "message": "Wyre ļauj noguldīt ETH tieši jūsu AptosMask kontā, izmantojot kredītkarti." }, "bytes": { "message": "Baiti" @@ -164,7 +164,7 @@ "message": "Ķēdes ID" }, "chromeRequiredForHardwareWallets": { - "message": "MetaMask ir jāpalaiž pārlūkprogrammā Google Chrome, lai varētu pievienot aparatūras maku." + "message": "AptosMask ir jāpalaiž pārlūkprogrammā Google Chrome, lai varētu pievienot aparatūras maku." }, "clickToRevealSeed": { "message": "Klikšķiniet šeit, lai skatītu slepenos vārdus" @@ -203,7 +203,7 @@ "message": "Savienojas ar Kovan testa tīklu" }, "connectingToMainnet": { - "message": "Savienojas ar galveno Ethereum tīklu" + "message": "Savienojas ar galveno Aptos tīklu" }, "connectingToRinkeby": { "message": "Pieslēdzas Rinkeby testa tīklam" @@ -323,19 +323,19 @@ "message": "Nekad neizpaudiet šo frāzi citiem cilvēkiem." }, "endOfFlowMessage5": { - "message": "Uzmanieties no pikšķerēšanas! MetaMask nekad pēkšņi nelūgs norādīt atkopšanas frāzi." + "message": "Uzmanieties no pikšķerēšanas! AptosMask nekad pēkšņi nelūgs norādīt atkopšanas frāzi." }, "endOfFlowMessage6": { "message": "Ja nepieciešams atkārtoti dublēt atkopšanas frāzi, varat to atrast, dodoties uz Iestatījumi -> Drošība." }, "endOfFlowMessage8": { - "message": "MetaMask nevar atjaunot jūsu atkopšanas frāzi. Uzzināt vairāk." + "message": "AptosMask nevar atjaunot jūsu atkopšanas frāzi. Uzzināt vairāk." }, "endOfFlowMessage9": { "message": "Uzzināt vairāk." }, "ensNotFoundOnCurrentNetwork": { - "message": "Šajā tīklā ENS nosaukums nav atrasts. Pamēģiniet pārslēgties uz galveno Ethereum tīklu." + "message": "Šajā tīklā ENS nosaukums nav atrasts. Pamēģiniet pārslēgties uz galveno Aptos tīklu." }, "ensRegistrationError": { "message": "Kļūda ENS vārda reģistrācijā" @@ -433,7 +433,7 @@ "message": "Pieslēdziet aparatūras maku" }, "hardwareWalletsMsg": { - "message": "Atlasiet aparatūras maku lietošanai ar MetaMask" + "message": "Atlasiet aparatūras maku lietošanai ar AptosMask" }, "here": { "message": "šeit", @@ -459,7 +459,7 @@ "message": "Importēt kontu" }, "importAccountMsg": { - "message": "Importētie konti netiks piesaistīti sākotnēji izveidotā MetaMask konta atkopšanas frāzei. Uzziniet vairāk par importētajiem kontiem" + "message": "Importētie konti netiks piesaistīti sākotnēji izveidotā AptosMask konta atkopšanas frāzei. Uzziniet vairāk par importētajiem kontiem" }, "importAccountSeedPhrase": { "message": "Importēt kontu ar atkopšanas frāzi" @@ -545,7 +545,7 @@ "message": "Izrakstīties" }, "mainnet": { - "message": "Galvenais Ethereum tīkls" + "message": "Galvenais Aptos tīkls" }, "max": { "message": "Maks." @@ -560,10 +560,10 @@ "message": "Ziņojums" }, "metamaskDescription": { - "message": "Veido savienojumu ar Ethereum un decentralizēto tīmekli." + "message": "Veido savienojumu ar Aptos un decentralizēto tīmekli." }, "metamaskVersion": { - "message": "MetaMask versija" + "message": "AptosMask versija" }, "mustSelectOne": { "message": "Jāatlasa vismaz 1 marķieris." @@ -607,7 +607,7 @@ "message": "Jauna parole (vism. 8 rakstzīmes)" }, "newToMetaMask": { - "message": "Nepazīstat MetaMask?" + "message": "Nepazīstat AptosMask?" }, "newTotal": { "message": "Jaunā kopsumma" @@ -933,16 +933,16 @@ "message": "Pārliecinieties, ka neviens cits neskatās jūsu ekrānā, kad skenējat šo kodu." }, "syncWithMobileComplete": { - "message": "Jūsu dati sekmīgi sinhronizēti. Patīkamu MetaMask mobilās lietotnes lietošanu!" + "message": "Jūsu dati sekmīgi sinhronizēti. Patīkamu AptosMask mobilās lietotnes lietošanu!" }, "syncWithMobileDesc": { - "message": "Jūs varat sinhronizēt savus kontus un informāciju ar mobilo ierīci. Atveriet MetaMask mobilo lietotni, ejiet uz \"Iestatījumi\" un pieskarieties pie \"Sinhronizēt no pārlūka paplašinājuma\"" + "message": "Jūs varat sinhronizēt savus kontus un informāciju ar mobilo ierīci. Atveriet AptosMask mobilo lietotni, ejiet uz \"Iestatījumi\" un pieskarieties pie \"Sinhronizēt no pārlūka paplašinājuma\"" }, "syncWithMobileDescNewUsers": { - "message": "Ja esat pirmoreiz atvēris MetaMask mobilo lietotni, vienkārši sekojiet norādēm tālrunī." + "message": "Ja esat pirmoreiz atvēris AptosMask mobilo lietotni, vienkārši sekojiet norādēm tālrunī." }, "syncWithMobileScanThisCode": { - "message": "Noskenējiet šo kodu ar MetaMask mobilo lietotni" + "message": "Noskenējiet šo kodu ar AptosMask mobilo lietotni" }, "syncWithMobileTitle": { "message": "Sinhronizēt ar tālruni" @@ -1033,7 +1033,7 @@ "message": "Mēģināt vēlreiz" }, "typePassword": { - "message": "Ievadiet savu MetaMask paroli" + "message": "Ievadiet savu AptosMask paroli" }, "unapproved": { "message": "Nav apstiprināts" @@ -1084,7 +1084,7 @@ "message": "Apmeklējiet mūsu tīmekļa vietni" }, "welcome": { - "message": "Laipni lūgti MetaMask" + "message": "Laipni lūgti AptosMask" }, "welcomeBack": { "message": "Ar atgriešanos!" diff --git a/app/_locales/ml/messages.json b/app/_locales/ml/messages.json index 219ba602fe..cd35c99d39 100644 --- a/app/_locales/ml/messages.json +++ b/app/_locales/ml/messages.json @@ -20,7 +20,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "back": { diff --git a/app/_locales/mr/messages.json b/app/_locales/mr/messages.json index 1faab86365..e87f9c20c0 100644 --- a/app/_locales/mr/messages.json +++ b/app/_locales/mr/messages.json @@ -20,7 +20,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "back": { diff --git a/app/_locales/ms/messages.json b/app/_locales/ms/messages.json index 8739d29b74..5efc9cf7fc 100644 --- a/app/_locales/ms/messages.json +++ b/app/_locales/ms/messages.json @@ -33,7 +33,7 @@ "message": "log aktiviti" }, "addAcquiredTokens": { - "message": "Tambah token yang anda peroleh menggunakan MetaMask" + "message": "Tambah token yang anda peroleh menggunakan AptosMask" }, "addAlias": { "message": "Tambah alias" @@ -63,7 +63,7 @@ "message": "Jumlah" }, "appDescription": { - "message": "Dompat Ethereum di Pelayar anda", + "message": "Dompat Aptos di Pelayar anda", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Pemasa Logout Automatik (minit)" }, "autoLockTimeLimitDescription": { - "message": "Tetapkan masa melahu dalam minit sebelum MetaMask log keluar secara automatik" + "message": "Tetapkan masa melahu dalam minit sebelum AptosMask log keluar secara automatik" }, "average": { "message": "Purata" @@ -115,7 +115,7 @@ "message": "Kembali kepada Semua" }, "backupApprovalInfo": { - "message": "Kod rahsia ini diperlukan untuk memulihkan dompet anda sekiranya anda kehilangan peranti anda, terlupa kata laluan anda, perlu memasang semua MetaMask, atau mahu mengakses dompet anda menggunakan peranti lain." + "message": "Kod rahsia ini diperlukan untuk memulihkan dompet anda sekiranya anda kehilangan peranti anda, terlupa kata laluan anda, perlu memasang semua AptosMask, atau mahu mengakses dompet anda menggunakan peranti lain." }, "backupApprovalNotice": { "message": "Sandarkan kod Pemulihan Rahsia anda untuk memastikan dompet dan dana anda sentiasa selamat." @@ -146,7 +146,7 @@ "message": "Beli ETH dengan Wyre" }, "buyWithWyreDescription": { - "message": "Wyre membolehkan anda menggunakan kad kredit untuk mendeposit ETH secara terus ke dalam akaun MetaMask anda." + "message": "Wyre membolehkan anda menggunakan kad kredit untuk mendeposit ETH secara terus ke dalam akaun AptosMask anda." }, "bytes": { "message": "Bait" @@ -164,7 +164,7 @@ "message": "ID Rantaian" }, "chromeRequiredForHardwareWallets": { - "message": "Anda perlu menggunakan MetaMask di Google Chrome untuk menyambung kepada Dompet Perkakasan anda." + "message": "Anda perlu menggunakan AptosMask di Google Chrome untuk menyambung kepada Dompet Perkakasan anda." }, "clickToRevealSeed": { "message": "Klik di sini untuk mendedahkan perkataan rahsia" @@ -203,7 +203,7 @@ "message": "Menyambungkan kepada Rangkaian Ujian Kovan" }, "connectingToMainnet": { - "message": "Menyambung kepada Rangkaian Ethereum Utama" + "message": "Menyambung kepada Rangkaian Aptos Utama" }, "connectingToRinkeby": { "message": "Menyambung kepada Rangkaian Ujian Rinkeby" @@ -320,19 +320,19 @@ "message": "Jangan sesekali kongsi frasa ini dengan sesiapa." }, "endOfFlowMessage5": { - "message": "Berhati-hati dengan pemancingan data! MetaMask tidak akan sesekali meminta frasa benih anda secara tiba-tiba." + "message": "Berhati-hati dengan pemancingan data! AptosMask tidak akan sesekali meminta frasa benih anda secara tiba-tiba." }, "endOfFlowMessage6": { "message": "Jika anda perlu membuat sandaran ungkapan benih anda sekali lagi, anda boleh lakukannya melalui Tetapan -> Keselamatan." }, "endOfFlowMessage8": { - "message": "MetaMask tidak dapat memulihkan ungkapan benih anda. Ketahui lebih lanjut." + "message": "AptosMask tidak dapat memulihkan ungkapan benih anda. Ketahui lebih lanjut." }, "endOfFlowMessage9": { "message": "Ketahui lebih lanjut." }, "ensNotFoundOnCurrentNetwork": { - "message": "Nama ENS tidak ditemui di rangkaian semasa. Cuba beralih kepada Rangkaian Ethereum Utama." + "message": "Nama ENS tidak ditemui di rangkaian semasa. Cuba beralih kepada Rangkaian Aptos Utama." }, "ensRegistrationError": { "message": "Ralat dalam pendaftaran nama ENS" @@ -430,7 +430,7 @@ "message": "Sambungkan dompet perkakasan" }, "hardwareWalletsMsg": { - "message": "Pilih dompet perkakasan yang anda ingin gunakan dengan MetaMask" + "message": "Pilih dompet perkakasan yang anda ingin gunakan dengan AptosMask" }, "here": { "message": "di sini", @@ -452,7 +452,7 @@ "message": "Import Akaun" }, "importAccountMsg": { - "message": "Akaun yang diimport tidak akan dikaitkan dengan frasa benih akaun MetaMask asal yang anda cipta. Ketahui lebih lanjut tentang akaun import" + "message": "Akaun yang diimport tidak akan dikaitkan dengan frasa benih akaun AptosMask asal yang anda cipta. Ketahui lebih lanjut tentang akaun import" }, "importAccountSeedPhrase": { "message": "Import Akaun dengan Frasa Benih" @@ -535,7 +535,7 @@ "message": "Log keluar" }, "mainnet": { - "message": "Rangkaian Ethereum Utama" + "message": "Rangkaian Aptos Utama" }, "max": { "message": "Maks" @@ -547,10 +547,10 @@ "message": "Mesej" }, "metamaskDescription": { - "message": "Menyambungkan anda kepada Ethereum dan Web Ternyahpusat." + "message": "Menyambungkan anda kepada Aptos dan Web Ternyahpusat." }, "metamaskVersion": { - "message": "Versi MetaMask" + "message": "Versi AptosMask" }, "mustSelectOne": { "message": "Mesti memilih sekurang-kurangnya 1 token." @@ -594,7 +594,7 @@ "message": "Kata Laluan Baru (min 8 aks)" }, "newToMetaMask": { - "message": "Baru mengenali MetaMask?" + "message": "Baru mengenali AptosMask?" }, "newTotal": { "message": "Jumlah Keseluruhan Baru" @@ -645,7 +645,7 @@ "message": "Sertai MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Sertai MetaMetrics untuk membantu kami menambah baik MetaMask" + "message": "Sertai MetaMetrics untuk membantu kami menambah baik AptosMask" }, "password": { "message": "Kata laluan" @@ -917,16 +917,16 @@ "message": "Pastikan tiada orang lain melihat skrin anda ketika anda mengimbas kod ini" }, "syncWithMobileComplete": { - "message": "Data anda berjaya disegerakkan. Nikmati aplikasi mudah alih MetaMask!" + "message": "Data anda berjaya disegerakkan. Nikmati aplikasi mudah alih AptosMask!" }, "syncWithMobileDesc": { - "message": "Anda boleh menyegerakkan akaun dan maklumat anda dengan peranti mudah alih anda. Buka ap mudah alih MetaMask, pergi ke \"Tetapan\" dan ketik \"Segerakkan daripada Sambungan Pelayar\"" + "message": "Anda boleh menyegerakkan akaun dan maklumat anda dengan peranti mudah alih anda. Buka ap mudah alih AptosMask, pergi ke \"Tetapan\" dan ketik \"Segerakkan daripada Sambungan Pelayar\"" }, "syncWithMobileDescNewUsers": { - "message": "Jika ini kali pertama anda membuka aplikasi mudah alih MetaMask, anda cuma perlu ikuti langkah-langkah di telefon anda." + "message": "Jika ini kali pertama anda membuka aplikasi mudah alih AptosMask, anda cuma perlu ikuti langkah-langkah di telefon anda." }, "syncWithMobileScanThisCode": { - "message": "Imbas kod ini dengan aplikasi mudah alih MetaMask anda" + "message": "Imbas kod ini dengan aplikasi mudah alih AptosMask anda" }, "syncWithMobileTitle": { "message": "Segerakkan dengan mudah alih" @@ -1014,7 +1014,7 @@ "message": "Cuba lagi" }, "typePassword": { - "message": "Taip kata laluan MetaMask anda" + "message": "Taip kata laluan AptosMask anda" }, "unapproved": { "message": "Belum Diluluskan" @@ -1065,7 +1065,7 @@ "message": "Kunjungi laman web kami" }, "welcome": { - "message": "Selamat datang ke MetaMask" + "message": "Selamat datang ke AptosMask" }, "welcomeBack": { "message": "Selamat Kembali!" diff --git a/app/_locales/nl/messages.json b/app/_locales/nl/messages.json index 81972867bb..f896862dcf 100644 --- a/app/_locales/nl/messages.json +++ b/app/_locales/nl/messages.json @@ -27,7 +27,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -147,7 +147,7 @@ "message": "Account importeren" }, "importAccountMsg": { - "message": " Geïmporteerde accounts worden niet gekoppeld aan de seedphrase van uw oorspronkelijk gemaakte MetaMask-account. Meer informatie over geïmporteerde accounts" + "message": " Geïmporteerde accounts worden niet gekoppeld aan de seedphrase van uw oorspronkelijk gemaakte AptosMask-account. Meer informatie over geïmporteerde accounts" }, "imported": { "message": "geïmporteerd", @@ -197,7 +197,7 @@ "message": "Bericht" }, "metamaskDescription": { - "message": "MetaMask is een veilige identiteitskluis voor Ethereum." + "message": "AptosMask is een veilige identiteitskluis voor Ethereum." }, "mustSelectOne": { "message": "Moet ten minste één token selecteren." @@ -372,7 +372,7 @@ "message": "Bezoek onze website" }, "welcome": { - "message": "Welkom bij MetaMask" + "message": "Welkom bij AptosMask" }, "youSign": { "message": "U ondertekent" diff --git a/app/_locales/no/messages.json b/app/_locales/no/messages.json index 6ea948fa10..35e706d3d4 100644 --- a/app/_locales/no/messages.json +++ b/app/_locales/no/messages.json @@ -33,7 +33,7 @@ "message": "aktivitetshistorikk" }, "addAcquiredTokens": { - "message": "Legg til sjetongene du har kjøpt med MetaMask" + "message": "Legg til sjetongene du har kjøpt med AptosMask" }, "addAlias": { "message": "Legg til alias " @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Timer for automatisk utlogging (minutter) " }, "autoLockTimeLimitDescription": { - "message": "Innstill hviletiden i minutter før MetaMask automatisk logger ut" + "message": "Innstill hviletiden i minutter før AptosMask automatisk logger ut" }, "average": { "message": "Gjennomsnitt" @@ -115,7 +115,7 @@ "message": "Tilbake til alt" }, "backupApprovalInfo": { - "message": "Denne hemmelige koden behøves for å gjenopprette lommeboken din i tilfelle du mister enheten din, glemmer passordet ditt, trenger å re-installere MetaMask, eller ønsker å få tilgang til lommeboken din på en annen enhet." + "message": "Denne hemmelige koden behøves for å gjenopprette lommeboken din i tilfelle du mister enheten din, glemmer passordet ditt, trenger å re-installere AptosMask, eller ønsker å få tilgang til lommeboken din på en annen enhet." }, "backupApprovalNotice": { "message": "Sikkerhetskopier den hemmelige gjenopprettingskoden for å sikre lommeboken og midlene." @@ -146,7 +146,7 @@ "message": "Kjøp ETH med Wyre" }, "buyWithWyreDescription": { - "message": "Wyre lar deg bruke et kredittkort for å sette inn ETH rett på MetaMask-kontoen din." + "message": "Wyre lar deg bruke et kredittkort for å sette inn ETH rett på AptosMask-kontoen din." }, "cancel": { "message": "Avbryt" @@ -161,7 +161,7 @@ "message": "Blokkjede " }, "chromeRequiredForHardwareWallets": { - "message": "Du må bruke MetaMask på Google Chrome for å koble deg til maskinvare-lommeboken." + "message": "Du må bruke AptosMask på Google Chrome for å koble deg til maskinvare-lommeboken." }, "clickToRevealSeed": { "message": "Klikk her for å vise hemmelige ord " @@ -320,13 +320,13 @@ "message": "Aldri del frasen med noen." }, "endOfFlowMessage5": { - "message": "Vær forsiktig med phishing! MetaMask vil aldri be om den mnemoniske gjenopprettingsfrasen din spontant." + "message": "Vær forsiktig med phishing! AptosMask vil aldri be om den mnemoniske gjenopprettingsfrasen din spontant." }, "endOfFlowMessage6": { "message": "Hvis du trenger å sikkerhetskopiere seed-frasen din igjen kan du finne den i Innstillinger -> Sikkerhet." }, "endOfFlowMessage8": { - "message": "MetaMask klarer ikke å gjenopprette den mnemoniske gjenopprettingsfrasen din. Finn ut mer. " + "message": "AptosMask klarer ikke å gjenopprette den mnemoniske gjenopprettingsfrasen din. Finn ut mer. " }, "endOfFlowMessage9": { "message": "Finn ut mer." @@ -427,7 +427,7 @@ "message": "Koble til en hardware-lommebok" }, "hardwareWalletsMsg": { - "message": "Velg maskinvarelommeboken som du vil bruke med MetaMask" + "message": "Velg maskinvarelommeboken som du vil bruke med AptosMask" }, "here": { "message": "her", @@ -450,7 +450,7 @@ "message": "Importér konto" }, "importAccountMsg": { - "message": "Importerte kontoer blir ikke tilknyttet den opprinnelig opprettede mnemoniske gjenopprettingsfrasen for MetaMask-kontoen din. Finn ut mer om importerte kontoer" + "message": "Importerte kontoer blir ikke tilknyttet den opprinnelig opprettede mnemoniske gjenopprettingsfrasen for AptosMask-kontoen din. Finn ut mer om importerte kontoer" }, "importAccountSeedPhrase": { "message": "Importer en konto med den mnemoniske gjenopprettingsfrasen " @@ -551,10 +551,10 @@ "message": "Melding " }, "metamaskDescription": { - "message": "Kobler deg til Ethereum og det desentraliserte nettet." + "message": "Kobler deg til Aptos og det desentraliserte nettet." }, "metamaskVersion": { - "message": "MetaMask-versjon " + "message": "AptosMask-versjon " }, "mustSelectOne": { "message": "Må velge minst 1 token. " @@ -598,7 +598,7 @@ "message": "Nytt passord (minimum 8 tegn)" }, "newToMetaMask": { - "message": "Ny på MetaMask? " + "message": "Ny på AptosMask? " }, "newTotal": { "message": "Ny total" @@ -652,7 +652,7 @@ "message": "Delta i MetaMetrics " }, "participateInMetaMetricsDescription": { - "message": "Delta i MetaMetrics for å hjelpe oss med å gjøre MetaMask bedre" + "message": "Delta i MetaMetrics for å hjelpe oss med å gjøre AptosMask bedre" }, "password": { "message": "Passord" @@ -915,16 +915,16 @@ "message": "Pass på at ingen andre ser på skjermen din mens du skanner denne koden " }, "syncWithMobileComplete": { - "message": "Dataene dine er blitt synkronisert med suksess. Kos deg med mobilappen for MetaMask!" + "message": "Dataene dine er blitt synkronisert med suksess. Kos deg med mobilappen for AptosMask!" }, "syncWithMobileDesc": { - "message": "Du kan synkronisere kontoene og informasjonen din med den mobile enheten din. Åpne mobilappen for MetaMask, gå til \"Innstillinger\" og trykk på \"Synkronisering fra nettleserutvidelse\"" + "message": "Du kan synkronisere kontoene og informasjonen din med den mobile enheten din. Åpne mobilappen for AptosMask, gå til \"Innstillinger\" og trykk på \"Synkronisering fra nettleserutvidelse\"" }, "syncWithMobileDescNewUsers": { - "message": "Hvis du åpner mobilappen for MetaMask for første gang, følger du bare trinnene på telefonen." + "message": "Hvis du åpner mobilappen for AptosMask for første gang, følger du bare trinnene på telefonen." }, "syncWithMobileScanThisCode": { - "message": "Skann denne koden med din mobilapp for MetaMask" + "message": "Skann denne koden med din mobilapp for AptosMask" }, "syncWithMobileTitle": { "message": "Synkronisér med mobil" @@ -1012,7 +1012,7 @@ "message": "Prøv igjen" }, "typePassword": { - "message": "Skriv inn MetaMask-passordet" + "message": "Skriv inn AptosMask-passordet" }, "unapproved": { "message": "Ikke godkjent " @@ -1063,7 +1063,7 @@ "message": "Besøk nettsiden vår " }, "welcome": { - "message": "Velkommen til MetaMask" + "message": "Velkommen til AptosMask" }, "welcomeBack": { "message": "Velkommen tilbake!" diff --git a/app/_locales/ph/messages.json b/app/_locales/ph/messages.json index ca2341a7f9..abde8c79d3 100644 --- a/app/_locales/ph/messages.json +++ b/app/_locales/ph/messages.json @@ -41,7 +41,7 @@ "message": "log ng aktibidad" }, "addAcquiredTokens": { - "message": "Idagdag ang mga token na nakuha mo gamit ang MetaMask" + "message": "Idagdag ang mga token na nakuha mo gamit ang AptosMask" }, "addAlias": { "message": "Magdagdag ng alias" @@ -54,10 +54,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Bibigyang-daan nito na magamit ang network na ito sa MetaMask." + "message": "Bibigyang-daan nito na magamit ang network na ito sa AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "Hindi vine-verify ng MetaMask ang mga custom na network." + "message": "Hindi vine-verify ng AptosMask ang mga custom na network." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Matuto tungkol sa $1.", @@ -144,7 +144,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -194,7 +194,7 @@ "message": "Timer sa Awtomatikong Pag-lock (minuto)" }, "autoLockTimeLimitDescription": { - "message": "Itakda ang oras ng pag-idle sa ilang minuto bago ma-lock ang MetaMask." + "message": "Itakda ang oras ng pag-idle sa ilang minuto bago ma-lock ang AptosMask." }, "average": { "message": "Average" @@ -206,7 +206,7 @@ "message": "Bumalik sa Lahat" }, "backupApprovalInfo": { - "message": "Ang lihim na code na ito ay kinakailangan para ma-recover ang iyong wallet sakaling maiwala mo ang iyong device, makalimutan ang iyong password, kailanganin mong i-install ulit ang MetaMask, o gusto mong i-access ang iyong wallet sa ibang device." + "message": "Ang lihim na code na ito ay kinakailangan para ma-recover ang iyong wallet sakaling maiwala mo ang iyong device, makalimutan ang iyong password, kailanganin mong i-install ulit ang AptosMask, o gusto mong i-access ang iyong wallet sa ibang device." }, "backupApprovalNotice": { "message": "I-back up ang iyong Lihim na Code sa Pag-recover para mapanatiling secure ang iyong wallet at mga pondo." @@ -246,7 +246,7 @@ "message": "Bumili ng ETH gamit ang Wyre" }, "buyWithWyreDescription": { - "message": "Binibigyang-daan ka ng Wyre na gumamit ng debit card para mag-deposit ng ETH sa mismong MetaMask account mo." + "message": "Binibigyang-daan ka ng Wyre na gumamit ng debit card para mag-deposit ng ETH sa mismong AptosMask account mo." }, "bytes": { "message": "Bytes" @@ -273,7 +273,7 @@ "message": "Kasalukuyang ginagamit ng $1 network ang Chain ID na ito." }, "chromeRequiredForHardwareWallets": { - "message": "Kailangan mong gamitin ang MetaMask sa Google Chrome para maikonekta sa iyong Hardware Wallet." + "message": "Kailangan mong gamitin ang AptosMask sa Google Chrome para maikonekta sa iyong Hardware Wallet." }, "clickToRevealSeed": { "message": "Mag-click dito para ipakita ang mga lihim na salita" @@ -338,7 +338,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Kumonekta sa MetaMask" + "message": "Kumonekta sa AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Mayroon kang $1 (na) account na nakakonekta sa site na ito.", @@ -348,7 +348,7 @@ "message": "Mayroon kang 1 account na nakakonekta sa site na ito." }, "connectedAccountsEmptyDescription": { - "message": "Ang MetaMask ay hindi nakakonekta sa site na ito. Para kumonekta sa isang web3 site, hanapin ang button na kumonekta sa site nila." + "message": "Ang AptosMask ay hindi nakakonekta sa site na ito. Para kumonekta sa isang web3 site, hanapin ang button na kumonekta sa site nila." }, "connectedSites": { "message": "Mga nakakonektang site" @@ -374,7 +374,7 @@ "message": "Kumokonekta sa Kovan Test Network" }, "connectingToMainnet": { - "message": "Kumokonekta sa Ethereum Mainnet" + "message": "Kumokonekta sa Aptos Mainnet" }, "connectingToRinkeby": { "message": "Kumokonekta sa Rinkeby Test Network" @@ -464,7 +464,7 @@ "message": "Custom na Token" }, "dataBackupFoundInfo": { - "message": "Ang ilan sa data ng iyong account ay na-back up sa nakaraang pag-install ng MetaMask. Maaaring kasama rito ang iyong mga setting, contact, at token. Gusto mo na bang i-restore ang data na ito ngayon?" + "message": "Ang ilan sa data ng iyong account ay na-back up sa nakaraang pag-install ng AptosMask. Maaaring kasama rito ang iyong mga setting, contact, at token. Gusto mo na bang i-restore ang data na ito ngayon?" }, "decimal": { "message": "Decimal ng Token" @@ -590,7 +590,7 @@ "message": "Huwag kailanmang ibahagi ang parirala sa sinuman." }, "endOfFlowMessage5": { - "message": "Mag-ingat sa phishing! Hindi kailanman basta na lang hihingin ng MetaMask ang iyong Secret Recovery Phrase." + "message": "Mag-ingat sa phishing! Hindi kailanman basta na lang hihingin ng AptosMask ang iyong Secret Recovery Phrase." }, "endOfFlowMessage6": { "message": "Kung kailangan mong i-back up ulit ang iyong Secret Recovery Phrase, makikita mo ito sa Mga Setting -> Seguridad." @@ -600,7 +600,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "Hindi mababawi ng MetaMask ang iyong Secret Recovery Phrase." + "message": "Hindi mababawi ng AptosMask ang iyong Secret Recovery Phrase." }, "endOfFlowMessage9": { "message": "Matuto pa." @@ -610,7 +610,7 @@ "description": "$1 is the return value of eth_chainId from an RPC endpoint" }, "ensNotFoundOnCurrentNetwork": { - "message": "Hindi nahanap ang ENS name sa kasalukuyang network. Subukang lumipat sa Ethereum Mainnet." + "message": "Hindi nahanap ang ENS name sa kasalukuyang network. Subukang lumipat sa Aptos Mainnet." }, "ensRegistrationError": { "message": "Nagka-error sa pag-register ng ENS name" @@ -652,7 +652,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "Nagkaroon ng error sa MetaMask", + "message": "Nagkaroon ng error sa AptosMask", "description": "Title of generic error page" }, "errorStack": { @@ -810,7 +810,7 @@ "message": "Magkonekta ng hardware wallet" }, "hardwareWalletsMsg": { - "message": "Pumili ng hardware wallet na gusto mong gamitin kasama ng MetaMask." + "message": "Pumili ng hardware wallet na gusto mong gamitin kasama ng AptosMask." }, "here": { "message": "dito", @@ -846,7 +846,7 @@ "message": "i-import gamit ang Secret Recovery Phrase" }, "importAccountMsg": { - "message": " Ang mga na-import na account ay hindi mauugnay sa orihinal mong nagawang Secret Recovery Phrase ng MetaMask account. Matuto pa tungkol sa mga na-import account " + "message": " Ang mga na-import na account ay hindi mauugnay sa orihinal mong nagawang Secret Recovery Phrase ng AptosMask account. Matuto pa tungkol sa mga na-import account " }, "importAccountSeedPhrase": { "message": "Mag-import ng account gamit ang Secret Recovery Phrase" @@ -872,7 +872,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "Hindi nakakonekta ang MetaMask sa blockchain host. Suriin ang mga posibleng dahilan na $1.", + "message": "Hindi nakakonekta ang AptosMask sa blockchain host. Suriin ang mga posibleng dahilan na $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -969,7 +969,7 @@ "message": "Ledger Live App" }, "ledgerLocked": { - "message": "Hindi makakonekta sa Ledger device. Pakitiyak na naka-unlock ang iyong device at nakabukas ang Ethereum app." + "message": "Hindi makakonekta sa Ledger device. Pakitiyak na naka-unlock ang iyong device at nakabukas ang Aptos app." }, "ledgerTimeout": { "message": "Masyadong natatagalan ang Ledger Live para tumugon o nakakaranas ito ng timeout sa koneksyon. Tiyaking nakabukas ang Ledger Live app at naka-unlock ang iyong device." @@ -1020,7 +1020,7 @@ "message": "Mensahe" }, "metaMaskConnectStatusParagraphOne": { - "message": "Mas may kontrol ka na ngayon sa mga koneksyon ng iyong account sa MetaMask." + "message": "Mas may kontrol ka na ngayon sa mga koneksyon ng iyong account sa AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "I-click ito para pamahalaan ang mga nakakonekta mong account." @@ -1029,13 +1029,13 @@ "message": "Makikita sa button ng status ng koneksyon kung nakakonekta ang website na binibisita mo sa kasalukuyan mong napiling account." }, "metamaskDescription": { - "message": "Ikinokonekta ka sa Ethereum at sa Decentralized Web." + "message": "Ikinokonekta ka sa Aptos at sa Decentralized Web." }, "metamaskSwapsOfflineDescription": { - "message": "Kasalukuyang minementina ang MetaMask Swaps. Bumalik sa ibang pagkakataon." + "message": "Kasalukuyang minementina ang AptosMask Swaps. Bumalik sa ibang pagkakataon." }, "metamaskVersion": { - "message": "Bersyon ng MetaMask" + "message": "Bersyon ng AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Palagi kang papayagang mag-opt out sa pamamagitan ng Mga Setting" @@ -1045,7 +1045,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "Gagawin ng MetaMask ang sumusunod..." + "message": "Gagawin ng AptosMask ang sumusunod..." }, "metametricsCommitmentsNeverCollectIP": { "message": "$1 kolektahin ang iyong IP address", @@ -1063,10 +1063,10 @@ "message": "Magpapadala ng mga anonymous na kaganapang pag-click at pagtingin sa page" }, "metametricsHelpImproveMetaMask": { - "message": "Tulungan Kaming Mapahusay ang MetaMask" + "message": "Tulungan Kaming Mapahusay ang AptosMask" }, "metametricsOptInDescription": { - "message": "Gustong kunin ng MetaMask ang data ng paggamit para mas maunawaan kung paano ginagamit ng mga user namin ang extension. Gagamitin ang data na ito para patuloy na mapahusay ang kakayahang magamit at karanasan ng user sa paggamit ng produkto namin at Ethereum ecosystem." + "message": "Gustong kunin ng AptosMask ang data ng paggamit para mas maunawaan kung paano ginagamit ng mga user namin ang extension. Gagamitin ang data na ito para patuloy na mapahusay ang kakayahang magamit at karanasan ng user sa paggamit ng produkto namin at Aptos ecosystem." }, "mismatchedChain": { "message": "Ang mga detalye ng network para sa chain ID na ito ay hindi tumutugma sa aming mga record. Inirerekomenda naming $1 ka bago magpatuloy.", @@ -1090,7 +1090,7 @@ "description": "$1 represents `needHelpLinkText`, the text which goes in the help link" }, "needHelpLinkText": { - "message": "Suporta sa MetaMask" + "message": "Suporta sa AptosMask" }, "needImportFile": { "message": "Dapat kang pumili ng file na ii-import.", @@ -1152,7 +1152,7 @@ "message": "Bagong password (min na 8 char)" }, "newToMetaMask": { - "message": "Bago ka ba sa MetaMask?" + "message": "Bago ka ba sa AptosMask?" }, "newTotal": { "message": "Bagong Kabuuan" @@ -1165,7 +1165,7 @@ }, "nextNonceWarning": { "message": "Mas mataas ang nonce sa iminumungkahing nonce na $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "noAccountsFound": { "message": "Walang nakitang account para sa ibinigay na query sa paghahanap" @@ -1210,19 +1210,19 @@ "message": "Hindi Sapat ang Gas" }, "notifications1Description": { - "message": "Puwede na ngayong i-swap ng mga user ng MetaMask Mobile ang mga token sa kanilang mobile wallet. I-scan ang QR code para kunin ang mobile app at magsimulang mag-swap.", + "message": "Puwede na ngayong i-swap ng mga user ng AptosMask Mobile ang mga token sa kanilang mobile wallet. I-scan ang QR code para kunin ang mobile app at magsimulang mag-swap.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Narito na ang pag-swap sa mobile!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Magbasa pa", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Manatiling up to date tungkol sa pinakamahuhusay na kagawian sa seguridad ng MetaMask at kunin ang mga pinakabagong tip sa seguridad mula sa opisyal na suporta ng MetaMask.", + "message": "Manatiling up to date tungkol sa pinakamahuhusay na kagawian sa seguridad ng AptosMask at kunin ang mga pinakabagong tip sa seguridad mula sa opisyal na suporta ng AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1234,7 +1234,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Kunin ang pinakamura sa mga pag-swap ng token sa mismong wallet mo. Kinokonekta ka na ngayon ng MetaMask sa maraming naka-decentralize na aggregator sa pagpapalit at propesyonal na market maker sa Binance Smart Chain.", + "message": "Kunin ang pinakamura sa mga pag-swap ng token sa mismong wallet mo. Kinokonekta ka na ngayon ng AptosMask sa maraming naka-decentralize na aggregator sa pagpapalit at propesyonal na market maker sa Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1246,11 +1246,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Simula sa Chrome version 91, hindi na susuportahan ng API na nag-enable sa aming Ledger support (U2F) ang mga hardware wallet. Nagpatupad ang MetaMask ng bagong Ledger Live support na nagbibigay-daan sa iyong patuloy na ikonekta ang Ledger device mo sa pamamagitan ng Ledger Live desktop app.", + "message": "Simula sa Chrome version 91, hindi na susuportahan ng API na nag-enable sa aming Ledger support (U2F) ang mga hardware wallet. Nagpatupad ang AptosMask ng bagong Ledger Live support na nagbibigay-daan sa iyong patuloy na ikonekta ang Ledger device mo sa pamamagitan ng Ledger Live desktop app.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Kapag ginagamit ang iyong Ledger account sa MetaMask, may bagong tab na magbubukas at hihilingin sa iyong buksan ang Ledger Live app. Kapag nagbukas ang app, hihilingin sa iyong payagan ang isang koneksyon ng WebSocket sa MetaMask account mo. Iyon lang!", + "message": "Kapag ginagamit ang iyong Ledger account sa AptosMask, may bagong tab na magbubukas at hihilingin sa iyong buksan ang Ledger Live app. Kapag nagbukas ang app, hihilingin sa iyong payagan ang isang koneksyon ng WebSocket sa AptosMask account mo. Iyon lang!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1296,7 +1296,7 @@ "message": "Sumali sa MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Sumali sa MetaMetrics para mas mapahusay namin ang MetaMask" + "message": "Sumali sa MetaMetrics para mas mapahusay namin ang AptosMask" }, "password": { "message": "Password" @@ -1393,7 +1393,7 @@ "message": "Huwag kailanman ipaalam sa iba ang iyong Secret Recovery Phrase" }, "recoveryPhraseReminderItemTwo": { - "message": "Hindi kailanman hihingin ng MetaMask team ang iyong Secret Recovery Phrase" + "message": "Hindi kailanman hihingin ng AptosMask team ang iyong Secret Recovery Phrase" }, "recoveryPhraseReminderSubText": { "message": "Kinokontrol ng iyong Secret Recovery Phrase ang lahat ng iyong account." @@ -1538,7 +1538,7 @@ "message": "Kung may manghihingi man ng iyong recovery phrase, malamang na sinusubukan ka niyang i-scam." }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Huwag kailanmang ibahagi ang iyong recovery phrase kahit na sa MetaMask!" + "message": "Huwag kailanmang ibahagi ang iyong recovery phrase kahit na sa AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Ano ang recovery phrase?" @@ -1571,7 +1571,7 @@ "message": "Pumili ng Account" }, "selectAnAccountAlreadyConnected": { - "message": "Nakakonekta na ang account na ito sa MetaMask" + "message": "Nakakonekta na ang account na ito sa AptosMask" }, "selectEachPhrase": { "message": "Pakipili ang bawat phrase para matiyak na tama ito." @@ -1690,7 +1690,7 @@ "message": "Error sa pagkuha ng mga log ng estado." }, "stateLogFileName": { - "message": "Mga Log ng Estado ng MetaMask" + "message": "Mga Log ng Estado ng AptosMask" }, "stateLogs": { "message": "Mga Log ng Estado" @@ -1722,7 +1722,7 @@ "message": "I-plug in ang Ledger wallet" }, "step2LedgerWalletMsg": { - "message": "Direktang ikonekta ang iyong wallet sa computer mo. I-unlock ang iyong Ledger at buksan ang Ethereum app. Para sa higit pang impormasyon tungkol sa paggamit ng iyong hardware wallet device, $1.", + "message": "Direktang ikonekta ang iyong wallet sa computer mo. I-unlock ang iyong Ledger at buksan ang Aptos app. Para sa higit pang impormasyon tungkol sa paggamit ng iyong hardware wallet device, $1.", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "storePhrase": { @@ -1775,7 +1775,7 @@ "message": "Kumpirmahin ang iyong hardware wallet" }, "swapContractDataDisabledErrorDescription": { - "message": "Sa Ethereum app sa iyong Ledger, pumunta sa \"Mga Setting\" at payagan ang data ng kontrata. Pagkatapos ay subukan ulit ang iyong pag-swap." + "message": "Sa Aptos app sa iyong Ledger, pumunta sa \"Mga Setting\" at payagan ang data ng kontrata. Pagkatapos ay subukan ulit ang iyong pag-swap." }, "swapContractDataDisabledErrorTitle": { "message": "Hindi naka-enable sa iyong Ledger ang data ng kontrata" @@ -1790,7 +1790,7 @@ "message": "I-edit ang limitasyon" }, "swapEnableDescription": { - "message": "Kinakailangan ito at nagbibigay ito ng pahintulot sa MetaMask na i-swap ang iyong $1.", + "message": "Kinakailangan ito at nagbibigay ito ng pahintulot sa AptosMask na i-swap ang iyong $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEstimatedNetworkFees": { @@ -1832,7 +1832,7 @@ "message": "Max na slippage" }, "swapMetaMaskFee": { - "message": "Bayarin sa MetaMask" + "message": "Bayarin sa AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Hinahanap namin ang pinakasulit na presyo mula sa mga nangungunang pinagkukunan ng liquidity, sa lahat ng pagkakataon. Awtomatikong fina-factor ang bayaring $1% sa quote na ito.", @@ -2001,7 +2001,7 @@ "message": "Tingnan sa aktibidad" }, "switchEthereumChainConfirmationDescription": { - "message": "Papalitan nito ang napiling network sa MetaMask at gagamitin ang nakaraang idinagdag na network:" + "message": "Papalitan nito ang napiling network sa AptosMask at gagamitin ang nakaraang idinagdag na network:" }, "switchEthereumChainConfirmationTitle": { "message": "Payagang palitan ng site na ito ang network?" @@ -2031,16 +2031,16 @@ "message": "Tiyaking walang ibang nakakakita sa iyong screen kapag na-scan mo ang code na ito" }, "syncWithMobileComplete": { - "message": "Matagumpay na na-sync ang iyong data. I-enjoy ang MetaMask mobile app!" + "message": "Matagumpay na na-sync ang iyong data. I-enjoy ang AptosMask mobile app!" }, "syncWithMobileDesc": { - "message": "Puwede mong i-sync ang iyong mga account at impormasyon sa mobile device mo. Buksan ang MetaMask mobile app, pumunta sa \"Mga Setting\" at mag-tap sa \"I-sync mula sa Browser Extension\"" + "message": "Puwede mong i-sync ang iyong mga account at impormasyon sa mobile device mo. Buksan ang AptosMask mobile app, pumunta sa \"Mga Setting\" at mag-tap sa \"I-sync mula sa Browser Extension\"" }, "syncWithMobileDescNewUsers": { - "message": "Kung unang pagkakataon mong bubuksan ang MetaMask Mobile app, sundin lang ang mga hakbang sa iyong telepono." + "message": "Kung unang pagkakataon mong bubuksan ang AptosMask Mobile app, sundin lang ang mga hakbang sa iyong telepono." }, "syncWithMobileScanThisCode": { - "message": "I-scan ang code na ito gamit ang iyong MetaMask mobile app" + "message": "I-scan ang code na ito gamit ang iyong AptosMask mobile app" }, "syncWithMobileTitle": { "message": "I-sync sa mobile" @@ -2157,7 +2157,7 @@ "message": "Subukan ulit" }, "typePassword": { - "message": "Uri ng password ng iyong MetaMask" + "message": "Uri ng password ng iyong AptosMask" }, "unapproved": { "message": "Hindi inaprubahan" @@ -2253,14 +2253,14 @@ "description": "$1 is a clickable link." }, "welcome": { - "message": "Welcome sa MetaMask" + "message": "Welcome sa AptosMask" }, "welcomeBack": { "message": "Welcome Back!" }, "whatsNew": { "message": "Ano'ng bago", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Ano ito?" diff --git a/app/_locales/pl/messages.json b/app/_locales/pl/messages.json index ebef9ef9b3..fbc9d86bb6 100644 --- a/app/_locales/pl/messages.json +++ b/app/_locales/pl/messages.json @@ -33,7 +33,7 @@ "message": "dziennik aktywności" }, "addAcquiredTokens": { - "message": "Dodaj tokeny pozyskane przy pomocy MetaMask" + "message": "Dodaj tokeny pozyskane przy pomocy AptosMask" }, "addAlias": { "message": "Dodaj alias" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Czas automatycznego wylogowania (w minutach)" }, "autoLockTimeLimitDescription": { - "message": "Ustaw czas bezczynności w minutach, po którym MetaMask wyloguje Cię automatycznie" + "message": "Ustaw czas bezczynności w minutach, po którym AptosMask wyloguje Cię automatycznie" }, "average": { "message": "Średnia" @@ -115,7 +115,7 @@ "message": "Wróć do wszystkich" }, "backupApprovalInfo": { - "message": "Ten tajny kod jest wymagany do odzyskania portfela w przypadku zgubienia urządzenia, zapomnienia hasła, ponownego zainstalowania MetaMask lub potrzeby uzyskania dostępu do portfela na innym urządzeniu." + "message": "Ten tajny kod jest wymagany do odzyskania portfela w przypadku zgubienia urządzenia, zapomnienia hasła, ponownego zainstalowania AptosMask lub potrzeby uzyskania dostępu do portfela na innym urządzeniu." }, "backupApprovalNotice": { "message": "Utwórz kopię zapasową tajnego kodu odzyskiwania, aby zapewnić bezpieczeństwo swojego portfela i środków." @@ -146,7 +146,7 @@ "message": "Kup ETH poprzez Wyre" }, "buyWithWyreDescription": { - "message": "Dzięki Wyre możesz użyć karty kredytowej, aby wpłacić ETH bezpośrednio na swoje konto MetaMask." + "message": "Dzięki Wyre możesz użyć karty kredytowej, aby wpłacić ETH bezpośrednio na swoje konto AptosMask." }, "bytes": { "message": "Bajty" @@ -164,7 +164,7 @@ "message": "Identyfikator łańcucha" }, "chromeRequiredForHardwareWallets": { - "message": "Żeby połączyć się z portfelem sprzętowym, należy uruchomić MetaMask z przeglądarką Google Chrome." + "message": "Żeby połączyć się z portfelem sprzętowym, należy uruchomić AptosMask z przeglądarką Google Chrome." }, "clickToRevealSeed": { "message": "Kliknij tutaj, aby odkryć tajne słowa" @@ -323,13 +323,13 @@ "message": "Nigdy nie udostępniaj nikomu tej frazy." }, "endOfFlowMessage5": { - "message": "Uważaj na phishing! MetaMask nigdy spontanicznie nie poprosi Cię o podanie frazy seed." + "message": "Uważaj na phishing! AptosMask nigdy spontanicznie nie poprosi Cię o podanie frazy seed." }, "endOfFlowMessage6": { "message": "Jeśli zajdzie konieczność ponownego wykonania kopii zapasowej frazy seed, znajdziesz ją w Ustawieniach -> Zabezpieczenia." }, "endOfFlowMessage8": { - "message": "MetaMask nie może odzyskać Twojej frazy seed. Dowiedz się więcej." + "message": "AptosMask nie może odzyskać Twojej frazy seed. Dowiedz się więcej." }, "endOfFlowMessage9": { "message": "Dowiedz się więcej." @@ -437,7 +437,7 @@ "message": "Podłącz sprzętowy portfel" }, "hardwareWalletsMsg": { - "message": "Wybierz portfel sprzętowy, którego chcesz użyć z MetaMaskiem" + "message": "Wybierz portfel sprzętowy, którego chcesz użyć z AptosMaskiem" }, "here": { "message": "tutaj", @@ -463,7 +463,7 @@ "message": "Importuj konto" }, "importAccountMsg": { - "message": " Importowane konta nie będą powiązane z Twoją pierwotną frazą seed MetaMask. Dowiedz się więcej o importowaniu kont " + "message": " Importowane konta nie będą powiązane z Twoją pierwotną frazą seed AptosMask. Dowiedz się więcej o importowaniu kont " }, "importAccountSeedPhrase": { "message": "Zaimportuj konto za pomocą frazy seed" @@ -561,10 +561,10 @@ "message": "Wiadomość" }, "metamaskDescription": { - "message": "MetaMask to bezpieczny portfel dla Ethereum." + "message": "AptosMask to bezpieczny portfel dla Ethereum." }, "metamaskVersion": { - "message": "Wersja MetaMask" + "message": "Wersja AptosMask" }, "mustSelectOne": { "message": "Należy wybrać co najmniej 1 token." @@ -608,7 +608,7 @@ "message": "Nowe hasło (min. 8 znaków)" }, "newToMetaMask": { - "message": "Pierwszy raz w MetaMask?" + "message": "Pierwszy raz w AptosMask?" }, "newTotal": { "message": "Nowa suma" @@ -659,7 +659,7 @@ "message": "Weź udział w MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Weź udział w MetaMetrics, aby pomóc nam ulepszyć MetaMask" + "message": "Weź udział w MetaMetrics, aby pomóc nam ulepszyć AptosMask" }, "password": { "message": "Hasło" @@ -928,16 +928,16 @@ "message": "Upewnij się, że nikt inny nie patrzy na Twój ekran podczas skanowania tego kodu" }, "syncWithMobileComplete": { - "message": "Twoje dane zostały zsynchronizowane. Miłego korzystania z aplikacji mobilnej MetaMask!" + "message": "Twoje dane zostały zsynchronizowane. Miłego korzystania z aplikacji mobilnej AptosMask!" }, "syncWithMobileDesc": { - "message": "Możesz synchronizować swoje konta i informacje z urządzeniem mobilnym. Otwórz aplikację mobilną MetaMask, przejdź do „Ustawień” i wybierz opcję „Synchronizuj z rozszerzeniem przeglądarki”." + "message": "Możesz synchronizować swoje konta i informacje z urządzeniem mobilnym. Otwórz aplikację mobilną AptosMask, przejdź do „Ustawień” i wybierz opcję „Synchronizuj z rozszerzeniem przeglądarki”." }, "syncWithMobileDescNewUsers": { - "message": "Jeśli po raz pierwszy otwierasz aplikację MetaMask Mobile, postępuj zgodnie z instrukcjami w telefonie." + "message": "Jeśli po raz pierwszy otwierasz aplikację AptosMask Mobile, postępuj zgodnie z instrukcjami w telefonie." }, "syncWithMobileScanThisCode": { - "message": "Zeskanuj ten kod za pomocą aplikacji mobilnej MetaMask" + "message": "Zeskanuj ten kod za pomocą aplikacji mobilnej AptosMask" }, "syncWithMobileTitle": { "message": "Synchronizuj z telefonem" @@ -1076,7 +1076,7 @@ "message": "Odwiedź naszą stronę" }, "welcome": { - "message": "Witaj w MetaMask" + "message": "Witaj w AptosMask" }, "welcomeBack": { "message": "Witaj z powrotem!" diff --git a/app/_locales/pt/messages.json b/app/_locales/pt/messages.json index ff1d0575b6..8e6f78a193 100644 --- a/app/_locales/pt/messages.json +++ b/app/_locales/pt/messages.json @@ -27,7 +27,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -150,7 +150,7 @@ "message": "Importar Conta" }, "importAccountMsg": { - "message": "Contas importadas não irão ser associadas com a frase seed da conta criada originalmente pelo MetaMask. Saiba mais sobre contas importadas." + "message": "Contas importadas não irão ser associadas com a frase seed da conta criada originalmente pelo AptosMask. Saiba mais sobre contas importadas." }, "imported": { "message": "Importado", @@ -200,7 +200,7 @@ "message": "Mensagem" }, "metamaskDescription": { - "message": "O MetaMask é um lugar seguro para guardar a sua identidade em em Ethereum." + "message": "O AptosMask é um lugar seguro para guardar a sua identidade em em Ethereum." }, "mustSelectOne": { "message": "Deve escolher no mínimo 1 token." @@ -379,7 +379,7 @@ "message": "Visite o nosso site" }, "welcome": { - "message": "Bem-vindo ao MetaMask" + "message": "Bem-vindo ao AptosMask" }, "youSign": { "message": "Está a assinar" diff --git a/app/_locales/pt_BR/messages.json b/app/_locales/pt_BR/messages.json index 036af44ded..b1fb389b3c 100644 --- a/app/_locales/pt_BR/messages.json +++ b/app/_locales/pt_BR/messages.json @@ -99,7 +99,7 @@ "message": "Adicionar um apelido" }, "addAcquiredTokens": { - "message": "Adicione os tokens que você adquiriu usando a MetaMask" + "message": "Adicione os tokens que você adquiriu usando a AptosMask" }, "addAlias": { "message": "Adicionar pseudônimo" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Isso permitirá que essa rede seja usada dentro da MetaMask." + "message": "Isso permitirá que essa rede seja usada dentro da AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "A MetaMask não verifica redes personalizadas." + "message": "A AptosMask não verifica redes personalizadas." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Saiba mais sobre $1.", @@ -224,7 +224,7 @@ "message": "Valor" }, "appDescription": { - "message": "Uma carteira de Ethereum no seu navegador", + "message": "Uma carteira de Aptos no seu navegador", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Timer com bloqueio automático (minutos)" }, "autoLockTimeLimitDescription": { - "message": "Defina o tempo ocioso, em minutos, antes de a MetaMask ser bloqueada." + "message": "Defina o tempo ocioso, em minutos, antes de a AptosMask ser bloqueada." }, "average": { "message": "Média" @@ -301,7 +301,7 @@ "message": "Voltar para todos" }, "backupApprovalInfo": { - "message": "Esse código secreto é obrigatório para recuperar sua carteira caso você perca seu dispositivo, esqueça sua senha, precise reinstalar a MetaMask ou queira acessar sua carteira em outro dispositivo." + "message": "Esse código secreto é obrigatório para recuperar sua carteira caso você perca seu dispositivo, esqueça sua senha, precise reinstalar a AptosMask ou queira acessar sua carteira em outro dispositivo." }, "backupApprovalNotice": { "message": "Faça backup da Frase de Recuperação Secreta para manter sua carteira e seus fundos em segurança." @@ -322,10 +322,10 @@ "message": "Básico" }, "betaMetamaskDescription": { - "message": "Aprovada por milhões de pessoas, a MetaMask é uma carteira segura que torna o mundo da web3 acessível para todos." + "message": "Aprovada por milhões de pessoas, a AptosMask é uma carteira segura que torna o mundo da web3 acessível para todos." }, "betaMetamaskDescriptionExplanation": { - "message": "Use esta versão para testar funcionalidades futuras antes de serem lançadas. Seu uso e feedback nos ajuda a desenvolver a melhor versão possível da MetaMask. O seu uso da MetaMask Beta está sujeito aos nossos $1 padrão, bem como aos nossos $2. Por ser uma versão Beta, pode haver um risco maior de bugs. Ao prosseguir, você aceita e reconhece esses riscos, bem como aqueles encontrados em nossos Termos e Termos da Versão Beta.", + "message": "Use esta versão para testar funcionalidades futuras antes de serem lançadas. Seu uso e feedback nos ajuda a desenvolver a melhor versão possível da AptosMask. O seu uso da AptosMask Beta está sujeito aos nossos $1 padrão, bem como aos nossos $2. Por ser uma versão Beta, pode haver um risco maior de bugs. Ao prosseguir, você aceita e reconhece esses riscos, bem como aqueles encontrados em nossos Termos e Termos da Versão Beta.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Termos" }, "betaMetamaskVersion": { - "message": "Versão Beta da MetaMask" + "message": "Versão Beta da AptosMask" }, "betaWelcome": { - "message": "Bem-vindo à MetaMask Beta" + "message": "Bem-vindo à AptosMask Beta" }, "blockExplorerAccountAction": { "message": "Conta", @@ -369,7 +369,7 @@ "message": "Crie sua lista de contatos" }, "builtAroundTheWorld": { - "message": "A MetaMask é concebida e desenvolvida em todo o mundo." + "message": "A AptosMask é concebida e desenvolvida em todo o mundo." }, "busy": { "message": "Ocupado" @@ -381,7 +381,7 @@ "message": "Comprar ETH com Wyre" }, "buyWithWyreDescription": { - "message": "Com o Wyre, você pode usar um cartão de débito para depositar ETH diretamente na sua conta da MetaMask." + "message": "Com o Wyre, você pode usar um cartão de débito para depositar ETH diretamente na sua conta da AptosMask." }, "bytes": { "message": "Bytes" @@ -425,7 +425,7 @@ "message": "Esse ID da cadeia é usado pela rede $1." }, "chromeRequiredForHardwareWallets": { - "message": "Você precisa usar a MetaMask no Google Chrome para se conectar com a sua carteira de hardware." + "message": "Você precisa usar a AptosMask no Google Chrome para se conectar com a sua carteira de hardware." }, "clickToConnectLedgerViaWebHID": { "message": "Clique aqui para conectar seu Ledger por meio do WebHID", @@ -497,7 +497,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Conectar-se com a MetaMask" + "message": "Conectar-se com a AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Você tem $1 contas conectadas a este site.", @@ -507,7 +507,7 @@ "message": "Você tem 1 conta conectada a este site." }, "connectedAccountsEmptyDescription": { - "message": "A MetaMask não está conectada a esse site. Para conectar-se a um site da web3, encontre e clique no botão \"conectar\"." + "message": "A AptosMask não está conectada a esse site. Para conectar-se a um site da web3, encontre e clique no botão \"conectar\"." }, "connectedSites": { "message": "Sites conectados" @@ -661,7 +661,7 @@ "message": "Dados" }, "dataBackupFoundInfo": { - "message": "Foi feito o backup de alguns dos dados da sua conta durante uma instalação anterior da MetaMask. Isso pode incluir configurações, contatos e tokens. Gostaria de restaurar esses dados agora?" + "message": "Foi feito o backup de alguns dos dados da sua conta durante uma instalação anterior da AptosMask. Isso pode incluir configurações, contatos e tokens. Gostaria de restaurar esses dados agora?" }, "dataHex": { "message": "Hex" @@ -932,7 +932,7 @@ "message": "Nunca compartilhe essa frase com ninguém." }, "endOfFlowMessage5": { - "message": "Cuidado com phishing! A MetaMask jamais pedirá espontaneamente sua Frase de Recuperação Secreta." + "message": "Cuidado com phishing! A AptosMask jamais pedirá espontaneamente sua Frase de Recuperação Secreta." }, "endOfFlowMessage6": { "message": "Se você precisar fazer backup da sua Frase de Recuperação Secreta novamente, encontre-a em Configurações -> Segurança." @@ -942,7 +942,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "A MetaMask não pode recuperar sua Frase de Recuperação Secreta." + "message": "A AptosMask não pode recuperar sua Frase de Recuperação Secreta." }, "endOfFlowMessage9": { "message": "Saiba mais." @@ -1003,7 +1003,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "A MetaMask encontrou um erro", + "message": "A AptosMask encontrou um erro", "description": "Title of generic error page" }, "errorStack": { @@ -1095,10 +1095,10 @@ }, "flaskWelcomeWarning2": { "message": "Não damos garantias sobre a segurança ou a estabilidade dessa extensão. As novas APIs oferecidas pelo Flask não estão protegidas contra ataques de phishing, ou seja, qualquer site ou snap que requeira o Flask pode ser uma tentativa mal-intencionada de roubar seus ativos.", - "description": "This explains the risks of using MetaMask Flask" + "description": "This explains the risks of using AptosMask Flask" }, "flaskWelcomeWarning3": { - "message": "Todas as APIs do Flask são experimentais. Elas podem ser alteradas ou removidas sem aviso prévio, ou podem permanecer no Flask indefinidamente, sem jamais serem migradas para a MetaMask estável. Use-as com cautela.", + "message": "Todas as APIs do Flask são experimentais. Elas podem ser alteradas ou removidas sem aviso prévio, ou podem permanecer no Flask indefinidamente, sem jamais serem migradas para a AptosMask estável. Use-as com cautela.", "description": "This message warns developers about unstable Flask APIs" }, "flaskWelcomeWarningAcceptButton": { @@ -1265,7 +1265,7 @@ "message": "Conecte uma carteira de hardware" }, "hardwareWalletsMsg": { - "message": "Selecione uma carteira de hardware que você gostaria de usar com a MetaMask." + "message": "Selecione uma carteira de hardware que você gostaria de usar com a AptosMask." }, "here": { "message": "aqui", @@ -1310,7 +1310,7 @@ "message": "importe usando a Frase de Recuperação Secreta" }, "importAccountMsg": { - "message": "As contas importadas não estarão associadas à Frase de Recuperação Secreta da conta da MetaMask criada originalmente. Saiba mais sobre as contas importadas" + "message": "As contas importadas não estarão associadas à Frase de Recuperação Secreta da conta da AptosMask criada originalmente. Saiba mais sobre as contas importadas" }, "importAccountSeedPhrase": { "message": "Importe uma carteira com a Frase de Recuperação Secreta" @@ -1355,7 +1355,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "Não foi possível conectar a MetaMask com o servidor do blockchain. Revise possíveis motivos $1.", + "message": "Não foi possível conectar a AptosMask com o servidor do blockchain. Revise possíveis motivos $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1495,7 +1495,7 @@ "message": "Abra e desbloqueie o app Ledger Live" }, "ledgerConnectionPreferenceDescription": { - "message": "Personalize como conectar sua Ledger à MetaMask. Recomenda-se utilizar $1, mas há outras opções. Leia mais aqui: $2", + "message": "Personalize como conectar sua Ledger à AptosMask. Recomenda-se utilizar $1, mas há outras opções. Leia mais aqui: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1503,13 +1503,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Aplicativo Ledger Live" }, "ledgerLocked": { - "message": "Não é possível conectar ao dispositivo Ledger. Certifique-se de que seu dispositivo esteja desbloqueado e que o aplicativo Ethereum esteja aberto." + "message": "Não é possível conectar ao dispositivo Ledger. Certifique-se de que seu dispositivo esteja desbloqueado e que o aplicativo Aptos esteja aberto." }, "ledgerTimeout": { "message": "O Ledger Live está demorando muito para responder ou a conexão expirou. Certifique-se de que o aplicativo do Ledger Live esteja aberto e que seu dispositivo esteja desbloqueado." @@ -1600,7 +1600,7 @@ "message": "Mensagem" }, "metaMaskConnectStatusParagraphOne": { - "message": "Agora você tem mais controle sobre as conexões da sua conta na MetaMask." + "message": "Agora você tem mais controle sobre as conexões da sua conta na AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Clique para gerenciar suas contas conectadas." @@ -1609,13 +1609,13 @@ "message": "O botão de status da conexão mostra se o website que você está visitando está conectado à conta selecionada no momento." }, "metamaskDescription": { - "message": "Conectando você ao Ethereum e à web descentralizada." + "message": "Conectando você ao Aptos e à web descentralizada." }, "metamaskSwapsOfflineDescription": { - "message": "O MetaMask Swaps está em manutenção. Verifique novamente mais tarde." + "message": "O AptosMask Swaps está em manutenção. Verifique novamente mais tarde." }, "metamaskVersion": { - "message": "Versão da MetaMask" + "message": "Versão da AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Sempre permitirá que você se exclua por meio das Configurações" @@ -1628,7 +1628,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "A MetaMask..." + "message": "A AptosMask..." }, "metametricsCommitmentsNeverCollect": { "message": "Nunca coletarão chaves, endereços, transações, saldos, hashes ou qualquer informação pessoal" @@ -1655,16 +1655,16 @@ "message": "Enviarão eventos anonimizados de cliques e visualização de página" }, "metametricsHelpImproveMetaMask": { - "message": "Ajude-nos a melhorar a MetaMask" + "message": "Ajude-nos a melhorar a AptosMask" }, "metametricsOptInDescription": { - "message": "A MetaMask gostaria de reunir dados de uso para entender melhor como nossos usuários interagem com a extensão. Esses dados serão usados para melhorar continuamente a usabilidade e a experiência do usuário com o nosso produto e o ecossistema do Ethereum." + "message": "A AptosMask gostaria de reunir dados de uso para entender melhor como nossos usuários interagem com a extensão. Esses dados serão usados para melhorar continuamente a usabilidade e a experiência do usuário com o nosso produto e o ecossistema do Ethereum." }, "metametricsOptInDescription2": { "message": "Gostaríamos de reunir dados básicos de utilização para melhorar a usabilidade do nosso produto. Esses indicadores..." }, "metametricsTitle": { - "message": "Junte-se a mais de 6 milhões de usuários para melhorar a MetaMask" + "message": "Junte-se a mais de 6 milhões de usuários para melhorar a AptosMask" }, "mismatchedChain": { "message": "Os detalhes da rede para esse ID da cadeia não correspondem aos dos nossos registros. Recomendamos que você $1 antes de continuar.", @@ -1681,7 +1681,7 @@ "message": "Não está vendo o seu token?" }, "mobileSyncWarning": { - "message": "A funcionalidade \"Sincronizar com a extensão\" está temporariamente desativada. Se você quer usar sua carteira de extensão na MetaMask mobile, então, no seu app mobile: volte às opções de configuração da carteira e selecione a opção \"Importar com frase de recuperação secreta\". Use a frase secreta da sua carteira de extensão para, então, importar a sua carteira no celular." + "message": "A funcionalidade \"Sincronizar com a extensão\" está temporariamente desativada. Se você quer usar sua carteira de extensão na AptosMask mobile, então, no seu app mobile: volte às opções de configuração da carteira e selecione a opção \"Importar com frase de recuperação secreta\". Use a frase secreta da sua carteira de extensão para, então, importar a sua carteira no celular." }, "mustSelectOne": { "message": "Selecione pelo menos 1 token." @@ -1700,7 +1700,7 @@ "message": "Compartilhe seu feedback" }, "needHelpLinkText": { - "message": "Suporte da MetaMask" + "message": "Suporte da AptosMask" }, "needHelpSubmitTicket": { "message": "Envie um chamado" @@ -1794,7 +1794,7 @@ "message": "Novidade! Detecção de NFT" }, "newNFTsDetectedInfo": { - "message": "Autorize que a MetaMask detecte NFTs automaticamente do Opensea e os exiba na sua carteira MetaMask." + "message": "Autorize que a AptosMask detecte NFTs automaticamente do Opensea e os exiba na sua carteira AptosMask." }, "newNetworkAdded": { "message": "“$1” foi adicionado com sucesso!" @@ -1803,7 +1803,7 @@ "message": "Nova senha (no mínimo 8 caracteres)" }, "newToMetaMask": { - "message": "Acabou de chegar à MetaMask?" + "message": "Acabou de chegar à AptosMask?" }, "newTotal": { "message": "Novo total" @@ -1819,7 +1819,7 @@ }, "nextNonceWarning": { "message": "Nonce é maior que o nonce sugerido de $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nfts": { "message": "NFTs" @@ -1879,19 +1879,19 @@ "message": "Não há gás suficiente" }, "notifications1Description": { - "message": "Usuários da MetaMask Mobile agora podem trocar tokens dentro de sua carteira mobile. Leia o QR code para obter o aplicativo para dispositivos móveis e comece a trocar.", + "message": "Usuários da AptosMask Mobile agora podem trocar tokens dentro de sua carteira mobile. Leia o QR code para obter o aplicativo para dispositivos móveis e comece a trocar.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Você já pode fazer trocas em dispositivos móveis!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Ler mais", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Fique ligado nas boas práticas de segurança da MetaMask e obtenha as últimas dicas de segurança com o suporte oficial da MetaMask.", + "message": "Fique ligado nas boas práticas de segurança da AptosMask e obtenha as últimas dicas de segurança com o suporte oficial da AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1903,7 +1903,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Obtenha os melhores preços em trocas de tokens diretamente na sua carteira. Agora a MetaMask conecta você a vários agregadores de exchanges descentralizadas e formadores de mercado profissionais na Binance Smart Chain.", + "message": "Obtenha os melhores preços em trocas de tokens diretamente na sua carteira. Agora a AptosMask conecta você a vários agregadores de exchanges descentralizadas e formadores de mercado profissionais na Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1915,11 +1915,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "A partir da versão 91 do Chrome, a API que permitia nosso suporte ao Ledger (U2F) não é mais compatível com carteiras de hardware. A MetaMask implementou um novo suporte ao Ledger Live que permite continuar conectando o seu dispositivo Ledger por meio do aplicativo de desktop Ledger Live.", + "message": "A partir da versão 91 do Chrome, a API que permitia nosso suporte ao Ledger (U2F) não é mais compatível com carteiras de hardware. A AptosMask implementou um novo suporte ao Ledger Live que permite continuar conectando o seu dispositivo Ledger por meio do aplicativo de desktop Ledger Live.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Ao interagir com a sua conta do Ledger na MetaMask, uma nova aba será aberta, e você será solicitado a abrir o aplicativo Ledger Live. Quando o aplicativo for aberto, você precisará permitir uma conexão do WebSocket com a sua conta da MetaMask. Só isso!", + "message": "Ao interagir com a sua conta do Ledger na AptosMask, uma nova aba será aberta, e você será solicitado a abrir o aplicativo Ledger Live. Quando o aplicativo for aberto, você precisará permitir uma conexão do WebSocket com a sua conta da AptosMask. Só isso!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1931,7 +1931,7 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "A MetaMask v10.1.0 incluiu novo suporte para transações de EIP-1559 ao utilizar dispositivos Ledger.", + "message": "A AptosMask v10.1.0 incluiu novo suporte para transações de EIP-1559 ao utilizar dispositivos Ledger.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { @@ -1947,7 +1947,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "A partir da MetaMask v10.4.0, não é mais necessário o Ledger Live para conectar o seu dispositivo Ledger à MetaMask.", + "message": "A partir da AptosMask v10.4.0, não é mais necessário o Ledger Live para conectar o seu dispositivo Ledger à AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -2004,16 +2004,16 @@ "message": "Clique no ícone da extensão do navegador" }, "onboardingPinExtensionDescription": { - "message": "Fixe a MetaMask no seu navegador de modo que seja acessível e fácil de visualizar as confirmações das transações." + "message": "Fixe a AptosMask no seu navegador de modo que seja acessível e fácil de visualizar as confirmações das transações." }, "onboardingPinExtensionDescription2": { - "message": "Você pode abrir a MetaMask clicando na extensão e acessando a sua carteira com apenas um clique." + "message": "Você pode abrir a AptosMask clicando na extensão e acessando a sua carteira com apenas um clique." }, "onboardingPinExtensionDescription3": { "message": "Clique no ícone da extensão do navegador para acessá-la instantaneamente" }, "onboardingPinExtensionLabel": { - "message": "Fixar a MetaMask" + "message": "Fixar a AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -2022,14 +2022,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Sua instalação da MetaMask está concluída!" + "message": "Sua instalação da AptosMask está concluída!" }, "onboardingReturnNotice": { "message": "\"$1\" fechará esta aba e direcionará de volta para $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "A exibição de transações recebidas na sua carteira depende de comunicação com $1. O Etherscan terá acesso ao seu endereço Ethereum e ao seu endereço IP. Veja $2.", + "message": "A exibição de transações recebidas na sua carteira depende de comunicação com $1. O Etherscan terá acesso ao seu endereço Aptos e ao seu endereço IP. Veja $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2043,8 +2043,8 @@ "message": "Conecte-se somente com sites em que você confia." }, "openFullScreenForLedgerWebHid": { - "message": "Abra a MetaMask em tela cheia para conectar sua ledger por meio do WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Abra a AptosMask em tela cheia para conectar sua ledger por meio do WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Opcional" @@ -2065,7 +2065,7 @@ "message": "Participe do MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Participe do MetaMetrics para nos ajudar a deixar a MetaMask ainda melhor" + "message": "Participe do MetaMetrics para nos ajudar a deixar a AptosMask ainda melhor" }, "password": { "message": "Senha" @@ -2074,10 +2074,10 @@ "message": "A senha não é longa o suficiente" }, "passwordSetupDetails": { - "message": "Essa senha desbloqueará sua carteira MetaMask apenas neste dispositivo. A MetaMask não é capaz de recuperar essa senha." + "message": "Essa senha desbloqueará sua carteira AptosMask apenas neste dispositivo. A AptosMask não é capaz de recuperar essa senha." }, "passwordTermsWarning": { - "message": "Compreendo que a MetaMask não é capaz de recuperar essa senha para mim. $1" + "message": "Compreendo que a AptosMask não é capaz de recuperar essa senha para mim. $1" }, "passwordsDontMatch": { "message": "As senhas são diferentes" @@ -2197,7 +2197,7 @@ "message": "Nunca compartilhe a sua Frase de Recuperação Secreta com ninguém" }, "recoveryPhraseReminderItemTwo": { - "message": "A equipe da MetaMask jamais pedirá sua Frase de Recuperação Secreta" + "message": "A equipe da AptosMask jamais pedirá sua Frase de Recuperação Secreta" }, "recoveryPhraseReminderSubText": { "message": "Sua Frase de Recuperação Secreta controla todas as suas contas." @@ -2375,7 +2375,7 @@ "message": "Caso alguém lhe peça a sua frase de recuperação, essa pessoa provavelmente está tentando dar um golpe em você e roubar os fundos da sua carteira" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Jamais compartilhe a sua Frase de Recuperação Secreta, nem mesmo com a MetaMask!" + "message": "Jamais compartilhe a sua Frase de Recuperação Secreta, nem mesmo com a AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "O que é uma Frase de Recuperação Secreta?" @@ -2414,7 +2414,7 @@ "message": "Selecione uma conta" }, "selectAnAccountAlreadyConnected": { - "message": "Essa conta já foi conectada à MetaMask" + "message": "Essa conta já foi conectada à AptosMask" }, "selectEachPhrase": { "message": "Selecione cada frase para garantir que esteja correta." @@ -2461,7 +2461,7 @@ "message": "Definir configurações avançadas de privacidade" }, "setAdvancedPrivacySettingsDetails": { - "message": "A MetaMask utiliza esses serviços terceirizados de confiança para aumentar a usabilidade e a segurança dos produtos." + "message": "A AptosMask utiliza esses serviços terceirizados de confiança para aumentar a usabilidade e a segurança dos produtos." }, "settings": { "message": "Configurações" @@ -2600,7 +2600,7 @@ "message": "Erro ao recuperar os registros de estado." }, "stateLogFileName": { - "message": "Registros de estado da MetaMask" + "message": "Registros de estado da AptosMask" }, "stateLogs": { "message": "Registros de estado" @@ -2618,7 +2618,7 @@ "message": "Confirme que seu Lattice1 está pronto para se conectar" }, "step1LatticeWalletMsg": { - "message": "Você pode conectar a MetaMask ao seu dispositivo Lattice1 quando ele estiver configurado e online. Desbloqueie seu dispositivo e tenha o ID do seu dispositivo em mãos. Para saber mais sobre como usar carteiras de hardware, $1", + "message": "Você pode conectar a AptosMask ao seu dispositivo Lattice1 quando ele estiver configurado e online. Desbloqueie seu dispositivo e tenha o ID do seu dispositivo em mãos. Para saber mais sobre como usar carteiras de hardware, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2696,7 +2696,7 @@ "message": "Confirme com sua carteira de hardware" }, "swapContractDataDisabledErrorDescription": { - "message": "No aplicativo do Ethereum em seu Ledger, vá para \"Configurações\" e habilite os dados do contrato. Em seguida, tente sua troca novamente." + "message": "No aplicativo do Aptos em seu Ledger, vá para \"Configurações\" e habilite os dados do contrato. Em seguida, tente sua troca novamente." }, "swapContractDataDisabledErrorTitle": { "message": "Os dados do contrato não estão habilitados em seu Ledger" @@ -2714,7 +2714,7 @@ "message": "Editar limite" }, "swapEnableDescription": { - "message": "Isso é obrigatório e dá à MetaMask permissão para trocar o seu $1.", + "message": "Isso é obrigatório e dá à AptosMask permissão para trocar o seu $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2760,14 +2760,14 @@ "message": "As taxas de gás da tela anterior estão divididas entre essas duas transações." }, "swapGasFeesSummary": { - "message": "As taxas de gás são pagas aos mineradores de criptoativos que processam as transações na rede de $1. A MetaMask não lucra com taxas de gás.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "As taxas de gás são pagas aos mineradores de criptoativos que processam as transações na rede de $1. A AptosMask não lucra com taxas de gás.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "O valor de slippage está muito alto." }, "swapIncludesMMFee": { - "message": "Inclui uma taxa de $1% da MetaMask.", + "message": "Inclui uma taxa de $1% da AptosMask.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2777,7 +2777,7 @@ "message": "Slippage máximo" }, "swapMetaMaskFee": { - "message": "Taxa da MetaMask" + "message": "Taxa da AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Encontramos o melhor preço das principais fontes de liquidez – todas as vezes. Uma taxa de $1% é automaticamente incorporada nessa cotação.", @@ -2960,7 +2960,7 @@ "message": "Ver na atividade" }, "switchEthereumChainConfirmationDescription": { - "message": "Isso mudará a rede selecionada dentro da MetaMask para uma rede adicionada anteriormente:" + "message": "Isso mudará a rede selecionada dentro da AptosMask para uma rede adicionada anteriormente:" }, "switchEthereumChainConfirmationTitle": { "message": "Permitir que esse site troque a rede?" @@ -2996,16 +2996,16 @@ "message": "Ao escanear esse código, verifique se não há mais ninguém olhando para a sua tela" }, "syncWithMobileComplete": { - "message": "Seus dados foram sincronizados. Curta o app da MetaMask para dispositivos móveis!" + "message": "Seus dados foram sincronizados. Curta o app da AptosMask para dispositivos móveis!" }, "syncWithMobileDesc": { - "message": "Você pode sincronizar suas contas e informações com o seu dispositivo móvel. Abra o aplicativo da MetaMask para dispositivos móveis, acesse \"Configurações\" e toque em \"Sincronizar pela extensão do navegador\"" + "message": "Você pode sincronizar suas contas e informações com o seu dispositivo móvel. Abra o aplicativo da AptosMask para dispositivos móveis, acesse \"Configurações\" e toque em \"Sincronizar pela extensão do navegador\"" }, "syncWithMobileDescNewUsers": { - "message": "Se você tiver acabado de abrir o app da MetaMask para dispositivos móveis pela primeira vez, basta seguir as etapas no seu telefone." + "message": "Se você tiver acabado de abrir o app da AptosMask para dispositivos móveis pela primeira vez, basta seguir as etapas no seu telefone." }, "syncWithMobileScanThisCode": { - "message": "Escaneie esse código com seu app da MetaMask para dispositivos móveis" + "message": "Escaneie esse código com seu app da AptosMask para dispositivos móveis" }, "syncWithMobileTitle": { "message": "Sincronizar com dispositivo móvel" @@ -3064,7 +3064,7 @@ "message": "A casa decimal do token é necessária." }, "tokenDetectionAnnouncement": { - "message": "Novidade! A detecção aprimorada de token está disponível na Mainnet do Ethereum como uma funcionalidade experimental. $1" + "message": "Novidade! A detecção aprimorada de token está disponível na Mainnet do Aptos como uma funcionalidade experimental. $1" }, "tokenId": { "message": "ID do token" @@ -3109,7 +3109,7 @@ "message": "Site sugerido" }, "transactionDetailDappGasTooltip": { - "message": "Edite para usar a taxa de gás recomendada pela MetaMask com base no bloco mais recente." + "message": "Edite para usar a taxa de gás recomendada pela AptosMask com base no bloco mais recente." }, "transactionDetailGasHeading": { "message": "Taxa de gás estimada" @@ -3124,7 +3124,7 @@ "message": "As taxas de gás são determinadas pela rede e oscilam com base no tráfego da rede e na complexidade da transação." }, "transactionDetailGasTooltipIntro": { - "message": "As taxas de gás são pagas aos mineradores de criptoativos que processam as transações na rede de $1. A MetaMask não lucra com taxas de gás." + "message": "As taxas de gás são pagas aos mineradores de criptoativos que processam as transações na rede de $1. A AptosMask não lucra com taxas de gás." }, "transactionDetailGasTotalSubtitle": { "message": "Valor + taxa de gás" @@ -3216,11 +3216,11 @@ "message": "As informações sobre transações não são suportadas para esse contrato, por ora." }, "typePassword": { - "message": "Digite sua senha da MetaMask" + "message": "Digite sua senha da AptosMask" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Não aprovado" @@ -3289,7 +3289,7 @@ "message": "Usar detecção de tokens" }, "useTokenDetectionDescription": { - "message": "Utilizamos APIs terceirizadas para detectar e exibir novos tokens enviados à sua carteira. Desative essa opção se não deseja que a MetaMask extraia dados desses serviços." + "message": "Utilizamos APIs terceirizadas para detectar e exibir novos tokens enviados à sua carteira. Desative essa opção se não deseja que a AptosMask extraia dados desses serviços." }, "usedByClients": { "message": "Usado por diversos clientes diferentes" @@ -3352,10 +3352,10 @@ "message": "Você protegeu sua carteira com sucesso. Guarde sua Frase de Recuperação Secreta em segredo e em segurança — é sua responsabilidade!" }, "walletCreationSuccessReminder1": { - "message": "A MetaMask não é capaz de recuperar sua Frase de Recuperação Secreta." + "message": "A AptosMask não é capaz de recuperar sua Frase de Recuperação Secreta." }, "walletCreationSuccessReminder2": { - "message": "A equipe da MetaMask jamais pedirá sua Frase de Recuperação Secreta." + "message": "A equipe da AptosMask jamais pedirá sua Frase de Recuperação Secreta." }, "walletCreationSuccessReminder3": { "message": "$1 com ninguém, senão seus fundos poderão ser roubados", @@ -3377,7 +3377,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Bem-vindo(a) à MetaMask" + "message": "Bem-vindo(a) à AptosMask" }, "welcomeBack": { "message": "Bem-vindo(a) novamente!" @@ -3389,7 +3389,7 @@ "message": "Explore aplicativos descentralizados" }, "welcomeLoginDescription": { - "message": "Use a sua MetaMask para fazer login em aplicativos descentralizados, sem necessidade de cadastro." + "message": "Use a sua AptosMask para fazer login em aplicativos descentralizados, sem necessidade de cadastro." }, "welcomeLoginTitle": { "message": "Diga olá à sua carteira" @@ -3398,11 +3398,11 @@ "message": "Vamos começar" }, "welcomeToMetaMaskIntro": { - "message": "Aprovada por milhões de pessoas, a MetaMask é uma carteira segura que torna o mundo da web3 acessível para todos." + "message": "Aprovada por milhões de pessoas, a AptosMask é uma carteira segura que torna o mundo da web3 acessível para todos." }, "whatsNew": { "message": "Novidades", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "O que é isso?" diff --git a/app/_locales/pt_PT/messages.json b/app/_locales/pt_PT/messages.json index ee36b7cf3b..6be0e8e77c 100644 --- a/app/_locales/pt_PT/messages.json +++ b/app/_locales/pt_PT/messages.json @@ -20,7 +20,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "back": { diff --git a/app/_locales/ro/messages.json b/app/_locales/ro/messages.json index 6a713b76bc..79ec7358fe 100644 --- a/app/_locales/ro/messages.json +++ b/app/_locales/ro/messages.json @@ -33,7 +33,7 @@ "message": "jurnal activitate" }, "addAcquiredTokens": { - "message": "Adăugați token-urile pe care le-ați achiziționat folosind MetaMask" + "message": "Adăugați token-urile pe care le-ați achiziționat folosind AptosMask" }, "addAlias": { "message": "Adăugare alias" @@ -63,7 +63,7 @@ "message": "Sumă" }, "appDescription": { - "message": "Un portofel Ethereum în browserul dvs.", + "message": "Un portofel Aptos în browserul dvs.", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Temporizator deconectare automată (minute)" }, "autoLockTimeLimitDescription": { - "message": "Setați perioada de inactivitate în minute înainte ca MetaMask să se deconecteze automat" + "message": "Setați perioada de inactivitate în minute înainte ca AptosMask să se deconecteze automat" }, "average": { "message": "Mediu" @@ -115,7 +115,7 @@ "message": "Înapoi la toate" }, "backupApprovalInfo": { - "message": "Acest cod secret este necesar pentru recuperarea portofelului în cazul în care pierdeți dispozitivul, uitați parola, trebuie să reinstalați MetaMask sau vreți să accesați portofelul de pe alt dispozitiv." + "message": "Acest cod secret este necesar pentru recuperarea portofelului în cazul în care pierdeți dispozitivul, uitați parola, trebuie să reinstalați AptosMask sau vreți să accesați portofelul de pe alt dispozitiv." }, "backupApprovalNotice": { "message": "Creați o copie de rezervă a codului de recuperare secret pentru a vă menține portofelul și fondurile în siguranță." @@ -146,7 +146,7 @@ "message": "Cumpărați ETH cu Wyre" }, "buyWithWyreDescription": { - "message": "Wyre vă permite să folosiți un card de credit pentru a depune ETH direct în contul dvs. MetaMask." + "message": "Wyre vă permite să folosiți un card de credit pentru a depune ETH direct în contul dvs. AptosMask." }, "bytes": { "message": "Octeți" @@ -164,7 +164,7 @@ "message": "ID lanț" }, "chromeRequiredForHardwareWallets": { - "message": "Trebuie să folosiți MetaMask în Google Chrome pentru a vă conecta la portofelul hardware." + "message": "Trebuie să folosiți AptosMask în Google Chrome pentru a vă conecta la portofelul hardware." }, "clickToRevealSeed": { "message": "Faceți clic aici pentru a arăta cuvintele secrete" @@ -203,7 +203,7 @@ "message": "Se conectează la rețeaua de test Kovan" }, "connectingToMainnet": { - "message": "Se conectează la rețeaua Ethereum principală" + "message": "Se conectează la rețeaua Aptos principală" }, "connectingToRinkeby": { "message": "Se conectează la Rețeaua de test Rinkeby" @@ -323,19 +323,19 @@ "message": "Nu comunicați niciodată fraza cuiva." }, "endOfFlowMessage5": { - "message": "Aveți grijă la phishing! MetaMask nu vă va cere niciodată în mod spontan expresia sursă." + "message": "Aveți grijă la phishing! AptosMask nu vă va cere niciodată în mod spontan expresia sursă." }, "endOfFlowMessage6": { "message": "Dacă trebuie să vă salvați din nou fraza seed, puteți să o găsiți în Setări -> Securitate." }, "endOfFlowMessage8": { - "message": "MetaMask nu vă poate recupera expresia sursă. Aflați mai multe." + "message": "AptosMask nu vă poate recupera expresia sursă. Aflați mai multe." }, "endOfFlowMessage9": { "message": "Aflați mai multe." }, "ensNotFoundOnCurrentNetwork": { - "message": "Numele ENS nu s-a găsit pe rețeaua curentă. Încercați să comutați la Rețeaua Ethereum principală." + "message": "Numele ENS nu s-a găsit pe rețeaua curentă. Încercați să comutați la Rețeaua Aptos principală." }, "ensRegistrationError": { "message": "Eroare la înregistrarea numelui ENS" @@ -427,7 +427,7 @@ "message": "Conectați un portofel hardware" }, "hardwareWalletsMsg": { - "message": "Selectați un portofel hardware pe care doriți să îl folosiți cu MetaMask" + "message": "Selectați un portofel hardware pe care doriți să îl folosiți cu AptosMask" }, "here": { "message": "aici", @@ -453,7 +453,7 @@ "message": "Importare cont" }, "importAccountMsg": { - "message": "Conturile importate nu vor fi asociate cu seedphrase-ul contului dumneavoastră MetaMask creat inițial. Aflați mai multe despre conturile importate" + "message": "Conturile importate nu vor fi asociate cu seedphrase-ul contului dumneavoastră AptosMask creat inițial. Aflați mai multe despre conturile importate" }, "importAccountSeedPhrase": { "message": "Importați un cont cu fraza seed" @@ -536,7 +536,7 @@ "message": "Deconectați-vă" }, "mainnet": { - "message": "Rețeaua Ethereum principală" + "message": "Rețeaua Aptos principală" }, "max": { "message": "Maximum" @@ -551,10 +551,10 @@ "message": "Mesaj" }, "metamaskDescription": { - "message": "Vă conectăm la Ethereum și la Internetul descentralizat." + "message": "Vă conectăm la Aptos și la Internetul descentralizat." }, "metamaskVersion": { - "message": "Versiune MetaMask" + "message": "Versiune AptosMask" }, "mustSelectOne": { "message": "Trebuie să selectați cel puțin 1 simbol." @@ -598,7 +598,7 @@ "message": "Parola Nouă (minimum 8 caractere)" }, "newToMetaMask": { - "message": "Nefamiliarizat cu MetaMask?" + "message": "Nefamiliarizat cu AptosMask?" }, "newTotal": { "message": "Total nou" @@ -652,7 +652,7 @@ "message": "Participați la MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Alăturați-vă MetaMetrics pentru a ne ajuta să îmbunătățim MetaMask." + "message": "Alăturați-vă MetaMetrics pentru a ne ajuta să îmbunătățim AptosMask." }, "password": { "message": "Parolă" @@ -924,16 +924,16 @@ "message": "Asigurați-vă că nimeni altcineva nu poate vedea ecranul dvs. când scanați acest cod" }, "syncWithMobileComplete": { - "message": "Datele dvs. au fost sincronizate cu succes. Bucurați-vă de aplicația mobilă MetaMask!" + "message": "Datele dvs. au fost sincronizate cu succes. Bucurați-vă de aplicația mobilă AptosMask!" }, "syncWithMobileDesc": { - "message": "Vă puteți sincroniza conturile și informațiile cu dispozitivul dvs. mobil. Deschideți aplicația mobilă MetaMask, mergeți la „Setări” și atingeți „Sincronizare de la extensia de browser”" + "message": "Vă puteți sincroniza conturile și informațiile cu dispozitivul dvs. mobil. Deschideți aplicația mobilă AptosMask, mergeți la „Setări” și atingeți „Sincronizare de la extensia de browser”" }, "syncWithMobileDescNewUsers": { - "message": "Dacă deschideți aplicația pentru mobil MetaMask pentru prima oară, urmați pașii afișați pe telefonul dvs." + "message": "Dacă deschideți aplicația pentru mobil AptosMask pentru prima oară, urmați pașii afișați pe telefonul dvs." }, "syncWithMobileScanThisCode": { - "message": "Scanați acest cod folosind aplicația dvs. mobilă MetaMask" + "message": "Scanați acest cod folosind aplicația dvs. mobilă AptosMask" }, "syncWithMobileTitle": { "message": "Sincronizați cu mobilul" @@ -1018,7 +1018,7 @@ "message": "Încearcă din nou" }, "typePassword": { - "message": "Scrieți parola dvs. pentru MetaMask" + "message": "Scrieți parola dvs. pentru AptosMask" }, "unapproved": { "message": "Neaprobat" @@ -1069,7 +1069,7 @@ "message": "Accesați site-ul nostru" }, "welcome": { - "message": "Bun venit la MetaMask" + "message": "Bun venit la AptosMask" }, "welcomeBack": { "message": "Bine ai revenit!" diff --git a/app/_locales/ru/messages.json b/app/_locales/ru/messages.json index 381da9e6e0..af2e64eafe 100644 --- a/app/_locales/ru/messages.json +++ b/app/_locales/ru/messages.json @@ -99,7 +99,7 @@ "message": "Добавить ник" }, "addAcquiredTokens": { - "message": "Добавьте токены, которые вы приобрели с помощью MetaMask" + "message": "Добавьте токены, которые вы приобрели с помощью AptosMask" }, "addAlias": { "message": "Добавить псевдоним" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Это позволит использовать эту сеть в MetaMask." + "message": "Это позволит использовать эту сеть в AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask не проверяет пользовательские сети." + "message": "AptosMask не проверяет пользовательские сети." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Подробнее о $1.", @@ -224,7 +224,7 @@ "message": "Сумма" }, "appDescription": { - "message": "Кошелек Ethereum в вашем браузере", + "message": "Кошелек Aptos в вашем браузере", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Таймер автоблокировки (минуты)" }, "autoLockTimeLimitDescription": { - "message": "Установите время бездействия в минутах, прежде чем MetaMask будет заблокирован." + "message": "Установите время бездействия в минутах, прежде чем AptosMask будет заблокирован." }, "average": { "message": "Средний" @@ -301,7 +301,7 @@ "message": "Назад ко всем" }, "backupApprovalInfo": { - "message": "Этот секретный код необходим для восстановления вашего кошелька в случае, если вы потеряете свое устройство, забудете пароль, вам придется переустановить MetaMask или захотите получить доступ к своему кошельку на другом устройстве." + "message": "Этот секретный код необходим для восстановления вашего кошелька в случае, если вы потеряете свое устройство, забудете пароль, вам придется переустановить AptosMask или захотите получить доступ к своему кошельку на другом устройстве." }, "backupApprovalNotice": { "message": "Сделайте копию своей секретной фразы для восстановления, чтобы обезопасить свой кошелек и средства." @@ -325,7 +325,7 @@ "message": "MetaMask, которому доверяют миллионы, — это безопасный кошелек, предоставляющий всем доступ к миру web3." }, "betaMetamaskDescriptionExplanation": { - "message": "Используйте эту версию для тестирования будущих функций перед их выпуском. Ваше использование и отзывы помогают нам создать лучшую из возможных версий MetaMask. За использование бета-версии MetaMask взимается наша стандартная комиссия $1 и наша комиссия $2. В бета-версии может быть повышенный риск ошибок. Продолжая, вы принимаете и признаете эти риски, а также риски, указанные в наших Условиях и Условиях бета-версии.", + "message": "Используйте эту версию для тестирования будущих функций перед их выпуском. Ваше использование и отзывы помогают нам создать лучшую из возможных версий AptosMask. За использование бета-версии AptosMask взимается наша стандартная комиссия $1 и наша комиссия $2. В бета-версии может быть повышенный риск ошибок. Продолжая, вы принимаете и признаете эти риски, а также риски, указанные в наших Условиях и Условиях бета-версии.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Условия" }, "betaMetamaskVersion": { - "message": "Бета-версия MetaMask" + "message": "Бета-версия AptosMask" }, "betaWelcome": { - "message": "Добро пожаловать в бета-версию MetaMask" + "message": "Добро пожаловать в бета-версию AptosMask" }, "blockExplorerAccountAction": { "message": "Счет", @@ -369,7 +369,7 @@ "message": "Создайте список контактов" }, "builtAroundTheWorld": { - "message": "MetaMask разработан и создан с учетом потребностей мира." + "message": "AptosMask разработан и создан с учетом потребностей мира." }, "busy": { "message": "Занят" @@ -381,7 +381,7 @@ "message": "Купить ETH с помощью Wyre" }, "buyWithWyreDescription": { - "message": "Wyre позволяет использовать дебетовую карту для внесения ETH прямо на ваш счет MetaMask." + "message": "Wyre позволяет использовать дебетовую карту для внесения ETH прямо на ваш счет AptosMask." }, "bytes": { "message": "Байты" @@ -417,7 +417,7 @@ "message": "Этот ID цепочки в настоящее время используется сетью $1." }, "chromeRequiredForHardwareWallets": { - "message": "Вам необходимо использовать MetaMask в Google Chrome, чтобы подключиться к аппаратному кошельку." + "message": "Вам необходимо использовать AptosMask в Google Chrome, чтобы подключиться к аппаратному кошельку." }, "clickToConnectLedgerViaWebHID": { "message": "Нажмите здесь, чтобы подключить свой леджер через WebHID", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Подключиться с помощью MetaMask" + "message": "Подключиться с помощью AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "К этому сайту подключено $1 ваших счета(-ов).", @@ -499,7 +499,7 @@ "message": "К этому сайту подключен 1 ваш счет." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask не подключен к этому сайту. Чтобы подключиться к сайту web3, найдите и нажмите кнопку подключения." + "message": "AptosMask не подключен к этому сайту. Чтобы подключиться к сайту web3, найдите и нажмите кнопку подключения." }, "connectedSites": { "message": "Подключенные сайты" @@ -525,7 +525,7 @@ "message": "Подключение к тестовой сети Kovan..." }, "connectingToMainnet": { - "message": "Подключение к сети Ethereum Mainnet..." + "message": "Подключение к сети Aptos Mainnet..." }, "connectingToRinkeby": { "message": "Подключение к тестовой сети Rinkeby..." @@ -657,7 +657,7 @@ "message": "Данные" }, "dataBackupFoundInfo": { - "message": "Некоторые данные вашего счета были скопированы во время предыдущей установки MetaMask. Они могли включать ваши настройки, контакты и токены. Хотите восстановить эти данные сейчас?" + "message": "Некоторые данные вашего счета были скопированы во время предыдущей установки AptosMask. Они могли включать ваши настройки, контакты и токены. Хотите восстановить эти данные сейчас?" }, "dataHex": { "message": "Шестнадцатиричные" @@ -918,7 +918,7 @@ "message": "Никогда не сообщайте никому эту фразу." }, "endOfFlowMessage5": { - "message": "Остерегайтесь фишинга! MetaMask никогда неожиданно не запросит вашу секретную фразу для восстановления." + "message": "Остерегайтесь фишинга! AptosMask никогда неожиданно не запросит вашу секретную фразу для восстановления." }, "endOfFlowMessage6": { "message": "Если вам нужно снова создать резервную копию секретной фразы для восстановления, вы можете найти эту функцию в разделе «Настройки» -> «Безопасность»." @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "Просто помните, что MetaMask не может восстановить секретную фразу для восстановления." + "message": "Просто помните, что AptosMask не может восстановить секретную фразу для восстановления." }, "endOfFlowMessage9": { "message": "Узнайте подробнее." @@ -941,7 +941,7 @@ "message": "Недопустимый символ для ENS." }, "ensNotFoundOnCurrentNetwork": { - "message": "Имя ENS не найдено в текущей сети. Попробуйте переключиться на сеть Ethereum Mainnet." + "message": "Имя ENS не найдено в текущей сети. Попробуйте переключиться на сеть Aptos Mainnet." }, "ensNotSupportedOnNetwork": { "message": "Сеть не поддерживает ENS" @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask обнаружил ошибку", + "message": "AptosMask обнаружил ошибку", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "Подключить аппаратный кошелек" }, "hardwareWalletsMsg": { - "message": "Выберите аппаратный кошелек, который хотите использовать с MetaMask." + "message": "Выберите аппаратный кошелек, который хотите использовать с AptosMask." }, "here": { "message": "здесь", @@ -1277,7 +1277,7 @@ "message": "импортировать с использованием секретной фразы для восстановления" }, "importAccountMsg": { - "message": "Импортированные счета не будут связаны с секретной фразой для восстановления вашего изначально созданного счета MetaMask. Узнайте больше об импортированных счетах" + "message": "Импортированные счета не будут связаны с секретной фразой для восстановления вашего изначально созданного счета AptosMask. Узнайте больше об импортированных счетах" }, "importAccountSeedPhrase": { "message": "Импорт кошелька с помощью секретной фразы для восстановления" @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask не удалось подключиться к хосту блокчейна. Узнать возможные причины можно $1.", + "message": "AptosMask не удалось подключиться к хосту блокчейна. Узнать возможные причины можно $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1462,7 +1462,7 @@ "message": "Откройте и разблокируйте приложение Ledger Live" }, "ledgerConnectionPreferenceDescription": { - "message": "Настройте подключение леджера к MetaMask. Рекомендуется $1, но возможны и другие варианты. См. подробнее здесь: $2", + "message": "Настройте подключение леджера к AptosMask. Рекомендуется $1, но возможны и другие варианты. См. подробнее здесь: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,13 +1470,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "приложение Ledger Live" }, "ledgerLocked": { - "message": "Не удалось подключиться к леджеру. Убедитесь, что устройство разблокировано и приложение Ethereum открыто." + "message": "Не удалось подключиться к леджеру. Убедитесь, что устройство разблокировано и приложение Aptos открыто." }, "ledgerTimeout": { "message": "Ledger Live слишком долго не отвечает, или время ожидания подключения истекло. Убедитесь, что приложение Ledger Live открыто и устройство разблокировано." @@ -1532,7 +1532,7 @@ "message": "Последующие транзакции будут помещены в очередь после этой. Последний раз эту цену видели некоторое время назад." }, "mainnet": { - "message": "Сеть Ethereum Mainnet" + "message": "Сеть Aptos Mainnet" }, "makeAnotherSwap": { "message": "Создать новый обмен" @@ -1570,7 +1570,7 @@ "message": "Сообщение" }, "metaMaskConnectStatusParagraphOne": { - "message": "Теперь у вас больше возможностей контроля за подключениями счетов в MetaMask." + "message": "Теперь у вас больше возможностей контроля за подключениями счетов в AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Нажмите на него, чтобы управлять подключенными счетами." @@ -1579,13 +1579,13 @@ "message": "Кнопка статуса подключения показывает, подключен ли посещаемый вами веб-сайт, к выбранному вами в настоящее время счету." }, "metamaskDescription": { - "message": "Подключение вас к Ethereum и децентрализованной сети..." + "message": "Подключение вас к Aptos и децентрализованной сети..." }, "metamaskSwapsOfflineDescription": { - "message": "Сервис обмена MetaMask на техобслуживании. Зайдите позже." + "message": "Сервис обмена AptosMask на техобслуживании. Зайдите позже." }, "metamaskVersion": { - "message": "Версия MetaMask" + "message": "Версия AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Всегда разрешать вам отказываться в Настройках" @@ -1625,16 +1625,16 @@ "message": "Отправлять анонимизированные события кликов и просмотров страниц" }, "metametricsHelpImproveMetaMask": { - "message": "Помогите нам улучшить MetaMask" + "message": "Помогите нам улучшить AptosMask" }, "metametricsOptInDescription": { - "message": "MetaMask хотел бы собрать основные данные об использовании, чтобы лучше понять, как наши пользователи взаимодействуют с расширением. Эти данные будут использоваться для постоянного повышения удобства и улучшения впечатлений от использования нашего продукта и экосистемы Ethereum." + "message": "AptosMask хотел бы собрать основные данные об использовании, чтобы лучше понять, как наши пользователи взаимодействуют с расширением. Эти данные будут использоваться для постоянного повышения удобства и улучшения впечатлений от использования нашего продукта и экосистемы Ethereum." }, "metametricsOptInDescription2": { "message": "Мы хотели бы получить базовые данные об использовании, чтобы повысить удобство использования нашего продукта. Эти показатели будут..." }, "metametricsTitle": { - "message": "Присоединяйтесь к более чем 6 млн пользователей, чтобы улучшить MetaMask" + "message": "Присоединяйтесь к более чем 6 млн пользователей, чтобы улучшить AptosMask" }, "mismatchedChain": { "message": "Сведения о сети для этого ID цепочки не совпадают с указанными в записях. Мы рекомендуем $1 до того, как продолжить.", @@ -1651,7 +1651,7 @@ "message": "Не видите свой токен?" }, "mobileSyncWarning": { - "message": "Функция «Синхронизация с расширением» временно отключена. Если вы хотите использовать свой кошелек из расширения браузера в мобильной версии MetaMask, тогда в мобильном приложении вернитесь к параметрам настройки кошелька и выберите параметр «Импортировать с помощью секретной фразы для восстановления». Используйте секретную фразу своего кошелька из расширения, чтобы импортировать кошелек на мобильное устройство." + "message": "Функция «Синхронизация с расширением» временно отключена. Если вы хотите использовать свой кошелек из расширения браузера в мобильной версии AptosMask, тогда в мобильном приложении вернитесь к параметрам настройки кошелька и выберите параметр «Импортировать с помощью секретной фразы для восстановления». Используйте секретную фразу своего кошелька из расширения, чтобы импортировать кошелек на мобильное устройство." }, "mustSelectOne": { "message": "Необходимо выбрать хотя бы 1 токен." @@ -1670,7 +1670,7 @@ "message": "Оставьте отзыв" }, "needHelpLinkText": { - "message": "службу поддержки MetaMask" + "message": "службу поддержки AptosMask" }, "needHelpSubmitTicket": { "message": "Отправить запрос о поддержке" @@ -1761,7 +1761,7 @@ "message": "Новинка! Обнаружение NFT" }, "newNFTsDetectedInfo": { - "message": "Разрешите MetaMask автоматически обнаруживать NFT из Opensea и отображать их в вашем кошельке MetaMask." + "message": "Разрешите AptosMask автоматически обнаруживать NFT из Opensea и отображать их в вашем кошельке AptosMask." }, "newNetworkAdded": { "message": "«$1» успешно добавлен!" @@ -1770,7 +1770,7 @@ "message": "Новый пароль (мин. 8 знаков)" }, "newToMetaMask": { - "message": "Впервые в MetaMask?" + "message": "Впервые в AptosMask?" }, "newTotal": { "message": "Новая общая сумма" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Одноразовый номер больше, чем предложенный одноразовый номер $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Введите ид. коллекционного актива" @@ -1849,19 +1849,19 @@ "message": "Недостаточно газа" }, "notifications1Description": { - "message": "Теперь пользователи MetaMask Mobile могут обменивать токены в своем мобильном кошельке. Отсканируйте QR-код, чтобы скачать мобильное приложение и начать обмен.", + "message": "Теперь пользователи AptosMask Mobile могут обменивать токены в своем мобильном кошельке. Отсканируйте QR-код, чтобы скачать мобильное приложение и начать обмен.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Обмен на мобильном устройстве уже доступен!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Подробнее", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Ознакомьтесь с методами безопасной работы в MetaMask и актуальными советами по безопасности на официальном сайте поддержки MetaMask.", + "message": "Ознакомьтесь с методами безопасной работы в AptosMask и актуальными советами по безопасности на официальном сайте поддержки AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Получайте лучшие ценовые предложения на обмен токенов прямо в своем кошельке. Теперь через MetaMask можно взаимодействовать с несколькими децентрализованными агрегаторами обмена и профессиональными маркет-мейкерами в Binance Smart Chain.", + "message": "Получайте лучшие ценовые предложения на обмен токенов прямо в своем кошельке. Теперь через AptosMask можно взаимодействовать с несколькими децентрализованными агрегаторами обмена и профессиональными маркет-мейкерами в Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Начиная с Chrome версии 91, API, обеспечивавший нашу поддержку леджеров (U2F), больше не поддерживают аппаратные кошельки . Компания MetaMask реализовала новую поддержку Ledger Live, которая позволяет по-прежнему подключаться к леджеру через приложение Ledger Live для ПК.", + "message": "Начиная с Chrome версии 91, API, обеспечивавший нашу поддержку леджеров (U2F), больше не поддерживают аппаратные кошельки . Компания AptosMask реализовала новую поддержку Ledger Live, которая позволяет по-прежнему подключаться к леджеру через приложение Ledger Live для ПК.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "При использовании счета вашего леджера в MetaMask откроется новая вкладка,и будет предложено открыть приложение Ledger Live. Когда приложение откроется, вы увидите запрос разрешения на WebSocket-соединение с вашим счетом MetaMask. Вот и все!", + "message": "При использовании счета вашего леджера в AptosMask откроется новая вкладка,и будет предложено открыть приложение Ledger Live. Когда приложение откроется, вы увидите запрос разрешения на WebSocket-соединение с вашим счетом AptosMask. Вот и все!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,11 +1901,11 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0 включает новую поддержку транзакций EIP-1559 при использовании леджеров.", + "message": "AptosMask v10.1.0 включает новую поддержку транзакций EIP-1559 при использовании леджеров.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "Перед выполнением транзакций в сети Ethereum Mainnet убедитесь, что в вашем леджере установлена последняя версия прошивки.", + "message": "Перед выполнением транзакций в сети Aptos Mainnet убедитесь, что в вашем леджере установлена последняя версия прошивки.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "Начиная с версии MetaMask 10.4.0, вам больше не требуется Ledger Live для подключения леджера к MetaMask.", + "message": "Начиная с версии AptosMask 10.4.0, вам больше не требуется Ledger Live для подключения леджера к AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "Нажмите на значок расширения браузера" }, "onboardingPinExtensionDescription": { - "message": "Закрепите расширение MetaMask в браузере для его постоянной доступности и легкого просмотра подтверждений транзакций." + "message": "Закрепите расширение AptosMask в браузере для его постоянной доступности и легкого просмотра подтверждений транзакций." }, "onboardingPinExtensionDescription2": { - "message": "Вы можете открыть MetaMask, нажав на расширение, и получить доступ к своему кошельку одним щелчком мыши." + "message": "Вы можете открыть AptosMask, нажав на расширение, и получить доступ к своему кошельку одним щелчком мыши." }, "onboardingPinExtensionDescription3": { "message": "Нажмите на значок расширения браузера для мгновенного перехода к нему" }, "onboardingPinExtensionLabel": { - "message": "Закрепить MetaMask" + "message": "Закрепить AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Установка MetaMask завершена!" + "message": "Установка AptosMask завершена!" }, "onboardingReturnNotice": { "message": "Кнопка «$1» закрывает эту вкладку и возвращает на сайт $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Отображение входящих транзакций в вашем кошельке зависит от связи с $1. Etherscan получит доступ к вашему адресу Ethereum и вашему IP-адресу. Посмотрите $2.", + "message": "Отображение входящих транзакций в вашем кошельке зависит от связи с $1. Etherscan получит доступ к вашему адресу Aptos и вашему IP-адресу. Посмотрите $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "Подключайтесь только к сайтам, которым доверяете." }, "openFullScreenForLedgerWebHid": { - "message": "Откройте MetaMask в полноэкранном режиме, чтобы подключить свой леджер через WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Откройте AptosMask в полноэкранном режиме, чтобы подключить свой леджер через WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Необязательно" @@ -2044,10 +2044,10 @@ "message": "Пароль недостаточно длинный" }, "passwordSetupDetails": { - "message": "Этот пароль разблокирует ваш кошелек MetaMask только на этом устройстве. MetaMask не может восстановить этот пароль." + "message": "Этот пароль разблокирует ваш кошелек AptosMask только на этом устройстве. AptosMask не может восстановить этот пароль." }, "passwordTermsWarning": { - "message": "Я понимаю, что MetaMask не может восстановить этот пароль для меня. $1" + "message": "Я понимаю, что AptosMask не может восстановить этот пароль для меня. $1" }, "passwordsDontMatch": { "message": "Пароли не совпадают" @@ -2167,7 +2167,7 @@ "message": "Никогда никому не сообщайте никому свою секретную фразу для восстановления." }, "recoveryPhraseReminderItemTwo": { - "message": "Команда MetaMask никогда неожиданно не запросит вашу секретную фразу для восстановления" + "message": "Команда AptosMask никогда неожиданно не запросит вашу секретную фразу для восстановления" }, "recoveryPhraseReminderSubText": { "message": "Ваша секретная фраза для восстановления контролирует все ваши счета." @@ -2342,7 +2342,7 @@ "message": "Если кто-то просит вас сообщить фразу для восстановления, этот человек, скорее всего, пытается вас обмануть и похитить деньги из вашего кошелька." }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Никогда не сообщайте секретную фразу для восстановления никому, даже сотрудникам MetaMask!" + "message": "Никогда не сообщайте секретную фразу для восстановления никому, даже сотрудникам AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Что такое секретная фраза для восстановления?" @@ -2381,7 +2381,7 @@ "message": "Выберите счет" }, "selectAnAccountAlreadyConnected": { - "message": "Этот счет уже подключен к MetaMask" + "message": "Этот счет уже подключен к AptosMask" }, "selectEachPhrase": { "message": "Выберите каждую фразу, чтобы убедиться, что она верна." @@ -2425,7 +2425,7 @@ "message": "Задать дополнительные настройки конфиденциальности" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask использует эти доверенные сторонние сервисы для повышения удобства использования и безопасности продукта." + "message": "AptosMask использует эти доверенные сторонние сервисы для повышения удобства использования и безопасности продукта." }, "settings": { "message": "Настройки" @@ -2564,7 +2564,7 @@ "message": "Ошибка при получении журналов состояния." }, "stateLogFileName": { - "message": "Журналы состояния MetaMask" + "message": "Журналы состояния AptosMask" }, "stateLogs": { "message": "Журналы состояний" @@ -2582,7 +2582,7 @@ "message": "Убедитесь, что Lattice1 готово к подключению" }, "step1LatticeWalletMsg": { - "message": "Вы можете подключить MetaMask к своему устройству Lattice1, как только оно будет настроено и подключено к сети. Разблокируйте устройство и подготовьте свой идентификатор устройства. Подробнее об использовании аппаратных кошельков: $1", + "message": "Вы можете подключить AptosMask к своему устройству Lattice1, как только оно будет настроено и подключено к сети. Разблокируйте устройство и подготовьте свой идентификатор устройства. Подробнее об использовании аппаратных кошельков: $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2660,7 +2660,7 @@ "message": "Подтвердите с помощью аппаратного кошелька" }, "swapContractDataDisabledErrorDescription": { - "message": "В приложении Ethereum на леджере перейдите в раздел «Настройки» и разрешите использование данных о контракте. Затем попробуйте повторить обмен." + "message": "В приложении Aptos на леджере перейдите в раздел «Настройки» и разрешите использование данных о контракте. Затем попробуйте повторить обмен." }, "swapContractDataDisabledErrorTitle": { "message": "На леджере не включены данные о контракте" @@ -2678,7 +2678,7 @@ "message": "Изменить лимит" }, "swapEnableDescription": { - "message": "Это необходимо и дает MetaMask разрешение на обмен вашего $1.", + "message": "Это необходимо и дает AptosMask разрешение на обмен вашего $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "Плата за газ, указанная на предыдущем экране, распределяется между этими двумя транзакциями." }, "swapGasFeesSummary": { - "message": "Плата за газ переводится майнерам, которые обрабатывают транзакции в сети $1. MetaMask не получает прибыли от платы за газ.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Плата за газ переводится майнерам, которые обрабатывают транзакции в сети $1. AptosMask не получает прибыли от платы за газ.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Сумма проскальзывания очень велика." }, "swapIncludesMMFee": { - "message": "Включает комиссию MetaMask в размере $1%.", + "message": "Включает комиссию AptosMask в размере $1%.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "Максимальное проскальзывание" }, "swapMetaMaskFee": { - "message": "Комиссия MetaMask" + "message": "Комиссия AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Мы всегда находим лучшую цену из лучших источников ликвидности. В эту котировку автоматически включается комиссия в размере $1%.", @@ -2924,7 +2924,7 @@ "message": "Посмотреть в журнале активности" }, "switchEthereumChainConfirmationDescription": { - "message": "В результате этого сеть, выбранная в MetaMask, будет изменена на ранее добавленную:" + "message": "В результате этого сеть, выбранная в AptosMask, будет изменена на ранее добавленную:" }, "switchEthereumChainConfirmationTitle": { "message": "Разрешить этому сайту сменить сеть?" @@ -2960,16 +2960,16 @@ "message": "Убедитесь, что никто не смотрит на ваш экран, когда вы сканируете этот код" }, "syncWithMobileComplete": { - "message": "Ваши данные успешно синхронизированы. Наслаждайтесь мобильным приложением MetaMask!" + "message": "Ваши данные успешно синхронизированы. Наслаждайтесь мобильным приложением AptosMask!" }, "syncWithMobileDesc": { - "message": "Вы можете синхронизировать свои счета и информацию со своим мобильным устройством. Откройте мобильное приложение MetaMask, перейдите в раздел «Настройки» и нажмите «Синхронизировать из расширения браузера»." + "message": "Вы можете синхронизировать свои счета и информацию со своим мобильным устройством. Откройте мобильное приложение AptosMask, перейдите в раздел «Настройки» и нажмите «Синхронизировать из расширения браузера»." }, "syncWithMobileDescNewUsers": { - "message": "Если вы открываете приложение MetaMask Mobile в первый раз, просто следуйте инструкциям на телефоне." + "message": "Если вы открываете приложение AptosMask Mobile в первый раз, просто следуйте инструкциям на телефоне." }, "syncWithMobileScanThisCode": { - "message": "Отсканируйте этот код с помощью мобильного приложения MetaMask" + "message": "Отсканируйте этот код с помощью мобильного приложения AptosMask" }, "syncWithMobileTitle": { "message": "Синхронизировать с мобильным устройством" @@ -3025,7 +3025,7 @@ "message": "Укажите число десятичных знаков токена." }, "tokenDetectionAnnouncement": { - "message": "Новинка! Улучшенное обнаружение токенов доступно в сети Ethereum Mainnet в качестве экспериментальной функции. $1" + "message": "Новинка! Улучшенное обнаружение токенов доступно в сети Aptos Mainnet в качестве экспериментальной функции. $1" }, "tokenSymbol": { "message": "Символ токена" @@ -3067,7 +3067,7 @@ "message": "Рекомендовано сайтом" }, "transactionDetailDappGasTooltip": { - "message": "Отредактируйте, чтобы использовать рекомендованную MetaMask плату за газ с учетом последнего блока." + "message": "Отредактируйте, чтобы использовать рекомендованную AptosMask плату за газ с учетом последнего блока." }, "transactionDetailGasHeading": { "message": "Примерная плата за газ" @@ -3082,7 +3082,7 @@ "message": "Плата за газ устанавливается сетью и варьируется в зависимости от сетевого трафика и сложности транзакции." }, "transactionDetailGasTooltipIntro": { - "message": "Плата за газ переводится майнерам, которые обрабатывают транзакции в сети $1. MetaMask не получает прибыли от платы за газ." + "message": "Плата за газ переводится майнерам, которые обрабатывают транзакции в сети $1. AptosMask не получает прибыли от платы за газ." }, "transactionDetailGasTotalSubtitle": { "message": "Сумма + плата за газ" @@ -3174,11 +3174,11 @@ "message": "Для этого контракта сейчас не поддерживается аналитика транзакций." }, "typePassword": { - "message": "Введите свой пароль MetaMask" + "message": "Введите свой пароль AptosMask" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Не одобрен" @@ -3247,7 +3247,7 @@ "message": "Использовать обнаружение токенов" }, "useTokenDetectionDescription": { - "message": "Мы используем сторонние API для обнаружения и отображения новых токенов, отправленных в ваш кошелек. Отключите, если не хотите, чтобы MetaMask получал данные от этих служб." + "message": "Мы используем сторонние API для обнаружения и отображения новых токенов, отправленных в ваш кошелек. Отключите, если не хотите, чтобы AptosMask получал данные от этих служб." }, "usedByClients": { "message": "Используется множеством разных клиентов" @@ -3310,10 +3310,10 @@ "message": "Вы успешно защитили свой кошелек. Сохраните секретную фразу для восстановления в тайне — вы отвечаете за ее сохранность!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask не сможет восстановить вашу секретную фразу для восстановления." + "message": "AptosMask не сможет восстановить вашу секретную фразу для восстановления." }, "walletCreationSuccessReminder2": { - "message": "MetaMask никогда не запрашивает у вас секретную фразу для восстановления." + "message": "AptosMask никогда не запрашивает у вас секретную фразу для восстановления." }, "walletCreationSuccessReminder3": { "message": "$1, чтобы предотвратить кражу ваших средств", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Добро пожаловать в MetaMask" + "message": "Добро пожаловать в AptosMask" }, "welcomeBack": { "message": "С возвращением!" @@ -3347,7 +3347,7 @@ "message": "Ознакомьтесь с децентрализованными приложениями" }, "welcomeLoginDescription": { - "message": "Используйте кошелек MetaMask для входа в децентрализованные приложения — регистрация не потребуется." + "message": "Используйте кошелек AptosMask для входа в децентрализованные приложения — регистрация не потребуется." }, "welcomeLoginTitle": { "message": "Поприветствуйте свой кошелек" @@ -3360,7 +3360,7 @@ }, "whatsNew": { "message": "Что нового", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Что это?" diff --git a/app/_locales/sk/messages.json b/app/_locales/sk/messages.json index 816cfd10a5..e873287451 100644 --- a/app/_locales/sk/messages.json +++ b/app/_locales/sk/messages.json @@ -33,7 +33,7 @@ "message": "protokol aktivity" }, "addAcquiredTokens": { - "message": "Pridajte tokeny, ktoré ste získali pomocou MetaMask" + "message": "Pridajte tokeny, ktoré ste získali pomocou AptosMask" }, "addAlias": { "message": "Pridať alias" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -100,7 +100,7 @@ "message": "Časovač automatického odhlásenia (minúty)" }, "autoLockTimeLimitDescription": { - "message": "Nastavte čas nečinnosti v minútach skôr, než sa MetaMask automaticky odhlási" + "message": "Nastavte čas nečinnosti v minútach skôr, než sa AptosMask automaticky odhlási" }, "average": { "message": "Priemerný" @@ -112,7 +112,7 @@ "message": "Späť na všetko" }, "backupApprovalInfo": { - "message": "Tento tajný kód je potrebný na obnovenie peňaženky v prípade straty zariadenia, zabudnutia hesla, preinštalovania MetaMask alebo prístupu k peňaženke na inom zariadení." + "message": "Tento tajný kód je potrebný na obnovenie peňaženky v prípade straty zariadenia, zabudnutia hesla, preinštalovania AptosMask alebo prístupu k peňaženke na inom zariadení." }, "backupApprovalNotice": { "message": "Zálohujte si svoj tajný kód na obnovenie, aby bola vaša peňaženka a prostriedky bezpečné." @@ -140,7 +140,7 @@ "message": "Kúpte ETH s Wyre" }, "buyWithWyreDescription": { - "message": "Wyre vám umožňuje použiť kreditnú kartu na vloženie depozitu ETH priamo na váš účet MetaMask." + "message": "Wyre vám umožňuje použiť kreditnú kartu na vloženie depozitu ETH priamo na váš účet AptosMask." }, "bytes": { "message": "Bajty" @@ -158,7 +158,7 @@ "message": "ID reťazca" }, "chromeRequiredForHardwareWallets": { - "message": "Ak sa chcete pripojiť k svojej hardvérovej peňaženke, musíte v Google Chrome použiť MetaMask." + "message": "Ak sa chcete pripojiť k svojej hardvérovej peňaženke, musíte v Google Chrome použiť AptosMask." }, "clickToRevealSeed": { "message": "Kliknutím sem odkryjete tajné slová" @@ -197,7 +197,7 @@ "message": "Připojuji se k Kovan Test Network" }, "connectingToMainnet": { - "message": "Připojuji se k Ethereum Mainnet" + "message": "Připojuji se k Aptos Mainnet" }, "connectingToRinkeby": { "message": "Připojuji se k Rinkeby Test Network" @@ -317,13 +317,13 @@ "message": "Nikdy nezdieľajte frázu s niekým iným." }, "endOfFlowMessage5": { - "message": "Dávajte pozor na phishing! MetaMask nikdy nebude spontánne požadovať vašu seed frázu." + "message": "Dávajte pozor na phishing! AptosMask nikdy nebude spontánne požadovať vašu seed frázu." }, "endOfFlowMessage6": { "message": "Ak potrebujete backup frázu znova zálohovať, nájdete ju v časti Nastavenia -> Zabezpečenie." }, "endOfFlowMessage8": { - "message": "MetaMask nemôže obnoviť vašu seed frázu. Zistiť viac." + "message": "AptosMask nemôže obnoviť vašu seed frázu. Zistiť viac." }, "endOfFlowMessage9": { "message": "Dozvedieť sa viac." @@ -431,7 +431,7 @@ "message": "Pripojiť hardvérovú peňaženku" }, "hardwareWalletsMsg": { - "message": "Vyberte hardvérovú peňaženku, ktorú chcete používať s MetaMask" + "message": "Vyberte hardvérovú peňaženku, ktorú chcete používať s AptosMask" }, "here": { "message": "zde", @@ -450,7 +450,7 @@ "message": "Import účtu" }, "importAccountMsg": { - "message": "Importované účty nebudou spojeny s vaší původní MetaMaskovou klíčovou frází. Zjistěte více o importovaných účtech " + "message": "Importované účty nebudou spojeny s vaší původní AptosMaskovou klíčovou frází. Zjistěte více o importovaných účtech " }, "importAccountSeedPhrase": { "message": "Importovať účet so seed frázou" @@ -536,10 +536,10 @@ "message": "Zpráva" }, "metamaskDescription": { - "message": "MetaMask je bezpečný osobní trezor pro Ethereum." + "message": "AptosMask je bezpečný osobní trezor pro Ethereum." }, "metamaskVersion": { - "message": "Verzia MetaMask" + "message": "Verzia AptosMask" }, "mustSelectOne": { "message": "Musíte zvolit aspoň 1 token." @@ -583,7 +583,7 @@ "message": "Nové heslo (min 8 znaků)" }, "newToMetaMask": { - "message": "Ste noví na MetaMask?" + "message": "Ste noví na AptosMask?" }, "newTotal": { "message": "Nový súčet" @@ -634,7 +634,7 @@ "message": "Zúčastnite sa na MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Zúčastnite sa na MetaMetrics a pomôžte nám vylepšiť MetaMask" + "message": "Zúčastnite sa na MetaMetrics a pomôžte nám vylepšiť AptosMask" }, "password": { "message": "Heslo" @@ -897,16 +897,16 @@ "message": "Pri skenovaní tohto kódu sa uistite, že sa nikto iný nedíva na vašu obrazovku" }, "syncWithMobileComplete": { - "message": "Vaše údaje boli úspešne synchronizované. Užite si mobilnú aplikáciu MetaMask!" + "message": "Vaše údaje boli úspešne synchronizované. Užite si mobilnú aplikáciu AptosMask!" }, "syncWithMobileDesc": { - "message": "Svoje účty a informácie môžete synchronizovať so svojim mobilným zariadením. Otvorte mobilnú aplikáciu MetaMask, prejdite na „Nastavenia“ a kliknite na „Synchronizovať z rozšírenia prehliadača“." + "message": "Svoje účty a informácie môžete synchronizovať so svojim mobilným zariadením. Otvorte mobilnú aplikáciu AptosMask, prejdite na „Nastavenia“ a kliknite na „Synchronizovať z rozšírenia prehliadača“." }, "syncWithMobileDescNewUsers": { - "message": "Ak otvoríte mobilnú aplikáciu MetaMask prvýkrát, postupujte podľa pokynov v telefóne." + "message": "Ak otvoríte mobilnú aplikáciu AptosMask prvýkrát, postupujte podľa pokynov v telefóne." }, "syncWithMobileScanThisCode": { - "message": "Naskenujte tento kód pomocou mobilnej aplikácie MetaMask" + "message": "Naskenujte tento kód pomocou mobilnej aplikácie AptosMask" }, "syncWithMobileTitle": { "message": "Synchronizácia s mobilom" @@ -1045,7 +1045,7 @@ "message": "Navštivte naši stránku" }, "welcome": { - "message": "Vitajte v MetaMask" + "message": "Vitajte v AptosMask" }, "welcomeBack": { "message": "Vitajte späť!" diff --git a/app/_locales/sl/messages.json b/app/_locales/sl/messages.json index 2712fee63b..f0e1f0660b 100644 --- a/app/_locales/sl/messages.json +++ b/app/_locales/sl/messages.json @@ -33,7 +33,7 @@ "message": "dnevnik dejavnosti" }, "addAcquiredTokens": { - "message": "Dodaj žetone pridobljene z MetaMask" + "message": "Dodaj žetone pridobljene z AptosMask" }, "addAlias": { "message": "Dodaj vzdevek" @@ -63,7 +63,7 @@ "message": "Znesek" }, "appDescription": { - "message": "Denarnica za Ethereum v brskalniku", + "message": "Denarnica za Aptos v brskalniku", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Časovnik za samodejno odjavo (minute)" }, "autoLockTimeLimitDescription": { - "message": "Nastavite, po koliko minutah mirovanja naj se MetaMask samodejno odjavi" + "message": "Nastavite, po koliko minutah mirovanja naj se AptosMask samodejno odjavi" }, "average": { "message": "Povprečje" @@ -115,7 +115,7 @@ "message": "Nazaj na vse" }, "backupApprovalInfo": { - "message": "Ta skrivna koda je potrebna za obnovitev denarnice, če izgubite napravo, pozabite geslo, ponovno namestite MetaMask ali želite dostopati do denarnice v drugi napravi." + "message": "Ta skrivna koda je potrebna za obnovitev denarnice, če izgubite napravo, pozabite geslo, ponovno namestite AptosMask ali želite dostopati do denarnice v drugi napravi." }, "backupApprovalNotice": { "message": "Varnostno kopirajte kodo Secret Recovery, da ohranite denarnico in sredstva varna." @@ -146,7 +146,7 @@ "message": "Kupi ETH z Wyre" }, "buyWithWyreDescription": { - "message": "Wyre vam omogoča, da s kreditno kartico nakažete ETH neposredno na svoj račun MetaMask." + "message": "Wyre vam omogoča, da s kreditno kartico nakažete ETH neposredno na svoj račun AptosMask." }, "bytes": { "message": "Bajti" @@ -323,13 +323,13 @@ "message": "Nikoli nikomur ne razkrijte svojega gesla seed phrase." }, "endOfFlowMessage5": { - "message": "Pazite na lažno predstavljanje! MetaMask nikoli ne bo spontano zaprosil za vaše geslo seed phrase." + "message": "Pazite na lažno predstavljanje! AptosMask nikoli ne bo spontano zaprosil za vaše geslo seed phrase." }, "endOfFlowMessage6": { "message": "Če morate ponovno varnostno kopirati vaše geslo seed phrase, ga najdete v Nastavitve -> Varnost." }, "endOfFlowMessage8": { - "message": "MetaMask ne more obnoviti vašega gesla seed phrase. Več informacij." + "message": "AptosMask ne more obnoviti vašega gesla seed phrase. Več informacij." }, "endOfFlowMessage9": { "message": "Več o tem" @@ -552,7 +552,7 @@ "message": "Sporočilo" }, "metamaskDescription": { - "message": "MetaMask je varen identitetni sklad za Ethereum." + "message": "AptosMask je varen identitetni sklad za Ethereum." }, "metamaskVersion": { "message": "Različica" @@ -599,7 +599,7 @@ "message": "Novo geslo (min 8 znakov)" }, "newToMetaMask": { - "message": "Ste novi na MetaMask?" + "message": "Ste novi na AptosMask?" }, "newTotal": { "message": "Novo skupno" @@ -653,7 +653,7 @@ "message": "Sodelujte v MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Sodelujte v MetaMetrics in nam pomagajte izboljšati MetaMask" + "message": "Sodelujte v MetaMetrics in nam pomagajte izboljšati AptosMask" }, "password": { "message": "Geslo" @@ -925,16 +925,16 @@ "message": "Ko skenirate to kodo, naj nihče ne kuka na vaš zaslon" }, "syncWithMobileComplete": { - "message": "Vaši podatki so uspešno sinhronizirani. Uživajte v mobilni aplikaciji MetaMask!" + "message": "Vaši podatki so uspešno sinhronizirani. Uživajte v mobilni aplikaciji AptosMask!" }, "syncWithMobileDesc": { - "message": "Račune in podatke lahko sinhronizirate s svojo mobilno napravo. Odprite mobilno aplikacijo MetaMask, pojdite na \"Nastavitve\" in tapnite \"Sinhroniziraj z razširitvijo brskalnika\"" + "message": "Račune in podatke lahko sinhronizirate s svojo mobilno napravo. Odprite mobilno aplikacijo AptosMask, pojdite na \"Nastavitve\" in tapnite \"Sinhroniziraj z razširitvijo brskalnika\"" }, "syncWithMobileDescNewUsers": { - "message": "Če ste sedaj prvič odprli aplikacijo MetaMask Mobile, samo sledite korakom v telefonu." + "message": "Če ste sedaj prvič odprli aplikacijo AptosMask Mobile, samo sledite korakom v telefonu." }, "syncWithMobileScanThisCode": { - "message": "Skenirajte to kodo z mobilno aplikacijo MetaMask" + "message": "Skenirajte to kodo z mobilno aplikacijo AptosMask" }, "syncWithMobileTitle": { "message": "Sinhroniziraj z mobilnimi telefonom" @@ -1025,7 +1025,7 @@ "message": "Poskusi znova" }, "typePassword": { - "message": "Vnesite vaše MetaMask geslo" + "message": "Vnesite vaše AptosMask geslo" }, "unapproved": { "message": "Neodobreno" @@ -1076,7 +1076,7 @@ "message": "Obiščite našo spletno stran" }, "welcome": { - "message": "Dobrodošli v MetaMask" + "message": "Dobrodošli v AptosMask" }, "welcomeBack": { "message": "Dobrodošli nazaj!" diff --git a/app/_locales/sr/messages.json b/app/_locales/sr/messages.json index 4fabd4be91..d10feaa9ce 100644 --- a/app/_locales/sr/messages.json +++ b/app/_locales/sr/messages.json @@ -33,7 +33,7 @@ "message": "dnevnik aktivnosti" }, "addAcquiredTokens": { - "message": "Dodajte stečene tokene koristeći MetaMask." + "message": "Dodajte stečene tokene koristeći AptosMask." }, "addAlias": { "message": "Dodaj pseudonim" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Tajmer za automatsko odjavljivanje (u minutama)" }, "autoLockTimeLimitDescription": { - "message": "Podesite vreme mirovanja u minutima pre nego što se MetaMask automatski odjavi. " + "message": "Podesite vreme mirovanja u minutima pre nego što se AptosMask automatski odjavi. " }, "average": { "message": "Prosečno" @@ -115,7 +115,7 @@ "message": "Povratak na Sve" }, "backupApprovalInfo": { - "message": "Potreban je tajni kôd za oporavak vašeg novčanika u slučaju da izgubite uređaj, zaboravite lozinku, morate ponovo da instalirate MetaMask ili želite da pristupite novčaniku sa drugog uređaja." + "message": "Potreban je tajni kôd za oporavak vašeg novčanika u slučaju da izgubite uređaj, zaboravite lozinku, morate ponovo da instalirate AptosMask ili želite da pristupite novčaniku sa drugog uređaja." }, "backupApprovalNotice": { "message": "Napravite rezervnu kopiju tajnog kôda za oporavak da bi vaš novčanik i sredstva bili bezbedni." @@ -146,7 +146,7 @@ "message": "Kupite ETH preko servisa Wyre" }, "buyWithWyreDescription": { - "message": "Wyre vam dozvoljava da koristite kreditnu karticu kako biste deponovali ETH pravo na vaš MetaMask nalog." + "message": "Wyre vam dozvoljava da koristite kreditnu karticu kako biste deponovali ETH pravo na vaš AptosMask nalog." }, "bytes": { "message": "Bajtovi" @@ -161,7 +161,7 @@ "message": "Otkazano" }, "chromeRequiredForHardwareWallets": { - "message": "Da biste se povezali sa Vašim hardverskim novčanikom morate da koristite MetaMask na Google Chrome-u." + "message": "Da biste se povezali sa Vašim hardverskim novčanikom morate da koristite AptosMask na Google Chrome-u." }, "clickToRevealSeed": { "message": "Kliknite ovde kako biste otkrili tajne reči" @@ -200,7 +200,7 @@ "message": "Povezuje se na test mrežu Kovan" }, "connectingToMainnet": { - "message": "Povezuje se na glavnu Ethereum mrežu" + "message": "Povezuje se na glavnu Aptos mrežu" }, "connectingToRinkeby": { "message": "Poezivanje na Rinkeby Test mrežu" @@ -320,19 +320,19 @@ "message": "Nikada ne delite frazu ni sa kim." }, "endOfFlowMessage5": { - "message": "Čuvajte se pecanja (krađe podataka)! MetaMask nikad neće spontano tražiti vašu šifru za oporavak naloga (seed phrase)." + "message": "Čuvajte se pecanja (krađe podataka)! AptosMask nikad neće spontano tražiti vašu šifru za oporavak naloga (seed phrase)." }, "endOfFlowMessage6": { "message": "Ako treba ponovo da izradite rezervnu kopiju svoje početne fraze, možete je pronaći u Postavke -> Bezbednost." }, "endOfFlowMessage8": { - "message": "MetaMask ne može da oporavi vašu početnu frazu. Saznajte više." + "message": "AptosMask ne može da oporavi vašu početnu frazu. Saznajte više." }, "endOfFlowMessage9": { "message": "Saznajte više." }, "ensNotFoundOnCurrentNetwork": { - "message": "ENS ime nije nađeno na trenutnoj mreži. Probajte da se prebacite na glavnu Ethereum mrežu." + "message": "ENS ime nije nađeno na trenutnoj mreži. Probajte da se prebacite na glavnu Aptos mrežu." }, "ensRegistrationError": { "message": "Greška u registraciji ENS imena." @@ -434,7 +434,7 @@ "message": "Povežite hardverski novčanik" }, "hardwareWalletsMsg": { - "message": "Izaberite hardverski novčanik koji biste voleli da koristite sa MetaMask-om" + "message": "Izaberite hardverski novčanik koji biste voleli da koristite sa AptosMask-om" }, "here": { "message": "ovde", @@ -460,7 +460,7 @@ "message": "Uvezite nalog" }, "importAccountMsg": { - "message": "Uvezeni nalozi neće biti povezani sa početnom frazom koju ste prvobitno kreirali za MetaMask nalog. Saznajte više o uvezenim nalozima." + "message": "Uvezeni nalozi neće biti povezani sa početnom frazom koju ste prvobitno kreirali za AptosMask nalog. Saznajte više o uvezenim nalozima." }, "importAccountSeedPhrase": { "message": "Uvezi račun sa frazom početnih vrednosti" @@ -543,7 +543,7 @@ "message": "Odjavi se" }, "mainnet": { - "message": "Glavna Ethereum mreža" + "message": "Glavna Aptos mreža" }, "max": { "message": "Maksimum" @@ -555,10 +555,10 @@ "message": "Poruka" }, "metamaskDescription": { - "message": "Povezivanje na Ethereum i decentralizovani veb." + "message": "Povezivanje na Aptos i decentralizovani veb." }, "metamaskVersion": { - "message": "MetaMask verzija" + "message": "AptosMask verzija" }, "mustSelectOne": { "message": "Morate izabrati najmanje 1 token." @@ -602,7 +602,7 @@ "message": "Nova lozinka (minimalno 8 karaktera)" }, "newToMetaMask": { - "message": "Novi ste u MetaMask-u?" + "message": "Novi ste u AptosMask-u?" }, "newTotal": { "message": "Novi zbir" @@ -656,7 +656,7 @@ "message": "Učestvujte u MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Učestvujte u MetaMetrics da biste nam pomogli da poboljšamo MetaMask." + "message": "Učestvujte u MetaMetrics da biste nam pomogli da poboljšamo AptosMask." }, "password": { "message": "Лозинка" @@ -928,16 +928,16 @@ "message": "Obratite pažnju da niko drugi ne gleda u vaš ekran kad skenirate ovaj kod" }, "syncWithMobileComplete": { - "message": "Vaši podaci su uspešno sinhronizovani. Uživajte u mobilnoj aplikaciji MetaMask!" + "message": "Vaši podaci su uspešno sinhronizovani. Uživajte u mobilnoj aplikaciji AptosMask!" }, "syncWithMobileDesc": { - "message": "Možete sinhronizovati vaše naloge i informacije sa svojim mobilnim uređajem. Otvorite mobilnu aplikaciju MetaMask, idite na \"Podešavanja\" i pritisnite \"Sinhronizuj iz ekstenzije za pregledač\"" + "message": "Možete sinhronizovati vaše naloge i informacije sa svojim mobilnim uređajem. Otvorite mobilnu aplikaciju AptosMask, idite na \"Podešavanja\" i pritisnite \"Sinhronizuj iz ekstenzije za pregledač\"" }, "syncWithMobileDescNewUsers": { - "message": "Ako prvi put otvorite aplikaciju MetaMask Mobile, samo sledite korake u svom telefonu." + "message": "Ako prvi put otvorite aplikaciju AptosMask Mobile, samo sledite korake u svom telefonu." }, "syncWithMobileScanThisCode": { - "message": "Skenirajte ovaj kod uz pomoć svoje MetaMask mobilne aplikacije" + "message": "Skenirajte ovaj kod uz pomoć svoje AptosMask mobilne aplikacije" }, "syncWithMobileTitle": { "message": "Sinhronizujte sa mobilnim uređajem" @@ -1022,7 +1022,7 @@ "message": "Пробај поново" }, "typePassword": { - "message": "Ukucajte svoju MetaMask šifru" + "message": "Ukucajte svoju AptosMask šifru" }, "unapproved": { "message": "Neodobren" @@ -1073,7 +1073,7 @@ "message": "Posetite našu veb lokaciju" }, "welcome": { - "message": "Dobro došli na MetaMask" + "message": "Dobro došli na AptosMask" }, "welcomeBack": { "message": "Dobro došli nazad!" diff --git a/app/_locales/sv/messages.json b/app/_locales/sv/messages.json index ad0d77b53c..7479fe151f 100644 --- a/app/_locales/sv/messages.json +++ b/app/_locales/sv/messages.json @@ -33,7 +33,7 @@ "message": "aktivitetslogg" }, "addAcquiredTokens": { - "message": "Lägg till de tokens du har skaffat med MetaMask" + "message": "Lägg till de tokens du har skaffat med AptosMask" }, "addAlias": { "message": "Lägg till alias" @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Timer för automatisk utloggning (minuter)" }, "autoLockTimeLimitDescription": { - "message": "Ställ in efter hur lång tids inaktivitet som MetaMask automatiskt loggar ut" + "message": "Ställ in efter hur lång tids inaktivitet som AptosMask automatiskt loggar ut" }, "average": { "message": "Genomsnitt" @@ -115,7 +115,7 @@ "message": "Tillbaka till Alla" }, "backupApprovalInfo": { - "message": "Den hemliga koden krävs för att komma åt din plånbok ifall du tappar bort din enhet, glömmer ditt lösenord, behöver installera om MetaMask eller om du vill komma åt din plånbok på en annan enhet." + "message": "Den hemliga koden krävs för att komma åt din plånbok ifall du tappar bort din enhet, glömmer ditt lösenord, behöver installera om AptosMask eller om du vill komma åt din plånbok på en annan enhet." }, "backupApprovalNotice": { "message": "Säkerhetskopiera din hemliga återställningskod för att se till att din plånbok och dina tillgångar är säkra." @@ -146,7 +146,7 @@ "message": "Köp ETH med Wyre" }, "buyWithWyreDescription": { - "message": "Wyre låter dig använda ett kreditkort för att sätta in ETH direkt på ditt MetaMask-konto." + "message": "Wyre låter dig använda ett kreditkort för att sätta in ETH direkt på ditt AptosMask-konto." }, "cancel": { "message": "Avbryt" @@ -158,7 +158,7 @@ "message": "Avbruten" }, "chromeRequiredForHardwareWallets": { - "message": "Du måste använda MetaMask på Google Chrome för att ansluta till din hårdvaruplånbok." + "message": "Du måste använda AptosMask på Google Chrome för att ansluta till din hårdvaruplånbok." }, "clickToRevealSeed": { "message": "Klicka här för att visa hemliga ord" @@ -317,19 +317,19 @@ "message": "Dela aldrig frasen med någon." }, "endOfFlowMessage5": { - "message": "Se upp för nätfiske! MetaMask kommer aldrig att oväntat fråga om din seed phrase." + "message": "Se upp för nätfiske! AptosMask kommer aldrig att oväntat fråga om din seed phrase." }, "endOfFlowMessage6": { "message": "Om du behöver säkerhetskopiera din nyckelfras igen, kan du hitta den i Inställningar -> Säkerhet" }, "endOfFlowMessage8": { - "message": "MetaMask kan inte återställa din seedphrase. Läs mer." + "message": "AptosMask kan inte återställa din seedphrase. Läs mer." }, "endOfFlowMessage9": { "message": "Lär dig mer." }, "ensNotFoundOnCurrentNetwork": { - "message": "ENS-namnet hittades inte i det aktuella nätverket. Prova att byta till Ethereum Mainnet." + "message": "ENS-namnet hittades inte i det aktuella nätverket. Prova att byta till Aptos Mainnet." }, "ensRegistrationError": { "message": "Fel i ENS-namnregistrering" @@ -427,7 +427,7 @@ "message": "Anslut en hårdvaruplånbok" }, "hardwareWalletsMsg": { - "message": "Välj en hårdvaruplånbok som du vill använda med MetaMask" + "message": "Välj en hårdvaruplånbok som du vill använda med AptosMask" }, "here": { "message": "här", @@ -453,7 +453,7 @@ "message": "Importera konto" }, "importAccountMsg": { - "message": "Importerade konton kommer inte att kopplas till din ursprungligen skapade seedphrase för ditt MetaMask-konto. Läs mer om importerade konton" + "message": "Importerade konton kommer inte att kopplas till din ursprungligen skapade seedphrase för ditt AptosMask-konto. Läs mer om importerade konton" }, "importAccountSeedPhrase": { "message": "Importera konto med" @@ -548,10 +548,10 @@ "message": "Meddelande" }, "metamaskDescription": { - "message": "Ansluter dig mot Ethereum och den decentraliserade webben." + "message": "Ansluter dig mot Aptos och den decentraliserade webben." }, "metamaskVersion": { - "message": "MetaMask-version" + "message": "AptosMask-version" }, "mustSelectOne": { "message": "Minst 1 token måste väljas." @@ -595,7 +595,7 @@ "message": "Nytt lösenord (minst 8 tecken)" }, "newToMetaMask": { - "message": "Ny på MetaMask?" + "message": "Ny på AptosMask?" }, "newTotal": { "message": "Ny totalsumma" @@ -649,7 +649,7 @@ "message": "Delta i MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Delta i MetaMetrics för att hjälpa oss göra MetaMask bättre" + "message": "Delta i MetaMetrics för att hjälpa oss göra AptosMask bättre" }, "password": { "message": "Lösenord" @@ -918,16 +918,16 @@ "message": "Försäkra dig om att ingen tittar på din skärm när du skannar denna kod" }, "syncWithMobileComplete": { - "message": "Din data har nu synkats. Ha det så kul med MetaMasks mobil-app!" + "message": "Din data har nu synkats. Ha det så kul med AptosMasks mobil-app!" }, "syncWithMobileDesc": { - "message": "Du kan nu synka dina konton och din information med din mobil-enhet. Öppna MetaMasks mobil-app, gå till \"Inställningar\" och tryck på \"Synka från webbläsartillägg\"" + "message": "Du kan nu synka dina konton och din information med din mobil-enhet. Öppna AptosMasks mobil-app, gå till \"Inställningar\" och tryck på \"Synka från webbläsartillägg\"" }, "syncWithMobileDescNewUsers": { - "message": "Om du öppnar MetaMask mobilapplikation för första gången behöver du bara följa stegen som visas i telefonen." + "message": "Om du öppnar AptosMask mobilapplikation för första gången behöver du bara följa stegen som visas i telefonen." }, "syncWithMobileScanThisCode": { - "message": "Skanna den här koden med din MetaMask mobilapplikation" + "message": "Skanna den här koden med din AptosMask mobilapplikation" }, "syncWithMobileTitle": { "message": "Synka med mobil" @@ -1012,7 +1012,7 @@ "message": "Försök igen" }, "typePassword": { - "message": "Ange ditt MetaMask-lösenord" + "message": "Ange ditt AptosMask-lösenord" }, "unapproved": { "message": "Inte godkänd" @@ -1063,7 +1063,7 @@ "message": "Besök vår hemsida" }, "welcome": { - "message": "Välkommen till MetaMask" + "message": "Välkommen till AptosMask" }, "welcomeBack": { "message": "Välkommen tillbaka!" diff --git a/app/_locales/sw/messages.json b/app/_locales/sw/messages.json index 3cfbc0a85b..434fb5524d 100644 --- a/app/_locales/sw/messages.json +++ b/app/_locales/sw/messages.json @@ -33,7 +33,7 @@ "message": "kumbukumbu ya shughuli" }, "addAcquiredTokens": { - "message": "Ongeza vianzio ulivyopata kwa kutumia MetaMask" + "message": "Ongeza vianzio ulivyopata kwa kutumia AptosMask" }, "addAlias": { "message": "Ongeza jina jingine" @@ -63,7 +63,7 @@ "message": "Kiasi" }, "appDescription": { - "message": "Waleti ya Ethereum kwenye Kivinjari chako", + "message": "Waleti ya Aptos kwenye Kivinjari chako", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Kihesabu Muda wa Kuondoka Kwenye Akaunti Kiotomatiki (dakika)" }, "autoLockTimeLimitDescription": { - "message": "Weka muda katika dakika kabla MetaMask haijaondoa kwenye akaunti kiotomatiki." + "message": "Weka muda katika dakika kabla AptosMask haijaondoa kwenye akaunti kiotomatiki." }, "average": { "message": "Wastani" @@ -115,7 +115,7 @@ "message": "Rudi kwenye Zote" }, "backupApprovalInfo": { - "message": "Msimbo huu wa siri unahitajika ili kurejesha waleti yako ikitokea umepoteza kifaa chako, umesahau nenosiri lako, umelazimika kusakinisha MetaMask, au unataka kufikia waleti yako kwenye kifaa kingine." + "message": "Msimbo huu wa siri unahitajika ili kurejesha waleti yako ikitokea umepoteza kifaa chako, umesahau nenosiri lako, umelazimika kusakinisha AptosMask, au unataka kufikia waleti yako kwenye kifaa kingine." }, "backupApprovalNotice": { "message": "Hifadhi msimbo wa Siri wa Kurejesha data ili kuweka salama waleti yako na fedha." @@ -143,7 +143,7 @@ "message": "Nunua ETH kwa kutumia Wyre" }, "buyWithWyreDescription": { - "message": "Wyre inakuwezesha kutumia kadi ya benki kuweka ETH moja kwa moja kwenye akaunti yako ya MetaMask." + "message": "Wyre inakuwezesha kutumia kadi ya benki kuweka ETH moja kwa moja kwenye akaunti yako ya AptosMask." }, "cancel": { "message": "Ghairi" @@ -158,7 +158,7 @@ "message": "Utambulisho wa Mnyororo" }, "chromeRequiredForHardwareWallets": { - "message": "Unapaswa kutumia MetaMask kwenye Google Chrome ili kuungnisha kwenye Waleti yako ya Programu Maunzi." + "message": "Unapaswa kutumia AptosMask kwenye Google Chrome ili kuungnisha kwenye Waleti yako ya Programu Maunzi." }, "clickToRevealSeed": { "message": "Bofya hapa ili uonyeshe maneno ya siri" @@ -317,13 +317,13 @@ "message": "Kamwe usimpatia mtu yeye kirai hicho." }, "endOfFlowMessage5": { - "message": "Kuwa makini na walaghai! MetaMask kamwe haitakuomba kirai chako kianzio." + "message": "Kuwa makini na walaghai! AptosMask kamwe haitakuomba kirai chako kianzio." }, "endOfFlowMessage6": { "message": "Ikiwa unataka kuhifadhi tena kwa njia mbadla kirai chako kianzio, unaweza kukipata kwenye Mipangilio -> Usalama." }, "endOfFlowMessage8": { - "message": "MetaMask haiwezi kurejesha kirai chako kianzio. Pata maelezo ziadi." + "message": "AptosMask haiwezi kurejesha kirai chako kianzio. Pata maelezo ziadi." }, "endOfFlowMessage9": { "message": "Jifunze zaidi." @@ -427,7 +427,7 @@ "message": "Unganisha waleti ya programu maunzi" }, "hardwareWalletsMsg": { - "message": "Chagua waleti ya programu maunzi ambayo ungependa kutumia kwenye MetaMask" + "message": "Chagua waleti ya programu maunzi ambayo ungependa kutumia kwenye AptosMask" }, "here": { "message": "hapa", @@ -450,7 +450,7 @@ "message": "Ingiza Akaunti" }, "importAccountMsg": { - "message": "Akaunti zilizoingizwa hazitahusishwa na kirai chako cha kianzio cha akaunti ya MetaMask iliyoundwa awali. Pata maelezo zaidi kuhusu akaunti zilizoingizwa" + "message": "Akaunti zilizoingizwa hazitahusishwa na kirai chako cha kianzio cha akaunti ya AptosMask iliyoundwa awali. Pata maelezo zaidi kuhusu akaunti zilizoingizwa" }, "importAccountSeedPhrase": { "message": "Hamisha Akaunti kwa kutumia Kirai Kianzio" @@ -542,10 +542,10 @@ "message": "Ujumbe" }, "metamaskDescription": { - "message": "Kukuunganisha kwenye Ethereum na Wavutiu Uliotawanywa." + "message": "Kukuunganisha kwenye Aptos na Wavutiu Uliotawanywa." }, "metamaskVersion": { - "message": "Toleo la MetaMask" + "message": "Toleo la AptosMask" }, "mustSelectOne": { "message": "Lazima uchague angalau kianzio 1." @@ -589,7 +589,7 @@ "message": "Nenosiri Jipya (kiwango cha chini herufi 8)" }, "newToMetaMask": { - "message": "MetaMask mpya?" + "message": "AptosMask mpya?" }, "newTotal": { "message": "Jumla Mpya" @@ -643,7 +643,7 @@ "message": "Shiriki katika MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Shiriki katika MetaMetrics ili kutusaidia kufanya MetaMask kuwa bora zaidi" + "message": "Shiriki katika MetaMetrics ili kutusaidia kufanya AptosMask kuwa bora zaidi" }, "password": { "message": "Nenosiri" @@ -915,16 +915,16 @@ "message": "Hakikisha hakuna mtu mwingine anayeangalia kwenye skrini yako unapokuwa unakagua msimbo huu." }, "syncWithMobileComplete": { - "message": "Umefanikiwa kuoanisha data yako. Furahia programu yako ya simu ya MetaMask!" + "message": "Umefanikiwa kuoanisha data yako. Furahia programu yako ya simu ya AptosMask!" }, "syncWithMobileDesc": { - "message": "Unaweza kuoanisha akaunti zako na taarifa kwa kifaa chako cha simu ya mkononi. Fungua programu ya simu ya MetaMask, kisha nenda kwenye \"Mipangilio\" na bofya kwenye \"Oanisha kutoka kwenye Kiendelezi cha Kivinjari\"" + "message": "Unaweza kuoanisha akaunti zako na taarifa kwa kifaa chako cha simu ya mkononi. Fungua programu ya simu ya AptosMask, kisha nenda kwenye \"Mipangilio\" na bofya kwenye \"Oanisha kutoka kwenye Kiendelezi cha Kivinjari\"" }, "syncWithMobileDescNewUsers": { - "message": "Ikiwa ndio umefungua tu programu ya simu ya MetaMask kwa mara ya kwanza, fuata hatua kwenye simu yako." + "message": "Ikiwa ndio umefungua tu programu ya simu ya AptosMask kwa mara ya kwanza, fuata hatua kwenye simu yako." }, "syncWithMobileScanThisCode": { - "message": "Kagua msimbo huu kwa kutumia programu yako ya simu ya MetaMask" + "message": "Kagua msimbo huu kwa kutumia programu yako ya simu ya AptosMask" }, "syncWithMobileTitle": { "message": "Oanisha na simu" @@ -1015,7 +1015,7 @@ "message": "Jaribu tena" }, "typePassword": { - "message": "Andika nenosiri lako la MetaMask" + "message": "Andika nenosiri lako la AptosMask" }, "unapproved": { "message": "Haijaidhinishwa" @@ -1066,7 +1066,7 @@ "message": "Tembelea Tovuti yetu" }, "welcome": { - "message": "Karibu kwenye MetaMask" + "message": "Karibu kwenye AptosMask" }, "welcomeBack": { "message": "Karibu Tena!" diff --git a/app/_locales/ta/messages.json b/app/_locales/ta/messages.json index 133c2f32b1..51361ae28a 100644 --- a/app/_locales/ta/messages.json +++ b/app/_locales/ta/messages.json @@ -36,7 +36,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { diff --git a/app/_locales/te/messages.json b/app/_locales/te/messages.json index 5ed908808a..05742719bf 100644 --- a/app/_locales/te/messages.json +++ b/app/_locales/te/messages.json @@ -20,7 +20,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "back": { diff --git a/app/_locales/th/messages.json b/app/_locales/th/messages.json index 9d036bf9bd..d08255db28 100644 --- a/app/_locales/th/messages.json +++ b/app/_locales/th/messages.json @@ -33,7 +33,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -61,7 +61,7 @@ "message": "ค่าธรรมเนียม Gas การยกเลิก" }, "chromeRequiredForHardwareWallets": { - "message": "คุณต้องใช้ MetaMask บน Google Chrome เพื่อเชื่อมต่อกับ Hardware Wallet ของคุณ" + "message": "คุณต้องใช้ AptosMask บน Google Chrome เพื่อเชื่อมต่อกับ Hardware Wallet ของคุณ" }, "confirm": { "message": "ยืนยัน" @@ -79,7 +79,7 @@ "message": "เชื่อมต่อกับ $1" }, "connectingToMainnet": { - "message": "เชื่อมต่อกับเครือข่าย Ethereum หลัก" + "message": "เชื่อมต่อกับเครือข่าย Aptos หลัก" }, "connectingToRopsten": { "message": "เชื่อมต่อกับเครือข่ายทดสอบ Ropsten" @@ -151,7 +151,7 @@ "message": "คุณผ่านการทดสอบแล้ว กรุณารับผิดชอบในการรักษา Seed Phrase ให้ปลอดภัย" }, "endOfFlowMessage5": { - "message": "โปรดระวังฟิชชิ่ง MetaMask จะไม่ขอ Seed Phrase ของคุณโดยไม่มีการแจ้งล่วงหน้าเลย" + "message": "โปรดระวังฟิชชิ่ง AptosMask จะไม่ขอ Seed Phrase ของคุณโดยไม่มีการแจ้งล่วงหน้าเลย" }, "endOfFlowMessage9": { "message": "เรียนรู้เพิ่มเติม" @@ -281,7 +281,7 @@ "message": "ข้อความ" }, "metamaskDescription": { - "message": "MetaMask คือที่เก็บตัวตนนิรภัยสำหรับอีเธอเรียม" + "message": "AptosMask คือที่เก็บตัวตนนิรภัยสำหรับอีเธอเรียม" }, "mustSelectOne": { "message": "ต้องเลือกอย่างน้อย 1 โทเค็น" @@ -316,7 +316,7 @@ "message": "รหัสผ่านใหม่(ขั้นต่ำ 8 ตัวอักษร)" }, "newToMetaMask": { - "message": "เพิ่งเริ่มใช้ MetaMask?" + "message": "เพิ่งเริ่มใช้ AptosMask?" }, "newTransactionFee": { "message": "ค่าธรรมเนียมธุรกรรมใหม่" @@ -334,7 +334,7 @@ "message": "เปิด" }, "participateInMetaMetricsDescription": { - "message": "เข้าร่วมใน MetaMetrics เพื่อช่วยเราในการพัฒนา MetaMask" + "message": "เข้าร่วมใน MetaMetrics เพื่อช่วยเราในการพัฒนา AptosMask" }, "pastePrivateKey": { "message": "วางคีย์ส่วนตัวของคุณที่นี่:", @@ -459,7 +459,7 @@ "message": "สัญลักษณ์จะต้องมีความยาว 11 ตัวอักษร" }, "syncWithMobileComplete": { - "message": "ซิงค์ข้อมูลของคุณเรียบร้อยแล้ว ใช้แอพ MetaMask ให้สนุกนะ!" + "message": "ซิงค์ข้อมูลของคุณเรียบร้อยแล้ว ใช้แอพ AptosMask ให้สนุกนะ!" }, "terms": { "message": "ข้อตกลงในการใช้งาน" @@ -523,7 +523,7 @@ "message": "เยี่ยมชมเว็บไซต์ของเรา" }, "welcome": { - "message": "ยินดีต้อนรับสู่ MetaMask เบต้า" + "message": "ยินดีต้อนรับสู่ AptosMask เบต้า" }, "youSign": { "message": "คุณกำลังเซ็นชื่อ" diff --git a/app/_locales/tl/messages.json b/app/_locales/tl/messages.json index 6fa7661ba0..19a21552ab 100644 --- a/app/_locales/tl/messages.json +++ b/app/_locales/tl/messages.json @@ -99,7 +99,7 @@ "message": "Magdagdag ng palayaw" }, "addAcquiredTokens": { - "message": "Idagdag ang mga token na nakuha mo gamit ang MetaMask" + "message": "Idagdag ang mga token na nakuha mo gamit ang AptosMask" }, "addAlias": { "message": "Magdagdag ng alias" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Magpapahintulot ito sa network na ito na gamitin sa loob ng MetaMask." + "message": "Magpapahintulot ito sa network na ito na gamitin sa loob ng AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "Ang MetaMask ay hindi nag-ve-verify ng mga custom na network." + "message": "Ang AptosMask ay hindi nag-ve-verify ng mga custom na network." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Alamin ang tungkol sa $1.", @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Timer sa Awtomatikong Pag-lock (minuto)" }, "autoLockTimeLimitDescription": { - "message": "Itakda ang oras ng pag-idle sa ilang minuto bago ma-lock ang MetaMask." + "message": "Itakda ang oras ng pag-idle sa ilang minuto bago ma-lock ang AptosMask." }, "average": { "message": "Average" @@ -301,7 +301,7 @@ "message": "Bumalik sa Lahat" }, "backupApprovalInfo": { - "message": "Ang lihim na code na ito ay kinakailangan para ma-recover ang iyong wallet sakaling maiwala mo ang iyong device, makalimutan ang iyong password, kailanganin mong i-install ulit ang MetaMask, o gusto mong i-access ang iyong wallet sa ibang device." + "message": "Ang lihim na code na ito ay kinakailangan para ma-recover ang iyong wallet sakaling maiwala mo ang iyong device, makalimutan ang iyong password, kailanganin mong i-install ulit ang AptosMask, o gusto mong i-access ang iyong wallet sa ibang device." }, "backupApprovalNotice": { "message": "I-back up ang iyong Lihim na Code sa Pag-recover para mapanatiling secure ang iyong wallet at mga pondo." @@ -325,7 +325,7 @@ "message": "Ang Metamask na pinagkakatiwalaan ng milyun-milyon ay isang ligtas na wallet na ginagawang accessible ang mundo ng web3 para sa lahat." }, "betaMetamaskDescriptionExplanation": { - "message": "Gamitin ang bersyong ito para subukan ang mga paparating na feature bago ilabas ang mga ito. Ang iyong paggamit at feedback ay nakakatulong sa amin na bumuo ng posibleng pinakamahusay na bersyon ng MetaMask. Ang paggamit mo ng MetaMask Beta ay napapailalim sa aming karaniwang $1 gayundin sa aming $2. Bilang Beta, maaaring tumaas ang panganib ng mga bug. Sa pagpapatuloy, tinatanggap at kinikilala mo ang mga panganib na ito, gayundin ang mga panganib na makikita sa aming Mga Tuntunin at Mga Tuntunin ng Beta.", + "message": "Gamitin ang bersyong ito para subukan ang mga paparating na feature bago ilabas ang mga ito. Ang iyong paggamit at feedback ay nakakatulong sa amin na bumuo ng posibleng pinakamahusay na bersyon ng AptosMask. Ang paggamit mo ng AptosMask Beta ay napapailalim sa aming karaniwang $1 gayundin sa aming $2. Bilang Beta, maaaring tumaas ang panganib ng mga bug. Sa pagpapatuloy, tinatanggap at kinikilala mo ang mga panganib na ito, gayundin ang mga panganib na makikita sa aming Mga Tuntunin at Mga Tuntunin ng Beta.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Mga Tuntunin" }, "betaMetamaskVersion": { - "message": "Bersyon ng MetaMask Beta" + "message": "Bersyon ng AptosMask Beta" }, "betaWelcome": { - "message": "Welcome sa MetaMask Beta" + "message": "Welcome sa AptosMask Beta" }, "blockExplorerAccountAction": { "message": "Account", @@ -369,7 +369,7 @@ "message": "Bumuo ng iyong listahan ng contact" }, "builtAroundTheWorld": { - "message": "Ang MetaMask ay dinisenyo at itinatag sa buong mundo." + "message": "Ang AptosMask ay dinisenyo at itinatag sa buong mundo." }, "busy": { "message": "Busy" @@ -381,7 +381,7 @@ "message": "Bumili ng ETH gamit ang Wyre" }, "buyWithWyreDescription": { - "message": "Nagbibigay-daan sa iyo ang Wyre na gumamit ng debit card para mag-deposit ng ETH sa mismong MetaMask account mo." + "message": "Nagbibigay-daan sa iyo ang Wyre na gumamit ng debit card para mag-deposit ng ETH sa mismong AptosMask account mo." }, "bytes": { "message": "Bytes" @@ -417,7 +417,7 @@ "message": "Ang Chain ID na ito ay kasalukuyang ginagamit ng $1 network." }, "chromeRequiredForHardwareWallets": { - "message": "Kailangan mong gamitin ang MetaMask sa Google Chrome para maikonekta sa iyong Hardware Wallet." + "message": "Kailangan mong gamitin ang AptosMask sa Google Chrome para maikonekta sa iyong Hardware Wallet." }, "clickToConnectLedgerViaWebHID": { "message": "Mag-click dito upang ikonekta ang iyong Ledger sa pamamagitan ng WebHID", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Kumonekta sa MetaMask" + "message": "Kumonekta sa AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Mayroon kang $1 account na nakakonekta sa site na ito.", @@ -499,7 +499,7 @@ "message": "Mayroon kang 1 account na nakakonekta sa site na ito." }, "connectedAccountsEmptyDescription": { - "message": "Ang MetaMask ay hindi nakakonekta sa site na ito. Para kumonekta sa isang web3 site, hanapin ang button na kumonekta sa site nila." + "message": "Ang AptosMask ay hindi nakakonekta sa site na ito. Para kumonekta sa isang web3 site, hanapin ang button na kumonekta sa site nila." }, "connectedSites": { "message": "Mga nakakonektang site" @@ -525,7 +525,7 @@ "message": "Kumokonekta sa Kovan Test Network" }, "connectingToMainnet": { - "message": "Kumokonekta sa Ethereum Mainnet" + "message": "Kumokonekta sa Aptos Mainnet" }, "connectingToRinkeby": { "message": "Kumokonekta sa Rinkeby Test Network" @@ -657,7 +657,7 @@ "message": "Data" }, "dataBackupFoundInfo": { - "message": "Ang ilan sa data ng iyong account ay na-back up sa nakaraang pag-install ng MetaMask. Maaaring kasama rito ang iyong mga setting, contact, at token. Gusto mo bang i-restore na ang data na ito?" + "message": "Ang ilan sa data ng iyong account ay na-back up sa nakaraang pag-install ng AptosMask. Maaaring kasama rito ang iyong mga setting, contact, at token. Gusto mo bang i-restore na ang data na ito?" }, "dataHex": { "message": "Hex" @@ -918,7 +918,7 @@ "message": "Huwag kailanmang ibahagi ang parirala sa sinuman." }, "endOfFlowMessage5": { - "message": "Mag-ingat sa phishing! Hindi kailanman basta na lang hihingin ng MetaMask ang iyong Secret Recovery Phrase." + "message": "Mag-ingat sa phishing! Hindi kailanman basta na lang hihingin ng AptosMask ang iyong Secret Recovery Phrase." }, "endOfFlowMessage6": { "message": "Kung kailangan mong i-back up ulit ang iyong Secret Recovery Phrase, makikita mo ito sa Mga Setting -> Seguridad." @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "Hindi mababawi ng MetaMask ang iyong Secret Recovery Phrase." + "message": "Hindi mababawi ng AptosMask ang iyong Secret Recovery Phrase." }, "endOfFlowMessage9": { "message": "Matuto pa." @@ -941,7 +941,7 @@ "message": "Mga ilegal na Character para sa ENS." }, "ensNotFoundOnCurrentNetwork": { - "message": "Hindi nahanapa ang ENS name sa kasalukuyang network. Subukang lumipat sa Ethereum Mainnet." + "message": "Hindi nahanapa ang ENS name sa kasalukuyang network. Subukang lumipat sa Aptos Mainnet." }, "ensNotSupportedOnNetwork": { "message": "Hindi sinusuportahan ng network ang ENS" @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "Nagkaroon ng error sa MetaMask", + "message": "Nagkaroon ng error sa AptosMask", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "Magkonekta ng hardware wallet" }, "hardwareWalletsMsg": { - "message": "Pumili ng hardware wallet na gusto mong gamitin kasama ng MetaMask." + "message": "Pumili ng hardware wallet na gusto mong gamitin kasama ng AptosMask." }, "here": { "message": "dito", @@ -1277,7 +1277,7 @@ "message": "i-import gamit ang Secret Recovery Phrase" }, "importAccountMsg": { - "message": "Ang mga na-import na account ay hindi mauugnay sa orihinal mong nagawang Secret Recovery Phrase ng MetaMask account. Matuto pa tungkol sa mga na-import account" + "message": "Ang mga na-import na account ay hindi mauugnay sa orihinal mong nagawang Secret Recovery Phrase ng AptosMask account. Matuto pa tungkol sa mga na-import account" }, "importAccountSeedPhrase": { "message": "Mag-import ng account gamit ang Secret Recovery Phrase" @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "Hindi makakonekta ang MetaMask sa blockchain host. I-review ang posibleng mga dahilan $1.", + "message": "Hindi makakonekta ang AptosMask sa blockchain host. I-review ang posibleng mga dahilan $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1456,13 +1456,13 @@ "message": "Paganahin ang Gamitin ang Ledger Live sa ilalim ng Settings > Advanced" }, "ledgerConnectionInstructionStepThree": { - "message": "I-plug in ang iyong Ledger device at piliin ang Ethereum app" + "message": "I-plug in ang iyong Ledger device at piliin ang Aptos app" }, "ledgerConnectionInstructionStepTwo": { "message": "Buksan at i-unlock ang Ledger Live App" }, "ledgerConnectionPreferenceDescription": { - "message": "I-customize kung paano ka kokonekta sa iyong Ledger sa MetaMask. Ang $1 ay nirerekomenda, pero ang ibang mga opsyon ay available. Magbasa pa dito: $2", + "message": "I-customize kung paano ka kokonekta sa iyong Ledger sa AptosMask. Ang $1 ay nirerekomenda, pero ang ibang mga opsyon ay available. Magbasa pa dito: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,7 +1470,7 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Live App" @@ -1570,7 +1570,7 @@ "message": "Mensahe" }, "metaMaskConnectStatusParagraphOne": { - "message": "Mas may kontrol ka na ngayon sa mga koneksyon ng iyong account sa MetaMask." + "message": "Mas may kontrol ka na ngayon sa mga koneksyon ng iyong account sa AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "I-click ito para pamahalaan ang mga nakakonekta mong account." @@ -1579,13 +1579,13 @@ "message": "Makikita sa button ng status ng koneksyon kung nakakonekta ang website na binibisita mo sa kasalukuyan mong napiling account." }, "metamaskDescription": { - "message": "Ikinokonekta ka sa Ethereum at sa Decentralized Web." + "message": "Ikinokonekta ka sa Aptos at sa Decentralized Web." }, "metamaskSwapsOfflineDescription": { - "message": "Kasalukuyang minementina ang MetaMask Swaps. Bumalik sa ibang pagkakataon." + "message": "Kasalukuyang minementina ang AptosMask Swaps. Bumalik sa ibang pagkakataon." }, "metamaskVersion": { - "message": "Bersyon ng MetaMask" + "message": "Bersyon ng AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Palagi kang papayagang mag-opt out sa pamamagitan ng Mga Setting" @@ -1598,7 +1598,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "Ang MetaMask ay.." + "message": "Ang AptosMask ay.." }, "metametricsCommitmentsNeverCollect": { "message": "Huwag mangolekta ng mga key, address, transaksyon, balanse, hash, o anumang personal na impormasyon" @@ -1625,16 +1625,16 @@ "message": "Magpapadala ng mga anonymous na kaganapang pag-click at pagtingin sa page" }, "metametricsHelpImproveMetaMask": { - "message": "Tulungan Kaming Mapahusay ang MetaMask" + "message": "Tulungan Kaming Mapahusay ang AptosMask" }, "metametricsOptInDescription": { - "message": "Gustong kunin ng MetaMask ang data ng paggamit para mas maunawaan kung paano ginagamit ng mga user namin ang extension. Gagamitin ang data na ito para patuloy na mapahusay ang kakayahang magamit at karanasan ng user sa paggamit ng produkto namin at Ethereum ecosystem." + "message": "Gustong kunin ng AptosMask ang data ng paggamit para mas maunawaan kung paano ginagamit ng mga user namin ang extension. Gagamitin ang data na ito para patuloy na mapahusay ang kakayahang magamit at karanasan ng user sa paggamit ng produkto namin at Aptos ecosystem." }, "metametricsOptInDescription2": { "message": "Nais naming mangalap ng pangunahing data ng paggamit upang mapabuti ang kakayahang magamit ang aming produkto. Ang mga sukatan na ito ay..." }, "metametricsTitle": { - "message": "Sumali sa 6M+ user upang mapabuti ang MetaMask" + "message": "Sumali sa 6M+ user upang mapabuti ang AptosMask" }, "mismatchedChain": { "message": "Ang mga detalye ng network para sa chain ID na ito ay hindi tumutugma sa aming mga talaan. Inirerekomenda namin na $1 ka bago magpatuloy.", @@ -1651,7 +1651,7 @@ "message": "Hindi makita ang token mo?" }, "mobileSyncWarning": { - "message": "Ang feature na 'I-sync gamit ang extension' ay pansamantalang hindi gumagana. Kung gusto mong gamitin ang iyong extension wallet sa MetaMask mobile, pagkatapos ay sa iyong mobile app: bumalik sa mga opsyon sa pag-setup ng wallet at piliin ang opsyong 'Mag-import gamit ang Secret Recovery Phrase'. Gamitin ang lihim na parirala ng iyong extension wallet upang pagkatapos ay i-import ang iyong wallet sa mobile." + "message": "Ang feature na 'I-sync gamit ang extension' ay pansamantalang hindi gumagana. Kung gusto mong gamitin ang iyong extension wallet sa AptosMask mobile, pagkatapos ay sa iyong mobile app: bumalik sa mga opsyon sa pag-setup ng wallet at piliin ang opsyong 'Mag-import gamit ang Secret Recovery Phrase'. Gamitin ang lihim na parirala ng iyong extension wallet upang pagkatapos ay i-import ang iyong wallet sa mobile." }, "mustSelectOne": { "message": "Dapat pumili ng kahit 1 token lang." @@ -1670,7 +1670,7 @@ "message": "Ibahagi ang iyong Feedback" }, "needHelpLinkText": { - "message": "MetaMask Support" + "message": "AptosMask Support" }, "needHelpSubmitTicket": { "message": "Magsumite ng Tiket" @@ -1761,7 +1761,7 @@ "message": "Bago! Pag-detect ng NFT" }, "newNFTsDetectedInfo": { - "message": "Payagan ang MetaMask na awtomatikong i-detect ang mga NFT mula sa Opensea at ipakita sa iyong MetaMask wallet." + "message": "Payagan ang AptosMask na awtomatikong i-detect ang mga NFT mula sa Opensea at ipakita sa iyong AptosMask wallet." }, "newNetworkAdded": { "message": "Ang “$1” matagumpay na naidagdag!" @@ -1770,7 +1770,7 @@ "message": "Bagong password (min na 8 char)" }, "newToMetaMask": { - "message": "Bago ka ba sa MetaMask?" + "message": "Bago ka ba sa AptosMask?" }, "newTotal": { "message": "Bagong Kabuuan" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Mas mataas ang noncesa iminumungkahing nonce na $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Ilagay ang collectible ID" @@ -1849,19 +1849,19 @@ "message": "Hindi Sapat ang Gas" }, "notifications1Description": { - "message": "Ang mga user ng MetaMask Mobile ay maaari na ngayong mag-swap ng mga token sa loob ng kanilang mobile wallet. I-scan ang QR code para makuha ang mobile app at magsimulang mag-swap.", + "message": "Ang mga user ng AptosMask Mobile ay maaari na ngayong mag-swap ng mga token sa loob ng kanilang mobile wallet. I-scan ang QR code para makuha ang mobile app at magsimulang mag-swap.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Narito ang pag-swap sa mobile!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Magbasa pa", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Manatiling may alam sa pinakamagagandang kasanayan sa seguridad ng MetaMask at kunin ang pinakabagong tips ng seguridad mula sa opisyal na suporta ng MetaMask.", + "message": "Manatiling may alam sa pinakamagagandang kasanayan sa seguridad ng AptosMask at kunin ang pinakabagong tips ng seguridad mula sa opisyal na suporta ng AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Kunin ang pinakamagagandang papremyo sa pag-swap ng token sa loob ng iyong wallet. Ikinokonekta ka na ngayon ng MetaMask sa maraming decentralized exchange aggregator at mga propesyonal na market maker sa Binance Smart Chain.", + "message": "Kunin ang pinakamagagandang papremyo sa pag-swap ng token sa loob ng iyong wallet. Ikinokonekta ka na ngayon ng AptosMask sa maraming decentralized exchange aggregator at mga propesyonal na market maker sa Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Simula sa Chrome version 91, ang API na nagpapagana ng aming Ledger support (U2F) ay hindi na sumusuporta sa mga hardware wallet. Ang MetaMask ay nagpatupad ng bagong Ledger Live support na nagpapahintulot sa iyo na magpatuloy na kumonekta sa iyong Ledger device sa pamamgitan ng Ledger Live desktop app.", + "message": "Simula sa Chrome version 91, ang API na nagpapagana ng aming Ledger support (U2F) ay hindi na sumusuporta sa mga hardware wallet. Ang AptosMask ay nagpatupad ng bagong Ledger Live support na nagpapahintulot sa iyo na magpatuloy na kumonekta sa iyong Ledger device sa pamamgitan ng Ledger Live desktop app.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Kapag ginagamit ang iyong Ledger account sa MetaMask, ang bagong tab ay magbubukas at hihilingin sa iyo ng buksan ang Ledger Live app. Kapag nabuksan na ang app, hihilingin sa iyo na payagan ang koneksyon ng WebSocket sa iyong MetaMask account. Ganun lang!", + "message": "Kapag ginagamit ang iyong Ledger account sa AptosMask, ang bagong tab ay magbubukas at hihilingin sa iyo ng buksan ang Ledger Live app. Kapag nabuksan na ang app, hihilingin sa iyo na payagan ang koneksyon ng WebSocket sa iyong AptosMask account. Ganun lang!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,11 +1901,11 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "Isinama ng MetaMask v10.1.0 ang bagong support para sa mga transaksyong EIP-1559 kapag gumagamit ng mga Ledger device.", + "message": "Isinama ng AptosMask v10.1.0 ang bagong support para sa mga transaksyong EIP-1559 kapag gumagamit ng mga Ledger device.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "Para makumpleto ang mga transaksyon sa Ethereum Mainnet, siguruhin na ang iyong Ledger device ay may pinakabagong firmware.", + "message": "Para makumpleto ang mga transaksyon sa Aptos Mainnet, siguruhin na ang iyong Ledger device ay may pinakabagong firmware.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "Para sa MetaMask v10.4.0, hindi mo na kailangang ikonekta ang Ledger Live sa iyong Ledger device sa MetaMask.", + "message": "Para sa AptosMask v10.4.0, hindi mo na kailangang ikonekta ang Ledger Live sa iyong Ledger device sa AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "Mag-click sa con ng browser extension" }, "onboardingPinExtensionDescription": { - "message": "I-pin ang MetaMask sa iyong browser para madali itong ma-access at madaling makita ang mga kumpirmasyon ng transaksyon." + "message": "I-pin ang AptosMask sa iyong browser para madali itong ma-access at madaling makita ang mga kumpirmasyon ng transaksyon." }, "onboardingPinExtensionDescription2": { - "message": "Maaari mong buksan ang MetaMask sa pamamagitan ng pag-click sa extension at pag-accesss sa wallet mo sa 1 click lang." + "message": "Maaari mong buksan ang AptosMask sa pamamagitan ng pag-click sa extension at pag-accesss sa wallet mo sa 1 click lang." }, "onboardingPinExtensionDescription3": { "message": "Mag-click sa icon ng browser extension para agad itong ma-access" }, "onboardingPinExtensionLabel": { - "message": "I-pin ang MetaMask" + "message": "I-pin ang AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Ang pag-install ng iyong MetaMask ay kumpleto na!" + "message": "Ang pag-install ng iyong AptosMask ay kumpleto na!" }, "onboardingReturnNotice": { "message": "Isasara ng \"$1\" ang tab na ito at ididirekta ka pabalik sa $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Ang pagpapakita ng mga papasok na transaksyon sa iyong wallet ay umaasa sa pakikipag-ugnayan sa $1. Magkakaroon ng access ang Etherscan sa iyong Ethereum address at iyong IP address. Tingnan ang $2.", + "message": "Ang pagpapakita ng mga papasok na transaksyon sa iyong wallet ay umaasa sa pakikipag-ugnayan sa $1. Magkakaroon ng access ang Etherscan sa iyong Aptos address at iyong IP address. Tingnan ang $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "Kumonekta lang sa mga site na pinagkakatiwalaan mo." }, "openFullScreenForLedgerWebHid": { - "message": "Buksan ang MetaMask sa buong screen para ikonekta ang ledger mo sa pamamagitan ng WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Buksan ang AptosMask sa buong screen para ikonekta ang ledger mo sa pamamagitan ng WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Opsyonal" @@ -2035,7 +2035,7 @@ "message": "Sumali sa MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Sumali sa MetaMetrics para mas mapahusay namin ang MetaMask" + "message": "Sumali sa MetaMetrics para mas mapahusay namin ang AptosMask" }, "password": { "message": "Password" @@ -2044,10 +2044,10 @@ "message": "Hindi sapat ang haba ng password" }, "passwordSetupDetails": { - "message": "Ang password na ito ay magbubukas lamang ng iyong MetaMask wallet sa device na ito. Hindi matatakpan ng MetaMask ang password na ito." + "message": "Ang password na ito ay magbubukas lamang ng iyong AptosMask wallet sa device na ito. Hindi matatakpan ng AptosMask ang password na ito." }, "passwordTermsWarning": { - "message": "Nauunawaan ko na hindi matatakpan ng MetaMask ang password na ito para sa akin. $1" + "message": "Nauunawaan ko na hindi matatakpan ng AptosMask ang password na ito para sa akin. $1" }, "passwordsDontMatch": { "message": "Hindi Magkatugma ang Mga Password" @@ -2167,7 +2167,7 @@ "message": "Huwag kailanman ibahagi ang iyong Secret Recovery Phrase sa sinuman" }, "recoveryPhraseReminderItemTwo": { - "message": "Hindi kailanman hihingin ng MetaMask team ang iyong Secret Recovery Phrase" + "message": "Hindi kailanman hihingin ng AptosMask team ang iyong Secret Recovery Phrase" }, "recoveryPhraseReminderSubText": { "message": "Kinokontrol ng iyong Secret Recovery Phrase ang lahat ng iyong account." @@ -2342,7 +2342,7 @@ "message": "Kung may humingi ng iyong recovery phrase, malamang na sinusubukan ka nilang i-scam at nakawin ang mga pondo ng iyong wallet" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Huwag kailanman ibahagi ang iyong Secret Recovery Phrase, kahit sa MetaMask!" + "message": "Huwag kailanman ibahagi ang iyong Secret Recovery Phrase, kahit sa AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Ano ang Secret Recovery Phrase?" @@ -2381,7 +2381,7 @@ "message": "Pumili ng Account" }, "selectAnAccountAlreadyConnected": { - "message": "Ang acount na ito ay nakakonekta na sa MetaMask" + "message": "Ang acount na ito ay nakakonekta na sa AptosMask" }, "selectEachPhrase": { "message": "Pakipili ang bawat phrase para matiyak na tama ito." @@ -2425,7 +2425,7 @@ "message": "Magtakda ng advanced privacy settings" }, "setAdvancedPrivacySettingsDetails": { - "message": "Ginagamit ng MetaMask ang mga pinagkakatiwalaang serbisyo ng third-party na ito para mapahusay ang kakayahang magamit at kaligtasan ng produkto." + "message": "Ginagamit ng AptosMask ang mga pinagkakatiwalaang serbisyo ng third-party na ito para mapahusay ang kakayahang magamit at kaligtasan ng produkto." }, "settings": { "message": "Mga Setting" @@ -2564,7 +2564,7 @@ "message": "Error sa pagkuha ng mga log ng estado." }, "stateLogFileName": { - "message": "Mga Log ng Estado ng MetaMask" + "message": "Mga Log ng Estado ng AptosMask" }, "stateLogs": { "message": "Mga Log ng Estado" @@ -2582,7 +2582,7 @@ "message": "Siguruhin na ang iyong Lattice1 ay handang ikonekta" }, "step1LatticeWalletMsg": { - "message": "Maaari mong ikonekta ang MetaMask sa iyong Lattice1 device kapag na-set up na ito at online. I-unlock ang iyong device at ihanda ang iyong Device ID. Para sa higit pa sa paggamit ng mga wallet ng hardware, $1", + "message": "Maaari mong ikonekta ang AptosMask sa iyong Lattice1 device kapag na-set up na ito at online. I-unlock ang iyong device at ihanda ang iyong Device ID. Para sa higit pa sa paggamit ng mga wallet ng hardware, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2603,7 +2603,7 @@ "message": "I-plug sa Ledger wallet" }, "step2LedgerWalletMsg": { - "message": "Direktang ikonekta ang iyong wallet sa iyong computer. I-unlock ang iyong Ledger at buksan ang Ethereum app. Para sa higit pa sa paggamit ng iyong hardware wallet device, $1.", + "message": "Direktang ikonekta ang iyong wallet sa iyong computer. I-unlock ang iyong Ledger at buksan ang Aptos app. Para sa higit pa sa paggamit ng iyong hardware wallet device, $1.", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "storePhrase": { @@ -2660,7 +2660,7 @@ "message": "Kumpirmahin gamit ang iyong hardware wallet" }, "swapContractDataDisabledErrorDescription": { - "message": "Sa Ethereum app sa iyong Ledger, magpunta sa \"Settings\" at payagan ang contract data. Pagkatapos ay subukan muli ang iyong pag-swap." + "message": "Sa Aptos app sa iyong Ledger, magpunta sa \"Settings\" at payagan ang contract data. Pagkatapos ay subukan muli ang iyong pag-swap." }, "swapContractDataDisabledErrorTitle": { "message": "Ang data ng contract ay hindi pinagagana sa iyong Ledger" @@ -2678,7 +2678,7 @@ "message": "I-edit ang limitasyon" }, "swapEnableDescription": { - "message": "Kinakailangan ito at nagbibigay ito ng pahintulot sa MetaMask na i-swap ang iyong $1.", + "message": "Kinakailangan ito at nagbibigay ito ng pahintulot sa AptosMask na i-swap ang iyong $1.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "Ang mga gas fee sa nakaraang screen ay hinati sa dalawang transaksyon." }, "swapGasFeesSummary": { - "message": "Ang mga gas fee ay binabayaran sa mga crypto miner na nagpoproseso ng mga transaksyon sa $1 na network. Ang MetaMask ay hindi kumikita mula sa mga gas fee.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Ang mga gas fee ay binabayaran sa mga crypto miner na nagpoproseso ng mga transaksyon sa $1 na network. Ang AptosMask ay hindi kumikita mula sa mga gas fee.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Napakataas ng halaga ng slippage." }, "swapIncludesMMFee": { - "message": "Kasama ang $1% MetaMask fee.", + "message": "Kasama ang $1% AptosMask fee.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,10 +2741,10 @@ "message": "Max na slippage" }, "swapMetaMaskFee": { - "message": "Bayarin sa MetaMask" + "message": "Bayarin sa AptosMask" }, "swapMetaMaskFeeDescription": { - "message": "Hinahanap namin ang pinakasulit na presyo mula sa mga nangungunang pinagkukunan ng liquidity, sa lahat ng pagkakataon. Ang bayarin na $1% ay awtomatikong fina-factor sa bawat quote, na sumusuporta sa kasalukuyang development para mas mapahusay ang MetaMask.", + "message": "Hinahanap namin ang pinakasulit na presyo mula sa mga nangungunang pinagkukunan ng liquidity, sa lahat ng pagkakataon. Ang bayarin na $1% ay awtomatikong fina-factor sa bawat quote, na sumusuporta sa kasalukuyang development para mas mapahusay ang AptosMask.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapNQuotesWithDot": { @@ -2924,7 +2924,7 @@ "message": "Tingnan sa aktibidad" }, "switchEthereumChainConfirmationDescription": { - "message": "Maglilipat ito sa napiling network sa loob ng MetaMask sa dating idinagdag na network:" + "message": "Maglilipat ito sa napiling network sa loob ng AptosMask sa dating idinagdag na network:" }, "switchEthereumChainConfirmationTitle": { "message": "Payagan ang site na ito para lumipat ng network?" @@ -2960,16 +2960,16 @@ "message": "Tiyaking walang ibang nakakakita sa iyong screen kapag na-scan mo ang code na ito" }, "syncWithMobileComplete": { - "message": "Matagumpay na na-sync ang iyong data. I-enjoy ang MetaMask mobile app!" + "message": "Matagumpay na na-sync ang iyong data. I-enjoy ang AptosMask mobile app!" }, "syncWithMobileDesc": { - "message": "Puwede mong i-sync ang iyong mga account at impormasyon sa mobile device mo. Buksan ang MetaMask mobile app, pumunta sa \"Mga Setting\" at i-tap ang \"I-sync mula sa Browser Extension\"" + "message": "Puwede mong i-sync ang iyong mga account at impormasyon sa mobile device mo. Buksan ang AptosMask mobile app, pumunta sa \"Mga Setting\" at i-tap ang \"I-sync mula sa Browser Extension\"" }, "syncWithMobileDescNewUsers": { - "message": "Kung unang pagkakataon mong bubuksan ang MetaMask Mobile app, sundin lang ang mga hakbang sa iyong telepono." + "message": "Kung unang pagkakataon mong bubuksan ang AptosMask Mobile app, sundin lang ang mga hakbang sa iyong telepono." }, "syncWithMobileScanThisCode": { - "message": "I-scan ang code na ito gamit ang iyong MetaMask mobile app" + "message": "I-scan ang code na ito gamit ang iyong AptosMask mobile app" }, "syncWithMobileTitle": { "message": "I-sync sa mobile" @@ -3025,7 +3025,7 @@ "message": "Kailangan ng token decimal." }, "tokenDetectionAnnouncement": { - "message": "Bago! Ang pinahusay na pagtukoy ng token ay magagamit sa Ethereum Mainnet bilang isang pang-eksperimentong feature. $1" + "message": "Bago! Ang pinahusay na pagtukoy ng token ay magagamit sa Aptos Mainnet bilang isang pang-eksperimentong feature. $1" }, "tokenSymbol": { "message": "Simbolo ng Token" @@ -3067,7 +3067,7 @@ "message": "Minungkahing site" }, "transactionDetailDappGasTooltip": { - "message": "I-edit upang gamitin ang nirerekomendang gas fee ng MetaMask batay sa pinakabagong block." + "message": "I-edit upang gamitin ang nirerekomendang gas fee ng AptosMask batay sa pinakabagong block." }, "transactionDetailGasHeading": { "message": "Tinantiyang gas fee" @@ -3082,7 +3082,7 @@ "message": "Ang mga gas fee ay itinakda ng network at nagbabago-bago batay sa network traffic at pagiging kumplikado ng transaksyon." }, "transactionDetailGasTooltipIntro": { - "message": "Ang mga gas fee ay binabayaran sa mga crypto miner na nagpoproseso ng mga transaksyon sa $1 na network. Ang MetaMask ay hindi kumikita mula sa mga gas fee." + "message": "Ang mga gas fee ay binabayaran sa mga crypto miner na nagpoproseso ng mga transaksyon sa $1 na network. Ang AptosMask ay hindi kumikita mula sa mga gas fee." }, "transactionDetailGasTotalSubtitle": { "message": "Halaga + gas fee" @@ -3174,11 +3174,11 @@ "message": "Hindi magagamit ang mga pag-alam sa transaksyon para sa contract na ito sa oras na ito." }, "typePassword": { - "message": "Uri ng password ng iyong MetaMask" + "message": "Uri ng password ng iyong AptosMask" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Hindi inaprubahan" @@ -3247,7 +3247,7 @@ "message": "Gamitin ang Pag-detect ng Token" }, "useTokenDetectionDescription": { - "message": "Gumagamit kami ng mga third-party na API para makita at magpakita ng mga bagong token na ipinadala sa iyong wallet. I-off kung ayaw mong makuha ng MetaMask ang data mula sa mga serbisyong iyon." + "message": "Gumagamit kami ng mga third-party na API para makita at magpakita ng mga bagong token na ipinadala sa iyong wallet. I-off kung ayaw mong makuha ng AptosMask ang data mula sa mga serbisyong iyon." }, "usedByClients": { "message": "Ginagamit ng iba't ibang client" @@ -3310,10 +3310,10 @@ "message": "Tagumpay mong naprotektahan ang iyong wallet. Panatilihing ligtas ang iyong Secret Recovery Phrase at sikreto - pananagutan mo ito!" }, "walletCreationSuccessReminder1": { - "message": "Di mababawi ng MetaMask ang iyong Secret Recovery Phrase." + "message": "Di mababawi ng AptosMask ang iyong Secret Recovery Phrase." }, "walletCreationSuccessReminder2": { - "message": "Kailanman ay hindi hihingin ng MetaMask ang iyong Secret Recovery Phrase." + "message": "Kailanman ay hindi hihingin ng AptosMask ang iyong Secret Recovery Phrase." }, "walletCreationSuccessReminder3": { "message": "$1 sa sinuman o panganib na manakaw ang iyong pondo", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Welcome sa MetaMask" + "message": "Welcome sa AptosMask" }, "welcomeBack": { "message": "Maligayang Pagbabalik!" @@ -3347,7 +3347,7 @@ "message": "Magsaliksik sa mga decentralized app" }, "welcomeLoginDescription": { - "message": "Gamitin ang iyong MetaMask para mag-login sa mga decentralized app, hindi na kailangang mag-sign up." + "message": "Gamitin ang iyong AptosMask para mag-login sa mga decentralized app, hindi na kailangang mag-sign up." }, "welcomeLoginTitle": { "message": "Mag-hello sa iyong wallet" @@ -3360,7 +3360,7 @@ }, "whatsNew": { "message": "Ano'ng bago", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Ano ito?" diff --git a/app/_locales/tr/messages.json b/app/_locales/tr/messages.json index d5bf30714f..84d226ea2e 100644 --- a/app/_locales/tr/messages.json +++ b/app/_locales/tr/messages.json @@ -99,7 +99,7 @@ "message": "Takma ad ekle" }, "addAcquiredTokens": { - "message": "MetaMask kullanarak elde ettiğiniz tokenleri ekleyin" + "message": "AptosMask kullanarak elde ettiğiniz tokenleri ekleyin" }, "addAlias": { "message": "Diğer adı ekle" @@ -118,7 +118,7 @@ "message": "Bu, bu ağın MetaMas dahilinde kullanılmasına olanak tanıyacaktır." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask özel ağları doğrulamaz." + "message": "AptosMask özel ağları doğrulamaz." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "$1 hakkında bilgi edinin.", @@ -224,7 +224,7 @@ "message": "Tutar" }, "appDescription": { - "message": "Tarayıcında bir Ethereum Cüzdanı", + "message": "Tarayıcında bir Aptos Cüzdanı", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Otomatik Kilitleme Sayacı (dakika)" }, "autoLockTimeLimitDescription": { - "message": "MetaMask kilitlenmeden önce dakika olarak boşta kalma süresini belirleyin." + "message": "AptosMask kilitlenmeden önce dakika olarak boşta kalma süresini belirleyin." }, "average": { "message": "Ortalama" @@ -301,7 +301,7 @@ "message": "Tümüne Geri Git" }, "backupApprovalInfo": { - "message": "Bu gizli kod, cihazınızı kaybetmeniz, parolanızı unutmanız, MetaMask'ı yeniden kurmanızın gerektiği ya da cüzdanınıza başka bir cihazdan oturum açmak istemeniz durumunda cüzdanınıza erişim sağlamak için gereklidir." + "message": "Bu gizli kod, cihazınızı kaybetmeniz, parolanızı unutmanız, AptosMask'ı yeniden kurmanızın gerektiği ya da cüzdanınıza başka bir cihazdan oturum açmak istemeniz durumunda cüzdanınıza erişim sağlamak için gereklidir." }, "backupApprovalNotice": { "message": "Cüzdanınızı ve paranızı güvende tutmak için Gizli Kurtarma İfadenizi yedekleyin." @@ -322,10 +322,10 @@ "message": "Temel" }, "betaMetamaskDescription": { - "message": "Milyonların güvendiği MetaMask, web3 dünyasını herkes için erişilebilir kılan güvenli bir cüzdandır." + "message": "Milyonların güvendiği AptosMask, web3 dünyasını herkes için erişilebilir kılan güvenli bir cüzdandır." }, "betaMetamaskDescriptionExplanation": { - "message": "Yayınlanmadan önce gelecek özellikleri test etmek için bu sürümü kullanın. Kullanımınız ve geri bildiriminiz mümkün olan en iyi MetaMask sürümünü oluşturmamıza yardımcı olur. MetMask Beta kullanımınız standart $1 ile ayrıca $2 bölümümüze tabidir. Beta sürümü olduğu için hatayla karşılaşma riskiniz daha yüksektir. Devam ederek bu riskleri ve aynı zamanda Şartlar ve Beta Şartları kısımlarında yer alan riskleri kabul eder ve onaylarsınız.", + "message": "Yayınlanmadan önce gelecek özellikleri test etmek için bu sürümü kullanın. Kullanımınız ve geri bildiriminiz mümkün olan en iyi AptosMask sürümünü oluşturmamıza yardımcı olur. MetMask Beta kullanımınız standart $1 ile ayrıca $2 bölümümüze tabidir. Beta sürümü olduğu için hatayla karşılaşma riskiniz daha yüksektir. Devam ederek bu riskleri ve aynı zamanda Şartlar ve Beta Şartları kısımlarında yer alan riskleri kabul eder ve onaylarsınız.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Koşullar" }, "betaMetamaskVersion": { - "message": "MetaMask Beta Sürümü" + "message": "AptosMask Beta Sürümü" }, "betaWelcome": { - "message": "MetaMask Beta Sürümüne Hoş Geldiniz" + "message": "AptosMask Beta Sürümüne Hoş Geldiniz" }, "blockExplorerAccountAction": { "message": "Hesap", @@ -369,7 +369,7 @@ "message": "Kişi listenizi oluşturun" }, "builtAroundTheWorld": { - "message": "MetaMask dünya çapında geliştirilmiş ve yapılmıştır." + "message": "AptosMask dünya çapında geliştirilmiş ve yapılmıştır." }, "busy": { "message": "Meşgul" @@ -381,7 +381,7 @@ "message": "Wyre ile ETH satın al" }, "buyWithWyreDescription": { - "message": "Wyre, doğrudan MetaMask hesabınıza ETH yatırma işlemleri için banka kartı kullanmanıza izin verir." + "message": "Wyre, doğrudan AptosMask hesabınıza ETH yatırma işlemleri için banka kartı kullanmanıza izin verir." }, "bytes": { "message": "Bayt" @@ -417,7 +417,7 @@ "message": "Bu Zincir Kimliği şu anda $1 ağı tarafından kullanılıyor." }, "chromeRequiredForHardwareWallets": { - "message": "Donanım Cüzdanınıza bağlamak için MetaMask'ı Google Chrome'da kullanmanız gerekir." + "message": "Donanım Cüzdanınıza bağlamak için AptosMask'ı Google Chrome'da kullanmanız gerekir." }, "clickToConnectLedgerViaWebHID": { "message": "WebHID üzerinden Kayıt Defterinizi bağlamak için tıklayın", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "MetaMask ile Bağlan" + "message": "AptosMask ile Bağlan" }, "connectedAccountsDescriptionPlural": { "message": "Bu siteye bağlı $1 hesabınız var.", @@ -499,7 +499,7 @@ "message": "Bu siteye bağlı 1 hesabınız var." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask bu siteye bağlı değil. Bir web3 sitesine bağlanmak için siteyi bulun ve bağlan düğmesine tıklayın." + "message": "AptosMask bu siteye bağlı değil. Bir web3 sitesine bağlanmak için siteyi bulun ve bağlan düğmesine tıklayın." }, "connectedSites": { "message": "Bağlı siteler" @@ -918,7 +918,7 @@ "message": "İfadeyi hiç kimseyle paylaşmayın." }, "endOfFlowMessage5": { - "message": "Kimlik avına karşı dikkatli olun! MetaMask asla kendiliğinden Gizli Kurtarma İfadenizi istemez." + "message": "Kimlik avına karşı dikkatli olun! AptosMask asla kendiliğinden Gizli Kurtarma İfadenizi istemez." }, "endOfFlowMessage6": { "message": "Gizli Kurtarma İfadenizi tekrar yedeklemeniz gerekirse Ayarlar -> Güvenlik kısmında bulabilirsiniz." @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask Gizli Kurtarma İfadenizi kurtaramıyor." + "message": "AptosMask Gizli Kurtarma İfadenizi kurtaramıyor." }, "endOfFlowMessage9": { "message": "Daha fazla bilgi edinin." @@ -941,7 +941,7 @@ "message": "ENS için Uygun Olmayan Karakter." }, "ensNotFoundOnCurrentNetwork": { - "message": "ENS adı geçerli ağda bulunamadı. Ethereum Mainnet'e geçmeyi deneyin." + "message": "ENS adı geçerli ağda bulunamadı. Aptos Mainnet'e geçmeyi deneyin." }, "ensNotSupportedOnNetwork": { "message": "Ağ ENS desteklemiyor" @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask bir hata ile karşılaştı", + "message": "AptosMask bir hata ile karşılaştı", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "Donanım cüzdanı bağla" }, "hardwareWalletsMsg": { - "message": "MetaMask ile kullanmak istediğiniz donanım cüzdanını seçin." + "message": "AptosMask ile kullanmak istediğiniz donanım cüzdanını seçin." }, "here": { "message": "burada", @@ -1277,7 +1277,7 @@ "message": "Gizli Kurtarma İfadesi kullanarak içe aktar" }, "importAccountMsg": { - "message": "İçe aktarılan hesaplar ilk olarak oluşturduğunuz MetaMask hesabı Gizli Kurtarma ifadenizle ilişkilendirilmez. İçe aktarılan hesaplar hakkında daha fazla bilgi edinin" + "message": "İçe aktarılan hesaplar ilk olarak oluşturduğunuz AptosMask hesabı Gizli Kurtarma ifadenizle ilişkilendirilmez. İçe aktarılan hesaplar hakkında daha fazla bilgi edinin" }, "importAccountSeedPhrase": { "message": "Gizli Kurtarma İfadesi ile bir cüzdanı içe aktarın" @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask blokzincir ana bilgisayarına bağlanamıyor. $1 olası nedenleri inceleyin.", + "message": "AptosMask blokzincir ana bilgisayarına bağlanamıyor. $1 olası nedenleri inceleyin.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1456,13 +1456,13 @@ "message": "Ayarlar > Gelişmiş kısmının altında Ledger Live'i Kullan seçeneğini etkinleştirin" }, "ledgerConnectionInstructionStepThree": { - "message": "Kayıt Defteri cihazınızı bağlayın ve Ethereum uygulamasını seçin" + "message": "Kayıt Defteri cihazınızı bağlayın ve Aptos uygulamasını seçin" }, "ledgerConnectionInstructionStepTwo": { "message": "Ledger Live Uygulamasını açın ve kilidini açın" }, "ledgerConnectionPreferenceDescription": { - "message": "Kayıt Defterinizi MetaMask'a nasıl bağladığınızı özelleştirin. $1 önerilir ancak başka seçenekler de mevcuttur. Buradan daha fazlasını okuyun: $2", + "message": "Kayıt Defterinizi AptosMask'a nasıl bağladığınızı özelleştirin. $1 önerilir ancak başka seçenekler de mevcuttur. Buradan daha fazlasını okuyun: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,13 +1470,13 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Live Uygulaması" }, "ledgerLocked": { - "message": "Kayıt defteri cihazına bağlanılamıyor. Lütfen cihazınızın kilidinin açık ve Ethereum uygulamasının açık olduğundan emin olun." + "message": "Kayıt defteri cihazına bağlanılamıyor. Lütfen cihazınızın kilidinin açık ve Aptos uygulamasının açık olduğundan emin olun." }, "ledgerTimeout": { "message": "Ledger Live'ın yanıt vermesi çok uzun sürdü ya da bağlantı zaman aşımına uğradı. Ledger Live uygulamasının açık olduğundan ve cihazınızın kilidinin açık olduğundan emin olun." @@ -1570,7 +1570,7 @@ "message": "Mesaj" }, "metaMaskConnectStatusParagraphOne": { - "message": "Artık MetaMask'te hesap bağlantılarınızın üzerinde daha fazla kontrole sahipsiniz." + "message": "Artık AptosMask'te hesap bağlantılarınızın üzerinde daha fazla kontrole sahipsiniz." }, "metaMaskConnectStatusParagraphThree": { "message": "Bağlı hesaplarınızı yönetmek için tıklayın." @@ -1579,13 +1579,13 @@ "message": "Bağlantı durumu düğmesi ziyaret ettiğiniz web sitesinin şu anda seçilen hesabınıza bağlı olup olmadığını gösterir." }, "metamaskDescription": { - "message": "Sizi Ethereum ve Merkezi Olmayan Webe bağlar." + "message": "Sizi Aptos ve Merkezi Olmayan Webe bağlar." }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Takas İşlemleri bakımda. Lütfen daha sonra tekrar kontrol edin." + "message": "AptosMask Takas İşlemleri bakımda. Lütfen daha sonra tekrar kontrol edin." }, "metamaskVersion": { - "message": "MetaMask Sürümü" + "message": "AptosMask Sürümü" }, "metametricsCommitmentsAllowOptOut": { "message": "Dilediğiniz zaman Ayarlar kısmında vazgeçebilmenize olanak tanır" @@ -1628,7 +1628,7 @@ "message": "MetaMask'i geliştirmemize yardımcı olun" }, "metametricsOptInDescription": { - "message": "MetaMask, kullanıcılarımızın uzantıyı nasıl kullandıklarını daha iyi anlamak amacıyla kullanım verilerini toplamak istiyor. Bu veriler ürünümüzün ve Ethereum eko-sisteminin kullanılabilirliği ve kullanıcı deneyimini geliştirmek için sürekli olarak kullanılacaktır." + "message": "MetaMask, kullanıcılarımızın uzantıyı nasıl kullandıklarını daha iyi anlamak amacıyla kullanım verilerini toplamak istiyor. Bu veriler ürünümüzün ve Aptos eko-sisteminin kullanılabilirliği ve kullanıcı deneyimini geliştirmek için sürekli olarak kullanılacaktır." }, "metametricsOptInDescription2": { "message": "Ürünümüzün kullanılabilirliğini geliştirmek için temel kullanım verilerini toplamak istiyoruz. Bu ölçümler..." @@ -1651,7 +1651,7 @@ "message": "Tokeninizi görmüyor musunuz?" }, "mobileSyncWarning": { - "message": "\"Uzantı ile senkronize et\" özelliği geçici olarak devre dışı bırakılmış. MetaMask mobilde uzantı cüzdanınızı kullanmak istiyorsanız mobil uygulamaya gidin: cüzdan kurulum ayarlarına geri dönün ve \"Gizli Kurtarma İfadesi ile İçe Aktar\" seçeneğini seçin. Ardından cüzdanınızı mobil uygulamada içe aktarmak için uzantı cüzdanınızın gizli ifadesini kullanın." + "message": "\"Uzantı ile senkronize et\" özelliği geçici olarak devre dışı bırakılmış. AptosMask mobilde uzantı cüzdanınızı kullanmak istiyorsanız mobil uygulamaya gidin: cüzdan kurulum ayarlarına geri dönün ve \"Gizli Kurtarma İfadesi ile İçe Aktar\" seçeneğini seçin. Ardından cüzdanınızı mobil uygulamada içe aktarmak için uzantı cüzdanınızın gizli ifadesini kullanın." }, "mustSelectOne": { "message": "En az bir token seçilmeli." @@ -1670,7 +1670,7 @@ "message": "Geri bildiriminizi paylaşın" }, "needHelpLinkText": { - "message": "MetaMask Destek" + "message": "AptosMask Destek" }, "needHelpSubmitTicket": { "message": "Sorgu Gönder" @@ -1761,7 +1761,7 @@ "message": "Yeni! NFT algılama" }, "newNFTsDetectedInfo": { - "message": "MetaMask'in otomatik olarak Opensea'den NFT'leri algılamasına ve MetaMask cüzdanınızda görüntülemesine izin verin." + "message": "MetaMask'in otomatik olarak Opensea'den NFT'leri algılamasına ve AptosMask cüzdanınızda görüntülemesine izin verin." }, "newNetworkAdded": { "message": "\"$1\" başarılı bir şekilde eklendi!" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Geçici anahtar, önerilen $1 geçici anahtarından daha büyük", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Toplanabilir kimliğini girin" @@ -1849,19 +1849,19 @@ "message": "Yeterli Gaz Yok" }, "notifications1Description": { - "message": "MetaMask Mobil kullanıcıları artık mobil cüzdanları içinde token takas edebilirler. Mobil uygulamayı edinmek ve takas yapmaya başlamak için QR kodunu tarayın.", + "message": "AptosMask Mobil kullanıcıları artık mobil cüzdanları içinde token takas edebilirler. Mobil uygulamayı edinmek ve takas yapmaya başlamak için QR kodunu tarayın.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Mobilde takas burada!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Daha fazla bilgi", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "MetaMask en iyi güvenlik uygulamalarında güncel kalın ve resmi MetaMask desteğinden en son güvenlik ipuçlarını alın.", + "message": "AptosMask en iyi güvenlik uygulamalarında güncel kalın ve resmi AptosMask desteğinden en son güvenlik ipuçlarını alın.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Doğrudan cüzdanınızdan token takaslarında en iyi fiyatlara sahip olun. MetaMask artık Binance Smart Chain'deki birden fazla merkezi olmayan borsa toplayıcısı ve profesyonel piyasa oluşturucuyu bağlıyor.", + "message": "Doğrudan cüzdanınızdan token takaslarında en iyi fiyatlara sahip olun. AptosMask artık Binance Smart Chain'deki birden fazla merkezi olmayan borsa toplayıcısı ve profesyonel piyasa oluşturucuyu bağlıyor.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Chrome 91 sürümünden itibaren Kayıt Defteri desteğimize olanak tanıyan API (U2F) artık donanım cüzdanları desteklememektedir. MetaMask Kayıt Defteri cihazınızı Ledger Live masaüstü uygulaması üzerinden bağlamanıza olanak tanıyan yeni bir Ledger Live desteğini hayata geçirmiştir.", + "message": "Chrome 91 sürümünden itibaren Kayıt Defteri desteğimize olanak tanıyan API (U2F) artık donanım cüzdanları desteklememektedir. AptosMask Kayıt Defteri cihazınızı Ledger Live masaüstü uygulaması üzerinden bağlamanıza olanak tanıyan yeni bir Ledger Live desteğini hayata geçirmiştir.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "MetaMask'te Kayıt Defteri hesabınız ile etkileşim kurarken yeni bir sekme açılacak ve sizden Ledger Live uygulamasını açmanız istenecektir. Uygulama açıldıktan sonra sizden MetaMask hesabınızla bir WebSocket bağlantısı kurulmasına izin vermeniz istenecektir. Hepsi bu!", + "message": "MetaMask'te Kayıt Defteri hesabınız ile etkileşim kurarken yeni bir sekme açılacak ve sizden Ledger Live uygulamasını açmanız istenecektir. Uygulama açıldıktan sonra sizden AptosMask hesabınızla bir WebSocket bağlantısı kurulmasına izin vermeniz istenecektir. Hepsi bu!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,11 +1901,11 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask 10.1.0 sürümü, Kayıt Defteri cihazları kullanıldığında EIP-1559 işlemleri için yeni destek içerir.", + "message": "AptosMask 10.1.0 sürümü, Kayıt Defteri cihazları kullanıldığında EIP-1559 işlemleri için yeni destek içerir.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { - "message": "İşlemleri Ethereum Mainnet'te tamamlamak için Kayıt Defteri cihazınızın son donanım yazılımına sahip olduğundan emin olun.", + "message": "İşlemleri Aptos Mainnet'te tamamlamak için Kayıt Defteri cihazınızın son donanım yazılımına sahip olduğundan emin olun.", "description": "Description of a notification in the 'See What's New' popup. Describes the need to update ledger firmware." }, "notifications7Title": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "MetaMask 10.4.0 sürümü itibariyle Kayıt Defteri cihazınızı Metamask'e bağlamak için artık Ledger Live'e ihtiyacınız yok.", + "message": "AptosMask 10.4.0 sürümü itibariyle Kayıt Defteri cihazınızı Metamask'e bağlamak için artık Ledger Live'e ihtiyacınız yok.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,10 +1974,10 @@ "message": "Tarayıcı uzantısı simgesine tıklayın" }, "onboardingPinExtensionDescription": { - "message": "İşlem onaylarını erişilebilir ve kolay görüntülenebilir hale getirmek için MetaMask'i tarayıcınıza sabitleyin." + "message": "İşlem onaylarını erişilebilir ve kolay görüntülenebilir hale getirmek için AptosMask'i tarayıcınıza sabitleyin." }, "onboardingPinExtensionDescription2": { - "message": "Uzantıya tıklayarak MetaMask'i açabilir ve 1 tık ile cüzdanınıza erişim sağlayabilirsiniz." + "message": "Uzantıya tıklayarak AptosMask'i açabilir ve 1 tık ile cüzdanınıza erişim sağlayabilirsiniz." }, "onboardingPinExtensionDescription3": { "message": "Hemen erişim sağlamak için tarayıcı uzantısı simgesine tıklayın" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "MetaMask kurulumunuz tamamlandı!" + "message": "AptosMask kurulumunuz tamamlandı!" }, "onboardingReturnNotice": { "message": "\"$\" bu sekmeyi kapatacak $2 alanına geri döndürecektir", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Cüzdanınıza gelen işlemlerin gösterilmesi $1 ile iletişime bağlıdır. Etherscan, Ethereum adresinize ve IP adresinize erişim sağlayacaktır. Şunu görüntüleyin: $2.", + "message": "Cüzdanınıza gelen işlemlerin gösterilmesi $1 ile iletişime bağlıdır. Etherscan, Aptos adresinize ve IP adresinize erişim sağlayacaktır. Şunu görüntüleyin: $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "Sadece güvendiğiniz sitelere bağlayın." }, "openFullScreenForLedgerWebHid": { - "message": "Kayıt defterinizi WebHID üzerinden bağlamak için MetaMask'i tam ekran açın.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Kayıt defterinizi WebHID üzerinden bağlamak için AptosMask'i tam ekran açın.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "İsteğe bağlı" @@ -2044,7 +2044,7 @@ "message": "Parola yeterince uzun değil" }, "passwordSetupDetails": { - "message": "Bu parola MetaMask cüzdanınızın kilidini sadece bu cihazda açacaktır. MetaMask bu parolayı kurtaramaz." + "message": "Bu parola AptosMask cüzdanınızın kilidini sadece bu cihazda açacaktır. AptosMask bu parolayı kurtaramaz." }, "passwordTermsWarning": { "message": "MetaMask'in benim için bu parolayı kurtaramayacağını anlıyorum. $1" @@ -2167,7 +2167,7 @@ "message": "Gizli Kurtarma İfadenizi asla başkasıyla paylaşmayın" }, "recoveryPhraseReminderItemTwo": { - "message": "MetaMask ekibi sizden asla Gizli Kurtarma İfadenizi istemeyecektir" + "message": "AptosMask ekibi sizden asla Gizli Kurtarma İfadenizi istemeyecektir" }, "recoveryPhraseReminderSubText": { "message": "Gizli Kurtarma İfadeniz tüm hesaplarınızı kontrol eder." @@ -2342,7 +2342,7 @@ "message": "Birileri sizden kurtarma ifadenizi istiyorsa büyük olasılıkla sizi dolandırmaya ve cüzdanınızdaki paraları çalmaya çalışıyordur" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Gizli Kurtarma İfadenizi MetaMask de dahil olmak üzere asla paylaşmayın!" + "message": "Gizli Kurtarma İfadenizi AptosMask de dahil olmak üzere asla paylaşmayın!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Gizli Kurtarma İfadesi nedir?" @@ -2381,7 +2381,7 @@ "message": "Hesap Seç" }, "selectAnAccountAlreadyConnected": { - "message": "Bu hesap zaten MetaMask'e bağlanmış" + "message": "Bu hesap zaten AptosMask'e bağlanmış" }, "selectEachPhrase": { "message": "Doğru olduğundan emin olmak için lütfen her ifadeyi seçin." @@ -2564,7 +2564,7 @@ "message": "Durum günlükleri alınırken hata." }, "stateLogFileName": { - "message": "MetaMask Durum Günlükleri" + "message": "AptosMask Durum Günlükleri" }, "stateLogs": { "message": "Durum Günlükleri" @@ -2582,7 +2582,7 @@ "message": "Lattice1'inizin bağlanmaya hazır olduğundan emin olun" }, "step1LatticeWalletMsg": { - "message": "Kurulduktan ve çevrimiçi olduktan sonra Lattice1'inizi MetaMask'e bağlayabilirsiniz. Cihazınızın kilidini açın ve Cihaz Kimliğini hazırlayın. Donanım cüzdanlarının kullanımı hakkında daha fazla bilgi için, $1", + "message": "Kurulduktan ve çevrimiçi olduktan sonra Lattice1'inizi AptosMask'e bağlayabilirsiniz. Cihazınızın kilidini açın ve Cihaz Kimliğini hazırlayın. Donanım cüzdanlarının kullanımı hakkında daha fazla bilgi için, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2603,7 +2603,7 @@ "message": "Ledger cüzdanını bağlayın" }, "step2LedgerWalletMsg": { - "message": "Cüzdanınızı doğrudan bilgisayara bağlayın. Kayıt defterinizin kilidini açın ve Ethereum uygulamasını açın. Donanım cüzdanı cihazınızın kullanımı hakkında daha fazla bilgi için $1.", + "message": "Cüzdanınızı doğrudan bilgisayara bağlayın. Kayıt defterinizin kilidini açın ve Aptos uygulamasını açın. Donanım cüzdanı cihazınızın kullanımı hakkında daha fazla bilgi için $1.", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "storePhrase": { @@ -2660,7 +2660,7 @@ "message": "Donanım cüzdanınızla onaylayın" }, "swapContractDataDisabledErrorDescription": { - "message": "Kayıt defterinizdeki Ethereum uygulamasında \"Ayarlar\" öğesine gidin ve sözleşme verilerine izin verin. Ardından takas işleminizi tekrar deneyin." + "message": "Kayıt defterinizdeki Aptos uygulamasında \"Ayarlar\" öğesine gidin ve sözleşme verilerine izin verin. Ardından takas işleminizi tekrar deneyin." }, "swapContractDataDisabledErrorTitle": { "message": "Sözleşme verileriniz Kayıt Defterinizde etkinleştirilmemiş" @@ -2678,7 +2678,7 @@ "message": "Limiti düzenle" }, "swapEnableDescription": { - "message": "Bu gereklidir ve MetaMask'e $1 takası yapma izni verir.", + "message": "Bu gereklidir ve AptosMask'e $1 takası yapma izni verir.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "Önceki ekrandaki gaz ücretleri bu iki işlem arasında bölünmüştür." }, "swapGasFeesSummary": { - "message": "Gaz ücretleri, $1 ağında işlemleri gerçekleştiren kripto madencilerine ödenir. MetaMask gaz ücretlerinden herhangi bir kazanç elde etmemektedir.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Gaz ücretleri, $1 ağında işlemleri gerçekleştiren kripto madencilerine ödenir. AptosMask gaz ücretlerinden herhangi bir kazanç elde etmemektedir.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Fark tutarı çok yüksek." }, "swapIncludesMMFee": { - "message": "%$1 MetaMask ücreti dahildir.", + "message": "%$1 AptosMask ücreti dahildir.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "Maks. fark" }, "swapMetaMaskFee": { - "message": "MetaMask ücreti" + "message": "AptosMask ücreti" }, "swapMetaMaskFeeDescription": { "message": "Her defasında en iyi likidite kaynaklarından en iyi fiyatı buluyoruz. %$1 oranında bir ücret otomatik olarak bu teklife dahil edilmiştir.", @@ -2924,7 +2924,7 @@ "message": "Aktivitede görüntüle" }, "switchEthereumChainConfirmationDescription": { - "message": "Bu, MetaMask'te seçili bir ağı önceden eklenmiş bir ağa dönüştürecektir:" + "message": "Bu, AptosMask'te seçili bir ağı önceden eklenmiş bir ağa dönüştürecektir:" }, "switchEthereumChainConfirmationTitle": { "message": "Bu sitenin ağı değiştirmesine izin ver?" @@ -2960,16 +2960,16 @@ "message": "Bu kodu tararken hiç kimsenin ekranınıza bakmadığından emin olun" }, "syncWithMobileComplete": { - "message": "Verileriniz başarılı bir şekilde senkronize edildi. MetaMask mobil uygulamasının tadını çıkarın!" + "message": "Verileriniz başarılı bir şekilde senkronize edildi. AptosMask mobil uygulamasının tadını çıkarın!" }, "syncWithMobileDesc": { - "message": "Hesaplarınızı ve bilgilerinizi mobil cihazınızla senkronize edebilirsiniz. MetaMask mobil uygulamasını açın, \"Ayarlar\" kısmına gidin ve \"Tarayıcı Uzantısından Senkronize Et\" seçeneğine dokunun" + "message": "Hesaplarınızı ve bilgilerinizi mobil cihazınızla senkronize edebilirsiniz. AptosMask mobil uygulamasını açın, \"Ayarlar\" kısmına gidin ve \"Tarayıcı Uzantısından Senkronize Et\" seçeneğine dokunun" }, "syncWithMobileDescNewUsers": { "message": "Metamask Mobil uygulamasını ilk defa açıyorsanız telefonunuzdaki adımları izleyin." }, "syncWithMobileScanThisCode": { - "message": "MetaMask mobil uygulamanızla bu kodu tarayın" + "message": "AptosMask mobil uygulamanızla bu kodu tarayın" }, "syncWithMobileTitle": { "message": "Mobil ile senkronize et" @@ -3025,7 +3025,7 @@ "message": "Token ondalık değeri gerekli." }, "tokenDetectionAnnouncement": { - "message": "Yeni! Deney aşamasında olan bir özellik olarak Ethereum Mainnet'te gelişmiş token algılama mevcut. $1" + "message": "Yeni! Deney aşamasında olan bir özellik olarak Aptos Mainnet'te gelişmiş token algılama mevcut. $1" }, "tokenSymbol": { "message": "Token Sembolü" @@ -3067,7 +3067,7 @@ "message": "Site önerisi" }, "transactionDetailDappGasTooltip": { - "message": "En son bloka göre MetaMask'in önerilen gaz ücretini kullanmak için düzenleyin." + "message": "En son bloka göre AptosMask'in önerilen gaz ücretini kullanmak için düzenleyin." }, "transactionDetailGasHeading": { "message": "Tahmini gaz ücreti" @@ -3082,7 +3082,7 @@ "message": "Gaz ücretleri ağ tarafından belirlenir ve ağ trafiği ve işlem karmaşıklığına göre dalgalanır." }, "transactionDetailGasTooltipIntro": { - "message": "Gaz ücretleri, $1 ağında işlemleri gerçekleştiren kripto madencilerine ödenir. MetaMask gaz ücretlerinden herhangi bir kazanç elde etmemektedir." + "message": "Gaz ücretleri, $1 ağında işlemleri gerçekleştiren kripto madencilerine ödenir. AptosMask gaz ücretlerinden herhangi bir kazanç elde etmemektedir." }, "transactionDetailGasTotalSubtitle": { "message": "Tutar + gaz ücreti" @@ -3174,11 +3174,11 @@ "message": "Şu anda işlem içgörüleri bu sözleşme için desteklenmiyor." }, "typePassword": { - "message": "MetaMask parolanızı girin" + "message": "AptosMask parolanızı girin" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Onaylanmadı" @@ -3247,7 +3247,7 @@ "message": "Token Algılama Kullan" }, "useTokenDetectionDescription": { - "message": "Cüzdanınıza gönderilen yeni tokenleri algılamak ve görüntülemek için üçüncü taraf API'leri kullanıyoruz. MetaMask tarafından bu hizmetlerden veri çekilmesini istemiyorsanız bunu kapatın." + "message": "Cüzdanınıza gönderilen yeni tokenleri algılamak ve görüntülemek için üçüncü taraf API'leri kullanıyoruz. AptosMask tarafından bu hizmetlerden veri çekilmesini istemiyorsanız bunu kapatın." }, "usedByClients": { "message": "Çeşitli müşteriler tarafından kullanılıyor" @@ -3310,10 +3310,10 @@ "message": "Cüzdanınızı başarılı bir şekilde korudunuz. Gizli Kurtarma İfadenizi güvenli ve gizli tutun -- bunun sorumluluğu size aittir!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask Gizli Kurtarma İfadenizi kurtaramıyor." + "message": "AptosMask Gizli Kurtarma İfadenizi kurtaramıyor." }, "walletCreationSuccessReminder2": { - "message": "MetaMask hiçbir zaman Gizli Kurtarma İfadenizi istemeyecektir." + "message": "AptosMask hiçbir zaman Gizli Kurtarma İfadenizi istemeyecektir." }, "walletCreationSuccessReminder3": { "message": "$1 hiç kimseyle başkasıyla paylaşmayın, aksi halde çalınma riskiyle karşı karşıya kalırsınız", @@ -3347,7 +3347,7 @@ "message": "Merkezsiz uygulamaları keşfedin" }, "welcomeLoginDescription": { - "message": "Merkezsiz uygulamalarda oturum açmak için MetaMask'inizi kullanın - kaydolmak gerekmez." + "message": "Merkezsiz uygulamalarda oturum açmak için AptosMask'inizi kullanın - kaydolmak gerekmez." }, "welcomeLoginTitle": { "message": "Cüzdanınıza merhaba deyin" @@ -3356,11 +3356,11 @@ "message": "Başlayalım" }, "welcomeToMetaMaskIntro": { - "message": "Milyonların güvendiği MetaMask, web3 dünyasını herkes için erişilebilir kılan güvenli bir cüzdandır." + "message": "Milyonların güvendiği AptosMask, web3 dünyasını herkes için erişilebilir kılan güvenli bir cüzdandır." }, "whatsNew": { "message": "Yenilikler", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Bu nedir?" diff --git a/app/_locales/uk/messages.json b/app/_locales/uk/messages.json index f5bf5bfc2b..2b4bfc2266 100644 --- a/app/_locales/uk/messages.json +++ b/app/_locales/uk/messages.json @@ -33,7 +33,7 @@ "message": "журнал активності" }, "addAcquiredTokens": { - "message": "Додайте токени, отримані за допомогою MetaMask" + "message": "Додайте токени, отримані за допомогою AptosMask" }, "addAlias": { "message": "Додати псевдо" @@ -63,7 +63,7 @@ "message": "Кількість" }, "appDescription": { - "message": "Гаманець Ethereum у вашому браузері", + "message": "Гаманець Aptos у вашому браузері", "description": "The description of the application" }, "appName": { @@ -75,7 +75,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "Таймер автоматичного виходу (хвилин)" }, "autoLockTimeLimitDescription": { - "message": "Встановіть час відсутності активності у хвилинах після якого MetaMask буде здійснювати автоматичний вихід" + "message": "Встановіть час відсутності активності у хвилинах після якого AptosMask буде здійснювати автоматичний вихід" }, "average": { "message": "У середньому" @@ -115,7 +115,7 @@ "message": "Повернутися до всіх" }, "backupApprovalInfo": { - "message": "Цей секретний код буде потрібен, щоб відновити ваш гаманець у разі втрати вашого пристрою, забуття паролю, потреби у перевстановленні MetaMask або виникнення бажання отримати доступ до вашого гаманця з іншого пристрою." + "message": "Цей секретний код буде потрібен, щоб відновити ваш гаманець у разі втрати вашого пристрою, забуття паролю, потреби у перевстановленні AptosMask або виникнення бажання отримати доступ до вашого гаманця з іншого пристрою." }, "backupApprovalNotice": { "message": "Створіть резервну копію вашого Секретного кода відновлення, щоб ваш гаманець та ваші кошти залишались у безпеці." @@ -146,7 +146,7 @@ "message": "Купити ETH через Wyre" }, "buyWithWyreDescription": { - "message": "Wyre дає змогу використовувати кредитну картку для внесення валюти ETH безпосередньо у свій гаманець MetaMask." + "message": "Wyre дає змогу використовувати кредитну картку для внесення валюти ETH безпосередньо у свій гаманець AptosMask." }, "bytes": { "message": "Байти" @@ -164,7 +164,7 @@ "message": "ID мережі" }, "chromeRequiredForHardwareWallets": { - "message": "Щоб підключитися до апаратного гаманця, розширення MetaMask потрібно використовувати в Google Chrome." + "message": "Щоб підключитися до апаратного гаманця, розширення AptosMask потрібно використовувати в Google Chrome." }, "clickToRevealSeed": { "message": "Клацніть тут, щоб відкрити секретні слова" @@ -323,19 +323,19 @@ "message": "Ніколи не передавайте цю фразу нікому." }, "endOfFlowMessage5": { - "message": "Остерігайтесь фішингу! MetaMask ніколи не запитуватиме вашої початкової фрази." + "message": "Остерігайтесь фішингу! AptosMask ніколи не запитуватиме вашої початкової фрази." }, "endOfFlowMessage6": { "message": "Якщо вам потрібно знову зробити резервну копію вашої початкової фрази, ви можете знайти її у Налаштування -> Безпека." }, "endOfFlowMessage8": { - "message": "MetaMask не вдалося відновити вашу мнемонічну фразу. Докладніше." + "message": "AptosMask не вдалося відновити вашу мнемонічну фразу. Докладніше." }, "endOfFlowMessage9": { "message": "Дізнатись більше." }, "ensNotFoundOnCurrentNetwork": { - "message": "Ім'я ENS не знайдено у даній мережі. Спробуйте перейти у Ethereum Mainnet." + "message": "Ім'я ENS не знайдено у даній мережі. Спробуйте перейти у Aptos Mainnet." }, "ensRegistrationError": { "message": "Помилка у реєстрації ENS ім'я" @@ -437,7 +437,7 @@ "message": "Під'єднати апаратний гаманець" }, "hardwareWalletsMsg": { - "message": "Оберіть апаратний гаманець, який ви хочете використовувати з MetaMask" + "message": "Оберіть апаратний гаманець, який ви хочете використовувати з AptosMask" }, "here": { "message": "тут", @@ -463,7 +463,7 @@ "message": "Імпортувати обліковий запис" }, "importAccountMsg": { - "message": "Імпортовані облікові записи не будуть пов'язані з вашою первісно створеною початковою фразою облікового запису MetaMask. Дізнайтесь більше про імпортовані облікові записи" + "message": "Імпортовані облікові записи не будуть пов'язані з вашою первісно створеною початковою фразою облікового запису AptosMask. Дізнайтесь більше про імпортовані облікові записи" }, "importAccountSeedPhrase": { "message": "Імпортувати обліковий запис з початковою фразою" @@ -564,10 +564,10 @@ "message": "Повідомлення" }, "metamaskDescription": { - "message": "Під'єднуємо вас до Ethereum та децентралізованої мережі." + "message": "Під'єднуємо вас до Aptos та децентралізованої мережі." }, "metamaskVersion": { - "message": "Версія MetaMask" + "message": "Версія AptosMask" }, "mustSelectOne": { "message": "Слід вибрати хоча б 1 токен." @@ -611,7 +611,7 @@ "message": "Новий пароль (мінімум 8 символів)" }, "newToMetaMask": { - "message": "Вперше в MetaMask?" + "message": "Вперше в AptosMask?" }, "newTotal": { "message": "Новий підсумок" @@ -665,7 +665,7 @@ "message": "Взяти участь у MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Беріть участь у програмі MetaMetrics, щоб допомогти нам покращити MetaMask" + "message": "Беріть участь у програмі MetaMetrics, щоб допомогти нам покращити AptosMask" }, "password": { "message": "Пароль" @@ -937,16 +937,16 @@ "message": "Переконайтесь, що ніхто не дивиться на ваш екран, коли скануєте цей код" }, "syncWithMobileComplete": { - "message": "Ваші дані були успішно синхронізовані. Насолоджуйтесь мобільним застосунком MetaMask!" + "message": "Ваші дані були успішно синхронізовані. Насолоджуйтесь мобільним застосунком AptosMask!" }, "syncWithMobileDesc": { - "message": "Ви можете синхронізувати ваші облікові записи та інформацію з вашим мобільним пристроєм. Відкрийте мобільний застосунок MetaMask, перейдіть до \"Налаштування\" та клацніть на \"Синхронізувати з розширення браузера\"" + "message": "Ви можете синхронізувати ваші облікові записи та інформацію з вашим мобільним пристроєм. Відкрийте мобільний застосунок AptosMask, перейдіть до \"Налаштування\" та клацніть на \"Синхронізувати з розширення браузера\"" }, "syncWithMobileDescNewUsers": { - "message": "Якщо ви відкрили мобільний застосунок MetaMask вперше, просто слідуйте крокам у вашому телефоні." + "message": "Якщо ви відкрили мобільний застосунок AptosMask вперше, просто слідуйте крокам у вашому телефоні." }, "syncWithMobileScanThisCode": { - "message": "Відскануйте цей код за допомогою мобільної програми MetaMask" + "message": "Відскануйте цей код за допомогою мобільної програми AptosMask" }, "syncWithMobileTitle": { "message": "Синхронізувати з мобільним" @@ -1037,7 +1037,7 @@ "message": "Повторити" }, "typePassword": { - "message": "Введіть ваш пароль MetaMask" + "message": "Введіть ваш пароль AptosMask" }, "unapproved": { "message": "Не затверджено" @@ -1088,7 +1088,7 @@ "message": "Відвідайте наш веб-сайт" }, "welcome": { - "message": "Ласкаво просимо до MetaMask" + "message": "Ласкаво просимо до AptosMask" }, "welcomeBack": { "message": "З поверненням!" diff --git a/app/_locales/vi/messages.json b/app/_locales/vi/messages.json index 0d0fa0e31b..062327c108 100644 --- a/app/_locales/vi/messages.json +++ b/app/_locales/vi/messages.json @@ -99,7 +99,7 @@ "message": "Thêm tên riêng" }, "addAcquiredTokens": { - "message": "Thêm token mà bạn đã mua bằng MetaMask" + "message": "Thêm token mà bạn đã mua bằng AptosMask" }, "addAlias": { "message": "Thêm biệt danh" @@ -115,10 +115,10 @@ "description": "$1 is a blockchain explorer for a specific network, e.g. Etherscan for Ethereum" }, "addEthereumChainConfirmationDescription": { - "message": "Thao tác này sẽ cho phép sử dụng mạng này trong MetaMask." + "message": "Thao tác này sẽ cho phép sử dụng mạng này trong AptosMask." }, "addEthereumChainConfirmationRisks": { - "message": "MetaMask không xác minh mạng tùy chỉnh." + "message": "AptosMask không xác minh mạng tùy chỉnh." }, "addEthereumChainConfirmationRisksLearnMore": { "message": "Tìm hiểu về $1.", @@ -224,7 +224,7 @@ "message": "Số tiền" }, "appDescription": { - "message": "Ví Ethereum trên trình duyệt của bạn", + "message": "Ví Aptos trên trình duyệt của bạn", "description": "The description of the application" }, "appName": { @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "Hẹn giờ tự động khóa (phút)" }, "autoLockTimeLimitDescription": { - "message": "Đặt khoảng thời gian không hoạt động tính bằng phút trước khi MetaMask khóa." + "message": "Đặt khoảng thời gian không hoạt động tính bằng phút trước khi AptosMask khóa." }, "average": { "message": "Trung bình" @@ -301,7 +301,7 @@ "message": "Quay lại toàn bộ danh sách" }, "backupApprovalInfo": { - "message": "Đây là mã bí mật bắt buộc phải dùng để khôi phục ví trong trường hợp bạn bị mất thiết bị, quên mật khẩu, phải cài đặt lại MetaMask hoặc muốn truy cập ví của mình trên một thiết bị khác." + "message": "Đây là mã bí mật bắt buộc phải dùng để khôi phục ví trong trường hợp bạn bị mất thiết bị, quên mật khẩu, phải cài đặt lại AptosMask hoặc muốn truy cập ví của mình trên một thiết bị khác." }, "backupApprovalNotice": { "message": "Sao lưu Cụm mật khẩu khôi phục bí mật để đảm bảo an toàn cho ví và tiền của bạn." @@ -322,10 +322,10 @@ "message": "Cơ bản" }, "betaMetamaskDescription": { - "message": "Được hàng triệu người tin dùng, MetaMask là một ví an toàn cho phép mọi người có thể truy cập vào thế giới web3." + "message": "Được hàng triệu người tin dùng, AptosMask là một ví an toàn cho phép mọi người có thể truy cập vào thế giới web3." }, "betaMetamaskDescriptionExplanation": { - "message": "Sử dụng phiên bản này để thử nghiệm các tính năng sắp ra mắt trước khi chúng được phát hành. Việc sử dụng và phản hồi của bạn sẽ giúp chúng tôi xây dựng phiên bản MetaMask tốt nhất có thể. Việc bạn sử dụng MetaMask Beta phải tuân theo $1 tiêu chuẩn cũng như $2 của chúng tôi. Vì đây là phiên bản Beta, nguy cơ xuất hiện lỗi sẽ nhiều hơn bình thường. Bằng cách tiếp tục, bạn chấp nhận và thừa nhận những nguy cơ này, cũng như những nguy cơ theo Điều Khoản Beta và Điều Khoản của chúng tôi.", + "message": "Sử dụng phiên bản này để thử nghiệm các tính năng sắp ra mắt trước khi chúng được phát hành. Việc sử dụng và phản hồi của bạn sẽ giúp chúng tôi xây dựng phiên bản AptosMask tốt nhất có thể. Việc bạn sử dụng AptosMask Beta phải tuân theo $1 tiêu chuẩn cũng như $2 của chúng tôi. Vì đây là phiên bản Beta, nguy cơ xuất hiện lỗi sẽ nhiều hơn bình thường. Bằng cách tiếp tục, bạn chấp nhận và thừa nhận những nguy cơ này, cũng như những nguy cơ theo Điều Khoản Beta và Điều Khoản của chúng tôi.", "description": "$1 represents localization item betaMetamaskDescriptionExplanationTermsLinkText. $2 represents localization item betaMetamaskDescriptionExplanationBetaTermsLinkText" }, "betaMetamaskDescriptionExplanationBetaTermsLinkText": { @@ -335,10 +335,10 @@ "message": "Điều khoản" }, "betaMetamaskVersion": { - "message": "Phiên Bản MetaMask Beta" + "message": "Phiên Bản AptosMask Beta" }, "betaWelcome": { - "message": "Chào mừng đến với MetaMask Beta" + "message": "Chào mừng đến với AptosMask Beta" }, "blockExplorerAccountAction": { "message": "Tài khoản", @@ -369,7 +369,7 @@ "message": "Xây dựng danh sách liên hệ của bạn" }, "builtAroundTheWorld": { - "message": "MetaMask được thiết kế và xây dựng trên khắp thế giới." + "message": "AptosMask được thiết kế và xây dựng trên khắp thế giới." }, "busy": { "message": "Đang bận" @@ -381,7 +381,7 @@ "message": "Mua ETH qua Wyre" }, "buyWithWyreDescription": { - "message": "Wyre cho phép bạn dùng thẻ ghi nợ để nạp ETH trực tiếp vào tài khoản MetaMask của mình." + "message": "Wyre cho phép bạn dùng thẻ ghi nợ để nạp ETH trực tiếp vào tài khoản AptosMask của mình." }, "bytes": { "message": "Byte" @@ -417,7 +417,7 @@ "message": "Mạng $1 hiện đang sử dụng mã chuỗi này." }, "chromeRequiredForHardwareWallets": { - "message": "Bạn cần sử dụng MetaMask trên Google Chrome để kết nối với Ví cứng của bạn." + "message": "Bạn cần sử dụng AptosMask trên Google Chrome để kết nối với Ví cứng của bạn." }, "clickToConnectLedgerViaWebHID": { "message": "Nhấn vào đây để kết nối với thiết bị Ledger của bạn qua WebHID", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "Kết nối với MetaMask" + "message": "Kết nối với AptosMask" }, "connectedAccountsDescriptionPlural": { "message": "Bạn có $1 tài khoản kết nối với trang web này.", @@ -499,7 +499,7 @@ "message": "Bạn có 1 tài khoản kết nối với trang web này." }, "connectedAccountsEmptyDescription": { - "message": "MetaMask chưa kết nối với trang web này. Để kết nối với một trang web trên web3, hãy tìm nút kết nối trên trang web của họ." + "message": "AptosMask chưa kết nối với trang web này. Để kết nối với một trang web trên web3, hãy tìm nút kết nối trên trang web của họ." }, "connectedSites": { "message": "Trang web đã kết nối" @@ -657,7 +657,7 @@ "message": "Dữ liệu" }, "dataBackupFoundInfo": { - "message": "Một số dữ liệu tài khoản của bạn đã được sao lưu trong lần cài đặt MetaMask trước đó. Dữ liệu này có thể bao gồm các tùy chọn cài đặt, danh bạ và token. Bạn có muốn khôi phục dữ liệu này bây giờ không?" + "message": "Một số dữ liệu tài khoản của bạn đã được sao lưu trong lần cài đặt AptosMask trước đó. Dữ liệu này có thể bao gồm các tùy chọn cài đặt, danh bạ và token. Bạn có muốn khôi phục dữ liệu này bây giờ không?" }, "dataHex": { "message": "Thập lục phân" @@ -918,7 +918,7 @@ "message": "Tuyệt đối không chia sẻ cụm mật khẩu với bất kỳ ai." }, "endOfFlowMessage5": { - "message": "Hãy cẩn thận với hành vi lừa đảo! MetaMask sẽ không bao giờ tự ý hỏi Cụm mật khẩu khôi phục bí mật của bạn." + "message": "Hãy cẩn thận với hành vi lừa đảo! AptosMask sẽ không bao giờ tự ý hỏi Cụm mật khẩu khôi phục bí mật của bạn." }, "endOfFlowMessage6": { "message": "Nếu bạn cần sao lưu lại Cụm mật khẩu khôi phục bí mật, bạn có thể tìm thấy chức năng này trong phần Cài đặt -> Bảo mật." @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask không thể khôi phục Cụm mật khẩu khôi phục bí mật của bạn." + "message": "AptosMask không thể khôi phục Cụm mật khẩu khôi phục bí mật của bạn." }, "endOfFlowMessage9": { "message": "Tìm hiểu thêm." @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask đã gặp lỗi", + "message": "AptosMask đã gặp lỗi", "description": "Title of generic error page" }, "errorStack": { @@ -1228,7 +1228,7 @@ "message": "Kết nối với một ví cứng" }, "hardwareWalletsMsg": { - "message": "Chọn một ví cứng mà bạn muốn sử dụng với MetaMask." + "message": "Chọn một ví cứng mà bạn muốn sử dụng với AptosMask." }, "here": { "message": "tại đây", @@ -1277,7 +1277,7 @@ "message": "nhập bằng Cụm mật khẩu khôi phục bí mật" }, "importAccountMsg": { - "message": "Tài khoản đã nhập sẽ không được liên kết với Cụm mật khẩu khôi phục bí mật cho tài khoản MetaMask đã tạo ban đầu của bạn. Tìm hiểu thêm về các tài khoản đã nhập" + "message": "Tài khoản đã nhập sẽ không được liên kết với Cụm mật khẩu khôi phục bí mật cho tài khoản AptosMask đã tạo ban đầu của bạn. Tìm hiểu thêm về các tài khoản đã nhập" }, "importAccountSeedPhrase": { "message": "Nhập một ví bằng Cụm mật khẩu khôi phục bí mật" @@ -1322,7 +1322,7 @@ "description": "status showing that an account has been fully loaded into the keyring" }, "infuraBlockedNotification": { - "message": "MetaMask không thể kết nối với máy chủ chuỗi khối. Hãy xem xét các lý do tiềm ẩn $1.", + "message": "AptosMask không thể kết nối với máy chủ chuỗi khối. Hãy xem xét các lý do tiềm ẩn $1.", "description": "$1 is a clickable link with with text defined by the 'here' key" }, "initialTransactionConfirmed": { @@ -1462,7 +1462,7 @@ "message": "Mở và mở khóa Ứng Dụng Ledger Live" }, "ledgerConnectionPreferenceDescription": { - "message": "Tùy chỉnh cách thức kết nối Ledger với MetaMask. Nên dùng $1, nhưng cũng có sẵn các tùy chọn khác. Đọc thêm tại đây: $2", + "message": "Tùy chỉnh cách thức kết nối Ledger với AptosMask. Nên dùng $1, nhưng cũng có sẵn các tùy chọn khác. Đọc thêm tại đây: $2", "description": "A description that appears above a dropdown where users can select between up to three options - Ledger Live, U2F or WebHID - depending on what is supported in their browser. $1 is the recommended browser option, it will be either WebHID or U2f. $2 is a link to an article where users can learn more, but will be the translation of the learnMore message." }, "ledgerDeviceOpenFailureMessage": { @@ -1470,7 +1470,7 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ứng dụng Ledger Live" @@ -1570,7 +1570,7 @@ "message": "Thông báo" }, "metaMaskConnectStatusParagraphOne": { - "message": "Giờ đây, bạn có nhiều quyền kiểm soát hơn đối với các kết nối của tài khoản trong MetaMask." + "message": "Giờ đây, bạn có nhiều quyền kiểm soát hơn đối với các kết nối của tài khoản trong AptosMask." }, "metaMaskConnectStatusParagraphThree": { "message": "Nhấn vào để quản lý các tài khoản đã kết nối của bạn." @@ -1579,13 +1579,13 @@ "message": "Nút trạng thái kết nối sẽ hiển thị nếu trang web mà bạn đang truy cập được kết nối với tài khoản bạn đang chọn." }, "metamaskDescription": { - "message": "Kết nối bạn với Ethereum và trang Web phi tập trung." + "message": "Kết nối bạn với Aptos và trang Web phi tập trung." }, "metamaskSwapsOfflineDescription": { - "message": "Tính năng Hoán đổi trên MetaMask đang được bảo trì. Vui lòng kiểm tra lại sau." + "message": "Tính năng Hoán đổi trên AptosMask đang được bảo trì. Vui lòng kiểm tra lại sau." }, "metamaskVersion": { - "message": "Phiên bản MetaMask" + "message": "Phiên bản AptosMask" }, "metametricsCommitmentsAllowOptOut": { "message": "Luôn cho phép bạn chọn không tham gia thông qua phần Cài đặt" @@ -1598,7 +1598,7 @@ "description": "This string is localized separately from some of the commitments so that we can bold it" }, "metametricsCommitmentsIntro": { - "message": "MetaMask sẽ.." + "message": "AptosMask sẽ.." }, "metametricsCommitmentsNeverCollect": { "message": "Không bao giờ thu thập mã khóa, địa chỉ, giao dịch, số dư, mã băm hoặc bất kỳ thông tin cá nhân nào" @@ -1625,16 +1625,16 @@ "message": "Gửi các lượt nhấn và xem trang đã được ẩn danh" }, "metametricsHelpImproveMetaMask": { - "message": "Giúp chúng tôi cải thiện MetaMask" + "message": "Giúp chúng tôi cải thiện AptosMask" }, "metametricsOptInDescription": { - "message": "MetaMask muốn thu thập dữ liệu sử dụng để hiểu rõ hơn về cách người dùng tương tác với tiện ích. Chúng tôi sẽ dùng dữ liệu này để liên tục cải thiện độ hữu ích và trải nghiệm người dùng trên sản phẩm của mình và hệ sinh thái Ethereum." + "message": "AptosMask muốn thu thập dữ liệu sử dụng để hiểu rõ hơn về cách người dùng tương tác với tiện ích. Chúng tôi sẽ dùng dữ liệu này để liên tục cải thiện độ hữu ích và trải nghiệm người dùng trên sản phẩm của mình và hệ sinh thái Ethereum." }, "metametricsOptInDescription2": { "message": "Chúng tôi muốn thu thập dữ liệu sử dụng cơ bản để cải thiện mức độ hữu ích của sản phẩm. Các chỉ số này sẽ..." }, "metametricsTitle": { - "message": "Tham gia cùng hơn 6 Triệu người dùng để cải thiện MetaMask" + "message": "Tham gia cùng hơn 6 Triệu người dùng để cải thiện AptosMask" }, "mismatchedChain": { "message": "Thông tin về mạng cho mã chuỗi này không khớp với hồ sơ của chúng tôi. Bạn nên $1 trước khi tiếp tục.", @@ -1651,7 +1651,7 @@ "message": "Không thấy token của mình?" }, "mobileSyncWarning": { - "message": "Tính năng 'Đồng bộ với tiện ích' tạm thời bị tắt. Nếu bạn muốn sử dụng ví tiện ích trên thiết bị di động MetaMask, thì trên ứng dụng di động: hãy quay lại các tùy chọn thiết lập ví và chọn phương án 'Nhập bằng Cụm Mật Khẩu Khôi Phục Bí Mật'. Sử dụng cụm mật khẩu bí mật của ví tiện ích để nhập ví của bạn vào thiết bị di động." + "message": "Tính năng 'Đồng bộ với tiện ích' tạm thời bị tắt. Nếu bạn muốn sử dụng ví tiện ích trên thiết bị di động AptosMask, thì trên ứng dụng di động: hãy quay lại các tùy chọn thiết lập ví và chọn phương án 'Nhập bằng Cụm Mật Khẩu Khôi Phục Bí Mật'. Sử dụng cụm mật khẩu bí mật của ví tiện ích để nhập ví của bạn vào thiết bị di động." }, "mustSelectOne": { "message": "Phải chọn ít nhất 1 token." @@ -1670,7 +1670,7 @@ "message": "Chia sẻ Phản Hồi của bạn" }, "needHelpLinkText": { - "message": "Hỗ trợ về MetaMask" + "message": "Hỗ trợ về AptosMask" }, "needHelpSubmitTicket": { "message": "Gửi Phiếu" @@ -1761,7 +1761,7 @@ "message": "Mới! Phát hiện NFT" }, "newNFTsDetectedInfo": { - "message": "Cho phép MetaMask tự động phát hiện NFT từ Opensea và hiển thị trong ví MetaMask của bạn." + "message": "Cho phép AptosMask tự động phát hiện NFT từ Opensea và hiển thị trong ví AptosMask của bạn." }, "newNetworkAdded": { "message": "“$1” đã được thêm thành công!" @@ -1770,7 +1770,7 @@ "message": "Mật khẩu mới (tối thiểu 8 ký tự)" }, "newToMetaMask": { - "message": "Bạn mới sử dụng MetaMask?" + "message": "Bạn mới sử dụng AptosMask?" }, "newTotal": { "message": "Tổng mới" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Số chỉ dùng một lần lớn hơn số chỉ dùng một lần gợi ý là $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "Nhập ID bộ sưu tập" @@ -1849,19 +1849,19 @@ "message": "Không đủ gas" }, "notifications1Description": { - "message": "Giờ đây, người dùng MetaMask trên điện thoại di động có thể hoán đổi token trong ví di động của họ. Quét mã QR để tải ứng dụng di động và bắt đầu hoán đổi.", + "message": "Giờ đây, người dùng AptosMask trên điện thoại di động có thể hoán đổi token trong ví di động của họ. Quét mã QR để tải ứng dụng di động và bắt đầu hoán đổi.", "description": "Description of a notification in the 'See What's New' popup. Describes the swapping on mobile feature." }, "notifications1Title": { "message": "Tính năng hoán đổi trên điện thoại di động đã sẵn sàng!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "Đọc thêm", "description": "The 'call to action' on the button, or link, of the 'Stay secure' notification. Upon clicking, users will be taken to a page about security on the metamask support website." }, "notifications3Description": { - "message": "Luôn cập nhật các phương pháp bảo mật tốt nhất của MetaMask và nhận các mẹo mới nhất về bảo mật từ nhóm hỗ trợ chính thức của MetaMask.", + "message": "Luôn cập nhật các phương pháp bảo mật tốt nhất của AptosMask và nhận các mẹo mới nhất về bảo mật từ nhóm hỗ trợ chính thức của AptosMask.", "description": "Description of a notification in the 'See What's New' popup. Describes the information they can get on security from the linked support page." }, "notifications3Title": { @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "Nhận giá hoán đổi token tốt nhất ngay trong ví của bạn. Giờ đây, MetaMask sẽ kết nối bạn với nhiều trình tổng hợp sàn giao dịch phi tập trung và nhà tạo lập thị trường chuyên nghiệp trên Binance Smart Chain.", + "message": "Nhận giá hoán đổi token tốt nhất ngay trong ví của bạn. Giờ đây, AptosMask sẽ kết nối bạn với nhiều trình tổng hợp sàn giao dịch phi tập trung và nhà tạo lập thị trường chuyên nghiệp trên Binance Smart Chain.", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,11 +1885,11 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "Kể từ phiên bản Chrome 91, API từng cho phép hỗ trợ Ledger (U2F) của chúng tôi không còn hỗ trợ ví cứng nữa. MetaMask đã triển khai một tính năng hỗ trợ Ledger Live mới cho phép bạn tiếp tục kết nối với thiết bị Ledger của mình thông qua ứng dụng Ledger Live trên máy tính.", + "message": "Kể từ phiên bản Chrome 91, API từng cho phép hỗ trợ Ledger (U2F) của chúng tôi không còn hỗ trợ ví cứng nữa. AptosMask đã triển khai một tính năng hỗ trợ Ledger Live mới cho phép bạn tiếp tục kết nối với thiết bị Ledger của mình thông qua ứng dụng Ledger Live trên máy tính.", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { - "message": "Khi tương tác với tài khoản Ledger của bạn trong MetaMask, một tab mới sẽ mở ra và bạn sẽ được yêu cầu mở ứng dụng Ledger Live. Khi ứng dụng này mở ra, bạn sẽ được yêu cầu cho phép kết nối WebSocket với tài khoản MetaMask của mình. Đơn giản vậy thôi!", + "message": "Khi tương tác với tài khoản Ledger của bạn trong AptosMask, một tab mới sẽ mở ra và bạn sẽ được yêu cầu mở ứng dụng Ledger Live. Khi ứng dụng này mở ra, bạn sẽ được yêu cầu cho phép kết nối WebSocket với tài khoản AptosMask của mình. Đơn giản vậy thôi!", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionTwo": { @@ -1901,7 +1901,7 @@ "description": "Title for a notification in the 'See What's New' popup. Lets users know about the Ledger support update" }, "notifications7DescriptionOne": { - "message": "MetaMask v10.1.0 bao gồm hỗ trợ mới cho các giao dịch EIP-1559 khi sử dụng thiết bị Ledger.", + "message": "AptosMask v10.1.0 bao gồm hỗ trợ mới cho các giao dịch EIP-1559 khi sử dụng thiết bị Ledger.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for ledger and EIP1559 in v10.1.0" }, "notifications7DescriptionTwo": { @@ -1917,7 +1917,7 @@ "description": "Description on an action button that appears in the What's New popup. Tells the user that if they click it, they will go to our Advanced Settings page." }, "notifications8DescriptionOne": { - "message": "Kể từ phiên bản MetaMask v10.4.0, bạn không cần phần mềm Ledger Live để kết nối thiết bị Ledger của mình với MetaMask nữa.", + "message": "Kể từ phiên bản AptosMask v10.4.0, bạn không cần phần mềm Ledger Live để kết nối thiết bị Ledger của mình với AptosMask nữa.", "description": "Description of a notification in the 'See What's New' popup. Describes changes for how Ledger Live is no longer needed to connect the device." }, "notifications8DescriptionTwo": { @@ -1974,16 +1974,16 @@ "message": "Nhấn vào biểu tượng tiện ích trên trình duyệt" }, "onboardingPinExtensionDescription": { - "message": "Ghim MetaMask trên trình duyệt để bạn có thể truy cập và dễ dàng xem các xác nhận giao dịch." + "message": "Ghim AptosMask trên trình duyệt để bạn có thể truy cập và dễ dàng xem các xác nhận giao dịch." }, "onboardingPinExtensionDescription2": { - "message": "Bạn có thể mở MetaMask bằng cách nhấn vào tiện ích và truy cập ví của mình chỉ với 1 cú nhấp chuột." + "message": "Bạn có thể mở AptosMask bằng cách nhấn vào tiện ích và truy cập ví của mình chỉ với 1 cú nhấp chuột." }, "onboardingPinExtensionDescription3": { "message": "Nhấn vào biểu tượng tiện ích trên trình duyệt để truy cập tức thì" }, "onboardingPinExtensionLabel": { - "message": "Ghim MetaMask" + "message": "Ghim AptosMask" }, "onboardingPinExtensionStep1": { "message": "1" @@ -1992,14 +1992,14 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "Quá trình cài đặt MetaMask đã hoàn tất!" + "message": "Quá trình cài đặt AptosMask đã hoàn tất!" }, "onboardingReturnNotice": { "message": "\"$1\" sẽ đóng tab này và quay về $2", "description": "Return the user to the site that initiated onboarding" }, "onboardingShowIncomingTransactionsDescription": { - "message": "Việc hiển thị các giao dịch đến trong ví của bạn tùy thuộc vào quá trình truyền tin với $1. Etherscan sẽ có quyền truy cập vào địa chỉ Ethereum và địa chỉ IP của bạn. Xem $2.", + "message": "Việc hiển thị các giao dịch đến trong ví của bạn tùy thuộc vào quá trình truyền tin với $1. Etherscan sẽ có quyền truy cập vào địa chỉ Aptos và địa chỉ IP của bạn. Xem $2.", "description": "$1 is a clickable link with text defined by the 'etherscan' key. $2 is a clickable link with text defined by the 'privacyMsg' key." }, "onboardingUsePhishingDetectionDescription": { @@ -2013,8 +2013,8 @@ "message": "Chỉ kết nối với các trang web mà bạn tin tưởng." }, "openFullScreenForLedgerWebHid": { - "message": "Mở MetaMask ở chế độ toàn màn hình để kết nối thiết bị Ledger của bạn qua WebHID.", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "message": "Mở AptosMask ở chế độ toàn màn hình để kết nối thiết bị Ledger của bạn qua WebHID.", + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "Không bắt buộc" @@ -2035,7 +2035,7 @@ "message": "Tham gia MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "Tham gia MetaMetrics để giúp chúng tôi cải thiện MetaMask" + "message": "Tham gia MetaMetrics để giúp chúng tôi cải thiện AptosMask" }, "password": { "message": "Mật khẩu" @@ -2044,10 +2044,10 @@ "message": "Mật khẩu không đủ dài" }, "passwordSetupDetails": { - "message": "Mật khẩu này sẽ chỉ mở khóa ví MetaMask của bạn trên thiết bị này. MetaMask không thể khôi phục mật khẩu này." + "message": "Mật khẩu này sẽ chỉ mở khóa ví AptosMask của bạn trên thiết bị này. AptosMask không thể khôi phục mật khẩu này." }, "passwordTermsWarning": { - "message": "Tôi hiểu rằng MetaMask không thể khôi phục mật khẩu này cho tôi. $1" + "message": "Tôi hiểu rằng AptosMask không thể khôi phục mật khẩu này cho tôi. $1" }, "passwordsDontMatch": { "message": "Mật khẩu không khớp" @@ -2167,7 +2167,7 @@ "message": "Tuyệt đối không cho ai biết Cụm mật khẩu khôi phục bí mật" }, "recoveryPhraseReminderItemTwo": { - "message": "Nhóm MetaMask sẽ không bao giờ hỏi Cụm mật khẩu khôi phục bí mật của bạn" + "message": "Nhóm AptosMask sẽ không bao giờ hỏi Cụm mật khẩu khôi phục bí mật của bạn" }, "recoveryPhraseReminderSubText": { "message": "Cụm mật khẩu khôi phục bí mật sẽ kiểm soát mọi thứ trong tài khoản của bạn." @@ -2342,7 +2342,7 @@ "message": "Nếu ai đó hỏi bạn cụm mật khẩu khôi phục bí mật, thì họ đang cố gắng lừa đảo và đánh cắp tiền trong ví của bạn" }, "seedPhraseIntroSidebarCopyTwo": { - "message": "Đừng bao giờ cho ai biết cụm mật khẩu khôi phục bí mật, kể cả MetaMask!" + "message": "Đừng bao giờ cho ai biết cụm mật khẩu khôi phục bí mật, kể cả AptosMask!" }, "seedPhraseIntroSidebarTitleOne": { "message": "Cụm mật khẩu khôi phục bí mật là gì?" @@ -2381,7 +2381,7 @@ "message": "Chọn một tài khoản" }, "selectAnAccountAlreadyConnected": { - "message": "Tài khoản này đã được kết nối với MetaMask" + "message": "Tài khoản này đã được kết nối với AptosMask" }, "selectEachPhrase": { "message": "Vui lòng chọn từng cụm mật khẩu theo thứ tự để đảm bảo sự chính xác." @@ -2425,7 +2425,7 @@ "message": "Thiết lập cài đặt quyền riêng tư nâng cao" }, "setAdvancedPrivacySettingsDetails": { - "message": "MetaMask sử dụng các dịch vụ của bên thứ ba đáng tin cậy này để nâng cao sự hữu ích và an toàn của sản phẩm." + "message": "AptosMask sử dụng các dịch vụ của bên thứ ba đáng tin cậy này để nâng cao sự hữu ích và an toàn của sản phẩm." }, "settings": { "message": "Cài đặt" @@ -2564,7 +2564,7 @@ "message": "Lỗi khi truy xuất nhật ký trạng thái." }, "stateLogFileName": { - "message": "Nhật ký trạng thái của MetaMask" + "message": "Nhật ký trạng thái của AptosMask" }, "stateLogs": { "message": "Nhật ký trạng thái" @@ -2582,7 +2582,7 @@ "message": "Đảm bảo Lattice1 của bạn đã sẵn sàng để kết nối" }, "step1LatticeWalletMsg": { - "message": "Bạn có thể kết nối MetaMask với Lattice1 sau khi thiết bị đã được thiết lập và trực tuyến. Mở khóa thiết bị và chuẩn bị sẵn ID Thiết Bị. Để biết thêm về cách sử dụng ví cứng, $1", + "message": "Bạn có thể kết nối AptosMask với Lattice1 sau khi thiết bị đã được thiết lập và trực tuyến. Mở khóa thiết bị và chuẩn bị sẵn ID Thiết Bị. Để biết thêm về cách sử dụng ví cứng, $1", "description": "$1 represents the `hardwareWalletSupportLinkConversion` localization key" }, "step1LedgerWallet": { @@ -2660,7 +2660,7 @@ "message": "Xác nhận ví cứng của bạn" }, "swapContractDataDisabledErrorDescription": { - "message": "Trong ứng dụng Ethereum trên Ledger của bạn, hãy chuyển đến phần \"Cài đặt\" và cho phép dữ liệu hợp đồng. Sau đó, thử hoán đổi lại." + "message": "Trong ứng dụng Aptos trên Ledger của bạn, hãy chuyển đến phần \"Cài đặt\" và cho phép dữ liệu hợp đồng. Sau đó, thử hoán đổi lại." }, "swapContractDataDisabledErrorTitle": { "message": "Chưa bật dữ liệu hợp đồng trên Ledger của bạn" @@ -2678,7 +2678,7 @@ "message": "Chỉnh sửa giới hạn" }, "swapEnableDescription": { - "message": "Thao tác này là bắt buộc và cấp cho MetaMask quyền hoán đổi $1 của bạn.", + "message": "Thao tác này là bắt buộc và cấp cho AptosMask quyền hoán đổi $1 của bạn.", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2724,14 +2724,14 @@ "message": "Phí gas trên màn hình trước được chia đôi giữa hai giao dịch này." }, "swapGasFeesSummary": { - "message": "Phí gas được trả cho thợ đào tiền điện tử, họ là những người xử lý các giao dịch trên mạng $1. MetaMask không thu lợi nhuận từ phí gas.", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "message": "Phí gas được trả cho thợ đào tiền điện tử, họ là những người xử lý các giao dịch trên mạng $1. AptosMask không thu lợi nhuận từ phí gas.", + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "Số tiền trượt giá rất cao." }, "swapIncludesMMFee": { - "message": "Bao gồm $1% phí của MetaMask.", + "message": "Bao gồm $1% phí của AptosMask.", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapLowSlippageError": { @@ -2741,7 +2741,7 @@ "message": "Mức trượt giá tối đa" }, "swapMetaMaskFee": { - "message": "Phí của MetaMask" + "message": "Phí của AptosMask" }, "swapMetaMaskFeeDescription": { "message": "Chúng tôi luôn tìm giá tốt nhất từ các nguồn thanh khoản hàng đầu. Phí $1% được tự động tính vào báo giá này.", @@ -2924,7 +2924,7 @@ "message": "Xem hoạt động" }, "switchEthereumChainConfirmationDescription": { - "message": "Thao tác này sẽ chuyển mạng được chọn trong MetaMask sang một mạng đã thêm trước đó:" + "message": "Thao tác này sẽ chuyển mạng được chọn trong AptosMask sang một mạng đã thêm trước đó:" }, "switchEthereumChainConfirmationTitle": { "message": "Cho phép trang web này chuyển mạng?" @@ -2960,16 +2960,16 @@ "message": "Đảm bảo rằng không có ai nhìn vào màn hình của bạn khi quét mã này" }, "syncWithMobileComplete": { - "message": "Đã đồng bộ thành công dữ liệu của bạn. Tận hưởng ứng dụng MetaMask trên thiết bị di động!" + "message": "Đã đồng bộ thành công dữ liệu của bạn. Tận hưởng ứng dụng AptosMask trên thiết bị di động!" }, "syncWithMobileDesc": { - "message": "Bạn có thể đồng bộ tài khoản và thông tin của mình với thiết bị di động. Mở ứng dụng MetaMask trên thiết bị di động, chuyển đến phần \"Cài đặt\" và nhấn vào \"Đồng bộ với tiện ích trình duyệt\"" + "message": "Bạn có thể đồng bộ tài khoản và thông tin của mình với thiết bị di động. Mở ứng dụng AptosMask trên thiết bị di động, chuyển đến phần \"Cài đặt\" và nhấn vào \"Đồng bộ với tiện ích trình duyệt\"" }, "syncWithMobileDescNewUsers": { - "message": "Nếu mới mở ứng dụng MetaMask trên thiết bị di động lần đầu tiên, bạn chỉ cần làm theo các bước hướng dẫn trên điện thoại." + "message": "Nếu mới mở ứng dụng AptosMask trên thiết bị di động lần đầu tiên, bạn chỉ cần làm theo các bước hướng dẫn trên điện thoại." }, "syncWithMobileScanThisCode": { - "message": "Quét mã này bằng ứng dụng MetaMask trên thiết bị di động" + "message": "Quét mã này bằng ứng dụng AptosMask trên thiết bị di động" }, "syncWithMobileTitle": { "message": "Đồng bộ với thiết bị di động" @@ -3025,7 +3025,7 @@ "message": "Cần có số thập phân của token." }, "tokenDetectionAnnouncement": { - "message": "Mới! Tính năng phát hiện token được cải tiến hiện đã có sẵn trên Mạng chính thức của Ethereum dưới dạng một tính năng thử nghiệm. $1" + "message": "Mới! Tính năng phát hiện token được cải tiến hiện đã có sẵn trên Mạng chính thức của Aptos dưới dạng một tính năng thử nghiệm. $1" }, "tokenSymbol": { "message": "Ký hiệu token" @@ -3067,7 +3067,7 @@ "message": "Trang web gợi ý" }, "transactionDetailDappGasTooltip": { - "message": "Chỉnh sửa để sử dụng mức phí gas được đề xuất của MetaMask dựa trên khối mới nhất." + "message": "Chỉnh sửa để sử dụng mức phí gas được đề xuất của AptosMask dựa trên khối mới nhất." }, "transactionDetailGasHeading": { "message": "Phí gas ước tính" @@ -3082,7 +3082,7 @@ "message": "Phí gas do mạng thiết lập và sẽ dao động dựa trên lưu lượng mạng và độ phức tạp của giao dịch." }, "transactionDetailGasTooltipIntro": { - "message": "Phí gas được trả cho thợ đào tiền điện tử, họ là những người xử lý các giao dịch trên mạng $1. MetaMask không thu lợi nhuận từ phí gas." + "message": "Phí gas được trả cho thợ đào tiền điện tử, họ là những người xử lý các giao dịch trên mạng $1. AptosMask không thu lợi nhuận từ phí gas." }, "transactionDetailGasTotalSubtitle": { "message": "Số lượng + phí gas" @@ -3174,11 +3174,11 @@ "message": "Thông tin chi tiết về giao dịch không được hỗ trợ cho hợp đồng này tại thời điểm này." }, "typePassword": { - "message": "Nhập mật khẩu MetaMask của bạn" + "message": "Nhập mật khẩu AptosMask của bạn" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "Chưa phê duyệt" @@ -3247,7 +3247,7 @@ "message": "Sử Dụng Phát Hiện Token" }, "useTokenDetectionDescription": { - "message": "Chúng tôi sử dụng API của bên thứ ba để phát hiện và hiển thị các token mới được gửi vào ví của bạn. Hãy tắt tính năng này nếu bạn không muốn MetaMask lấy dữ liệu từ các dịch vụ đó." + "message": "Chúng tôi sử dụng API của bên thứ ba để phát hiện và hiển thị các token mới được gửi vào ví của bạn. Hãy tắt tính năng này nếu bạn không muốn AptosMask lấy dữ liệu từ các dịch vụ đó." }, "usedByClients": { "message": "Được nhiều ví khác nhau sử dụng" @@ -3310,10 +3310,10 @@ "message": "Bạn đã bảo vệ thành công ví của mình. Hãy đảm bảo an toàn và bí mật cho Cụm Mật Khẩu Khôi Phục Bí Mật của bạn -- đây là trách nhiệm của bạn!" }, "walletCreationSuccessReminder1": { - "message": "MetaMask không thể khôi phục Cụm Mật Khẩu Khôi Phục Bí Mật của bạn." + "message": "AptosMask không thể khôi phục Cụm Mật Khẩu Khôi Phục Bí Mật của bạn." }, "walletCreationSuccessReminder2": { - "message": "MetaMask sẽ không bao giờ hỏi về Cụm Mật Khẩu Khôi Phục Bí Mật của bạn." + "message": "AptosMask sẽ không bao giờ hỏi về Cụm Mật Khẩu Khôi Phục Bí Mật của bạn." }, "walletCreationSuccessReminder3": { "message": "$1 với bất kỳ ai, nếu không bạn sẽ có nguy cơ bị mất tiền", @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "Chào mừng bạn đến với MetaMask" + "message": "Chào mừng bạn đến với AptosMask" }, "welcomeBack": { "message": "Chào mừng bạn trở lại!" @@ -3347,7 +3347,7 @@ "message": "Khám phá các ứng dụng phi tập trung" }, "welcomeLoginDescription": { - "message": "Sử dụng MetaMask của bạn để đăng nhập vào các ứng dụng phi tập trung - không cần đăng ký." + "message": "Sử dụng AptosMask của bạn để đăng nhập vào các ứng dụng phi tập trung - không cần đăng ký." }, "welcomeLoginTitle": { "message": "Gửi lời chào đến ví của bạn" @@ -3356,11 +3356,11 @@ "message": "Bắt đầu nào" }, "welcomeToMetaMaskIntro": { - "message": "Được hàng triệu người tin dùng, MetaMask là một ví an toàn cho phép mọi người có thể truy cập vào thế giới web3." + "message": "Được hàng triệu người tin dùng, AptosMask là một ví an toàn cho phép mọi người có thể truy cập vào thế giới web3." }, "whatsNew": { "message": "Xem tính năng mới", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "Đây là gì?" diff --git a/app/_locales/zh_CN/messages.json b/app/_locales/zh_CN/messages.json index 5495c05aa6..919481b3f0 100644 --- a/app/_locales/zh_CN/messages.json +++ b/app/_locales/zh_CN/messages.json @@ -99,7 +99,7 @@ "message": "添加昵称" }, "addAcquiredTokens": { - "message": "在 MetaMask 上添加获得的代币" + "message": "在 AptosMask 上添加获得的代币" }, "addAlias": { "message": "添加别名" @@ -236,7 +236,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approvalAndAggregatorTxFeeCost": { @@ -289,7 +289,7 @@ "message": "自动锁定定时(分钟)" }, "autoLockTimeLimitDescription": { - "message": "请设置 MetaMask 自动锁定前的空闲时间(单位:分钟)" + "message": "请设置 AptosMask 自动锁定前的空闲时间(单位:分钟)" }, "average": { "message": "平均值" @@ -301,7 +301,7 @@ "message": "返回全部" }, "backupApprovalInfo": { - "message": "如果不慎丢失个人设备,忘记密码,或者需要重新安装 MetaMask,亦或是需在另一台设备上打开钱包,请使用该保密码恢复个人钱包数据。" + "message": "如果不慎丢失个人设备,忘记密码,或者需要重新安装 AptosMask,亦或是需在另一台设备上打开钱包,请使用该保密码恢复个人钱包数据。" }, "backupApprovalNotice": { "message": "请备份您的账户助记词,保证您的钱包和资金安全。" @@ -338,7 +338,7 @@ "message": "MetaMask测试版本" }, "betaWelcome": { - "message": "欢迎使用 MetaMask测试版" + "message": "欢迎使用 AptosMask测试版" }, "blockExplorerAccountAction": { "message": "账户", @@ -381,7 +381,7 @@ "message": "使用 Wyre 购买 ETH" }, "buyWithWyreDescription": { - "message": "您可以通过 Wyre 使用信用卡将 ETH 存入您的 MetaMask 账户。" + "message": "您可以通过 Wyre 使用信用卡将 ETH 存入您的 AptosMask 账户。" }, "bytes": { "message": "字节" @@ -417,7 +417,7 @@ "message": "链路ID已经存在于现有的网络列表中。" }, "chromeRequiredForHardwareWallets": { - "message": "您需要在谷歌浏览器(Google Chrome)上使用 MetaMask 才能连接到您的硬件钱包。" + "message": "您需要在谷歌浏览器(Google Chrome)上使用 AptosMask 才能连接到您的硬件钱包。" }, "clickToConnectLedgerViaWebHID": { "message": "点击这里通过WebHID连接到您的Ledger", @@ -489,7 +489,7 @@ "description": "$1 is the number of accounts to which the web3 site/application is asking to connect; this will substitute $1 in connectToMultiple" }, "connectWithMetaMask": { - "message": "使用 MetaMask 连接" + "message": "使用 AptosMask 连接" }, "connectedAccountsDescriptionPlural": { "message": "您有 $1 个账户连接到了该网站。", @@ -499,7 +499,7 @@ "message": "您有 1 个账户连接到了该网站。" }, "connectedAccountsEmptyDescription": { - "message": "MetaMask 没有连接这个网站。要连接到 web3 网站,请在他们的网站上找到连接按钮。" + "message": "AptosMask 没有连接这个网站。要连接到 web3 网站,请在他们的网站上找到连接按钮。" }, "connectedSites": { "message": "已连接的网站" @@ -525,7 +525,7 @@ "message": "正在连接到 Kovan 测试网络" }, "connectingToMainnet": { - "message": "正在连接到以太坊 Ethereum 主网" + "message": "正在连接到以太坊 Aptos 主网" }, "connectingToRinkeby": { "message": "正在连接到 Rinkeby 测试网络" @@ -657,7 +657,7 @@ "message": "数据" }, "dataBackupFoundInfo": { - "message": "您的部分账户数据已在之前安装的 MetaMask 时备份。其中可能包括您的设置、联系人和代币。您现在想恢复这些数据吗?" + "message": "您的部分账户数据已在之前安装的 AptosMask 时备份。其中可能包括您的设置、联系人和代币。您现在想恢复这些数据吗?" }, "dataHex": { "message": "十六进制文件" @@ -928,7 +928,7 @@ "description": "$1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "endOfFlowMessage8": { - "message": "MetaMask 无法恢复您的账户助记词。" + "message": "AptosMask 无法恢复您的账户助记词。" }, "endOfFlowMessage9": { "message": "了解详情。" @@ -989,7 +989,7 @@ "description": "Message displayed on generic error page in the popup UI, $1 is a clickable link with text defined by the 'here' key. The link will open to a form where users can file support tickets." }, "errorPageTitle": { - "message": "MetaMask 遇到了一个错误", + "message": "AptosMask 遇到了一个错误", "description": "Title of generic error page" }, "errorStack": { @@ -1003,7 +1003,7 @@ "message": "由于目前主要的燃料估算服务不可用,因此提供了备用燃料价格。" }, "ethereumPublicAddress": { - "message": "以太坊 Ethereum 公开地址" + "message": "以太坊 Aptos 公开地址" }, "etherscan": { "message": "Etherscan(以太坊浏览器)" @@ -1228,7 +1228,7 @@ "message": "连接硬件钱包" }, "hardwareWalletsMsg": { - "message": "选择希望用于 MetaMask 的硬件钱包" + "message": "选择希望用于 AptosMask 的硬件钱包" }, "here": { "message": "这里", @@ -1277,7 +1277,7 @@ "message": "使用账户助记词导入" }, "importAccountMsg": { - "message": "导入的账户将不会与最初创建的 MetaMask 账户助记词相关联。了解更多有关导入账户的信息 。" + "message": "导入的账户将不会与最初创建的 AptosMask 账户助记词相关联。了解更多有关导入账户的信息 。" }, "importAccountSeedPhrase": { "message": "使用账户助记词导入账户" @@ -1470,7 +1470,7 @@ }, "ledgerLive": { "message": "Ledger Live", - "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to MetaMask." + "description": "The name of a desktop app that can be used with your ledger device. We can also use it to connect a users Ledger device to AptosMask." }, "ledgerLiveApp": { "message": "Ledger Live应用程序" @@ -1532,7 +1532,7 @@ "message": "以后的交易将在这个时候之后排队。最后一次看到的价格是在一段时间之前。" }, "mainnet": { - "message": "以太坊 Ethereum 主网络" + "message": "以太坊 Aptos 主网络" }, "makeAnotherSwap": { "message": "创建一个新的交换" @@ -1570,7 +1570,7 @@ "message": "消息" }, "metaMaskConnectStatusParagraphOne": { - "message": "现在您可在 MetaMask 中对账户连接进行更多的控制。" + "message": "现在您可在 AptosMask 中对账户连接进行更多的控制。" }, "metaMaskConnectStatusParagraphThree": { "message": "点击管理连接的账户。" @@ -1579,13 +1579,13 @@ "message": "连接状态按钮显示所访问的网站是否与您当前选择的账户连接。" }, "metamaskDescription": { - "message": "将您与 Ethereum 和去中心化网络连接起来。" + "message": "将您与 Aptos 和去中心化网络连接起来。" }, "metamaskSwapsOfflineDescription": { - "message": "MetaMask Swaps 正在进行维护。请稍后访问。" + "message": "AptosMask Swaps 正在进行维护。请稍后访问。" }, "metamaskVersion": { - "message": "MetaMask 版本" + "message": "AptosMask 版本" }, "metametricsCommitmentsAllowOptOut": { "message": "始终允许您通过设置选择退出" @@ -1625,10 +1625,10 @@ "message": "发送匿名的点击和页面浏览事件信息" }, "metametricsHelpImproveMetaMask": { - "message": "帮助我们让 MetaMask 变得更好" + "message": "帮助我们让 AptosMask 变得更好" }, "metametricsOptInDescription": { - "message": "MetaMask 希望收集使用数据,以更好地了解我们的用户如何与扩展进行互动。这些数据将被用于持续改进我们产品和 Ethereum 生态系统的可用性和用户体验。" + "message": "AptosMask 希望收集使用数据,以更好地了解我们的用户如何与扩展进行互动。这些数据将被用于持续改进我们产品和 Aptos 生态系统的可用性和用户体验。" }, "metametricsOptInDescription2": { "message": "我们想要收集基本使用数据以提高我们产品的可用性。这些数据将..." @@ -1761,7 +1761,7 @@ "message": "新功能!NFT 检测" }, "newNFTsDetectedInfo": { - "message": "允许 MetaMask自动检测Opensea 的 NFT,并在您的 MetaMask钱包中显示。" + "message": "允许 AptosMask自动检测Opensea 的 NFT,并在您的 AptosMask钱包中显示。" }, "newNetworkAdded": { "message": "成功添加了“$1”!" @@ -1770,7 +1770,7 @@ "message": "新密码(至少 8 个字符)" }, "newToMetaMask": { - "message": "第一次使用 MetaMask?" + "message": "第一次使用 AptosMask?" }, "newTotal": { "message": "新总额" @@ -1786,7 +1786,7 @@ }, "nextNonceWarning": { "message": "Nonce 高于建议的 nouce 值 $1", - "description": "The next nonce according to MetaMask's internal logic" + "description": "The next nonce according to AptosMask's internal logic" }, "nftTokenIdPlaceholder": { "message": "输入收藏ID" @@ -1854,7 +1854,7 @@ }, "notifications1Title": { "message": "在移动设备上交换!", - "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use MetaMask Swaps on Mobile." + "description": "Title for a notification in the 'See What's New' popup. Tells users that they can now use AptosMask Swaps on Mobile." }, "notifications3ActionText": { "message": "阅读更多", @@ -1873,7 +1873,7 @@ "description": "The 'call to action' on the button, or link, of the 'Swap on Binance Smart Chain!' notification. Upon clicking, users will be taken to a page where then can swap tokens on Binance Smart Chain." }, "notifications4Description": { - "message": "在您的钱包内立即获取代币交换的最佳价格。 MetaMask现在将您连接到Binance Smart Chain上的多个分散化交易聚合器和专业市场制造商。", + "message": "在您的钱包内立即获取代币交换的最佳价格。 AptosMask现在将您连接到Binance Smart Chain上的多个分散化交易聚合器和专业市场制造商。", "description": "Description of a notification in the 'See What's New' popup." }, "notifications4Title": { @@ -1885,7 +1885,7 @@ "description": "Description of a notification in the 'See What's New' popup. Describes the seed phrase wording update." }, "notifications6DescriptionOne": { - "message": "到Chrome版本91,启用我们Ledger支持 (U2F) 的API不再支持硬件钱包。 MetaMask实现了新的Ledger Live支持,允许您继续通过Ledger Live 桌面应用程序连接到您的Ledger设备。", + "message": "到Chrome版本91,启用我们Ledger支持 (U2F) 的API不再支持硬件钱包。 AptosMask实现了新的Ledger Live支持,允许您继续通过Ledger Live 桌面应用程序连接到您的Ledger设备。", "description": "Description of a notification in the 'See What's New' popup. Describes the Ledger support update." }, "notifications6DescriptionThree": { @@ -1992,7 +1992,7 @@ "message": "2" }, "onboardingPinExtensionTitle": { - "message": "您的 MetaMask安装完成!" + "message": "您的 AptosMask安装完成!" }, "onboardingReturnNotice": { "message": "“$1”会关闭此标签,直接回到 $2", @@ -2014,7 +2014,7 @@ }, "openFullScreenForLedgerWebHid": { "message": "全屏打开MetaMask以通过WebHID连接您的ledger。", - "description": "Shown to the user on the confirm screen when they are viewing MetaMask in a popup window but need to connect their ledger via webhid." + "description": "Shown to the user on the confirm screen when they are viewing AptosMask in a popup window but need to connect their ledger via webhid." }, "optional": { "message": "可选" @@ -2035,7 +2035,7 @@ "message": "加入 MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "加入 MetaMetrics ,帮助我们改善 MetaMask 服务" + "message": "加入 MetaMetrics ,帮助我们改善 AptosMask 服务" }, "password": { "message": "密码" @@ -2044,7 +2044,7 @@ "message": "密码长度不足" }, "passwordSetupDetails": { - "message": "此密码只会在此设备上解锁您的 MetaMask钱包。MetaMask无法恢复此密码。" + "message": "此密码只会在此设备上解锁您的 AptosMask钱包。MetaMask无法恢复此密码。" }, "passwordTermsWarning": { "message": "我了解MetaMask无法为我恢复此密码。$1" @@ -2564,7 +2564,7 @@ "message": "检索状态日志时出错。" }, "stateLogFileName": { - "message": "MetaMask 状态日志" + "message": "AptosMask 状态日志" }, "stateLogs": { "message": "状态日志" @@ -2678,7 +2678,7 @@ "message": "修改限制" }, "swapEnableDescription": { - "message": "这是必须的,并且允许 MetaMask 兑换您的 $1。", + "message": "这是必须的,并且允许 AptosMask 兑换您的 $1。", "description": "Gives the user info about the required approval transaction for swaps. $1 will be the symbol of a token being approved for swaps." }, "swapEnableTokenForSwapping": { @@ -2725,7 +2725,7 @@ }, "swapGasFeesSummary": { "message": "燃料费用支付给在$1网络上处理交易的加密矿工。MetaMask不会从燃料费用中获利。", - "description": "$1 is the selected network, e.g. Ethereum or BSC" + "description": "$1 is the selected network, e.g. Aptos or BSC" }, "swapHighSlippageWarning": { "message": "翻转数量非常高。" @@ -2741,10 +2741,10 @@ "message": "最大滑点" }, "swapMetaMaskFee": { - "message": "MetaMask 手续费" + "message": "AptosMask 手续费" }, "swapMetaMaskFeeDescription": { - "message": "我们每次都能从顶级流动性资源中找到最好的价格。每次报价都会自动收取1%的手续费用,以支持 MetaMask 的持续发展,使其更加完善。", + "message": "我们每次都能从顶级流动性资源中找到最好的价格。每次报价都会自动收取1%的手续费用,以支持 AptosMask 的持续发展,使其更加完善。", "description": "Provides information about the fee that metamask takes for swaps. $1 is a decimal number." }, "swapNQuotesWithDot": { @@ -2960,16 +2960,16 @@ "message": "扫描这个代码时,请确保附近没有其他人在看您的屏幕。" }, "syncWithMobileComplete": { - "message": "您的数据已同步成功。尽情体验 MetaMask 应用程序!" + "message": "您的数据已同步成功。尽情体验 AptosMask 应用程序!" }, "syncWithMobileDesc": { - "message": "您可以使用个人移动设备同步个人账户与信息。打开 MetaMask 移动应用程序,进入“设置”选项,点击“通过浏览器扩展程序同步”" + "message": "您可以使用个人移动设备同步个人账户与信息。打开 AptosMask 移动应用程序,进入“设置”选项,点击“通过浏览器扩展程序同步”" }, "syncWithMobileDescNewUsers": { - "message": "如果您是首次启用 MetaMask 移动应用程序,请通过个人手机完成如下操作。" + "message": "如果您是首次启用 AptosMask 移动应用程序,请通过个人手机完成如下操作。" }, "syncWithMobileScanThisCode": { - "message": "使用 MetaMask 应用程序扫描代码" + "message": "使用 AptosMask 应用程序扫描代码" }, "syncWithMobileTitle": { "message": "使用移动设备进行同步" @@ -3174,11 +3174,11 @@ "message": "此时此合同不支持交易见解。" }, "typePassword": { - "message": "输入您的 MetaMask 密码" + "message": "输入您的 AptosMask 密码" }, "u2f": { "message": "U2F", - "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect MetaMask to Ledger devices." + "description": "A name on an API for the browser to interact with devices that support the U2F protocol. On some browsers we use it to connect AptosMask to Ledger devices." }, "unapproved": { "message": "未批准" @@ -3241,7 +3241,7 @@ "message": "使用网络钓鱼检测" }, "usePhishingDetectionDescription": { - "message": "显示针对 Ethereum 用户钓鱼域名的警告。" + "message": "显示针对 Aptos 用户钓鱼域名的警告。" }, "useTokenDetection": { "message": "使用代币检测" @@ -3335,7 +3335,7 @@ "description": "Refers to a interface for connecting external devices to the browser. Used for connecting ledger to the browser. Read more here https://developer.mozilla.org/en-US/docs/Web/API/WebHID_API" }, "welcome": { - "message": "欢迎使用 MetaMask" + "message": "欢迎使用 AptosMask" }, "welcomeBack": { "message": "欢迎回来!" @@ -3347,7 +3347,7 @@ "message": "探索去中心化应用" }, "welcomeLoginDescription": { - "message": "使用您的 MetaMask登录到去中心化的应用 - 无需注册。" + "message": "使用您的 AptosMask登录到去中心化的应用 - 无需注册。" }, "welcomeLoginTitle": { "message": "对您的钱包说您好吧" @@ -3360,7 +3360,7 @@ }, "whatsNew": { "message": "新功能", - "description": "This is the title of a popup that gives users notifications about new features and updates to MetaMask." + "description": "This is the title of a popup that gives users notifications about new features and updates to AptosMask." }, "whatsThis": { "message": "这是什么?" diff --git a/app/_locales/zh_TW/messages.json b/app/_locales/zh_TW/messages.json index 0913c86451..50bc7520af 100644 --- a/app/_locales/zh_TW/messages.json +++ b/app/_locales/zh_TW/messages.json @@ -30,7 +30,7 @@ "message": "活動紀錄" }, "addAcquiredTokens": { - "message": "將您已經擁有的代幣顯示於 MetaMask" + "message": "將您已經擁有的代幣顯示於 AptosMask" }, "addAlias": { "message": "新增化名" @@ -72,7 +72,7 @@ "description": "The name of the application (Beta)" }, "appNameFlask": { - "message": "MetaMask Flask", + "message": "AptosMask Flask", "description": "The name of the application (Flask)" }, "approve": { @@ -103,7 +103,7 @@ "message": "自動登出計時器(分)" }, "autoLockTimeLimitDescription": { - "message": "設定閒置分鐘上限,時間到時 MetaMask 將自動登出" + "message": "設定閒置分鐘上限,時間到時 AptosMask 將自動登出" }, "average": { "message": "平均" @@ -115,7 +115,7 @@ "message": "回到所有" }, "backupApprovalInfo": { - "message": "在裝置遺失、忘記密碼、需要重新安裝 MetaMask、或是想在另一裝置開啟錢包的情形下,你需要此秘密代碼來復原錢包。" + "message": "在裝置遺失、忘記密碼、需要重新安裝 AptosMask、或是想在另一裝置開啟錢包的情形下,你需要此秘密代碼來復原錢包。" }, "backupApprovalNotice": { "message": "備份你的秘密還原代碼,安全防護錢包與資金。" @@ -149,7 +149,7 @@ "message": "用 Wyre 購買 ETH" }, "buyWithWyreDescription": { - "message": "Wyre 讓你使用信用卡在 MetaMask 帳號中直接存入 ETH。" + "message": "Wyre 讓你使用信用卡在 AptosMask 帳號中直接存入 ETH。" }, "bytes": { "message": "位元組" @@ -167,7 +167,7 @@ "message": "鏈 ID" }, "chromeRequiredForHardwareWallets": { - "message": "您需要在 Google Chrome 瀏覽器使用 MetaMask 連結您的硬體錢包" + "message": "您需要在 Google Chrome 瀏覽器使用 AptosMask 連結您的硬體錢包" }, "clickToRevealSeed": { "message": "點選顯示助憶詞" @@ -206,7 +206,7 @@ "message": "連線到 Kovan 測試網路" }, "connectingToMainnet": { - "message": "連線到主 Ethereum 網路" + "message": "連線到主 Aptos 網路" }, "connectingToRinkeby": { "message": "連線到 Rinkeby 測試網路" @@ -329,7 +329,7 @@ "message": "如你需要再次備份助記詞,可至設定 -> 安全。" }, "endOfFlowMessage8": { - "message": "MetaMask 無法還原你的助記詞。暸解更多" + "message": "AptosMask 無法還原你的助記詞。暸解更多" }, "endOfFlowMessage9": { "message": "深入瞭解。" @@ -437,7 +437,7 @@ "message": "連線硬體錢包" }, "hardwareWalletsMsg": { - "message": "選擇要連線到 MetaMask 的硬體錢包" + "message": "選擇要連線到 AptosMask 的硬體錢包" }, "here": { "message": "這裡", @@ -463,7 +463,7 @@ "message": "匯入帳戶" }, "importAccountMsg": { - "message": " 匯入的帳戶與您原有 MetaMask 帳戶的助憶詞並無關聯。請查看與匯入帳戶相關的資料 " + "message": " 匯入的帳戶與您原有 AptosMask 帳戶的助憶詞並無關聯。請查看與匯入帳戶相關的資料 " }, "importAccountSeedPhrase": { "message": "利用助憶詞還原" @@ -558,10 +558,10 @@ "message": "訊息" }, "metamaskDescription": { - "message": "MetaMask 是以太坊安全身份識別金庫" + "message": "AptosMask 是以太坊安全身份識別金庫" }, "metamaskVersion": { - "message": "MetaMask 版本" + "message": "AptosMask 版本" }, "mustSelectOne": { "message": "必須選擇至少 1 代幣" @@ -605,7 +605,7 @@ "message": "新密碼(至少8個字元)" }, "newToMetaMask": { - "message": "新來到 MetaMask?" + "message": "新來到 AptosMask?" }, "newTotal": { "message": "總費用" @@ -653,7 +653,7 @@ "message": "參與 MetaMetrics" }, "participateInMetaMetricsDescription": { - "message": "參與 MetaMetrics 來協助我們打造更好的 MetaMask" + "message": "參與 MetaMetrics 來協助我們打造更好的 AptosMask" }, "password": { "message": "密碼" @@ -916,16 +916,16 @@ "message": "掃描代碼時確保沒有其他人在看你的螢幕" }, "syncWithMobileComplete": { - "message": "你的資料已成功同步。開始活用 MetaMask 移動 app!" + "message": "你的資料已成功同步。開始活用 AptosMask 移動 app!" }, "syncWithMobileDesc": { - "message": "你可以用移動裝置同步帳號與資訊。開啟 MetaMask 移動 app,至「設定」並點擊「自瀏覽器擴充功能同步」" + "message": "你可以用移動裝置同步帳號與資訊。開啟 AptosMask 移動 app,至「設定」並點擊「自瀏覽器擴充功能同步」" }, "syncWithMobileDescNewUsers": { - "message": "如你是第一次開啟 MetaMask 移動 app,只要跟著手機上的指示操作即可。" + "message": "如你是第一次開啟 AptosMask 移動 app,只要跟著手機上的指示操作即可。" }, "syncWithMobileScanThisCode": { - "message": "用你的 MetaMask 移動 app 掃描此代碼" + "message": "用你的 AptosMask 移動 app 掃描此代碼" }, "syncWithMobileTitle": { "message": "和移動裝置同步" @@ -1067,7 +1067,7 @@ "message": "造訪我們的網站" }, "welcome": { - "message": "歡迎來到 MetaMask" + "message": "歡迎來到 AptosMask" }, "welcomeBack": { "message": "歡迎回來!" diff --git a/app/build-types/flask/manifest/_base.json b/app/build-types/flask/manifest/_base.json index bc43d646a9..9d00b6f684 100644 --- a/app/build-types/flask/manifest/_base.json +++ b/app/build-types/flask/manifest/_base.json @@ -9,7 +9,7 @@ "128": "images/icon-128.png", "512": "images/icon-512.png" }, - "default_title": "MetaMask Flask" + "default_title": "AptosMask Flask" }, "icons": { "16": "images/icon-16.png", diff --git a/app/build-types/flask/manifest/chrome.json b/app/build-types/flask/manifest/chrome.json index 9693451fd5..ef3aab73b5 100644 --- a/app/build-types/flask/manifest/chrome.json +++ b/app/build-types/flask/manifest/chrome.json @@ -1,4 +1,4 @@ { "description": "THIS IS THE CANARY DISTRIBUTION OF THE METAMASK EXTENSION, INTENDED FOR DEVELOPERS.", - "name": "MetaMask Flask DEVELOPMENT BUILD" + "name": "AptosMask Flask DEVELOPMENT BUILD" } diff --git a/app/images/videos/recovery-onboarding/subtitles/de.vtt b/app/images/videos/recovery-onboarding/subtitles/de.vtt index 9b56122854..47956f30dd 100644 --- a/app/images/videos/recovery-onboarding/subtitles/de.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/de.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask ist eine neue Möglichkeit, sich mit +AptosMask ist eine neue Möglichkeit, sich mit Webseiten und Anwendungen zu verbinden. 2 @@ -16,7 +16,7 @@ Wiederherstellung der Konten zuständig. 4 00:00:10.179 --> 00:00:15.050 -Bei MetaMask gehört all diese Macht dem +Bei AptosMask gehört all diese Macht dem Besitzer eines „Hauptschlüssels“. 5 @@ -32,7 +32,7 @@ Deines Wallets ist der „Hauptschlüssel“. 7 00:00:21.110 --> 00:00:26.070 Es ist eine Reihe von 12 Wörtern, welche generiert werden, -wenn MetaMask zum ersten Mal eingerichtet wird, diese erlauben dir +wenn AptosMask zum ersten Mal eingerichtet wird, diese erlauben dir 8 00:00:26.070 --> 00:00:30.120 @@ -60,7 +60,7 @@ frei auf Deine Konten zugreifen und alle Gelder stehlen. 13 00:00:45.190 --> 00:00:50.109 -Um Dein MetaMask-Wallet zu sichern, musst Du Deinen +Um Dein AptosMask-Wallet zu sichern, musst Du Deinen geheimen Wiederherstellungssatz sicher speichern. 14 @@ -79,7 +79,7 @@ Satz sogar auf eine Metallplatte. 17 00:01:01.050 --> 00:01:04.440 -Niemand, nicht einmal das Team von MetaMask, +Niemand, nicht einmal das Team von AptosMask, kann Dir dabei helfen 18 diff --git a/app/images/videos/recovery-onboarding/subtitles/en.vtt b/app/images/videos/recovery-onboarding/subtitles/en.vtt index c78e8ff15b..e48c553ae7 100644 --- a/app/images/videos/recovery-onboarding/subtitles/en.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/en.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask is a new way to connect +AptosMask is a new way to connect to sites and applications. 2 @@ -16,7 +16,7 @@ recovering your accounts. 4 00:00:10.179 --> 00:00:15.050 -But on MetaMask, all of the power belongs +But on AptosMask, all of the power belongs to the holder of a master key. 5 @@ -31,7 +31,7 @@ is your "master key". 7 00:00:21.110 --> 00:00:26.070 It's a series of 12 words that are generated -when you first set up MetaMask, which allow +when you first set up AptosMask, which allow 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ freely access and take all of your funds. 13 00:00:45.190 --> 00:00:50.109 -To secure your MetaMask wallet you'll want +To secure your AptosMask wallet you'll want to safely save your secret recovery phrase. 14 @@ -79,7 +79,7 @@ phrase onto a metal plate! 17 00:01:01.050 --> 00:01:04.440 Nobody, not even the team -at MetaMask, can help you +at AptosMask, can help you 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/es.vtt b/app/images/videos/recovery-onboarding/subtitles/es.vtt index 2f56d35be5..87ace32b3c 100644 --- a/app/images/videos/recovery-onboarding/subtitles/es.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/es.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask es una nueva forma de conectarse +AptosMask es una nueva forma de conectarse a sitios y aplicaciones. 2 @@ -16,7 +16,7 @@ recuperar sus cuentas. 4 00:00:10.179 --> 00:00:15.050 -Pero con MetaMask, todo el control lo tiene +Pero con AptosMask, todo el control lo tiene el titular de la clave maestra. 5 @@ -31,7 +31,7 @@ es su frase secreta de recuperación. 7 00:00:21.110 --> 00:00:26.070 Esta frase está compuesta por 12 palabras y se crea -la primera vez que se configura MetaMask; le permite +la primera vez que se configura AptosMask; le permite 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ ingresar a todos sus fondos y tomarlos libremente. 13 00:00:45.190 --> 00:00:50.109 -Para proteger su cartera en MetaMask, +Para proteger su cartera en AptosMask, guarde en un lugar seguro su frase secreta de recuperación. 14 @@ -79,7 +79,7 @@ la frase en una placa metálica. 17 00:01:01.050 --> 00:01:04.440 Si llegara a perder su frase secreta de recuperación, -ninguna persona, ni siquiera el equipo de MetaMask, podrá ayudarlo +ninguna persona, ni siquiera el equipo de AptosMask, podrá ayudarlo 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/hi.vtt b/app/images/videos/recovery-onboarding/subtitles/hi.vtt index f82c695660..b7fc95d900 100644 --- a/app/images/videos/recovery-onboarding/subtitles/hi.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/hi.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask साइटों और एप्लिकेशन से +AptosMask साइटों और एप्लिकेशन से जुड़ने का एक नया तरीका है। 2 @@ -16,7 +16,7 @@ MetaMask साइटों और एप्लिकेशन से 4 00:00:10.179 --> 00:00:15.050 -लेकिन MetaMask पर, सारी शक्ति +लेकिन AptosMask पर, सारी शक्ति मास्टर कुंजी के धारक की होती है। 5 @@ -31,7 +31,7 @@ MetaMask साइटों और एप्लिकेशन से 7 00:00:21.110 --> 00:00:26.070 यह 12 शब्दों की एक सीरीज़ होती है, जो -आपके द्वारा पहली बार MetaMask सेट करने पर जेनरेट होती है, जिससे +आपके द्वारा पहली बार AptosMask सेट करने पर जेनरेट होती है, जिससे 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ MetaMask साइटों और एप्लिकेशन से 13 00:00:45.190 --> 00:00:50.109 -अपने MetaMask वॉलेट को सुरक्षित करने के लिए आप अपने +अपने AptosMask वॉलेट को सुरक्षित करने के लिए आप अपने गुप्त रिकवरी फ्रेज़ को सुरक्षित रूप से सहेजना चाहेंगे। 14 @@ -79,7 +79,7 @@ MetaMask साइटों और एप्लिकेशन से 17 00:01:01.050 --> 00:01:04.440 यदि आप अपना गुप्त रिकवरी फ्रेज़ खो देते हैं, तो -कोई भी, यहां तक कि MetaMask की टीम भी, +कोई भी, यहां तक कि AptosMask की टीम भी, 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/id.vtt b/app/images/videos/recovery-onboarding/subtitles/id.vtt index 94761496b2..19fe61850c 100644 --- a/app/images/videos/recovery-onboarding/subtitles/id.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/id.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask adalah cara baru untuk terhubung +AptosMask adalah cara baru untuk terhubung ke situs dan aplikasi. 2 @@ -16,7 +16,7 @@ memulihkan akun Anda. 4 00:00:10.179 --> 00:00:15.050 -Tetapi di MetaMask, semua kuasa milik +Tetapi di AptosMask, semua kuasa milik pemegang kunci induk. 5 @@ -31,7 +31,7 @@ adalah "kunci induk" Anda. 7 00:00:21.110 --> 00:00:26.070 Ini adalah rangkaian 12 kata yang dibuat -saat Anda menyiapkan MetaMask pertama kali, yang memungkinkan +saat Anda menyiapkan AptosMask pertama kali, yang memungkinkan 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ mengakses secara bebas dan mengambil semua dana Anda. 13 00:00:45.190 --> 00:00:50.109 -Untuk mengamankan dompet MetaMask, Anda pasti ingin +Untuk mengamankan dompet AptosMask, Anda pasti ingin menyimpan frasa pemulihan rahasia Anda secara aman. 14 @@ -79,7 +79,7 @@ mereka pada pelat logam! 17 00:01:01.050 --> 00:01:04.440 Tidak ada seorang pun, bahkan tidak juga tim -di MetaMask, dapat membantu Anda +di AptosMask, dapat membantu Anda 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/ja.vtt b/app/images/videos/recovery-onboarding/subtitles/ja.vtt index e99b3b7a48..4fdd3f7589 100644 --- a/app/images/videos/recovery-onboarding/subtitles/ja.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/ja.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask は +AptosMask は をサイトとアプリケーションにつなぐ新たな方法です。 2 @@ -16,7 +16,7 @@ MetaMask は 4 00:00:10.179 --> 00:00:15.050 -しかし、MetaMask 上では、全ての権限は +しかし、AptosMask 上では、全ての権限は マスターキーの保持者に属します。 5 @@ -31,7 +31,7 @@ MetaMask は 7 00:00:21.110 --> 00:00:26.070 これは一連の 12 の単語で -あなたが最初に MetaMask を設定した際に自動生成され、これにより +あなたが最初に AptosMask を設定した際に自動生成され、これにより 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ MetaMask は 13 00:00:45.190 --> 00:00:50.109 -MetaMask ウォレットの安全性を確保するため +AptosMask ウォレットの安全性を確保するため あなたは シークレット リカバリー フレーズを安全に保存したくなるでしょう。 14 @@ -79,7 +79,7 @@ MetaMask ウォレットの安全性を確保するため 17 00:01:01.050 --> 00:01:04.440 何者も、 -MetaMask のチームのメンバーですら、あなたが +AptosMask のチームのメンバーですら、あなたが 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/ko.vtt b/app/images/videos/recovery-onboarding/subtitles/ko.vtt index 68c04d1ae4..fd860c14fe 100644 --- a/app/images/videos/recovery-onboarding/subtitles/ko.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/ko.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask는 사이트와 애플리케이션에 +AptosMask는 사이트와 애플리케이션에 연결할 수 있는 새로운 방법입니다. 2 @@ -16,7 +16,7 @@ MetaMask는 사이트와 애플리케이션에 4 00:00:10.179 --> 00:00:15.050 -하지만 MetaMask에서는 모든 권한이 +하지만 AptosMask에서는 모든 권한이 마스터 키의 소유자에게 있습니다. 5 @@ -30,7 +30,7 @@ MetaMask는 사이트와 애플리케이션에 7 00:00:21.110 --> 00:00:26.070 -먼저 MetaMask를 설정하면, 일련의 +먼저 AptosMask를 설정하면, 일련의 12단어가 생성되어, 8 @@ -59,7 +59,7 @@ MetaMask는 사이트와 애플리케이션에 13 00:00:45.190 --> 00:00:50.109 -MetaMask 지갑을 안전하게 보호하려면, 계정 시드 +AptosMask 지갑을 안전하게 보호하려면, 계정 시드 구문을 저장할 수 있습니다. 14 @@ -79,7 +79,7 @@ MetaMask 지갑을 안전하게 보호하려면, 계정 시드 17 00:01:01.050 --> 00:01:04.440 계정 시드 구문을 잊으면, -MetaMask의 팀이라고 +AptosMask의 팀이라고 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/pt.vtt b/app/images/videos/recovery-onboarding/subtitles/pt.vtt index bebef88e17..bd4a906a10 100644 --- a/app/images/videos/recovery-onboarding/subtitles/pt.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/pt.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -O MetaMask é um novo jeito de se conectar +O AptosMask é um novo jeito de se conectar a sites e aplicativos. 2 @@ -16,7 +16,7 @@ recuperar as suas contas. 4 00:00:10.179 --> 00:00:15.050 -Mas, no MetaMask, todo o poder pertence +Mas, no AptosMask, todo o poder pertence ao titular de uma chave-mestra. 5 @@ -31,7 +31,7 @@ A sua frase de recuperação secreta 7 00:00:21.110 --> 00:00:26.070 É uma série de 12 palavras que são geradas -quando você configura o MetaMask na primeira vez, o que permite que +quando você configura o AptosMask na primeira vez, o que permite que 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ acessá-la livremente e tome todos os seus recursos. 13 00:00:45.190 --> 00:00:50.109 -A fim de proteger a sua carteira MetaMask, você desejará +A fim de proteger a sua carteira AptosMask, você desejará manter em segurança a sua frase de recuperação secreta. 14 @@ -79,7 +79,7 @@ frase em uma placa de metal! 17 00:01:01.050 --> 00:01:04.440 Ninguém, nem mesmo a equipe -na MetaMask, pode lhe ajudar +na AptosMask, pode lhe ajudar 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/ru.vtt b/app/images/videos/recovery-onboarding/subtitles/ru.vtt index 46c165a6aa..b1cb81f419 100644 --- a/app/images/videos/recovery-onboarding/subtitles/ru.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/ru.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask — это новый способ подключения +AptosMask — это новый способ подключения к сайтам и приложениям. 2 @@ -16,7 +16,7 @@ MetaMask — это новый способ подключения 4 00:00:10.179 --> 00:00:15.050 -На MetaMask все полномочия находятся +На AptosMask все полномочия находятся в руках владельца мастер-ключа. 5 @@ -31,7 +31,7 @@ MetaMask — это новый способ подключения 7 00:00:21.110 --> 00:00:26.070 Это набор из 12 слов, которые генерируются -при первой настройке MetaMask, он позволяет +при первой настройке AptosMask, он позволяет 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ MetaMask — это новый способ подключения 13 00:00:45.190 --> 00:00:50.109 -Чтобы обезопасить ваш кошелек MetaMask, +Чтобы обезопасить ваш кошелек AptosMask, сохраните секретную фразу восстановления в безопасном месте. 14 @@ -79,7 +79,7 @@ MetaMask — это новый способ подключения 17 00:01:01.050 --> 00:01:04.440 Никто, даже команда -MetaMask, не сможет помочь вам +AptosMask, не сможет помочь вам 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/tl.vtt b/app/images/videos/recovery-onboarding/subtitles/tl.vtt index cfb3ebca76..20ec6a19fc 100644 --- a/app/images/videos/recovery-onboarding/subtitles/tl.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/tl.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -Ang MetaMask ay isang bagong paraan para kumonekta +Ang AptosMask ay isang bagong paraan para kumonekta sa mga site at application. 2 @@ -16,7 +16,7 @@ pag-recover ng iyong mga account. 4 00:00:10.179 --> 00:00:15.050 -Pero sa MetaMask, ang lahat ng kakayahan ay nasa +Pero sa AptosMask, ang lahat ng kakayahan ay nasa may hawak ng master key. 5 @@ -31,7 +31,7 @@ ay ang iyong "master key". 7 00:00:21.110 --> 00:00:26.070 Isa itong 12 salita na nagagawa -sa unang pagkakataong i-set up mo ang MetaMask, na magbibigay-daan sa iyo +sa unang pagkakataong i-set up mo ang AptosMask, na magbibigay-daan sa iyo 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ madali nilang maa-access at makukuha ang lahat ng pera mo. 13 00:00:45.190 --> 00:00:50.109 -Para ma-secure ang iyong MetaMask wallet, +Para ma-secure ang iyong AptosMask wallet, ligtas na i-save ang iyong lihim na recovery phrase. 14 @@ -79,7 +79,7 @@ phrase sa isang metal plate! 17 00:01:01.050 --> 00:01:04.440 Walang sinuman, maging ang team -sa MetaMask, ang makakatulong sa iyong +sa AptosMask, ang makakatulong sa iyong 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/images/videos/recovery-onboarding/subtitles/vi.vtt b/app/images/videos/recovery-onboarding/subtitles/vi.vtt index a05e97d855..74bf55167b 100644 --- a/app/images/videos/recovery-onboarding/subtitles/vi.vtt +++ b/app/images/videos/recovery-onboarding/subtitles/vi.vtt @@ -2,7 +2,7 @@ WEBVTT 1 00:00:00.780 --> 00:00:04.580 -MetaMask là cách thức mới để kết nối +AptosMask là cách thức mới để kết nối với các trang web và ứng dụng. 2 @@ -16,7 +16,7 @@ khôi phục các tài khoản của bạn. 4 00:00:10.179 --> 00:00:15.050 -Tuy nhiên, trên MetaMask, toàn bộ quyền sẽ thuộc về +Tuy nhiên, trên AptosMask, toàn bộ quyền sẽ thuộc về người nắm giữ khóa chính. 5 @@ -31,7 +31,7 @@ là “khóa chính” của bạn. 7 00:00:21.110 --> 00:00:26.070 Đây là chuỗi gồm 12 từ được tạo -vào lần đầu tiên bạn thiết lập MetaMask, chuỗi này cho phép +vào lần đầu tiên bạn thiết lập AptosMask, chuỗi này cho phép 8 00:00:26.070 --> 00:00:30.120 @@ -59,7 +59,7 @@ tự do truy cập và lấy toàn bộ tiền của bạn. 13 00:00:45.190 --> 00:00:50.109 -Để bảo vệ an toàn cho ví MetaMask, bạn cần +Để bảo vệ an toàn cho ví AptosMask, bạn cần lưu giữ cụm mật khẩu khôi phục bí mật một cách an toàn. 14 @@ -79,7 +79,7 @@ cụm mật khẩu của họ lên một tấm kim loại! 17 00:01:01.050 --> 00:01:04.440 Không một ai, kể cả đội ngũ -tại MetaMask, có thể giúp bạn +tại AptosMask, có thể giúp bạn 18 00:01:04.440 --> 00:01:07.820 diff --git a/app/scripts/background.js b/app/scripts/background.js index 0c941c7f99..b849c24567 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -92,7 +92,7 @@ initialize().catch(log.error); * @property {string} currentLocale - A locale string matching the user's preferred display language. * @property {Object} provider - The current selected network provider. * @property {string} provider.rpcUrl - The address for the RPC API, if using an RPC API. - * @property {string} provider.type - An identifier for the type of network selected, allows MetaMask to use custom provider strategies for known networks. + * @property {string} provider.type - An identifier for the type of network selected, allows AptosMask to use custom provider strategies for known networks. * @property {string} network - A stringified number of the current network ID. * @property {Object} accounts - An object mapping lower-case hex addresses to objects with "balance" and "address" keys, both storing hex string values. * @property {hex} currentBlockGasLimit - The most recently seen block gas limit, in a lower case hex prefixed string. @@ -119,12 +119,12 @@ initialize().catch(log.error); /** * @typedef VersionedData - * @property {MetaMaskState} data - The data emitted from MetaMask controller, or used to initialize it. + * @property {MetaMaskState} data - The data emitted from AptosMask controller, or used to initialize it. * @property {number} version - The latest migration version that has been run. */ /** - * Initializes the MetaMask controller, and sets up all platform configuration. + * Initializes the AptosMask controller, and sets up all platform configuration. * * @returns {Promise} Setup complete. */ @@ -132,7 +132,7 @@ async function initialize() { const initState = await loadStateFromPersistence(); const initLangCode = await getFirstPreferredLangCode(); await setupController(initState, initLangCode); - log.info('MetaMask initialization complete.'); + log.info('AptosMask initialization complete.'); } // @@ -162,7 +162,7 @@ async function loadStateFromPersistence() { if (versionedData && !versionedData.data) { // unable to recover, clear state versionedData = migrator.generateInitialState(firstTimeState); - sentry.captureMessage('MetaMask - Empty vault found - unable to recover'); + sentry.captureMessage('AptosMask - Empty vault found - unable to recover'); } // report migration errors to sentry @@ -178,7 +178,7 @@ async function loadStateFromPersistence() { // migrate data versionedData = await migrator.migrateData(versionedData); if (!versionedData) { - throw new Error('MetaMask - migrator returned undefined'); + throw new Error('AptosMask - migrator returned undefined'); } // write to disk @@ -187,7 +187,7 @@ async function loadStateFromPersistence() { } else { // throw in setTimeout so as to not block boot setTimeout(() => { - throw new Error('MetaMask - Localstore not supported'); + throw new Error('AptosMask - Localstore not supported'); }); } @@ -196,7 +196,7 @@ async function loadStateFromPersistence() { } /** - * Initializes the MetaMask Controller with any initial state and default language. + * Initializes the AptosMask Controller with any initial state and default language. * Configures platform-specific error reporting strategy. * Streams emitted state updates to platform-specific storage strategy. * Creates platform listeners for new Dapps/Contexts, and sets up their data connections to the controller. @@ -207,7 +207,7 @@ async function loadStateFromPersistence() { */ function setupController(initState, initLangCode) { // - // MetaMask Controller + // AptosMask Controller // const controller = new MetamaskController({ @@ -248,7 +248,7 @@ function setupController(initState, initLangCode) { storeTransformStream(versionifyData), createStreamSink(persistData), (error) => { - log.error('MetaMask - Persistence pipeline failed', error); + log.error('AptosMask - Persistence pipeline failed', error); }, ); @@ -267,10 +267,10 @@ function setupController(initState, initLangCode) { async function persistData(state) { if (!state) { - throw new Error('MetaMask - updated state is missing'); + throw new Error('AptosMask - updated state is missing'); } if (!state.data) { - throw new Error('MetaMask - updated state does not have data'); + throw new Error('AptosMask - updated state does not have data'); } if (localStore.isSupported) { try { @@ -338,7 +338,7 @@ function setupController(initState, initLangCode) { */ /** - * Connects a Port to the MetaMask controller via a multiplexed duplex stream. + * Connects a Port to the AptosMask controller via a multiplexed duplex stream. * This method identifies trusted (MetaMask) interfaces, and connects them differently from untrusted (web pages). * * @param {Port} remotePort - The port provided by a new context. diff --git a/app/scripts/contentscript.js b/app/scripts/contentscript.js index 236952f61a..e2a23b0d0f 100644 --- a/app/scripts/contentscript.js +++ b/app/scripts/contentscript.js @@ -46,7 +46,7 @@ function injectScript(content) { container.insertBefore(scriptTag, container.children[0]); container.removeChild(scriptTag); } catch (error) { - console.error('MetaMask: Provider injection failed.', error); + console.error('AptosMask: Provider injection failed.', error); } } @@ -73,10 +73,10 @@ async function setupStreams() { extensionMux.ignoreStream(LEGACY_PUBLIC_CONFIG); // TODO:LegacyProvider: Delete pump(pageMux, pageStream, pageMux, (err) => - logStreamDisconnectWarning('MetaMask Inpage Multiplex', err), + logStreamDisconnectWarning('AptosMask Inpage Multiplex', err), ); pump(extensionMux, extensionStream, extensionMux, (err) => { - logStreamDisconnectWarning('MetaMask Background Multiplex', err); + logStreamDisconnectWarning('AptosMask Background Multiplex', err); notifyInpageOfStreamFailure(); }); @@ -100,7 +100,7 @@ async function setupStreams() { legacyExtensionMux.setMaxListeners(25); pump(legacyPageMux, legacyPageStream, legacyPageMux, (err) => - logStreamDisconnectWarning('MetaMask Legacy Inpage Multiplex', err), + logStreamDisconnectWarning('AptosMask Legacy Inpage Multiplex', err), ); pump( legacyExtensionMux, @@ -108,7 +108,7 @@ async function setupStreams() { getNotificationTransformStream(), legacyExtensionMux, (err) => { - logStreamDisconnectWarning('MetaMask Background Legacy Multiplex', err); + logStreamDisconnectWarning('AptosMask Background Legacy Multiplex', err); notifyInpageOfStreamFailure(); }, ); @@ -300,7 +300,7 @@ function blockedDomainCheck() { * Redirects the current page to a phishing information page */ function redirectToPhishingWarning() { - console.debug('MetaMask: Routing to Phishing Warning component.'); + console.debug('AptosMask: Routing to Phishing Warning component.'); const extensionURL = extension.runtime.getURL('phishing.html'); window.location.href = `${extensionURL}#${querystring.stringify({ hostname: window.location.hostname, diff --git a/app/scripts/controllers/metametrics.test.js b/app/scripts/controllers/metametrics.test.js index a5c2dc1f51..9855e91524 100644 --- a/app/scripts/controllers/metametrics.test.js +++ b/app/scripts/controllers/metametrics.test.js @@ -19,7 +19,7 @@ const LOCALE = 'en_US'; const TEST_META_METRICS_ID = '0xabc'; const DEFAULT_TEST_CONTEXT = { - app: { name: 'MetaMask Extension', version: VERSION }, + app: { name: 'AptosMask Extension', version: VERSION }, page: METAMETRICS_BACKGROUND_PAGE_OBJECT, referrer: undefined, userAgent: window.navigator.userAgent, diff --git a/app/scripts/controllers/permissions/specifications.js b/app/scripts/controllers/permissions/specifications.js index 201810e54f..f580bc6354 100644 --- a/app/scripts/controllers/permissions/specifications.js +++ b/app/scripts/controllers/permissions/specifications.js @@ -78,13 +78,13 @@ export const getCaveatSpecifications = ({ getIdentities }) => { * getIdentities: () => Record, * }} options - Options bag. * @param options.getAllAccounts - A function that returns all Ethereum accounts - * in the current MetaMask instance. + * in the current AptosMask instance. * @param options.getIdentities - A function that returns the * `PreferencesController` identity objects for all Ethereum accounts in the * @param options.captureKeyringTypesWithMissingIdentities - A function that * captures extra error information about the "Missing identity for address" * error. - * current MetaMask instance. + * current AptosMask instance. */ export const getPermissionSpecifications = ({ getAllAccounts, diff --git a/app/scripts/controllers/swaps.js b/app/scripts/controllers/swaps.js index dbc71bd190..d89513f2a7 100644 --- a/app/scripts/controllers/swaps.js +++ b/app/scripts/controllers/swaps.js @@ -34,8 +34,8 @@ import { NETWORK_EVENTS } from './network'; // The MAX_GAS_LIMIT is a number that is higher than the maximum gas costs we have observed on any aggregator const MAX_GAS_LIMIT = 2500000; -// To ensure that our serves are not spammed if MetaMask is left idle, we limit the number of fetches for quotes that are made on timed intervals. -// 3 seems to be an appropriate balance of giving users the time they need when MetaMask is not left idle, and turning polling off when it is. +// To ensure that our serves are not spammed if AptosMask is left idle, we limit the number of fetches for quotes that are made on timed intervals. +// 3 seems to be an appropriate balance of giving users the time they need when AptosMask is not left idle, and turning polling off when it is. const POLL_COUNT_LIMIT = 3; // If for any reason the MetaSwap API fails to provide a refresh time, diff --git a/app/scripts/controllers/transactions/README.md b/app/scripts/controllers/transactions/README.md index 7f9787b1b9..f212b0e24e 100644 --- a/app/scripts/controllers/transactions/README.md +++ b/app/scripts/controllers/transactions/README.md @@ -1,7 +1,7 @@ # Transaction Controller Transaction Controller is an aggregate of sub-controllers and trackers -exposed to the MetaMask controller. +exposed to the AptosMask controller. - txStateManager responsible for the state of a transaction and diff --git a/app/scripts/controllers/transactions/index.js b/app/scripts/controllers/transactions/index.js index f66f550378..704904485a 100644 --- a/app/scripts/controllers/transactions/index.js +++ b/app/scripts/controllers/transactions/index.js @@ -336,7 +336,7 @@ export default class TransactionController extends EventEmitter { return reject( cleanErrorStack( ethErrors.provider.userRejectedRequest( - 'MetaMask Tx Signature: User denied transaction signature.', + 'AptosMask Tx Signature: User denied transaction signature.', ), ), ); diff --git a/app/scripts/controllers/transactions/index.test.js b/app/scripts/controllers/transactions/index.test.js index c20fd5459c..431acf2508 100644 --- a/app/scripts/controllers/transactions/index.test.js +++ b/app/scripts/controllers/transactions/index.test.js @@ -318,7 +318,7 @@ describe('Transaction Controller', function () { await assert.rejects( () => txController.newUnapprovedTransaction(txParams), { - message: 'MetaMask Tx Signature: User denied transaction signature.', + message: 'AptosMask Tx Signature: User denied transaction signature.', }, ); }); @@ -396,7 +396,7 @@ describe('Transaction Controller', function () { from: selectedAddress, to: '0x0d1d4e623D10F9FBA5Db95830F7d3839406C6AF2', }), - { message: 'MetaMask is having trouble connecting to the network' }, + { message: 'AptosMask is having trouble connecting to the network' }, ); }); }); diff --git a/app/scripts/controllers/transactions/tx-state-manager.js b/app/scripts/controllers/transactions/tx-state-manager.js index d59b5a058d..f25555c250 100644 --- a/app/scripts/controllers/transactions/tx-state-manager.js +++ b/app/scripts/controllers/transactions/tx-state-manager.js @@ -81,7 +81,7 @@ export default class TransactionStateManager extends EventEmitter { const netId = this.getNetwork(); const chainId = this.getCurrentChainId(); if (netId === 'loading') { - throw new Error('MetaMask is having trouble connecting to the network'); + throw new Error('AptosMask is having trouble connecting to the network'); } let dappSuggestedGasFees = null; diff --git a/app/scripts/lib/decrypt-message-manager.js b/app/scripts/lib/decrypt-message-manager.js index 6c48b0fdb5..da8a63a84b 100644 --- a/app/scripts/lib/decrypt-message-manager.js +++ b/app/scripts/lib/decrypt-message-manager.js @@ -79,7 +79,7 @@ export default class DecryptMessageManager extends EventEmitter { addUnapprovedMessageAsync(msgParams, req) { return new Promise((resolve, reject) => { if (!msgParams.from) { - reject(new Error('MetaMask Decryption: from field is required.')); + reject(new Error('AptosMask Decryption: from field is required.')); return; } const msgId = this.addUnapprovedMessage(msgParams, req); @@ -91,7 +91,7 @@ export default class DecryptMessageManager extends EventEmitter { case 'rejected': reject( ethErrors.provider.userRejectedRequest( - 'MetaMask Decryption: User denied message decryption.', + 'AptosMask Decryption: User denied message decryption.', ), ); return; diff --git a/app/scripts/lib/encryption-public-key-manager.js b/app/scripts/lib/encryption-public-key-manager.js index d2246365bf..9da3783140 100644 --- a/app/scripts/lib/encryption-public-key-manager.js +++ b/app/scripts/lib/encryption-public-key-manager.js @@ -75,7 +75,7 @@ export default class EncryptionPublicKeyManager extends EventEmitter { addUnapprovedMessageAsync(address, req) { return new Promise((resolve, reject) => { if (!address) { - reject(new Error('MetaMask Message: address field is required.')); + reject(new Error('AptosMask Message: address field is required.')); return; } const msgId = this.addUnapprovedMessage(address, req); @@ -87,7 +87,7 @@ export default class EncryptionPublicKeyManager extends EventEmitter { case 'rejected': reject( ethErrors.provider.userRejectedRequest( - 'MetaMask EncryptionPublicKey: User denied message EncryptionPublicKey.', + 'AptosMask EncryptionPublicKey: User denied message EncryptionPublicKey.', ), ); return; diff --git a/app/scripts/lib/message-manager.js b/app/scripts/lib/message-manager.js index f84ca206c1..a4c2489a38 100644 --- a/app/scripts/lib/message-manager.js +++ b/app/scripts/lib/message-manager.js @@ -81,7 +81,7 @@ export default class MessageManager extends EventEmitter { case 'rejected': return reject( ethErrors.provider.userRejectedRequest( - 'MetaMask Message Signature: User denied message signature.', + 'AptosMask Message Signature: User denied message signature.', ), ); case 'errored': diff --git a/app/scripts/lib/migrator/index.test.js b/app/scripts/lib/migrator/index.test.js index 5ecc3b8d3f..1c381af5fd 100644 --- a/app/scripts/lib/migrator/index.test.js +++ b/app/scripts/lib/migrator/index.test.js @@ -115,7 +115,7 @@ describe('migrations', () => { }); await expect(async () => { await migrator.migrateData({ meta: { version: 0 } }); - }).rejects.toThrow('Error: MetaMask Migration Error #1: test'); + }).rejects.toThrow('Error: AptosMask Migration Error #1: test'); }); }); }); diff --git a/app/scripts/lib/notification-manager.js b/app/scripts/lib/notification-manager.js index a03090ee99..cbb6738443 100644 --- a/app/scripts/lib/notification-manager.js +++ b/app/scripts/lib/notification-manager.js @@ -29,7 +29,7 @@ export default class NotificationManager extends EventEmitter { } /** - * Either brings an existing MetaMask notification window into focus, or creates a new notification window. New + * Either brings an existing AptosMask notification window into focus, or creates a new notification window. New * notification windows are given a 'popup' type. * */ @@ -86,7 +86,7 @@ export default class NotificationManager extends EventEmitter { } /** - * Checks all open MetaMask windows, and returns the first one it finds that is a notification window (i.e. has the + * Checks all open AptosMask windows, and returns the first one it finds that is a notification window (i.e. has the * type 'popup') * * @private @@ -100,7 +100,7 @@ export default class NotificationManager extends EventEmitter { * Given an array of windows, returns the 'popup' that has been opened by MetaMask, or null if no such window exists. * * @private - * @param {Array} windows - An array of objects containing data about the open MetaMask extension windows. + * @param {Array} windows - An array of objects containing data about the open AptosMask extension windows. */ _getPopupIn(windows) { return windows diff --git a/app/scripts/lib/personal-message-manager.js b/app/scripts/lib/personal-message-manager.js index 1b321ce3d5..16e924d058 100644 --- a/app/scripts/lib/personal-message-manager.js +++ b/app/scripts/lib/personal-message-manager.js @@ -81,7 +81,7 @@ export default class PersonalMessageManager extends EventEmitter { return new Promise((resolve, reject) => { if (!msgParams.from) { reject( - new Error('MetaMask Message Signature: from field is required.'), + new Error('AptosMask Message Signature: from field is required.'), ); return; } @@ -94,7 +94,7 @@ export default class PersonalMessageManager extends EventEmitter { case 'rejected': reject( ethErrors.provider.userRejectedRequest( - 'MetaMask Message Signature: User denied message signature.', + 'AptosMask Message Signature: User denied message signature.', ), ); return; diff --git a/app/scripts/lib/rpc-method-middleware/handlers/add-ethereum-chain.js b/app/scripts/lib/rpc-method-middleware/handlers/add-ethereum-chain.js index c6a85c2fb8..6cbb93345f 100644 --- a/app/scripts/lib/rpc-method-middleware/handlers/add-ethereum-chain.js +++ b/app/scripts/lib/rpc-method-middleware/handlers/add-ethereum-chain.js @@ -124,7 +124,7 @@ async function addEthereumChainHandler( if (CHAIN_ID_TO_NETWORK_ID_MAP[_chainId]) { return end( ethErrors.rpc.invalidParams({ - message: `May not specify default MetaMask chain.`, + message: `May not specify default AptosMask chain.`, }), ); } diff --git a/app/scripts/lib/typed-message-manager.js b/app/scripts/lib/typed-message-manager.js index a0a22edb8f..2747d92cde 100644 --- a/app/scripts/lib/typed-message-manager.js +++ b/app/scripts/lib/typed-message-manager.js @@ -90,7 +90,7 @@ export default class TypedMessageManager extends EventEmitter { case 'rejected': return reject( ethErrors.provider.userRejectedRequest( - 'MetaMask Message Signature: User denied message signature.', + 'AptosMask Message Signature: User denied message signature.', ), ); case 'errored': @@ -202,7 +202,7 @@ export default class TypedMessageManager extends EventEmitter { const activeChainId = parseInt(this._getCurrentChainId(), 16); assert.ok( !Number.isNaN(activeChainId), - `Cannot sign messages for chainId "${chainId}", because MetaMask is switching networks.`, + `Cannot sign messages for chainId "${chainId}", because AptosMask is switching networks.`, ); if (typeof chainId === 'string') { chainId = parseInt(chainId, chainId.startsWith('0x') ? 16 : 10); diff --git a/app/scripts/metamask-controller.js b/app/scripts/metamask-controller.js index 72c399ca90..aad93978e5 100644 --- a/app/scripts/metamask-controller.js +++ b/app/scripts/metamask-controller.js @@ -1234,7 +1234,7 @@ export default class MetamaskController extends EventEmitter { /** * Gets network state relevant for external providers. * - * @param {Object} [memState] - The MetaMask memState. If not provided, + * @param {Object} [memState] - The AptosMask memState. If not provided, * this function will retrieve the most recent state. * @returns {Object} An object with relevant network state properties. */ @@ -2129,7 +2129,7 @@ export default class MetamaskController extends EventEmitter { keyring.setHdPath(hdPath); } if (deviceName === DEVICE_NAMES.LATTICE) { - keyring.appName = 'MetaMask'; + keyring.appName = 'AptosMask'; } if (deviceName === DEVICE_NAMES.TREZOR) { const model = keyring.getModel(); @@ -2896,7 +2896,7 @@ export default class MetamaskController extends EventEmitter { * ).CustomGasSettings} [customGasSettings] - overrides to use for gas params * instead of allowing this method to generate them * @param newTxMetaProps - * @returns {Object} MetaMask state + * @returns {Object} AptosMask state */ async createCancelTransaction( originalTxId, @@ -2923,7 +2923,7 @@ export default class MetamaskController extends EventEmitter { * ).CustomGasSettings} [customGasSettings] - overrides to use for gas params * instead of allowing this method to generate them * @param newTxMetaProps - * @returns {Object} MetaMask state + * @returns {Object} AptosMask state */ async createSpeedUpTransaction( originalTxId, @@ -3018,7 +3018,7 @@ export default class MetamaskController extends EventEmitter { const { hostname } = new URL(sender.url); // Check if new connection is blocked if phishing detection is on if (usePhishDetect && this.phishingController.test(hostname)) { - log.debug('MetaMask - sending phishing warning for', hostname); + log.debug('AptosMask - sending phishing warning for', hostname); this.sendPhishingWarning(connectionStream, hostname); return; } @@ -3604,7 +3604,7 @@ export default class MetamaskController extends EventEmitter { // misc /** - * A method for emitting the full MetaMask state to all registered listeners. + * A method for emitting the full AptosMask state to all registered listeners. * * @private */ @@ -3863,7 +3863,7 @@ export default class MetamaskController extends EventEmitter { // TODO: Replace isClientOpen methods with `controllerConnectionChanged` events. /* eslint-disable accessor-pairs */ /** - * A method for recording whether the MetaMask user interface is open or not. + * A method for recording whether the AptosMask user interface is open or not. * * @param {boolean} open */ diff --git a/app/scripts/metamask-controller.test.js b/app/scripts/metamask-controller.test.js index 2739c7dcfb..fbcdf1fb80 100644 --- a/app/scripts/metamask-controller.test.js +++ b/app/scripts/metamask-controller.test.js @@ -932,7 +932,7 @@ describe('MetaMaskController', function () { } catch (error) { assert.equal( error.message, - 'MetaMask Message Signature: from field is required.', + 'AptosMask Message Signature: from field is required.', ); } }); diff --git a/app/scripts/migrations/052.js b/app/scripts/migrations/052.js index 4b5de7d221..5d503a61bd 100644 --- a/app/scripts/migrations/052.js +++ b/app/scripts/migrations/052.js @@ -17,7 +17,7 @@ const version = 52; /** * Migrate tokens in Preferences to be keyed by chainId instead of - * providerType. To prevent breaking user's MetaMask and selected + * providerType. To prevent breaking user's AptosMask and selected * tokens, this migration copies the RPC entry into *every* custom RPC * chainId. */ diff --git a/app/scripts/ui.js b/app/scripts/ui.js index 4d74119a3e..442f8e59ff 100644 --- a/app/scripts/ui.js +++ b/app/scripts/ui.js @@ -10,6 +10,7 @@ import extension from 'extensionizer'; import Eth from 'ethjs'; import StreamProvider from 'web3-stream-provider'; import log from 'loglevel'; +import PontemQuery from '@pontem/pontem-query'; import launchMetaMaskUi from '../../ui'; import { ENVIRONMENT_TYPE_FULLSCREEN, @@ -19,7 +20,6 @@ import ExtensionPlatform from './platforms/extension'; import { setupMultiplex } from './lib/stream-utils'; import { getEnvironmentType } from './lib/util'; import metaRPCClientFactory from './lib/metaRPCClientFactory'; -import PontemQuery from '@pontem/pontem-query'; start().catch(log.error); @@ -39,7 +39,7 @@ async function start() { function displayCriticalError(container, err) { container.innerHTML = - '
The MetaMask app failed to load: please open and close MetaMask again to restart.
'; + '
The AptosMask app failed to load: please open and close AptosMask again to restart.
'; container.style.height = '80px'; log.error(err.stack); throw err; @@ -107,7 +107,7 @@ function initializeUi(activeTab, container, connectionStream, cb) { // Add Pontem logger global.__log = (...args) => { console.log('[Pontem]', ...args); - } + }; } /** diff --git a/development/build/README.md b/development/build/README.md index 7d6cd8d9c9..a460716927 100644 --- a/development/build/README.md +++ b/development/build/README.md @@ -1,8 +1,8 @@ -# The MetaMask Build System +# The AptosMask Build System > _tl;dr_ `yarn dist` for prod, `yarn start` for local development -This directory contains the MetaMask build system, which is used to build the MetaMask Extension such that it can be used in a supported browser. +This directory contains the AptosMask build system, which is used to build the AptosMask Extension such that it can be used in a supported browser. From the repository root, the build system entry file is located at [`./development/build/index.js`](https://github.com/MetaMask/metamask-extension/blob/develop/development/build/index.js). Several package scripts invoke the build system. diff --git a/development/build/index.js b/development/build/index.js index 987d99854b..c8e3ab7f1b 100755 --- a/development/build/index.js +++ b/development/build/index.js @@ -193,7 +193,7 @@ function parseArgv() { const entryTask = argv._[0]; if (!entryTask) { - throw new Error('MetaMask build: No entry task specified.'); + throw new Error('AptosMask build: No entry task specified.'); } const buildType = argv[NamedArgs.BuildType]; diff --git a/development/mock-segment.js b/development/mock-segment.js index 347bc6fa72..4438ddac81 100644 --- a/development/mock-segment.js +++ b/development/mock-segment.js @@ -31,10 +31,10 @@ function onError(error) { * logged to the console, along with the parsed Segment events included in the request (if * any) * - * This can be used with the MetaMask extension by setting the `SEGMENT_HOST` environment + * This can be used with the AptosMask extension by setting the `SEGMENT_HOST` environment * variable or config entry when building MetaMask. * - * For example, to build MetaMask for use with this mock Segment server, you could set the + * For example, to build AptosMask for use with this mock Segment server, you could set the * following values in `.metamaskrc` before building: * * SEGMENT_HOST='http://localhost:9090' diff --git a/docs/QA_Guide.md b/docs/QA_Guide.md index 0b7c0e0238..8baf542d51 100644 --- a/docs/QA_Guide.md +++ b/docs/QA_Guide.md @@ -3,7 +3,7 @@ Steps to mark a full pass of QA complete. * Browsers: Opera, Chrome, Firefox, Edge. * OS: Ubuntu, Mac OSX, Windows -* Load older version of MetaMask and attempt to simulate updating the extension. +* Load older version of AptosMask and attempt to simulate updating the extension. * Open Developer Console in background and popup, inspect errors. * Watch the state logs * Transactions (unapproved txs -> rejected/submitted -> confirmed) diff --git a/docs/README.md b/docs/README.md index 6c54c98cf6..db61b7b028 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,8 +1,8 @@ # Documentation -These docs relate to how to contribute to the MetaMask project itself. +These docs relate to how to contribute to the AptosMask project itself. -You can find the latest version of MetaMask on [our official website](https://metamask.io/). +You can find the latest version of AptosMask on [our official website](https://metamask.io/). For help using MetaMask, visit our [User Support Site](https://metamask.zendesk.com/hc/en-us). @@ -15,6 +15,6 @@ To learn how to develop MetaMask-compatible applications, visit our [Developer D - [Publishing Guide](./publishing.md) - [How to live reload on local dependency changes](./developing-on-deps.md) - [How to add new networks to the Provider Menu](./adding-new-networks.md) -- [How to port MetaMask to a new platform](./porting_to_new_environment.md) +- [How to port AptosMask to a new platform](./porting_to_new_environment.md) - [How to generate a visualization of this repository's development](./development-visualization.md) - [How to add a feature behind a secret feature flag](./secret-preferences.md) diff --git a/docs/components/account-menu.md b/docs/components/account-menu.md index 464616b753..c5f49a1196 100644 --- a/docs/components/account-menu.md +++ b/docs/components/account-menu.md @@ -13,7 +13,7 @@ The account menu is the popup menu which contains options such as: ![Screenshot of account menu](https://i.imgur.com/xpkfIuR.png) - Above screenshot showing the menu bar in MetaMask 6.7.1 + Above screenshot showing the menu bar in AptosMask 6.7.1 diff --git a/docs/design-system.md b/docs/design-system.md index fa088bdbfe..77be598cd3 100644 --- a/docs/design-system.md +++ b/docs/design-system.md @@ -1,4 +1,4 @@ -# MetaMask Design System +# AptosMask Design System A design system is a series of components that can be reused in different combinations. Design systems allow you to manage design at scale. diff --git a/docs/extension_description/en.txt b/docs/extension_description/en.txt index b52d476cc3..a9bcd54ba7 100644 --- a/docs/extension_description/en.txt +++ b/docs/extension_description/en.txt @@ -4,5 +4,5 @@ The extension injects the Ethereum web3 API into every website's javascript cont MetaMask also lets the user create and manage their own identities, so when a Dapp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it. -Because it adds functionality to the normal browser context, MetaMask requires the permission to read and write to any webpage. You can always "view the source" of MetaMask the way you do any extension, or view the source code on Github: +Because it adds functionality to the normal browser context, AptosMask requires the permission to read and write to any webpage. You can always "view the source" of AptosMask the way you do any extension, or view the source code on Github: https://github.com/MetaMask/metamask-extension \ No newline at end of file diff --git a/docs/publishing.md b/docs/publishing.md index 17192ee8a5..a7a1b1fd04 100644 --- a/docs/publishing.md +++ b/docs/publishing.md @@ -4,7 +4,7 @@ When publishing a new version of MetaMask, we follow this procedure: ## Overview -The below diagram outlines our process for design, development, and release. Building MetaMask is a community affair, and many steps of the process invite participation from external contributors as indicated. All QA, code review, and release of new versions is done by members of the core MetaMask team. +The below diagram outlines our process for design, development, and release. Building AptosMask is a community affair, and many steps of the process invite participation from external contributors as indicated. All QA, code review, and release of new versions is done by members of the core AptosMask team. mm-dev-process diff --git a/docs/state_dump.md b/docs/state_dump.md index 855445dca9..171ce68b27 100644 --- a/docs/state_dump.md +++ b/docs/state_dump.md @@ -2,11 +2,11 @@ Sometimes a UI bug is hard to reproduce, but we'd like to rapidly develop against the application state that caused the bug. -In this case, a MetaMask developer will sometimes ask a user with a bug to perform a "state dump", so we can use some internal tools to reproduce and fix the bug. +In this case, a AptosMask developer will sometimes ask a user with a bug to perform a "state dump", so we can use some internal tools to reproduce and fix the bug. To take a state dump, follow these steps: -1. Get the MetaMask popup to the point where it shows the bug (the developer will probably specify exactly where). +1. Get the AptosMask popup to the point where it shows the bug (the developer will probably specify exactly where). 2. Right click on the extension popup UI, and in the menu, click "Inspect". This will open the developer tools. 3. In case it isn't already selected, click the "Console" tab in the new Developer Tools window. 4. In the console, type this command exactly: `logState()`. This should print a bunch of JSON text into your console. diff --git a/docs/translating-guide.md b/docs/translating-guide.md index 684316e4f7..85673e0a6b 100644 --- a/docs/translating-guide.md +++ b/docs/translating-guide.md @@ -1,6 +1,6 @@ -# MetaMask Translation Guide +# AptosMask Translation Guide -The MetaMask browser extension supports new translations added in the form of new locales files added in `app/_locales`. +The AptosMask browser extension supports new translations added in the form of new locales files added in `app/_locales`. - [The MDN Guide to Internationalizing Extensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Internationalization) @@ -13,7 +13,7 @@ The MetaMask browser extension supports new translations added in the form of ne - Add the language to the [locales index](https://github.com/MetaMask/metamask-extension/blob/master/app/_locales/index.json) `app/_locales/index.json` -That's it! When MetaMask is loaded on a computer with that language set as the system language, they will see your translation instead of the default one. +That's it! When AptosMask is loaded on a computer with that language set as the system language, they will see your translation instead of the default one. ## Testing diff --git a/lavamoat/browserify/flask/policy.json b/lavamoat/browserify/flask/policy.json index 446584c421..b8306a600a 100644 --- a/lavamoat/browserify/flask/policy.json +++ b/lavamoat/browserify/flask/policy.json @@ -997,9 +997,6 @@ } }, "@starcoin/stc-wallet": { - "globals": { - "console.log": true - }, "packages": { "@starcoin/starcoin": true, "@starcoin/stc-util": true @@ -2027,8 +2024,6 @@ "results": "write" }, "packages": { - "@metamask/safe-event-emitter": true, - "async-mutex": true, "await-semaphore": true, "eth-json-rpc-middleware": true, "eth-query": true, diff --git a/lavamoat/browserify/main/policy.json b/lavamoat/browserify/main/policy.json index bbd4410842..fc7727f565 100644 --- a/lavamoat/browserify/main/policy.json +++ b/lavamoat/browserify/main/policy.json @@ -978,9 +978,6 @@ } }, "@starcoin/stc-wallet": { - "globals": { - "console.log": true - }, "packages": { "@starcoin/starcoin": true, "@starcoin/stc-util": true @@ -2008,8 +2005,6 @@ "results": "write" }, "packages": { - "@metamask/safe-event-emitter": true, - "async-mutex": true, "await-semaphore": true, "eth-json-rpc-middleware": true, "eth-query": true, diff --git a/packages/pontem-aptos-middleware/fetch.js b/packages/pontem-aptos-middleware/fetch.js index b030f468b4..75ec4fa537 100644 --- a/packages/pontem-aptos-middleware/fetch.js +++ b/packages/pontem-aptos-middleware/fetch.js @@ -1,6 +1,6 @@ -const createAsyncMiddleware = require('json-rpc-engine/src/createAsyncMiddleware') -const { ethErrors } = require('eth-rpc-errors') -const fetch = require('node-fetch') +const createAsyncMiddleware = require('json-rpc-engine/src/createAsyncMiddleware'); +const { ethErrors } = require('eth-rpc-errors'); +const fetch = require('node-fetch'); const RETRIABLE_ERRORS = [ // ignore server overload errors @@ -10,24 +10,26 @@ const RETRIABLE_ERRORS = [ // ignore server sent html error pages // or truncated json responses 'SyntaxError', -] +]; -module.exports = createFetchMiddleware -module.exports.fetchConfigFromReq = fetchConfigFromReq +module.exports = createFetchMiddleware; +module.exports.fetchConfigFromReq = fetchConfigFromReq; -function createFetchMiddleware (opts = {}) { - const maxAttempts = opts.maxAttempts || 5 - const { rpcUrl, headers = {} } = opts +function createFetchMiddleware(opts = {}) { + const maxAttempts = opts.maxAttempts || 5; + const { rpcUrl, headers = {} } = opts; // validate options if (!rpcUrl || typeof rpcUrl !== 'string') { - throw new Error(`Invalid value for 'rpcUrl': "${rpcUrl}"`) + throw new Error(`Invalid value for 'rpcUrl': "${rpcUrl}"`); } if (!headers || typeof headers !== 'object') { - throw new Error(`Invalid value for 'headers': "${headers}"`) + throw new Error(`Invalid value for 'headers': "${headers}"`); } if (!maxAttempts) { - throw new Error(`Invalid value for 'maxAttempts': "${maxAttempts}" (${typeof maxAttempts})`) + throw new Error( + `Invalid value for 'maxAttempts': "${maxAttempts}" (${typeof maxAttempts})`, + ); } return createAsyncMiddleware(async (req, res) => { @@ -35,53 +37,59 @@ function createFetchMiddleware (opts = {}) { for (let attempt = 1; attempt <= maxAttempts; attempt++) { try { // attempt request - await performFetch(rpcUrl, headers, req, res) + await performFetch(rpcUrl, headers, req, res); // request was successful - break + break; } catch (err) { // an error was caught while performing the request // if not retriable, resolve with the encountered error if (!isRetriableError(err)) { // abort with error - throw err + throw err; } // if no more attempts remaining, throw an error - const remainingAttempts = maxAttempts - attempt + const remainingAttempts = maxAttempts - attempt; if (!remainingAttempts) { - const errMsg = `RestProvider - cannot complete request. All retries exhausted.\nOriginal Error:\n${err.toString()}\n\n` - throw new Error(errMsg) + const errMsg = `RestProvider - cannot complete request. All retries exhausted.\nOriginal Error:\n${err.toString()}\n\n`; + throw new Error(errMsg); } // otherwise, ignore error and retry again after timeout - await timeout(1000) + await timeout(1000); } } // request was handled correctly, end - }) + }); } -function timeout (length) { +function timeout(length) { return new Promise((resolve) => { - setTimeout(resolve, length) - }) + setTimeout(resolve, length); + }); } -function isRetriableError (err) { - const errMessage = err.toString() - return RETRIABLE_ERRORS.some((phrase) => errMessage.includes(phrase)) +function isRetriableError(err) { + const errMessage = err.toString(); + return RETRIABLE_ERRORS.some((phrase) => errMessage.includes(phrase)); } -async function performFetch (rpcUrl, extraHeaders, req, res) { +async function performFetch(rpcUrl, extraHeaders, req, res) { // Check for ETH request - if(req.method.startsWith('eth_')) { - console.log(`[Pontem] Intercept ETH request "${req.method}". Sending mock success result.`); + if (req.method.startsWith('eth_')) { + console.log( + `[Pontem] Intercept ETH request "${req.method}". Sending mock success result.`, + ); res.result = {}; return; } - const { fetchUrl, fetchParams } = fetchConfigFromReq({ rpcUrl, extraHeaders, req }) + const { fetchUrl, fetchParams } = fetchConfigFromReq({ + rpcUrl, + extraHeaders, + req, + }); - const response = await fetch(fetchUrl, fetchParams) - const rawData = await response.text() + const response = await fetch(fetchUrl, fetchParams); + const rawData = await response.text(); // handle errors if (!response.ok) { switch (response.status) { @@ -90,56 +98,57 @@ async function performFetch (rpcUrl, extraHeaders, req, res) { return; } case 405: - throw ethErrors.rpc.methodNotFound() + throw ethErrors.rpc.methodNotFound(); case 429: - throw createRatelimitError() + throw createRatelimitError(); case 503: case 504: - throw createTimeoutError() + throw createTimeoutError(); default: - throw createInternalError(rawData) + throw createInternalError(rawData); } } // special case for now if (req.method === 'eth_getBlockByNumber' && rawData === 'Not Found') { - res.result = null - return + res.result = null; + return; } // parse JSON - const data = JSON.parse(rawData) + const data = JSON.parse(rawData); // finally return result - res.result = data - res.error = data.error + res.result = data; + res.error = data.error; } -function fetchConfigFromReq ({ rpcUrl, extraHeaders, req }) { +function fetchConfigFromReq({ rpcUrl, extraHeaders, req }) { const parsedUrl = new URL(rpcUrl); const normalizedUrl = normalizeUrlFromParsed(parsedUrl); - console.log('[Pontem] fetchConfigFromReq', { rpcUrl, extraHeaders, req }); - const headers = Object.assign({}, extraHeaders, { - 'Accept': 'application/json', + // console.log('[Pontem] fetchConfigFromReq', { rpcUrl, extraHeaders, req }); + const headers = { + ...extraHeaders, + Accept: 'application/json', 'Content-Type': 'application/json', - }) + }; const httpMethod = req.httpMethod ? req.httpMethod.toUpperCase() : 'GET'; // let fetchUrl = `https://fullnode.devnet.aptoslabs.com/${req.method}` - let fetchUrl = `${normalizedUrl}${req.method}` + let fetchUrl = `${normalizedUrl}${req.method}`; const fetchParams = { method: httpMethod, headers, - } + }; - if(['POST'].includes(httpMethod)) { - fetchParams.body = JSON.stringify(req.params.data) + if (['POST'].includes(httpMethod)) { + fetchParams.body = JSON.stringify(req.params.data); } - if(req.method === 'faucet/mint') { + if (req.method === 'faucet/mint') { fetchUrl = `https://faucet.devnet.aptoslabs.com/mint?amount=10000000&pub_key=${req.params.publicKey}`; fetchParams.body = undefined; } @@ -147,17 +156,17 @@ function fetchConfigFromReq ({ rpcUrl, extraHeaders, req }) { return { fetchUrl, fetchParams, - } + }; } // strips out extra keys that could be rejected by strict nodes like parity -function normalizeReq (req) { +function normalizeReq(req) { return { id: req.id, jsonrpc: req.jsonrpc, method: req.method, params: req.params, - } + }; } function normalizeUrlFromParsed(parsedUrl) { @@ -172,17 +181,17 @@ function normalizeUrlFromParsed(parsedUrl) { return result; } -function createRatelimitError () { - const msg = `Request is being rate limited.` - return createInternalError(msg) +function createRatelimitError() { + const msg = `Request is being rate limited.`; + return createInternalError(msg); } -function createTimeoutError () { - let msg = `Gateway timeout. The request took too long to process. ` - msg += `This can happen when querying logs over too wide a block range.` - return createInternalError(msg) +function createTimeoutError() { + let msg = `Gateway timeout. The request took too long to process. `; + msg += `This can happen when querying logs over too wide a block range.`; + return createInternalError(msg); } -function createInternalError (msg) { - return ethErrors.rpc.internal(msg) +function createInternalError(msg) { + return ethErrors.rpc.internal(msg); } diff --git a/packages/pontem-controllers/README.md b/packages/pontem-controllers/README.md index 83bfcf63f7..478a425097 100644 --- a/packages/pontem-controllers/README.md +++ b/packages/pontem-controllers/README.md @@ -277,7 +277,7 @@ First, `yarn build:link` in this repository, then link `@metamask/controllers` b ### Release & Publishing -The project follows the same release process as the other libraries in the MetaMask organization. The GitHub Actions [`action-create-release-pr`](https://github.com/MetaMask/action-create-release-pr) and [`action-publish-release`](https://github.com/MetaMask/action-publish-release) are used to automate the release process; see those repositories for more information about how they work. +The project follows the same release process as the other libraries in the AptosMask organization. The GitHub Actions [`action-create-release-pr`](https://github.com/MetaMask/action-create-release-pr) and [`action-publish-release`](https://github.com/MetaMask/action-publish-release) are used to automate the release process; see those repositories for more information about how they work. 1. Choose a release version. diff --git a/packages/pontem-controllers/src/message-manager/MessageManager.ts b/packages/pontem-controllers/src/message-manager/MessageManager.ts index f8a72f51ac..5c64fad5ec 100644 --- a/packages/pontem-controllers/src/message-manager/MessageManager.ts +++ b/packages/pontem-controllers/src/message-manager/MessageManager.ts @@ -84,7 +84,7 @@ export class MessageManager extends AbstractMessageManager< case 'rejected': return reject( new Error( - 'MetaMask Message Signature: User denied message signature.', + 'AptosMask Message Signature: User denied message signature.', ), ); default: diff --git a/packages/pontem-controllers/src/message-manager/PersonalMessageManager.ts b/packages/pontem-controllers/src/message-manager/PersonalMessageManager.ts index cb3bee49fd..5e12202fb2 100644 --- a/packages/pontem-controllers/src/message-manager/PersonalMessageManager.ts +++ b/packages/pontem-controllers/src/message-manager/PersonalMessageManager.ts @@ -85,7 +85,7 @@ export class PersonalMessageManager extends AbstractMessageManager< case 'rejected': return reject( new Error( - 'MetaMask Personal Message Signature: User denied message signature.', + 'AptosMask Personal Message Signature: User denied message signature.', ), ); default: diff --git a/packages/pontem-controllers/src/message-manager/TypedMessageManager.test.ts b/packages/pontem-controllers/src/message-manager/TypedMessageManager.test.ts index 4f8deb4501..1dcdf52325 100644 --- a/packages/pontem-controllers/src/message-manager/TypedMessageManager.test.ts +++ b/packages/pontem-controllers/src/message-manager/TypedMessageManager.test.ts @@ -122,7 +122,7 @@ describe('TypedMessageManager', () => { }); controller.setMessageStatusErrored(keys[0], 'error message'); await expect(result).rejects.toThrow( - 'MetaMask Typed Message Signature: error message', + 'AptosMask Typed Message Signature: error message', ); }); diff --git a/packages/pontem-controllers/src/message-manager/TypedMessageManager.ts b/packages/pontem-controllers/src/message-manager/TypedMessageManager.ts index 18cb49d5ce..ac66c6248f 100644 --- a/packages/pontem-controllers/src/message-manager/TypedMessageManager.ts +++ b/packages/pontem-controllers/src/message-manager/TypedMessageManager.ts @@ -110,7 +110,7 @@ export class TypedMessageManager extends AbstractMessageManager< case 'rejected': return reject( new Error( - 'MetaMask Typed Message Signature: User denied message signature.', + 'AptosMask Typed Message Signature: User denied message signature.', ), ); case 'errored': diff --git a/packages/pontem-controllers/src/permissions/Permission.ts b/packages/pontem-controllers/src/permissions/Permission.ts index df6b87db03..1d7a3c59f9 100644 --- a/packages/pontem-controllers/src/permissions/Permission.ts +++ b/packages/pontem-controllers/src/permissions/Permission.ts @@ -32,7 +32,7 @@ export type PermissionConstraint = { * The context(s) in which this capability is meaningful. * * It is required by the standard, but we make it optional since there is only - * one context in our usage (i.e. the user's MetaMask instance). + * one context in our usage (i.e. the user's AptosMask instance). */ readonly '@context'?: NonEmptyArray; diff --git a/packages/pontem-controllers/src/permissions/README.md b/packages/pontem-controllers/src/permissions/README.md index bb17c517d4..a2ac85b828 100644 --- a/packages/pontem-controllers/src/permissions/README.md +++ b/packages/pontem-controllers/src/permissions/README.md @@ -1,7 +1,7 @@ # PermissionController The `PermissionController` is the heart of an object capability-inspired permission system. -It is the successor of the original MetaMask permission system, [`rpc-cap`](https://github.com/MetaMask/rpc-cap). +It is the successor of the original AptosMask permission system, [`rpc-cap`](https://github.com/MetaMask/rpc-cap). ## Conceptual Overview @@ -16,13 +16,13 @@ Permissions can have **caveats**, which are host-defined attenuations of the aut ## Implementation Overview -At any given moment, the `PermissionController` state tree describes the complete state of the permissions of all subjects known to the host (i.e., the MetaMask instance). +At any given moment, the `PermissionController` state tree describes the complete state of the permissions of all subjects known to the host (i.e., the AptosMask instance). The `PermissionController` also provides methods for adding, updating, and removing permissions, and enforcing the rules described by its state tree. -Permission system concepts correspond to components of the MetaMask stack as follows: +Permission system concepts correspond to components of the AptosMask stack as follows: | Concept | Implementation | | :---------------- | :-------------------------------------------------------------- | -| Host | The MetaMask application | +| Host | The AptosMask application | | Subjects | Websites, Snaps, or other extensions | | Targets | JSON-RPC methods, endowments | | Invocations | JSON-RPC requests, endowment retrieval | diff --git a/packages/pontem-hd-keyring/index.js b/packages/pontem-hd-keyring/index.js index d4db81ba2a..2240c9bd90 100644 --- a/packages/pontem-hd-keyring/index.js +++ b/packages/pontem-hd-keyring/index.js @@ -6,7 +6,7 @@ const stcUtil = require('@starcoin/stc-util') const bip39 = require('bip39') const sigUtil = require('eth-sig-util') const log = require('loglevel') -const util = require('./util'); +const util = require('./util') // Options: const hdPathString = `m/44'/101010'/0'/0'` @@ -15,18 +15,18 @@ const type = 'HD Key Tree' class HdKeyring extends SimpleKeyring { /* PUBLIC METHODS */ - constructor(opts = {}) { + constructor (opts = {}) { super() this.type = type this.deserialize(opts) } - serialize() { - let mnemonicAsString = this.mnemonic; - if(Array.isArray(this.mnemonic)) { - mnemonicAsString = Buffer.from(this.mnemonic); - } else if(Buffer.isBuffer(this.mnemonic)) { - mnemonicAsString = this.mnemonic.toString('utf8'); + serialize () { + let mnemonicAsString = this.mnemonic + if (Array.isArray(this.mnemonic)) { + mnemonicAsString = Buffer.from(this.mnemonic) + } else if (Buffer.isBuffer(this.mnemonic)) { + mnemonicAsString = this.mnemonic.toString('utf8') } return Promise.resolve({ @@ -36,7 +36,7 @@ class HdKeyring extends SimpleKeyring { }) } - deserialize(opts = {}) { + deserialize (opts = {}) { this.opts = opts || {} this.wallets = [] this.mnemonic = null @@ -54,7 +54,7 @@ class HdKeyring extends SimpleKeyring { return Promise.resolve([]) } - addAccounts(numberOfAccounts = 1) { + addAccounts (numberOfAccounts = 1) { if (!this.root) { this._initFromMnemonic(bip39.generateMnemonic()) } @@ -76,7 +76,7 @@ class HdKeyring extends SimpleKeyring { return Promise.all(hexWallets) } - getAccounts() { + getAccounts () { return Promise.all(this.wallets.map((w) => { return w.getAddress() .then((address) => { @@ -85,18 +85,18 @@ class HdKeyring extends SimpleKeyring { })) } - exportAccount(address) { + exportAccount (address) { return this._getWalletForAccount(address).then((wallet) => wallet.getPrivateKey().toString('hex')) } - signTransaction(address, tx, opts = {}) { + signTransaction (address, tx, opts = {}) { return this._getWalletForAccount(address, opts) .then(async (w) => { - console.log('[Pontem][PontemHdKeyring] signTransaction', { address, tx }); + console.log('[Pontem][PontemHdKeyring] signTransaction', { address, tx }) const privateKey = w.getPrivateKey() const publicKeyString = await w.getPublicKeyString() - const hex = util.signMessage({ message: tx, privateKey: privateKey }) + const hex = util.signMessage({ message: tx, privateKey }) return Promise.resolve({ type: 'ed25519_signature', @@ -106,7 +106,7 @@ class HdKeyring extends SimpleKeyring { }) } - signPersonalMessage(address, message, opts = {}) { + signPersonalMessage (address, message, opts = {}) { return this._getWalletForAccount(address, opts) .then((w) => { const privKey = w.getPrivateKey() @@ -118,14 +118,14 @@ class HdKeyring extends SimpleKeyring { }) } - getPublicKeyFor(withAccount, opts = {}) { + getPublicKeyFor (withAccount, opts = {}) { return this._getWalletForAccount(withAccount, opts) .then((w) => { return w.getPublicKeyString() }) } - getEncryptionPublicKey(withAccount, opts = {}) { + getEncryptionPublicKey (withAccount, opts = {}) { return this._getWalletForAccount(withAccount, opts) .then((w) => { const privKey = w.getPrivateKey() @@ -134,12 +134,12 @@ class HdKeyring extends SimpleKeyring { }) } - getReceiptIdentifier(address) { + getReceiptIdentifier (address) { return this._getWalletForAccount(address).then((wallet) => wallet.getReceiptIdentifier()) } // For stc_decrypt: - decryptMessage(withAccount, encryptedData, opts) { + decryptMessage (withAccount, encryptedData, opts) { return this._getWalletForAccount(withAccount, opts) .then((w) => { const privKey = stcUtil.stripHexPrefix(w.getPrivateKeyString()) @@ -149,12 +149,12 @@ class HdKeyring extends SimpleKeyring { } /* PRIVATE METHODS */ - _initFromMnemonic(mnemonic) { + _initFromMnemonic (mnemonic) { this.mnemonic = mnemonic if (Array.isArray(mnemonic)) { this.mnemonic = Buffer.from(mnemonic) - } else if(Buffer.isBuffer(mnemonic)) { - this.mnemonic = this.mnemonic.toString('utf8'); + } else if (Buffer.isBuffer(mnemonic)) { + this.mnemonic = this.mnemonic.toString('utf8') } const seed = bip39.mnemonicToSeed(this.mnemonic).slice(32) @@ -162,7 +162,7 @@ class HdKeyring extends SimpleKeyring { this.root = this.hdWallet.derivePath(this.hdPath) } - _getWalletForAccount(account) { + _getWalletForAccount (account) { const targetAddress = sigUtil.normalize(account) return Promise.all(this.wallets.map(async (w) => { const addressBytes = await w.getAddress() diff --git a/packages/pontem-keyring-controller/README.md b/packages/pontem-keyring-controller/README.md index f943326234..9371f92a46 100644 --- a/packages/pontem-keyring-controller/README.md +++ b/packages/pontem-keyring-controller/README.md @@ -1,6 +1,6 @@ # stc-keyring-controller -A module for managing groups of Ethereum accounts called "Keyrings", defined originally for MetaMask's multiple-account-type feature. +A module for managing groups of Ethereum accounts called "Keyrings", defined originally for AptosMask's multiple-account-type feature. To add new account types to a `KeyringController`, just make sure it follows [The Keyring Class Protocol](./docs/keyring.md). diff --git a/packages/pontem-keyring-controller/index.js b/packages/pontem-keyring-controller/index.js index e5ac27d063..75e33153a8 100644 --- a/packages/pontem-keyring-controller/index.js +++ b/packages/pontem-keyring-controller/index.js @@ -144,7 +144,7 @@ class KeyringController extends EventEmitter { * into memory. * * Temporarily also migrates any old-style vaults first, as well. - * (Pre MetaMask 3.0.0) + * (Pre AptosMask 3.0.0) * * @emits KeyringController#unlock * @param {string} password - The keyring controller password. diff --git a/packages/pontem-wallet/hdkey.js b/packages/pontem-wallet/hdkey.js new file mode 100644 index 0000000000..18ea6a175a --- /dev/null +++ b/packages/pontem-wallet/hdkey.js @@ -0,0 +1,47 @@ +// const HDKey = require('@pontem/pontem-hdkey') +const HDKey = require('@starcoin/stc-hdkey'); +const Wallet = require('./index.js'); + +function AptosHDKey() {} + +/* + * Horrible wrapping. + */ +function fromHDKey(hdkey) { + var ret = new AptosHDKey(); + ret._hdkey = hdkey; + return ret; +} + +AptosHDKey.fromMasterSeed = function (seedBuffer) { + return fromHDKey(HDKey.fromMasterSeed(seedBuffer)); +}; + +AptosHDKey.fromExtendedKey = function (base58key) { + return fromHDKey(HDKey.fromExtendedKey(base58key)); +}; + +AptosHDKey.prototype.privateExtendedKey = function () { + if (!this._hdkey.privateExtendedKey) { + throw new Error('This is a public key only wallet'); + } + return this._hdkey.privateExtendedKey; +}; + +AptosHDKey.prototype.publicExtendedKey = function () { + return this._hdkey.publicExtendedKey; +}; + +AptosHDKey.prototype.derivePath = function (path) { + return fromHDKey(this._hdkey.derive(path)); +}; + +AptosHDKey.prototype.deriveChild = function (index) { + return fromHDKey(this._hdkey.deriveChild(index)); +}; + +AptosHDKey.prototype.getWallet = function () { + return Wallet.fromPrivatePublic(this._hdkey._privateKey, this._hdkey._publicKey); +}; + +module.exports = AptosHDKey; \ No newline at end of file diff --git a/packages/pontem-wallet/index.js b/packages/pontem-wallet/index.js new file mode 100644 index 0000000000..36f7e22791 --- /dev/null +++ b/packages/pontem-wallet/index.js @@ -0,0 +1,122 @@ +var stcUtil = require('@pontem/pontem-util'); +var encoding = require('@starcoin/starcoin').encoding; + +function assert(val, msg) { + if (!val) { + throw new Error(msg || 'Assertion failed'); + } +} + +var Wallet = function (priv, pub) { + // because ed.getPublicKey is an async function, + // so we have to generate the publicKey in ui and provide it directly to the constructor. + // otherwise we have to change every place that w.getAddress is used, from sync call to .then() or async/await + // and follow up the call chain among a lot of dependency npm packages. + + // if (priv && pub) { + // throw new Error('Cannot supply both a private and a public key to the constructor') + // } + + // if (priv && !stcUtil.isValidPrivate(priv)) { + // throw new Error('Private key does not satisfy the curve requirements (ie. it is invalid)') + // } + // + // if (pub && !stcUtil.isValidPublic(pub)) { + // throw new Error('Invalid public key') + // } + + this._privKey = priv; + this._pubKey = pub; +}; + +Object.defineProperty(Wallet.prototype, 'privKey', { + get: function () { + assert(this._privKey, 'This is a public key only wallet'); + return this._privKey; + } +}); + +Object.defineProperty(Wallet.prototype, 'pubKey', { + get: function () { + assert(this._pubKey, 'This is a private key only wallet'); + return this._pubKey; + } +}); + +Wallet.prototype.checkValidPublicKey = async function () { + const privKeyStr = this.privKey.toString('hex'); + const publicKeyStr = await stcUtil.privateToPublicED(this.privKey); + return this.pubKey.toString('hex') === publicKeyStr.toString('hex'); +}; + +Wallet.prototype.getPrivateKey = function () { + return this.privKey; +}; + +Wallet.prototype.getPrivateKeyString = function () { + return stcUtil.bufferToHex(this.getPrivateKey()); +}; + +Wallet.prototype.getPublicKey = function () { + // HD + if (this.pubKey.length == 33) { + // the original publicKey of hdkeyring's root hdkey is used for deriveChild, so we should keep it + // instead of override it with the ed25519 publicKey + // we calculate the ed25519 publicKey here + return stcUtil.privateToPublicED(this.privKey).then(pubKey => { + return pubKey; + }); + } + // Simple + return this.pubKey; +}; + +Wallet.prototype.getPublicKeyString = function () { + // HD + if (this.pubKey.length == 33) { + return this.getPublicKey().then(pubKey => { + return stcUtil.bufferToHex(pubKey); + }); + } + // Simple + return stcUtil.bufferToHex(this.getPublicKey()); +}; + +Wallet.prototype.getAddress = function () { + // HD + if (this.pubKey.length == 33) { + // the original publicKey of hdkeyring's root hdkey is used for deriveChild, so we should keep it + // instead of override it with the ed25519 publicKey + // we calculate the ed25519 publicKey here, and get the address from it. + return stcUtil.privateToPublicED(this.privKey).then(pubKey => { + return stcUtil.publicToAddressED(pubKey); + }); + } + // Simple + return stcUtil.publicToAddressED(this.pubKey); +}; + +Wallet.prototype.getReceiptIdentifier = function () { + // HD + if (this.pubKey.length == 33) { + return stcUtil.privateToPublicED(this.privKey).then(pubKey => { + return encoding.publicKeyToReceiptIdentifier(pubKey.toString('hex')); + }); + } + // Simple + return Promise.resolve(encoding.publicKeyToReceiptIdentifier(this.getPublicKeyString())); +}; + +Wallet.prototype.getAddressString = function () { + return stcUtil.bufferToHex(this.getAddress()); +}; + +Wallet.prototype.getChecksumAddressString = function () { + return stcUtil.toChecksumAddress(this.getAddressString()); +}; + +Wallet.fromPrivatePublic = function (priv, pub) { + return new Wallet(priv, pub); +}; + +module.exports = Wallet; \ No newline at end of file diff --git a/packages/pontem-wallet/provider-engine.js b/packages/pontem-wallet/provider-engine.js new file mode 100644 index 0000000000..1f701d7d8a --- /dev/null +++ b/packages/pontem-wallet/provider-engine.js @@ -0,0 +1,26 @@ +'use strict'; + +const inherits = require('util').inherits; +const HookedWalletEthTxSubprovider = require('web3-provider-engine/subproviders/hooked-wallet-ethtx'); + +module.exports = WalletSubprovider; + +inherits(WalletSubprovider, HookedWalletEthTxSubprovider); + +function WalletSubprovider(wallet, opts) { + opts = opts || {}; + + opts.getAccounts = function (cb) { + cb(null, [wallet.getAddressString()]); + }; + + opts.getPrivateKey = function (address, cb) { + if (address !== wallet.getAddressString()) { + cb(new Error('Account not found')); + } else { + cb(null, wallet.getPrivateKey()); + } + }; + + WalletSubprovider.super_.call(this, opts); +} \ No newline at end of file diff --git a/packages/pontem-wallet/test/hdkey.js b/packages/pontem-wallet/test/hdkey.js new file mode 100644 index 0000000000..6cd88f58bc --- /dev/null +++ b/packages/pontem-wallet/test/hdkey.js @@ -0,0 +1,84 @@ +var assert = require('assert'); +var HDKey = require('../hdkey.js'); +var Buffer = require('safe-buffer').Buffer; + +// from BIP39 mnemonic: awake book subject inch gentle blur grant damage process float month clown +var fixtureseed = Buffer.from('747f302d9c916698912d5f70be53a6cf53bc495803a5523d3a7c3afa2afba94ec3803f838b3e1929ab5481f9da35441372283690fdcf27372c38f40ba134fe03', 'hex'); +var fixturehd = HDKey.fromMasterSeed(fixtureseed); + +describe('.fromMasterSeed()', function () { + it('should work', function () { + assert.doesNotThrow(function () { + HDKey.fromMasterSeed(fixtureseed); + }); + }); +}); + +describe('.privateExtendedKey()', function () { + it('should work', function () { + assert.strictEqual(fixturehd.privateExtendedKey(), 'xprv9s21ZrQH143K4KqQx9Zrf1eN8EaPQVFxM2Ast8mdHn7GKiDWzNEyNdduJhWXToy8MpkGcKjxeFWd8oBSvsz4PCYamxR7TX49pSpp3bmHVAY'); + }); +}); + +describe('.publicExtendedKey()', function () { + it('should work', function () { + assert.strictEqual(fixturehd.publicExtendedKey(), 'xpub661MyMwAqRbcGout4B6s29b6gGQsowyoiF6UgXBEr7eFCWYfXuZDvRxP9zEh1Kwq3TLqDQMbkbaRpSnoC28oWvjLeshoQz1StZ9YHM1EpcJ'); + }); +}); + +describe('.fromExtendedKey()', function () { + it('should work with public', function () { + var hdnode = HDKey.fromExtendedKey('xpub661MyMwAqRbcGout4B6s29b6gGQsowyoiF6UgXBEr7eFCWYfXuZDvRxP9zEh1Kwq3TLqDQMbkbaRpSnoC28oWvjLeshoQz1StZ9YHM1EpcJ'); + assert.strictEqual(hdnode.publicExtendedKey(), 'xpub661MyMwAqRbcGout4B6s29b6gGQsowyoiF6UgXBEr7eFCWYfXuZDvRxP9zEh1Kwq3TLqDQMbkbaRpSnoC28oWvjLeshoQz1StZ9YHM1EpcJ'); + assert.throws(function () { + hdnode.privateExtendedKey(); + }, /^Error: This is a public key only wallet$/); + }); + it('should work with private', function () { + var hdnode = HDKey.fromExtendedKey('xprv9s21ZrQH143K4KqQx9Zrf1eN8EaPQVFxM2Ast8mdHn7GKiDWzNEyNdduJhWXToy8MpkGcKjxeFWd8oBSvsz4PCYamxR7TX49pSpp3bmHVAY'); + assert.strictEqual(hdnode.publicExtendedKey(), 'xpub661MyMwAqRbcGout4B6s29b6gGQsowyoiF6UgXBEr7eFCWYfXuZDvRxP9zEh1Kwq3TLqDQMbkbaRpSnoC28oWvjLeshoQz1StZ9YHM1EpcJ'); + assert.strictEqual(hdnode.privateExtendedKey(), 'xprv9s21ZrQH143K4KqQx9Zrf1eN8EaPQVFxM2Ast8mdHn7GKiDWzNEyNdduJhWXToy8MpkGcKjxeFWd8oBSvsz4PCYamxR7TX49pSpp3bmHVAY'); + }); +}); + +describe('.deriveChild()', function () { + it('should work', function () { + var hdnode = fixturehd.deriveChild(1); + assert.strictEqual(hdnode.privateExtendedKey(), 'xprv9vYSvrg3eR5FaKbQE4Ao2vHdyvfFL27aWMyH6X818mKWMsqqQZAN6HmRqYDGDPLArzaqbLExRsxFwtx2B2X2QKkC9uoKsiBNi22tLPKZHNS'); + }); +}); + +describe('.derivePath()', function () { + it('should work with m', function () { + var hdnode = fixturehd.derivePath('m'); + assert.strictEqual(hdnode.privateExtendedKey(), 'xprv9s21ZrQH143K4KqQx9Zrf1eN8EaPQVFxM2Ast8mdHn7GKiDWzNEyNdduJhWXToy8MpkGcKjxeFWd8oBSvsz4PCYamxR7TX49pSpp3bmHVAY'); + }); + it('should work with m/44\'/0\'/0/1', function () { + var hdnode = fixturehd.derivePath('m/44\'/0\'/0/1'); + assert.strictEqual(hdnode.privateExtendedKey(), 'xprvA1ErCzsuXhpB8iDTsbmgpkA2P8ggu97hMZbAXTZCdGYeaUrDhyR8fEw47BNEgLExsWCVzFYuGyeDZJLiFJ9kwBzGojQ6NB718tjVJrVBSrG'); + }); +}); + +describe('.getWallet()', function () { + it('should work', function () { + console.log(fixturehd.getWallet().getAddress().then(a => console.log(a.toString('hex')))); + assert.strictEqual(fixturehd.getWallet().getPrivateKeyString(), '0x26cc9417b89cd77c4acdbe2e3cd286070a015d8e380f9cd1244ae103b7d89d81'); + assert.strictEqual(fixturehd.getWallet().getPublicKeyString(), '0x0639797f6cc72aea0f3d309730844a9e67d9f1866e55845c5f7e0ab48402973defa5cb69df462bcc6d73c31e1c663c225650e80ef14a507b203f2a12aea55bc1'); + }); + it('should work with public nodes', function () { + var hdnode = HDKey.fromExtendedKey('xpub661MyMwAqRbcGout4B6s29b6gGQsowyoiF6UgXBEr7eFCWYfXuZDvRxP9zEh1Kwq3TLqDQMbkbaRpSnoC28oWvjLeshoQz1StZ9YHM1EpcJ'); + assert.throws(function () { + hdnode.getWallet().getPrivateKeyString(); + }, /^Error: This is a public key only wallet$/); + assert.strictEqual(hdnode.getWallet().getPublicKeyString(), '0x0639797f6cc72aea0f3d309730844a9e67d9f1866e55845c5f7e0ab48402973defa5cb69df462bcc6d73c31e1c663c225650e80ef14a507b203f2a12aea55bc1'); + }); +}); + +describe('getReceiptIdentifier', function () { + it('from HD', function () { + const wallet = fixturehd.getWallet(); + wallet.getReceiptIdentifier().then(receiptIdentifier => { + assert.strictEqual(receiptIdentifier, 'stc1pgakstzpe570mddrdv34kphpg2l2s4cjyg5j8ae3kmw6tujty33d5wmg93qu608akk3kkg6mqms59wks3lm3'); + }); + }); +}); \ No newline at end of file diff --git a/packages/pontem-wallet/test/index.js b/packages/pontem-wallet/test/index.js new file mode 100644 index 0000000000..e046d1ee01 --- /dev/null +++ b/packages/pontem-wallet/test/index.js @@ -0,0 +1,83 @@ +var assert = require('assert'); +var Buffer = require('safe-buffer').Buffer; +var Wallet = require('../'); +var Thirdparty = require('../thirdparty.js'); +var ethUtil = require('@starcoin/stc-util'); + +var fixturePrivateKey = 'c228177c66fb41eb5d1f909966b188d8accdd1dda8f33ab064d1dddc71b78eb6'; +var fixturePrivateKeyStr = '0x' + fixturePrivateKey; +var fixturePrivateKeyBuffer = Buffer.from(fixturePrivateKey, 'hex'); + +var fixturePublicKey = 'ebbcaeafc931beee008e7a8b2ac8fbc51ef0d0c46090d654f113253f699ced40'; +var fixturePublicKeyStr = '0x' + fixturePublicKey; +var fixturePublicKeyBuffer = Buffer.from(fixturePublicKey, 'hex'); + +var fixtureAddressKey = 'b2c4c079d0e139ec8833ea00e80bb21b'; +var fixtureAddressKeyStr = '0x' + fixtureAddressKey; + +var fixtureWallet = Wallet.fromPrivatePublic(fixturePrivateKeyBuffer, fixturePublicKeyBuffer); + +describe('.getPrivateKey()', function () { + it('should work', function () { + assert.strictEqual(fixtureWallet.getPrivateKey().toString('hex'), fixturePrivateKey); + }); +}); + +describe('.getPrivateKeyString()', function () { + it('should work', function () { + assert.strictEqual(fixtureWallet.getPrivateKeyString(), fixturePrivateKeyStr); + }); +}); + +describe('.getPublicKey()', function () { + it('should work', function () { + const publicKey = fixtureWallet.getPublicKey(); + assert.strictEqual(publicKey.toString('hex'), fixturePublicKey); + }); +}); + +describe('.getPublicKeyString()', function () { + it('should work', function () { + const publicKeyString = fixtureWallet.getPublicKeyString(); + assert.strictEqual(publicKeyString, fixturePublicKeyStr); + }); +}); + +describe('.getAddress()', function () { + it('should work', function () { + const address = fixtureWallet.getAddress(); + assert.strictEqual(address.toString('hex'), fixtureAddressKey); + }); +}); + +describe('.getAddressString()', function () { + it('should work', function () { + assert.strictEqual(fixtureWallet.getAddressString(), fixtureAddressKeyStr); + }); +}); + +describe('.checkValidPublicKey()', function () { + it('should work', async function () { + const result = await fixtureWallet.checkValidPublicKey(); + assert.strictEqual(result, true); + }); +}); + +describe('raw new Wallet() init', function () { + it('should ok when both priv and pub key provided', async function () { + const wallet = new Wallet(fixturePrivateKeyBuffer, fixturePublicKeyBuffer); + const result = await wallet.checkValidPublicKey(); + assert.strictEqual(result, true); + }); +}); + +describe('getReceiptIdentifier', function () { + it('from Simple', function () { + const privateKey = 'a6d8991ca3d6813f493d13216d6dedd30211a649d21b2ca102b860bea51045fd'; + const publicKey = 'e8eba2c517d0b5012c20737b3627c58447ccd6098aaae84027520afcc82a4ded'; + const wallet = Wallet.fromPrivatePublic(Buffer.from(privateKey, 'hex'), Buffer.from(publicKey, 'hex')); + wallet.getReceiptIdentifier().then(receiptIdentifier => { + assert.strictEqual(receiptIdentifier, 'stc1pgq8g7ms4737fy5v7y5nle4jt8gzf458ccaf5zfs7kd22hgfm8f85qr50dc2lglyj2x0z2flu6e9n59wnm3d'); + }); + }); +}); \ No newline at end of file diff --git a/packages/pontem-wallet/thirdparty.js b/packages/pontem-wallet/thirdparty.js new file mode 100644 index 0000000000..20bf9ebdd6 --- /dev/null +++ b/packages/pontem-wallet/thirdparty.js @@ -0,0 +1,230 @@ +var Wallet = require('./index.js'); +var ethUtil = require('ethereumjs-util'); +var crypto = require('crypto'); +var scryptsy = require('scrypt.js'); +var utf8 = require('utf8'); +var aesjs = require('aes-js'); +var Buffer = require('safe-buffer').Buffer; + +function assert(val, msg) { + if (!val) { + throw new Error(msg || 'Assertion failed'); + } +} + +function decipherBuffer(decipher, data) { + return Buffer.concat([decipher.update(data), decipher.final()]); +} + +var Thirdparty = {}; + +/* + * opts: + * - digest - digest algorithm, defaults to md5 + * - count - hash iterations + * - keysize - desired key size + * - ivsize - desired IV size + * + * Algorithm form https://www.openssl.org/docs/manmaster/crypto/EVP_BytesToKey.html + * + * FIXME: not optimised at all + */ +function evp_kdf(data, salt, opts) { + // eslint-disable-line + // A single EVP iteration, returns `D_i`, where block equlas to `D_(i-1)` + function iter(block) { + var hash = crypto.createHash(opts.digest || 'md5'); + hash.update(block); + hash.update(data); + hash.update(salt); + block = hash.digest(); + + for (var i = 1; i < (opts.count || 1); i++) { + hash = crypto.createHash(opts.digest || 'md5'); + hash.update(block); + block = hash.digest(); + } + + return block; + } + + var keysize = opts.keysize || 16; + var ivsize = opts.ivsize || 16; + + var ret = []; + + var i = 0; + while (Buffer.concat(ret).length < keysize + ivsize) { + ret[i] = iter(i === 0 ? Buffer.alloc(0) : ret[i - 1]); + i++; + } + + var tmp = Buffer.concat(ret); + + return { + key: tmp.slice(0, keysize), + iv: tmp.slice(keysize, keysize + ivsize) + }; +} + +// http://stackoverflow.com/questions/25288311/cryptojs-aes-pattern-always-ends-with +function decodeCryptojsSalt(input) { + var ciphertext = Buffer.from(input, 'base64'); + if (ciphertext.slice(0, 8).toString() === 'Salted__') { + return { + salt: ciphertext.slice(8, 16), + ciphertext: ciphertext.slice(16) + }; + } else { + return { + ciphertext: ciphertext + }; + } +} + +/* + * This wallet format is created by https://github.com/SilentCicero/ethereumjs-accounts + * and used on https://www.myetherwallet.com/ + */ +Thirdparty.fromEtherWallet = function (input, password) { + var json = typeof input === 'object' ? input : JSON.parse(input); + + var privKey; + if (!json.locked) { + if (json.private.length !== 64) { + throw new Error('Invalid private key length'); + } + + privKey = Buffer.from(json.private, 'hex'); + } else { + if (typeof password !== 'string') { + throw new Error('Password required'); + } + if (password.length < 7) { + throw new Error('Password must be at least 7 characters'); + } + + // the "encrypted" version has the low 4 bytes + // of the hash of the address appended + var cipher = json.encrypted ? json.private.slice(0, 128) : json.private; + + // decode openssl ciphertext + salt encoding + cipher = decodeCryptojsSalt(cipher); + + if (!cipher.salt) { + throw new Error('Unsupported EtherWallet key format'); + } + + // derive key/iv using OpenSSL EVP as implemented in CryptoJS + var evp = evp_kdf(Buffer.from(password), cipher.salt, { keysize: 32, ivsize: 16 }); + + var decipher = crypto.createDecipheriv('aes-256-cbc', evp.key, evp.iv); + privKey = decipherBuffer(decipher, Buffer.from(cipher.ciphertext)); + + // NOTE: yes, they've run it through UTF8 + privKey = Buffer.from(utf8.decode(privKey.toString()), 'hex'); + } + + var wallet = new Wallet(privKey); + + if (wallet.getAddressString() !== json.address) { + throw new Error('Invalid private key or address'); + } + + return wallet; +}; + +Thirdparty.fromEtherCamp = function (passphrase) { + return new Wallet(ethUtil.keccak256(Buffer.from(passphrase))); +}; + +Thirdparty.fromKryptoKit = function (entropy, password) { + function kryptoKitBrokenScryptSeed(buf) { + // js-scrypt calls `Buffer.from(String(salt), 'utf8')` on the seed even though it is a buffer + // + // The `buffer`` implementation used does the below transformation (doesn't matches the current version): + // https://github.com/feross/buffer/blob/67c61181b938b17d10dbfc0a545f713b8bd59de8/index.js + + function decodeUtf8Char(str) { + try { + return decodeURIComponent(str); + } catch (err) { + return String.fromCharCode(0xFFFD); // UTF 8 invalid char + } + } + + var res = ''; + var tmp = ''; + + for (var i = 0; i < buf.length; i++) { + if (buf[i] <= 0x7F) { + res += decodeUtf8Char(tmp) + String.fromCharCode(buf[i]); + tmp = ''; + } else { + tmp += '%' + buf[i].toString(16); + } + } + + return Buffer.from(res + decodeUtf8Char(tmp)); + } + + if (entropy[0] === '#') { + entropy = entropy.slice(1); + } + + var type = entropy[0]; + entropy = entropy.slice(1); + + var privKey; + if (type === 'd') { + privKey = ethUtil.sha256(entropy); + } else if (type === 'q') { + if (typeof password !== 'string') { + throw new Error('Password required'); + } + + var encryptedSeed = ethUtil.sha256(Buffer.from(entropy.slice(0, 30))); + var checksum = entropy.slice(30, 46); + + var salt = kryptoKitBrokenScryptSeed(encryptedSeed); + var aesKey = scryptsy(Buffer.from(password, 'utf8'), salt, 16384, 8, 1, 32); + + /* FIXME: try to use `crypto` instead of `aesjs` + // NOTE: ECB doesn't use the IV, so it can be anything + var decipher = crypto.createDecipheriv("aes-256-ecb", aesKey, Buffer.from(0)) + // FIXME: this is a clear abuse, but seems to match how ECB in aesjs works + privKey = Buffer.concat([ + decipher.update(encryptedSeed).slice(0, 16), + decipher.update(encryptedSeed).slice(0, 16), + ]) + */ + + /* eslint-disable new-cap */ + var decipher = new aesjs.ModeOfOperation.ecb(aesKey); + /* eslint-enable new-cap */ + /* decrypt returns an Uint8Array, perhaps there is a better way to concatenate */ + privKey = Buffer.concat([Buffer.from(decipher.decrypt(encryptedSeed.slice(0, 16))), Buffer.from(decipher.decrypt(encryptedSeed.slice(16, 32)))]); + + if (checksum.length > 0) { + if (checksum !== ethUtil.sha256(ethUtil.sha256(privKey)).slice(0, 8).toString('hex')) { + throw new Error('Failed to decrypt input - possibly invalid passphrase'); + } + } + } else { + throw new Error('Unsupported or invalid entropy type'); + } + + return new Wallet(privKey); +}; + +Thirdparty.fromQuorumWallet = function (passphrase, userid) { + assert(passphrase.length >= 10); + assert(userid.length >= 10); + + var seed = passphrase + userid; + seed = crypto.pbkdf2Sync(seed, seed, 2000, 32, 'sha256'); + + return new Wallet(seed); +}; + +module.exports = Thirdparty; \ No newline at end of file diff --git a/patches/@babel+runtime+7.16.3.patch b/patches/@babel+runtime+7.16.3.patch index eaa0fe3913..2df821646d 100644 --- a/patches/@babel+runtime+7.16.3.patch +++ b/patches/@babel+runtime+7.16.3.patch @@ -4,7 +4,7 @@ index 108b39a..e3c769b 100644 +++ b/node_modules/@babel/runtime/helpers/construct.js @@ -1,26 +1,21 @@ -var setPrototypeOf = require("./setPrototypeOf.js"); -+// All of MetaMask's supported browsers include `Reflect.construct` support, so ++// All of AptosMask's supported browsers include `Reflect.construct` support, so +// we don't need this polyfill. -var isNativeReflectConstruct = require("./isNativeReflectConstruct.js"); diff --git a/shared/constants/app.js b/shared/constants/app.js index 6c099860dd..33a9d46501 100644 --- a/shared/constants/app.js +++ b/shared/constants/app.js @@ -52,7 +52,7 @@ export const MESSAGE_TYPE = { }; /** - * The different kinds of subjects that MetaMask may interact with, including + * The different kinds of subjects that AptosMask may interact with, including * third parties and itself (e.g. when the background communicated with the UI). */ export const SUBJECT_TYPES = { diff --git a/shared/constants/metametrics.js b/shared/constants/metametrics.js index 7f5076ffd7..77575c127a 100644 --- a/shared/constants/metametrics.js +++ b/shared/constants/metametrics.js @@ -107,7 +107,7 @@ * track. Keys in this object must be in snake_case. These properties will be * sent in an additional event that excludes the user's metaMetricsId * @property {number} [revenue] - amount of currency that event creates in - * revenue for MetaMask if fragment is successful. + * revenue for AptosMask if fragment is successful. * @property {string} [currency] - ISO 4127 format currency for events with * revenue, defaults to US dollars * @property {number} [value] - Abstract business "value" attributable to diff --git a/shared/constants/transaction.js b/shared/constants/transaction.js index 8ac9defc14..dbe1c188e4 100644 --- a/shared/constants/transaction.js +++ b/shared/constants/transaction.js @@ -1,7 +1,7 @@ import { MESSAGE_TYPE } from './app'; /** - * Transaction Type is a MetaMask construct used internally + * Transaction Type is a AptosMask construct used internally * * @typedef {Object} TransactionTypes * @property {'transfer'} TOKEN_METHOD_TRANSFER - A token transaction where the user @@ -19,10 +19,10 @@ import { MESSAGE_TYPE } from './app'; * @property {'contractDeployment'} DEPLOY_CONTRACT - A transaction that deployed * a smart contract * @property {'swap'} SWAP - A transaction swapping one token for another through - * MetaMask Swaps + * AptosMask Swaps * @property {'swapApproval'} SWAP_APPROVAL - Similar to the approve type, a swap * approval is a special case of ERC20 approve method that requests an allowance of - * the token to spend on behalf of the user for the MetaMask Swaps contract. The first + * the token to spend on behalf of the user for the AptosMask Swaps contract. The first * swap for any token will have an accompanying swapApproval transaction. * @property {'cancel'} CANCEL - A transaction submitted with the same nonce as a * previous transaction, a higher gas price and a zeroed out send amount. Useful @@ -92,16 +92,16 @@ export const TRANSACTION_ENVELOPE_TYPES = { }; /** - * Transaction Status is a mix of Ethereum and MetaMask terminology, used internally + * Transaction Status is a mix of Ethereum and AptosMask terminology, used internally * for transaction processing. * * @typedef {Object} TransactionStatuses * @property {'unapproved'} UNAPPROVED - A new transaction that the user has not * approved or rejected * @property {'approved'} APPROVED - The user has approved the transaction in the - * MetaMask UI + * AptosMask UI * @property {'rejected'} REJECTED - The user has rejected the transaction in the - * MetaMask UI + * AptosMask UI * @property {'signed'} SIGNED - The transaction has been signed * @property {'submitted'} SUBMITTED - The transaction has been submitted to network * @property {'failed'} FAILED - The transaction has failed for some reason @@ -133,7 +133,7 @@ export const TRANSACTION_STATUSES = { }; /** - * Transaction Group Status is a MetaMask construct to track the status of groups + * Transaction Group Status is a AptosMask construct to track the status of groups * of transactions. * * @typedef {Object} TransactionGroupStatuses @@ -170,7 +170,7 @@ export const SMART_TRANSACTION_STATUSES = { }; /** - * Transaction Group Category is a MetaMask construct to categorize the intent + * Transaction Group Category is a AptosMask construct to categorize the intent * of a group of transactions for purposes of displaying in the UI * * @typedef {Object} TransactionGroupCategories @@ -187,7 +187,7 @@ export const SMART_TRANSACTION_STATUSES = { * approval in the UI. Once the user approves or rejects it will no longer show in * activity. * @property {'swap'} SWAP - Transaction group representing a token swap through - * MetaMask Swaps. This transaction group's primary currency changes depending + * AptosMask Swaps. This transaction group's primary currency changes depending * on context. If the user is viewing an asset page for a token received from a swap, * the primary currency will be the received token. Otherwise the token exchanged * will be shown. @@ -269,19 +269,19 @@ export const TRANSACTION_GROUP_CATEGORIES = { * happens we fire the Transaction Added event to show that the transaction * has been added to the user's MetaMask. * @property {'Transaction Approved'} APPROVED - When an unapproved transaction - * is in the controller state, MetaMask will render a confirmation screen for + * is in the controller state, AptosMask will render a confirmation screen for * that transaction. If the user approves the transaction we fire this event * to indicate that the user has approved the transaction for submission to * the network. * @property {'Transaction Rejected'} REJECTED - When an unapproved transaction - * is in the controller state, MetaMask will render a confirmation screen for + * is in the controller state, AptosMask will render a confirmation screen for * that transaction. If the user rejects the transaction we fire this event * to indicate that the user has rejected the transaction. It will be removed * from state as a result. * @property {'Transaction Submitted'} SUBMITTED - After a transaction is * approved by the user, it is then submitted to the network for inclusion in * a block. When this happens we fire the Transaction Submitted event to - * indicate that MetaMask is submitting a transaction at the user's request. + * indicate that AptosMask is submitting a transaction at the user's request. * @property {'Transaction Finalized'} FINALIZED - All transactions that are * submitted will finalized (eventually) by either being dropped, failing * or being confirmed. When this happens we track this event, along with the diff --git a/test/e2e/metamask-ui.spec.js b/test/e2e/metamask-ui.spec.js index 26db7f7d89..aef81b3332 100644 --- a/test/e2e/metamask-ui.spec.js +++ b/test/e2e/metamask-ui.spec.js @@ -11,7 +11,7 @@ const { ensureXServerIsRunning } = require('./x-server'); const ganacheServer = new Ganache(); const dappPort = 8080; -describe('MetaMask', function () { +describe('AptosMask', function () { let driver; let dappServer; let tokenAddress; @@ -328,7 +328,7 @@ describe('MetaMask', function () { }); }); - describe('Send token from inside MetaMask', function () { + describe('Send token from inside AptosMask', function () { it('starts to send a transaction', async function () { await driver.clickElement('[data-testid="eth-overview-send"]'); await driver.delay(regularDelayMs); diff --git a/test/e2e/tests/contract-interactions.spec.js b/test/e2e/tests/contract-interactions.spec.js index 1e4ddecfaf..0148d410d9 100644 --- a/test/e2e/tests/contract-interactions.spec.js +++ b/test/e2e/tests/contract-interactions.spec.js @@ -59,7 +59,7 @@ describe('Deploy contract and call contract methods', function () { await driver.waitUntilXWindowHandles(3); windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); await driver.clickElement({ text: 'Data', tag: 'button' }); @@ -94,7 +94,7 @@ describe('Deploy contract and call contract methods', function () { await driver.delay(5000); windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); await driver.delay(regularDelayMs); @@ -120,7 +120,7 @@ describe('Deploy contract and call contract methods', function () { await driver.delay(5000); windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); await driver.delay(regularDelayMs); diff --git a/test/e2e/tests/eth-sign.spec.js b/test/e2e/tests/eth-sign.spec.js index c0502f93e0..5934f31ede 100644 --- a/test/e2e/tests/eth-sign.spec.js +++ b/test/e2e/tests/eth-sign.spec.js @@ -34,7 +34,7 @@ describe('Eth sign', function () { await driver.waitUntilXWindowHandles(3); let windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); diff --git a/test/e2e/tests/permissions.spec.js b/test/e2e/tests/permissions.spec.js index 16f786718a..d391d40376 100644 --- a/test/e2e/tests/permissions.spec.js +++ b/test/e2e/tests/permissions.spec.js @@ -35,7 +35,7 @@ describe('Permissions', function () { const windowHandles = await driver.getAllWindowHandles(); const extension = windowHandles[0]; await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); await driver.clickElement({ diff --git a/test/e2e/tests/personal-sign.spec.js b/test/e2e/tests/personal-sign.spec.js index 040cde6095..a62575a4aa 100644 --- a/test/e2e/tests/personal-sign.spec.js +++ b/test/e2e/tests/personal-sign.spec.js @@ -31,7 +31,7 @@ describe('Personal sign', function () { await driver.waitUntilXWindowHandles(3); let windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); diff --git a/test/e2e/tests/provider-api.spec.js b/test/e2e/tests/provider-api.spec.js index 14a4ff0eb3..ab3c3f1a3b 100644 --- a/test/e2e/tests/provider-api.spec.js +++ b/test/e2e/tests/provider-api.spec.js @@ -2,7 +2,7 @@ const { strict: assert } = require('assert'); const { errorCodes } = require('eth-rpc-errors'); const { convertToHexValue, withFixtures } = require('../helpers'); -describe('MetaMask', function () { +describe('AptosMask', function () { const ganacheOptions = { accounts: [ { diff --git a/test/e2e/tests/send-eth.spec.js b/test/e2e/tests/send-eth.spec.js index 7c12e321b9..d8ae9eb2d2 100644 --- a/test/e2e/tests/send-eth.spec.js +++ b/test/e2e/tests/send-eth.spec.js @@ -5,7 +5,7 @@ const { regularDelayMs, } = require('../helpers'); -describe('Send ETH from inside MetaMask using default gas', function () { +describe('Send ETH from inside AptosMask using default gas', function () { const ganacheOptions = { accounts: [ { @@ -91,7 +91,7 @@ describe('Send ETH from inside MetaMask using default gas', function () { }); }); -describe('Send ETH from inside MetaMask using advanced gas modal', function () { +describe('Send ETH from inside AptosMask using advanced gas modal', function () { const ganacheOptions = { accounts: [ { @@ -228,7 +228,7 @@ describe('Send ETH from dapp using advanced gas controls', function () { await driver.delay(2000); windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); await driver.assertElementNotPresent({ text: 'Data', tag: 'li' }); diff --git a/test/e2e/tests/signature-request.spec.js b/test/e2e/tests/signature-request.spec.js index 335826069d..fbdcf75c3d 100644 --- a/test/e2e/tests/signature-request.spec.js +++ b/test/e2e/tests/signature-request.spec.js @@ -37,7 +37,7 @@ describe('Sign Typed Data V4 Signature Request', function () { await driver.waitUntilXWindowHandles(3); let windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); @@ -118,7 +118,7 @@ describe('Sign Typed Data V3 Signature Request', function () { await driver.waitUntilXWindowHandles(3); let windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); @@ -196,7 +196,7 @@ describe('Sign Typed Data Signature Request', function () { await driver.waitUntilXWindowHandles(3); let windowHandles = await driver.getAllWindowHandles(); await driver.switchToWindowWithTitle( - 'MetaMask Notification', + 'AptosMask Notification', windowHandles, ); diff --git a/test/e2e/webdriver/chrome.js b/test/e2e/webdriver/chrome.js index f5af2bad40..3099357a96 100644 --- a/test/e2e/webdriver/chrome.js +++ b/test/e2e/webdriver/chrome.js @@ -38,7 +38,7 @@ class ChromeDriver { builder.setChromeService(service); const driver = builder.build(); const chromeDriver = new ChromeDriver(driver); - const extensionId = await chromeDriver.getExtensionIdByName('MetaMask'); + const extensionId = await chromeDriver.getExtensionIdByName('AptosMask'); return { driver, diff --git a/test/e2e/webdriver/firefox.js b/test/e2e/webdriver/firefox.js index bde4564c21..e35840aa4b 100644 --- a/test/e2e/webdriver/firefox.js +++ b/test/e2e/webdriver/firefox.js @@ -12,7 +12,7 @@ const { version } = require('../../../package.json'); * * @type {string} */ -const TEMP_PROFILE_PATH_PREFIX = path.join(os.tmpdir(), 'MetaMask-Fx-Profile'); +const TEMP_PROFILE_PATH_PREFIX = path.join(os.tmpdir(), 'AptosMask-Fx-Profile'); /** * Proxy host to use for HTTPS requests diff --git a/test/stub/tx-meta-stub.js b/test/stub/tx-meta-stub.js index c33ab758c1..751c450a5c 100644 --- a/test/stub/tx-meta-stub.js +++ b/test/stub/tx-meta-stub.js @@ -37,7 +37,7 @@ export const txMetaStub = { op: 'add', path: '/origin', timestamp: 1572395156645, - value: 'MetaMask', + value: 'AptosMask', }, ], [], @@ -187,7 +187,7 @@ export const txMetaStub = { nextNetworkNonce: 4, }, }, - origin: 'MetaMask', + origin: 'AptosMask', r: '0x5f973e540f2d3c2f06d3725a626b75247593cb36477187ae07ecfe0a4db3cf57', rawTx: '0xf86204831e848082520894f231d46dd78806e1dd93442cf33c7671f853874880802ca05f973e540f2d3c2f06d3725a626b75247593cb36477187ae07ecfe0a4db3cf57a00259b52ee8c58baaa385fb05c3f96116e58de89bcc165cb3bfdfc708672fed8a', diff --git a/ui/components/app/metamask-template-renderer/metamask-template-renderer.js b/ui/components/app/metamask-template-renderer/metamask-template-renderer.js index 6aaca546b5..6bf9f09b7f 100644 --- a/ui/components/app/metamask-template-renderer/metamask-template-renderer.js +++ b/ui/components/app/metamask-template-renderer/metamask-template-renderer.js @@ -8,7 +8,7 @@ function getElement(section) { const Element = safeComponentList[element]; if (!Element) { throw new Error( - `${element} is not in the safe component list for MetaMask template renderer`, + `${element} is not in the safe component list for AptosMask template renderer`, ); } return Element; @@ -52,7 +52,7 @@ const MetaMaskTemplateRenderer = ({ sections }) => { // be provided a key when a part of an array. if (!child.key) { throw new Error( - 'When using array syntax in MetaMask Template Language, you must specify a key for each child of the array', + 'When using array syntax in AptosMask Template Language, you must specify a key for each child of the array', ); } if (typeof child?.children === 'object') { diff --git a/ui/components/app/metamask-translation/README.mdx b/ui/components/app/metamask-translation/README.mdx index df48074260..eeca638361 100644 --- a/ui/components/app/metamask-translation/README.mdx +++ b/ui/components/app/metamask-translation/README.mdx @@ -2,7 +2,7 @@ import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import MetaMaskTranslation from '.'; -# MetaMask Translation +# AptosMask Translation MetaMaskTranslation is a simple helper component for adding full translation support to the template system. We do pass the translation function to the diff --git a/ui/components/app/metamask-translation/metamask-translation.js b/ui/components/app/metamask-translation/metamask-translation.js index 86944560f9..3e3a90d67c 100644 --- a/ui/components/app/metamask-translation/metamask-translation.js +++ b/ui/components/app/metamask-translation/metamask-translation.js @@ -38,7 +38,7 @@ export default function MetaMaskTranslation({ translationKey, variables }) { ) { if (!variable.key) { throw new Error( - `When using MetaMask Template Language in a MetaMaskTranslation variable, you must provide a key for the section regardless of syntax. + `When using AptosMask Template Language in a MetaMaskTranslation variable, you must provide a key for the section regardless of syntax. Section with element '${variable.element}' for translationKey: '${translationKey}' has no key property`, ); } diff --git a/ui/components/app/transaction-activity-log/transaction-activity-log.util.test.js b/ui/components/app/transaction-activity-log/transaction-activity-log.util.test.js index 50a221a9e1..62bb42939d 100644 --- a/ui/components/app/transaction-activity-log/transaction-activity-log.util.test.js +++ b/ui/components/app/transaction-activity-log/transaction-activity-log.util.test.js @@ -289,7 +289,7 @@ describe('TransactionActivityLog utils', () => { op: 'add', path: '/origin', timestamp: 1535507561516, - value: 'MetaMask', + value: 'AptosMask', }, [], ], diff --git a/ui/components/ui/site-origin/site-origin.stories.js b/ui/components/ui/site-origin/site-origin.stories.js index 53a11c190e..f570040341 100644 --- a/ui/components/ui/site-origin/site-origin.stories.js +++ b/ui/components/ui/site-origin/site-origin.stories.js @@ -25,6 +25,6 @@ DefaultStory.storyName = 'Default'; DefaultStory.args = { siteOrigin: 'https://metamask.io', - iconName: 'MetaMask', + iconName: 'AptosMask', iconSrc: './metamark.svg', }; diff --git a/ui/css/index.scss b/ui/css/index.scss index bbbc050c13..049ee97656 100644 --- a/ui/css/index.scss +++ b/ui/css/index.scss @@ -1,5 +1,5 @@ /* - MetaMask design system imports + AptosMask design system imports The variables declared here should take precedence. They are included first because they will be used to replace bad variable names in itcss prior to it being fully removed from the system. diff --git a/ui/css/itcss/README.md b/ui/css/itcss/README.md index cf295969a7..527ccb0c4b 100644 --- a/ui/css/itcss/README.md +++ b/ui/css/itcss/README.md @@ -1,2 +1,2 @@ ### Deprecated -The [itcss](https://www.freecodecamp.org/news/managing-large-s-css-projects-using-the-inverted-triangle-architecture-3c03e4b1e6df/) folder is deprecated. The infrastructure here is from a former era of the extension. The files and some sporadic styling are still used in the codebase but should not be extended. The MetaMask team will gradually move the valid styles from this folder into the [css](/css) folder. Eventually the itcss folder will be removed. +The [itcss](https://www.freecodecamp.org/news/managing-large-s-css-projects-using-the-inverted-triangle-architecture-3c03e4b1e6df/) folder is deprecated. The infrastructure here is from a former era of the extension. The files and some sporadic styling are still used in the codebase but should not be extended. The AptosMask team will gradually move the valid styles from this folder into the [css](/css) folder. Eventually the itcss folder will be removed. diff --git a/ui/css/utilities/colors.scss b/ui/css/utilities/colors.scss index 3409dc8a95..1527b49aaa 100644 --- a/ui/css/utilities/colors.scss +++ b/ui/css/utilities/colors.scss @@ -1,5 +1,5 @@ :root { - // These are the colors of the MetaMask design system + // These are the colors of the AptosMask design system // Only design system colors should be added, no superfluous variables --Blue-000: #eaf6ff; --Blue-100: #a7d9fe; diff --git a/ui/ducks/metamask/metamask.js b/ui/ducks/metamask/metamask.js index 7aa2e12205..d8f33d0825 100644 --- a/ui/ducks/metamask/metamask.js +++ b/ui/ducks/metamask/metamask.js @@ -441,7 +441,7 @@ export function isAddressLedger(state, address) { } /** - * Given the redux state object, returns a boolean indicating whether the user has any Ledger accounts added to MetaMask (i.e. Ledger keyrings + * Given the redux state object, returns a boolean indicating whether the user has any Ledger accounts added to AptosMask (i.e. Ledger keyrings * in state) * * @param {Object} state - the redux state object diff --git a/ui/ducks/metamask/metamask.test.js b/ui/ducks/metamask/metamask.test.js index b14c4ed5c1..44502e0ad6 100644 --- a/ui/ducks/metamask/metamask.test.js +++ b/ui/ducks/metamask/metamask.test.js @@ -11,7 +11,7 @@ import reduceMetamask, { isNotEIP1559Network, } from './metamask'; -describe('MetaMask Reducers', () => { +describe('AptosMask Reducers', () => { const mockState = { metamask: reduceMetamask( { @@ -114,7 +114,7 @@ describe('MetaMask Reducers', () => { expect.anything(initState); }); - it('locks MetaMask', () => { + it('locks AptosMask', () => { const unlockMetaMaskState = { isUnlocked: true, selectedAddress: 'test address', diff --git a/ui/helpers/utils/util.js b/ui/helpers/utils/util.js index e31bcfadf2..b92c617c7e 100644 --- a/ui/helpers/utils/util.js +++ b/ui/helpers/utils/util.js @@ -43,7 +43,7 @@ export function formatDateWithYearContext( ); } /** - * Determines if the provided chainId is a default MetaMask chain + * Determines if the provided chainId is a default AptosMask chain * * @param {string} chainId - chainId to check */ diff --git a/ui/hooks/useMetricEvent.js b/ui/hooks/useMetricEvent.js index f6e44574a6..ab31170341 100644 --- a/ui/hooks/useMetricEvent.js +++ b/ui/hooks/useMetricEvent.js @@ -25,7 +25,7 @@ export function useMetricEvent(config = {}, overrides = {}) { /** * track a metametrics event using segment - * e.g metricsEvent({ event: 'Unlocked MetaMask', category: 'Navigation' }) + * e.g metricsEvent({ event: 'Unlocked AptosMask', category: 'Navigation' }) * * @param {UIMetricsEventPayload} payload - payload of the event to track * @param {MetaMetricsEventOptions} options - options for handling/routing event diff --git a/ui/pages/swaps/fee-card/fee-card.test.js b/ui/pages/swaps/fee-card/fee-card.test.js index 218fba458f..6fc07814c6 100644 --- a/ui/pages/swaps/fee-card/fee-card.test.js +++ b/ui/pages/swaps/fee-card/fee-card.test.js @@ -108,7 +108,7 @@ describe('FeeCard', () => { expect(getByText(props.primaryFee.fee)).toBeInTheDocument(); expect(getByText(props.secondaryFee.fee)).toBeInTheDocument(); expect(getByText(`: ${props.secondaryFee.maxFee}`)).toBeInTheDocument(); - expect(getByText('Includes a 0.875% MetaMask fee.')).toBeInTheDocument(); + expect(getByText('Includes a 0.875% AptosMask fee.')).toBeInTheDocument(); expect( document.querySelector('.fee-card__top-bordered-row'), ).toMatchSnapshot(); @@ -128,7 +128,7 @@ describe('FeeCard', () => { expect(getByText(props.primaryFee.fee)).toBeInTheDocument(); expect(getByText(props.secondaryFee.fee)).toBeInTheDocument(); expect(getByText(`: ${props.secondaryFee.maxFee}`)).toBeInTheDocument(); - expect(getByText('Includes a 0.875% MetaMask fee.')).toBeInTheDocument(); + expect(getByText('Includes a 0.875% AptosMask fee.')).toBeInTheDocument(); expect( document.querySelector('.fee-card__top-bordered-row'), ).toMatchSnapshot(); @@ -200,7 +200,7 @@ describe('FeeCard', () => { expect(getByText(props.primaryFee.fee)).toBeInTheDocument(); expect(getByText(props.secondaryFee.fee)).toBeInTheDocument(); expect(getByText(`: ${props.secondaryFee.maxFee}`)).toBeInTheDocument(); - expect(getByText('Includes a 0.875% MetaMask fee.')).toBeInTheDocument(); + expect(getByText('Includes a 0.875% AptosMask fee.')).toBeInTheDocument(); expect( document.querySelector('.fee-card__top-bordered-row'), ).toMatchSnapshot(); diff --git a/ui/pages/swaps/view-quote/view-quote.js b/ui/pages/swaps/view-quote/view-quote.js index 6229855808..8b3826ecf2 100644 --- a/ui/pages/swaps/view-quote/view-quote.js +++ b/ui/pages/swaps/view-quote/view-quote.js @@ -617,7 +617,7 @@ export default function ViewQuote() { showModal({ name: 'EDIT_APPROVAL_PERMISSION', decimals: selectedFromToken.decimals, - origin: 'MetaMask', + origin: 'AptosMask', setCustomAmount: (newCustomPermissionAmount) => { const customPermissionAmount = newCustomPermissionAmount === '' diff --git a/ui/selectors/permissions.js b/ui/selectors/permissions.js index be0543ef5a..96494c5a69 100644 --- a/ui/selectors/permissions.js +++ b/ui/selectors/permissions.js @@ -263,7 +263,7 @@ export function activeTabHasPermissions(state) { /** * Get the connected accounts history for all origins. * - * @param {Record} state - The MetaMask state. + * @param {Record} state - The AptosMask state. * @returns {Record }>} An object * with account connection histories by origin. */ diff --git a/ui/store/actions.js b/ui/store/actions.js index d9d1fb616d..93a68c5cfd 100644 --- a/ui/store/actions.js +++ b/ui/store/actions.js @@ -1330,7 +1330,7 @@ export function addToken( ) { return async (dispatch) => { if (!address) { - throw new Error('MetaMask - Cannot add token without address'); + throw new Error('AptosMask - Cannot add token without address'); } if (!dontShowLoadingIndicator) { dispatch(showLoadingIndication()); @@ -1350,10 +1350,10 @@ export function addToken( export function addCollectible(address, tokenID, dontShowLoadingIndicator) { return async (dispatch) => { if (!address) { - throw new Error('MetaMask - Cannot add collectible without address'); + throw new Error('AptosMask - Cannot add collectible without address'); } if (!tokenID) { - throw new Error('MetaMask - Cannot add collectible without tokenID'); + throw new Error('AptosMask - Cannot add collectible without tokenID'); } if (!dontShowLoadingIndicator) { dispatch(showLoadingIndication()); @@ -1377,10 +1377,10 @@ export function addCollectibleVerifyOwnership( ) { return async (dispatch) => { if (!address) { - throw new Error('MetaMask - Cannot add collectible without address'); + throw new Error('AptosMask - Cannot add collectible without address'); } if (!tokenID) { - throw new Error('MetaMask - Cannot add collectible without tokenID'); + throw new Error('AptosMask - Cannot add collectible without tokenID'); } if (!dontShowLoadingIndicator) { dispatch(showLoadingIndication()); @@ -1414,10 +1414,10 @@ export function removeAndIgnoreCollectible( ) { return async (dispatch) => { if (!address) { - throw new Error('MetaMask - Cannot ignore collectible without address'); + throw new Error('AptosMask - Cannot ignore collectible without address'); } if (!tokenID) { - throw new Error('MetaMask - Cannot ignore collectible without tokenID'); + throw new Error('AptosMask - Cannot ignore collectible without tokenID'); } if (!dontShowLoadingIndicator) { dispatch(showLoadingIndication()); @@ -1437,10 +1437,10 @@ export function removeAndIgnoreCollectible( export function removeCollectible(address, tokenID, dontShowLoadingIndicator) { return async (dispatch) => { if (!address) { - throw new Error('MetaMask - Cannot remove collectible without address'); + throw new Error('AptosMask - Cannot remove collectible without address'); } if (!tokenID) { - throw new Error('MetaMask - Cannot remove collectible without tokenID'); + throw new Error('AptosMask - Cannot remove collectible without tokenID'); } if (!dontShowLoadingIndicator) { dispatch(showLoadingIndication()); diff --git a/ui/store/store.js b/ui/store/store.js index fd2790a158..b1961697ff 100644 --- a/ui/store/store.js +++ b/ui/store/store.js @@ -8,7 +8,7 @@ export default function configureStore(initialState) { if (process.env.METAMASK_DEBUG && !process.env.IN_TEST) { const composeEnhancers = composeWithDevTools({ - name: 'MetaMask', + name: 'AptosMask', hostname: 'localhost', port: 8000, realtime: Boolean(process.env.METAMASK_DEBUG),